| Server IP : 85.214.143.32 / Your IP : 216.73.216.199 Web Server : nginx/1.24.0 System : Linux datensicherung.webdress.site 6.8.0-139-generic #139-Ubuntu SMP PREEMPT_DYNAMIC Sat Aug 1 03:52:05 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /backup/ |
Upload File : |
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.11.19-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: flotten_site
-- ------------------------------------------------------
-- Server version 10.11.19-MariaDB-ubu2404
/*!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 `wp_actionscheduler_actions`
--
DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) NOT NULL,
`status` varchar(20) NOT NULL,
`scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
`args` varchar(191) DEFAULT NULL,
`schedule` longtext DEFAULT NULL,
`group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`attempts` int(11) NOT NULL DEFAULT 0,
`last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`extended_args` varchar(8000) DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `hook` (`hook`),
KEY `status` (`status`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id` (`claim_id`),
KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=1426 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_actions`
--
LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES
(1422,'wc-admin_import_customers','complete','2026-08-21 01:54:32','2026-08-21 01:54:32','[3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1787277272;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1787277272;}',3,1,'2026-08-21 01:54:35','2026-08-21 01:54:35',0,NULL),
(1423,'wc-admin_import_customers','complete','2026-08-22 00:48:19','2026-08-22 00:48:19','[3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1787359699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1787359699;}',3,1,'2026-08-22 00:48:34','2026-08-22 00:48:34',0,NULL),
(1424,'wc-admin_import_customers','complete','2026-08-25 06:26:27','2026-08-25 06:26:27','[3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1787639187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1787639187;}',3,1,'2026-08-30 16:07:25','2026-08-30 16:07:25',0,NULL),
(1425,'wc-admin_import_customers','complete','2026-09-03 02:13:34','2026-09-03 02:13:34','[5]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1788401614;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1788401614;}',3,1,'2026-09-03 02:59:14','2026-09-03 02:59:14',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_claims`
--
DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
`claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=3492 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_claims`
--
LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_groups`
--
DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_groups`
--
LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES
(1,'action-scheduler-migration'),
(2,'woocommerce-db-updates'),
(3,'wc-admin-data');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_logs`
--
DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text NOT NULL,
`log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_logs`
--
LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES
(94,1422,'Aktion erstellt','2026-08-21 01:54:28','2026-08-21 01:54:28'),
(95,1422,'Aktion über Async Request gestartet','2026-08-21 01:54:35','2026-08-21 01:54:35'),
(96,1422,'Aktion über Async Request abgeschlossen','2026-08-21 01:54:35','2026-08-21 01:54:35'),
(97,1423,'Aktion erstellt','2026-08-22 00:48:15','2026-08-22 00:48:15'),
(98,1423,'Aktion über WP Cron gestartet','2026-08-22 00:48:33','2026-08-22 00:48:33'),
(99,1423,'Aktion über WP Cron abgeschlossen','2026-08-22 00:48:34','2026-08-22 00:48:34'),
(100,1424,'Aktion erstellt','2026-08-25 06:26:22','2026-08-25 06:26:22'),
(101,1424,'Aktion über WP Cron gestartet','2026-08-30 16:07:25','2026-08-30 16:07:25'),
(102,1424,'Aktion über WP Cron abgeschlossen','2026-08-30 16:07:25','2026-08-30 16:07:25'),
(103,1425,'Aktion erstellt','2026-09-03 02:13:29','2026-09-03 02:13:29'),
(104,1425,'Aktion über WP Cron gestartet','2026-09-03 02:59:14','2026-09-03 02:59:14'),
(105,1425,'Aktion über WP Cron abgeschlossen','2026-09-03 02:59:14','2026-09-03 02:59:14');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_posts`
--
DROP TABLE IF EXISTS `wp_b2s_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_posts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`post_id` int(11) NOT NULL,
`blog_user_id` int(11) NOT NULL,
`last_edit_blog_user_id` int(11) NOT NULL,
`user_timezone` tinyint(4) NOT NULL DEFAULT 0,
`sched_details_id` int(11) NOT NULL,
`sched_type` tinyint(4) NOT NULL DEFAULT 0,
`sched_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`sched_date_utc` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_link` varchar(255) NOT NULL,
`publish_error_code` varchar(100) NOT NULL,
`network_details_id` int(11) NOT NULL,
`post_for_relay` tinyint(4) NOT NULL DEFAULT 0,
`post_for_approve` tinyint(4) NOT NULL DEFAULT 0,
`relay_primary_post_id` int(11) NOT NULL DEFAULT 0,
`relay_delay_min` int(11) NOT NULL DEFAULT 0,
`hook_action` tinyint(4) NOT NULL DEFAULT 0,
`hide` tinyint(4) NOT NULL DEFAULT 0,
`v2_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `post_id` (`post_id`),
KEY `blog_user_id` (`blog_user_id`),
KEY `sched_details_id` (`sched_details_id`),
KEY `sched_date` (`sched_date`),
KEY `sched_date_utc` (`sched_date_utc`),
KEY `publish_date` (`publish_date`),
KEY `relay_primary_post_id` (`relay_primary_post_id`),
KEY `hook_action` (`hook_action`),
KEY `hide` (`hide`)
) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_posts`
--
LOCK TABLES `wp_b2s_posts` WRITE;
/*!40000 ALTER TABLE `wp_b2s_posts` DISABLE KEYS */;
INSERT INTO `wp_b2s_posts` VALUES
(1,34,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 19:07:08','','',4,0,0,0,0,0,0,0),
(2,34,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 19:07:08','','',2,0,0,0,0,0,0,0),
(3,34,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 19:07:08','','',3,0,0,0,0,0,0,0),
(4,34,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 19:07:08','','',5,0,0,0,0,0,0,0),
(5,36,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 20:12:15','','',4,0,0,0,0,0,0,0),
(6,36,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 20:12:15','','',2,0,0,0,0,0,0,0),
(7,36,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 20:12:15','','',3,0,0,0,0,0,0,0),
(8,36,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-21 20:12:15','','',5,0,0,0,0,0,0,0),
(9,38,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 01:01:42','','',4,0,0,0,0,0,0,0),
(10,38,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 01:01:42','','',2,0,0,0,0,0,0,0),
(11,38,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 01:01:42','','',3,0,0,0,0,0,0,0),
(12,38,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 01:01:42','','',5,0,0,0,0,0,0,0),
(13,1268,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 21:34:55','','',4,0,0,0,0,0,0,0),
(14,1268,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 21:34:55','','',2,0,0,0,0,0,0,0),
(15,1268,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 21:34:55','','',3,0,0,0,0,0,0,0),
(16,1268,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-22 21:34:55','','',5,0,0,0,0,0,0,0),
(17,1286,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 21:53:09','','',4,0,0,0,0,0,0,0),
(18,1286,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 21:53:09','','',2,0,0,0,0,0,0,0),
(19,1286,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 21:53:09','','',3,0,0,0,0,0,0,0),
(20,1286,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2019-12-23 21:53:09','','',5,0,0,0,0,0,0,0),
(21,1307,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-06 09:51:12','','',4,0,0,0,0,0,0,0),
(22,1307,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-06 09:51:12','','',2,0,0,0,0,0,0,0),
(23,1307,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-06 09:51:12','','LOGIN',3,0,0,0,0,0,0,0),
(24,1307,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-01-06 09:51:12','','',5,0,0,0,0,0,0,0),
(25,1317,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 15:12:53','','',4,0,0,0,0,0,0,0),
(26,1317,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 15:12:53','','',2,0,0,0,0,0,0,0),
(27,1317,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 15:12:53','','',3,0,0,0,0,0,0,0),
(28,1317,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 15:12:53','','',5,0,0,0,0,0,0,0),
(29,1322,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 16:10:58','','',4,0,0,0,0,0,0,0),
(30,1322,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 16:10:58','','',2,0,0,0,0,0,0,0),
(31,1322,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 16:10:58','','',3,0,0,0,0,0,0,0),
(32,1322,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 16:10:58','','',5,0,0,0,0,0,0,0),
(33,1324,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 18:09:17','','',4,0,0,0,0,0,0,0),
(34,1324,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 18:09:17','','',2,0,0,0,0,0,0,0),
(35,1324,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 18:09:17','','',3,0,0,0,0,0,0,0),
(36,1324,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-02-23 18:09:17','','',5,0,0,0,0,0,0,0),
(37,1326,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-02 13:15:44','','',4,0,0,0,0,0,0,0),
(38,1326,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-02 13:15:44','','',2,0,0,0,0,0,0,0),
(39,1326,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-02 13:15:44','','',3,0,0,0,0,0,0,0),
(40,1326,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-02 13:15:44','','',5,0,0,0,0,0,0,0),
(41,1330,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-07 12:53:02','','',4,0,0,0,0,0,0,0),
(42,1330,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-07 12:53:02','','',2,0,0,0,0,0,0,0),
(43,1330,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-07 12:53:02','','',3,0,0,0,0,0,0,0),
(44,1330,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-07 12:53:02','','',5,0,0,0,0,0,0,0),
(45,1349,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 10:57:50','','',4,0,0,0,0,0,0,0),
(46,1349,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 10:57:50','','',2,0,0,0,0,0,0,0),
(47,1349,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 10:57:50','','',3,0,0,0,0,0,0,0),
(48,1349,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 10:57:50','','',5,0,0,0,0,0,0,0),
(49,1361,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 12:21:43','','',4,0,0,0,0,0,0,0),
(50,1361,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 12:21:43','','',2,0,0,0,0,0,0,0),
(51,1361,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 12:21:43','','',3,0,0,0,0,0,0,0),
(52,1361,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-21 12:21:43','','',5,0,0,0,0,0,0,0),
(53,1356,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-23 09:37:58','','',4,0,0,0,0,0,0,0),
(54,1356,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-23 09:37:58','','',2,0,0,0,0,0,0,0),
(55,1356,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-23 09:37:58','','',3,0,0,0,0,0,0,0),
(56,1356,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-23 09:37:58','','',5,0,0,0,0,0,0,0),
(57,1376,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-26 16:02:47','','',4,0,0,0,0,0,0,0),
(58,1376,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-26 16:02:47','','',2,0,0,0,0,0,0,0),
(59,1376,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-26 16:02:47','','',3,0,0,0,0,0,0,0),
(60,1376,1,0,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','2020-03-26 16:02:47','','',5,0,0,0,0,0,0,0);
/*!40000 ALTER TABLE `wp_b2s_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_posts_drafts`
--
DROP TABLE IF EXISTS `wp_b2s_posts_drafts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_posts_drafts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`last_save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`blog_user_id` int(11) NOT NULL,
`post_id` int(11) NOT NULL,
`data` longtext NOT NULL,
`save_origin` tinyint(4) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `blog_user_id` (`blog_user_id`),
KEY `post_id` (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_posts_drafts`
--
LOCK TABLES `wp_b2s_posts_drafts` WRITE;
/*!40000 ALTER TABLE `wp_b2s_posts_drafts` DISABLE KEYS */;
INSERT INTO `wp_b2s_posts_drafts` VALUES
(1,'2019-12-21 17:33:49',1,36,'a:14:{s:3:\"b2s\";a:4:{i:542918;a:12:{s:7:\"content\";s:129:\"Cardress - NEW DRESS 4 YOUR CAR! ????\r\n????️ Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen. \";s:9:\"image_url\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";s:8:\"og_title\";s:7:\"Porsche\";s:7:\"og_desc\";s:119:\"Cardress - NEW DRESS 4 YOUR CAR! Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\";s:3:\"url\";s:37:\"http://flotten.webdress.site/porsche/\";s:13:\"releaseSelect\";s:1:\"0\";s:10:\"network_id\";s:1:\"1\";s:12:\"network_type\";s:1:\"1\";s:15:\"instant_sharing\";s:1:\"0\";s:20:\"network_tos_group_id\";s:0:\"\";s:12:\"network_kind\";s:1:\"0\";s:20:\"network_display_name\";s:13:\"cardress gmbh\";}i:542894;a:12:{s:7:\"content\";s:129:\"Cardress - NEW DRESS 4 YOUR CAR! ????\r\n????️ Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen. \";s:9:\"image_url\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";s:10:\"card_title\";s:7:\"Porsche\";s:9:\"card_desc\";s:119:\"Cardress - NEW DRESS 4 YOUR CAR! Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\";s:3:\"url\";s:37:\"http://flotten.webdress.site/porsche/\";s:13:\"releaseSelect\";s:1:\"0\";s:10:\"network_id\";s:1:\"2\";s:12:\"network_type\";s:1:\"0\";s:15:\"instant_sharing\";s:1:\"0\";s:20:\"network_tos_group_id\";s:0:\"\";s:12:\"network_kind\";s:1:\"0\";s:20:\"network_display_name\";s:12:\"cardressgmbh\";}i:542900;a:10:{s:7:\"content\";s:129:\"Cardress - NEW DRESS 4 YOUR CAR! ????\r\n????️ Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen. \";s:9:\"image_url\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";s:3:\"url\";s:37:\"http://flotten.webdress.site/porsche/\";s:13:\"releaseSelect\";s:1:\"0\";s:10:\"network_id\";s:2:\"12\";s:12:\"network_type\";s:1:\"0\";s:15:\"instant_sharing\";s:1:\"0\";s:20:\"network_tos_group_id\";s:0:\"\";s:12:\"network_kind\";s:1:\"0\";s:20:\"network_display_name\";s:12:\"cardressgmbh\";}i:542921;a:11:{s:5:\"board\";s:18:\"695524804891508464\";s:7:\"content\";s:129:\"Cardress - NEW DRESS 4 YOUR CAR! ????\r\n????️ Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen. \";s:9:\"image_url\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";s:3:\"url\";s:37:\"http://flotten.webdress.site/porsche/\";s:13:\"releaseSelect\";s:1:\"0\";s:10:\"network_id\";s:1:\"6\";s:12:\"network_type\";s:1:\"0\";s:15:\"instant_sharing\";s:1:\"0\";s:20:\"network_tos_group_id\";s:0:\"\";s:12:\"network_kind\";s:1:\"0\";s:20:\"network_display_name\";s:29:\"cardressgmbh.social@gmail.com\";}}s:31:\"b2s-calendar-filter-network-sel\";s:1:\"6\";s:12:\"publish_date\";s:0:\"\";s:12:\"user_version\";s:1:\"0\";s:6:\"action\";s:19:\"b2s_save_draft_data\";s:7:\"post_id\";s:2:\"36\";s:13:\"user_timezone\";s:1:\"0\";s:18:\"user_timezone_text\";s:24:\"Time zone: (UTC 00:00) \";s:13:\"default_titel\";s:7:\"Porsche\";s:14:\"change_og_meta\";s:1:\"0\";s:18:\"relay_account_data\";s:112:\"PG9wdGlvbiBkYXRhLXVzZXItdHlwZS1pZD0iMTIwODM0MzcyMjc2MjY3ODI3MyIgdmFsdWU9IjU0Mjg5NCI+Q2FyZHJlc3NHbWJIPC9vcHRpb24+\";s:11:\"relay_count\";s:1:\"1\";s:16:\"change_card_meta\";s:1:\"0\";s:18:\"b2s_security_nonce\";s:10:\"7416d4305e\";}',0);
/*!40000 ALTER TABLE `wp_b2s_posts_drafts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_posts_favorites`
--
DROP TABLE IF EXISTS `wp_b2s_posts_favorites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_posts_favorites` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`blog_user_id` int(11) NOT NULL,
`post_id` int(11) NOT NULL,
`save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `blog_user_id` (`blog_user_id`),
KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_posts_favorites`
--
LOCK TABLES `wp_b2s_posts_favorites` WRITE;
/*!40000 ALTER TABLE `wp_b2s_posts_favorites` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_b2s_posts_favorites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_posts_network_details`
--
DROP TABLE IF EXISTS `wp_b2s_posts_network_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_posts_network_details` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`network_id` tinyint(4) NOT NULL,
`network_type` tinyint(4) NOT NULL,
`network_auth_id` int(11) NOT NULL,
`network_display_name` varchar(100) NOT NULL,
`data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_posts_network_details`
--
LOCK TABLES `wp_b2s_posts_network_details` WRITE;
/*!40000 ALTER TABLE `wp_b2s_posts_network_details` DISABLE KEYS */;
INSERT INTO `wp_b2s_posts_network_details` VALUES
(1,2,0,542889,'SchriftehusGmbH',NULL),
(2,2,0,542894,'CardressGmbH',NULL),
(3,12,0,542900,'cardressgmbh',NULL),
(4,1,1,542918,'Cardress GmbH',NULL),
(5,6,0,542921,'cardressgmbh.social@gmail.com',NULL);
/*!40000 ALTER TABLE `wp_b2s_posts_network_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_posts_sched_details`
--
DROP TABLE IF EXISTS `wp_b2s_posts_sched_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_posts_sched_details` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sched_data` text DEFAULT NULL,
`image_url` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_posts_sched_details`
--
LOCK TABLES `wp_b2s_posts_sched_details` WRITE;
/*!40000 ALTER TABLE `wp_b2s_posts_sched_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_b2s_posts_sched_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_user`
--
DROP TABLE IF EXISTS `wp_b2s_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`token` varchar(255) NOT NULL,
`blog_user_id` int(11) NOT NULL,
`feature` tinyint(2) NOT NULL,
`state_url` tinyint(2) NOT NULL,
`register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `blog_user_id` (`blog_user_id`),
KEY `token` (`token`),
KEY `feature` (`feature`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_user`
--
LOCK TABLES `wp_b2s_user` WRITE;
/*!40000 ALTER TABLE `wp_b2s_user` DISABLE KEYS */;
INSERT INTO `wp_b2s_user` VALUES
(1,'v3_N0tMMnMrNGZUS0FzT1FYUi9la2hteEpWUDZNdUJ4dlJkd0JsQmJHTTFFanZtZ2pud2QvSkhDQmZyREhUTGxHWm1qVDhqcEZLVmVsTk9MRHJ4Qy9NVVZqVGVaSENLVUtNblR0UVJVay9UU0VuS3drWm5mYzY0Q084RVF5R29xMHlhMVd5UjdpNHh3S29HaVNwL0lzZzV3PT06OnVYZGxpZjBISS9NdHFyUkk,',1,0,1,'2019-12-21 13:04:25');
/*!40000 ALTER TABLE `wp_b2s_user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_user_contact`
--
DROP TABLE IF EXISTS `wp_b2s_user_contact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_user_contact` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`blog_user_id` int(11) NOT NULL,
`name_mandant` varchar(100) NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`name_presse` varchar(100) NOT NULL,
`anrede_presse` enum('0','1','2') NOT NULL DEFAULT '0' COMMENT '0=Frau,1=Herr 2=keine Angabe',
`vorname_presse` varchar(50) NOT NULL,
`nachname_presse` varchar(50) NOT NULL,
`strasse_presse` varchar(100) NOT NULL,
`nummer_presse` varchar(5) NOT NULL DEFAULT '',
`plz_presse` varchar(10) NOT NULL,
`ort_presse` varchar(75) NOT NULL,
`land_presse` varchar(3) NOT NULL DEFAULT 'DE',
`email_presse` varchar(75) NOT NULL,
`telefon_presse` varchar(30) NOT NULL,
`fax_presse` varchar(30) NOT NULL,
`url_presse` varchar(150) NOT NULL,
PRIMARY KEY (`id`),
KEY `blog_user_id` (`blog_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_user_contact`
--
LOCK TABLES `wp_b2s_user_contact` WRITE;
/*!40000 ALTER TABLE `wp_b2s_user_contact` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_b2s_user_contact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_b2s_user_network_settings`
--
DROP TABLE IF EXISTS `wp_b2s_user_network_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_b2s_user_network_settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`blog_user_id` int(11) NOT NULL,
`mandant_id` int(11) NOT NULL,
`network_auth_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `blog_user_id` (`blog_user_id`),
KEY `mandant_id` (`mandant_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_b2s_user_network_settings`
--
LOCK TABLES `wp_b2s_user_network_settings` WRITE;
/*!40000 ALTER TABLE `wp_b2s_user_network_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_b2s_user_network_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES
(2,1446,'WooCommerce','woocommerce@cardess-shop.webdress.site','','','2020-04-26 09:06:03','2020-04-26 09:06:03','Awaiting check payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_duplicator_packages`
--
DROP TABLE IF EXISTS `wp_duplicator_packages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_duplicator_packages` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) NOT NULL,
`hash` varchar(50) NOT NULL,
`status` int(11) NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`owner` varchar(60) NOT NULL,
`package` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_duplicator_packages`
--
LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_image_storage`
--
DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_image_storage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hash` varchar(32) NOT NULL,
`image` text NOT NULL,
`value` mediumtext NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_image_storage`
--
LOCK TABLES `wp_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_image_storage` VALUES
(1,'7148fa26ad6dd9ee953b6c3f5f30c99d','https://smartslider3.com/sample/programmer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(2,'6681af77aa8c9f342a3f8a98939dca43','https://smartslider3.com/sample/free1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(3,'2ebcc61fcb32c829e4927fbfd782ff7a','https://smartslider3.com/sample/photographer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(4,'c246c22fb941a4daf4db999460d05f65','$upload$/2019/10/slide.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(5,'ea1e22ef0ab1ad54f539f1504b5a38d5','$ss$/admin/images/dummyslide.png','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(6,'b3dea0fb5b4daacdcf239bd284134b02','$upload$/2019/10/222.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(7,'c40d4ccaf18b25e2a5de321f3680a821','$upload$/2019/10/333.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(8,'3d33eda98895339a7d92df4b18cfe502','$upload$/2019/10/111.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(9,'0c9d8db7b08e5aec219f315aeac3ace4','$upload$/2019/10/Rost-rost.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(10,'0f4159a6f42e5520d573c94f1800bd62','$upload$/2019/10/Rost-rost1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(11,'26b008f72b082154e225a1016400c6cc','$upload$/2019/10/bg_bottom_slider.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(12,'196dc85cdecb92187bc40b6b0f62f6ea','$upload$/2019/10/SliderRost-rost2finoben-blue2-web.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(13,'92792fe8425bbc1df02fc63aaa8ff682','$upload$/2019/10/Slide-Lackschutz.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(14,'e895f1a57bd4d8944ce443a2d23a7312','$upload$/2019/10/Slide-cd1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(15,'c8b58c3e8fbdbace5034c619e1811aea','$upload$/2019/10/Slide-cd2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(16,'fb22bda8b783a99e5d408eeba331d46c','$upload$/2019/10/Slide-cd3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(17,'c0fcd40fa29fa826f70cb693c5a907c9','$upload$/2019/11/slide_c222.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(18,'0220c5df4ff099baf1f71648fdcaadd6','$upload$/2019/11/slide_c111.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(19,'254b4ab2e55813a207351d9c1a21a14f','$upload$/2019/11/slide_c333.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(20,'274632a9bf5aac98e981a7686a08cbe0','$upload$/2019/11/slide_c444.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(21,'746dc2ff1277586bdeb423d649746635','$upload$/2019/11/slide1_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(22,'9fe620f330b49c0a57dd8032ee4740dd','$upload$/2019/11/slide1_1_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(23,'6f374948d07ae45a2bf277c36359d3f6','$upload$/2019/11/slide3_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(24,'12c103014a1efb9f5cea0be8b408c4b4','$upload$/2019/11/slide4_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(25,'8111c4fda3904384c99683be95ee06e5','$upload$/2019/11/slide5_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(26,'3b6641a4ea40ecf2d16b2e3950c3c1de','$upload$/2019/11/slide7_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(27,'48b070f5ca39f614404032a064bcfe24','$upload$/2019/11/slide6_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(28,'fe01a08aa46511f583aa971a187c1767','$upload$/slider6/featureslider1.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(29,'958e0655db62403d4c7f750d5a90ec63','$upload$/slider6/featureslider2.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(30,'f9959277301f5896d0391a216638972e','$upload$/slider6/featureslider3.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(31,'0a3ede44c52384a583fa36eb9e607c6c','$upload$/2019/12/slide_Mint_Cabrio1170.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(32,'7e6857ccb630460ae95a169b36c06de1','$upload$/2019/12/slide_carwrapping-copy.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(33,'a03dcff755b839314a8687bce7b61d14','$upload$/2019/12/slider_bluemini_1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(34,'f3bfe447decce8a78dbb3e009798eb92','$upload$/2019/12/slide_blue_1920_2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(35,'ac2029f338bcd0e1e7eb15dbd2cbf2c5','$upload$/2019/12/slide_blue_1920_5.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(36,'0ad09c3fe403d0dc2ccea1b0093ac6b3','$upload$/2019/12/slide_blue_1920_1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(37,'c849ad05d9ae7c60c909642ece95024f','$upload$/2019/12/slide_blue_bluemini_1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(38,'d7e09efb3f4f47fbab97b32209dc72e2','$upload$/2019/12/slide_blue_1920_4.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(39,'89442eeb73eab05bff31ac1486e3146c','$upload$/2019/12/slide_blue_1920_6.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(40,'ae11c92c39c19fea53a84d1c8aad24ba','$upload$/2019/12/slide_blue_1920_3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(41,'da3dbbc2c5230764d598a5fbe7799c68','$upload$/2019/12/slide_1920_5.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(42,'acf45a175ea89d6c001c6ecf90adfdf1','$upload$/2019/12/slide_1920_2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(43,'bd17c502967dc8d70e9359c55c5853fc','$upload$/2019/12/slide_Mint_Cabrio1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(44,'877e7a0ae4ba1911816317fe6976eecd','$upload$/2019/12/slide_1920_1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(45,'abdaa1207d906d585ff7f2682ad350a3','$upload$/2019/12/slide_miniblue_1920-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(46,'e335d32e5cacaf473bc99c7958e60f17','$upload$/2019/12/slide_1920_3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(47,'37bce7d7fe76e49eedfd9cad8019f563','$upload$/2019/12/slide_1920_4.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(48,'11ff5291f8c8eab09f287bf1e4ae2455','$upload$/2019/12/slide_traincardress1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(49,'9060b0ce9eabf7387756dbf72c016811','$upload$/2019/12/slide_rostcardress1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(50,'d5e51768da4066fc9f1183af6e133b07','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(51,'89bd396bcc712d8532e3c23df582f2cf','$upload$/2019/12/slide_miniblue_1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(52,'5690976453e34ac1ead40a40cd4c1061','$upload$/2019/12/slide_scheiben_toenen1920_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(53,'c60db57ef6acda66a72dd7941b2099ea','$upload$/2019/12/slide_еeilfolierungen1920_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(54,'e3808bcfbc6ba98b5967f532ddacd300','$upload$/2019/12/slide_fahrzeugfolierungen1920.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(55,'c827f31a0d4f0ea0f279f0da504a319f','$upload$/2019/12/slide_CarWrapping_1920_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(56,'392fc4acbb9f2ba0bf21cd7efebf37c5','$upload$/2019/12/slide_weinachten.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(57,'0d2d18a4cf5a3923ae2bdffd464fa0df','$upload$/2019/12/slide_weinachten1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(58,'26269b0245dd61983f79df54454579f2','$upload$/2019/12/slide_weinachtencardress1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(59,'0be971832b3902f6bbec85689ede6482','$upload$/2019/12/slide_selbstheilender_lackschutz1920_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(60,'685e11e087d669153eaff914b64828e9','$upload$/2019/12/slide_professionelle_folierungen1920_ips.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(62,'d6d9cd80e57cb44d2aab4a6f6969aa6d','$upload$/2021/05/flotten_1920_web.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');
/*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_section_storage`
--
DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_section_storage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`application` varchar(20) NOT NULL,
`section` varchar(128) NOT NULL,
`referencekey` varchar(128) NOT NULL,
`value` mediumtext NOT NULL,
`system` int(11) NOT NULL DEFAULT 0,
`editable` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `system` (`system`),
KEY `editable` (`editable`),
KEY `application` (`application`,`section`(50),`referencekey`(50)),
KEY `application_2` (`application`,`section`(50))
) ENGINE=InnoDB AUTO_INCREMENT=21991 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_section_storage`
--
LOCK TABLES `wp_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_section_storage` VALUES
(10000,'system','global','n2_ss3_version','3.3.28r6119',1,1),
(10006,'smartslider','tutorial','hideContentMode','1',0,1),
(10043,'smartslider','free','subscribeOnImport','1',0,1),
(12868,'system','fonts','default-family','Verdana',1,1),
(12869,'system','fonts','preset-families','Verdana\r\nAbel\r\nArial\r\nArimo\r\nAverage\r\nBevan\r\nBitter\r\n\'Bree Serif\'\r\nCabin\r\nCalligraffitti\r\nChewy\r\nComfortaa\r\n\'Covered By Your Grace\'\r\n\'Crafty Girls\'\r\n\'Dancing Script\'\r\n\'Noto Sans\'\r\n\'Noto Serif\'\r\n\'Francois One\'\r\n\'Fredoka One\'\r\n\'Gloria Hallelujah\'\r\n\'Happy Monkey\'\r\n\'Josefin Slab\'\r\nLato\r\nLobster\r\n\'Luckiest Guy\'\r\nMontserrat\r\n\'Nova Square\'\r\nNunito\r\n\'Open Sans\'\r\nOswald\r\nOxygen\r\nPacifico\r\n\'Permanent Marker\'\r\n\'Playfair Display\'\r\n\'PT Sans\'\r\n\'Poiret One\'\r\nRaleway\r\nRoboto\r\n\'Rock Salt\'\r\nQuicksand\r\nSatisfy\r\n\'Squada One\'\r\n\'The Girl Next Door\'\r\n\'Titillium Web\'\r\n\'Varela Round\'\r\nVollkorn\r\n\'Walter Turncoat\'',1,1),
(12870,'system','fonts','plugins','{\"google-enabled\":\"1\",\"google-enabled-backend\":\"1\",\"google-style-100\":\"0\",\"google-style-100italic\":\"0\",\"google-style-200\":\"0\",\"google-style-200italic\":\"0\",\"google-style-300\":\"1\",\"google-style-300italic\":\"0\",\"google-style-400\":\"1\",\"google-style-400italic\":\"0\",\"google-style-500\":\"0\",\"google-style-500italic\":\"0\",\"google-style-600\":\"0\",\"google-style-600italic\":\"0\",\"google-style-700\":\"1\",\"google-style-700italic\":\"0\",\"google-style-800\":\"0\",\"google-style-800italic\":\"0\",\"google-style-900\":\"0\",\"google-style-900italic\":\"0\",\"google-set-latin\":\"1\",\"google-set-latin-ext\":\"0\",\"google-set-greek\":\"0\",\"google-set-greek-ext\":\"0\",\"google-set-cyrillic\":\"0\",\"google-set-devanagari\":\"0\",\"google-set-arabic\":\"0\",\"google-set-khmer\":\"0\",\"google-set-telugu\":\"0\",\"google-set-vietnamese\":\"0\",\"font-services\":\"google\"}',1,1),
(20807,'smartslider','settings','','{\"n2_ss3_version\":\"3.5.1.7\\/b:release-3.5.1.7\\/r:6da043836534827654088675078f4dcfd1ded6e7\"}',0,1),
(21977,'smartslider','sliderChanged','4','0',0,1),
(21978,'cache','notweb/n2-ss-4','data.manifest','{\"generator\":[]}',0,1),
(21979,'cache','notweb/n2-ss-4','variations.manifest','1',0,1),
(21980,'cache','notweb/n2-ss-4','sliderde_CH1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":2145916800,\"currentPath\":\"bdb5539a4eae043b2be55f04fbe9b75c\",\"version\":\"3.5.1.7\"}',0,1),
(21981,'cache','notweb/n2-ss-4','sliderde_CH1','{\"html\":\"<div class=\\\"n2-section-smartslider fitvidsignore \\\" data-ssid=\\\"4\\\" tabindex=\\\"0\\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><div id=\\\"n2-ss-4-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-4\\\" data-creator=\\\"Smart Slider 3\\\" data-responsive=\\\"auto\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition \\\">\\n <div class=\\\"n2-ss-slider-1 n2_ss__touch_element n2-ow\\\">\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\">\\n\\n <div class=\\\"n2-ss-slide-backgrounds n2-ow-all\\\"><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"1\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"2\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><\\/div> <div class=\\\"n2-ss-slider-4 n2-ow\\\">\\n <svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1920 120\\\" data-related-device=\\\"desktopPortrait\\\" class=\\\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\\\"><\\/svg><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"16\\\" data-slide-public-id=\\\"1\\\" data-title=\\\"Rost rost - copy - copy\\\" class=\\\"n2-ss-slide n2-ow n2-ss-slide-16\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">Rost rost - copy - copy<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-ElyXIpw7EQjQ\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-5985XXwBh9DO\\\" data-pm=\\\"default\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-5985XXwBh9DO-inner\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-lHbalKlkbv9j\\\" data-pm=\\\"normal\\\" data-sstype=\\\"layer\\\"><div id=\\\"n2-ss-4item1\\\" class=\\\"n2-font-7dba0fd1f4981423402ad83786fb498f-hover n2-ss-item-content n2-ss-text n2-ow\\\" style=\\\"display:block;\\\">mit Abhol- und Lieferservice<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"59\\\" data-slide-public-id=\\\"2\\\" data-title=\\\"Rost rost - copy - copy - copy\\\" class=\\\"n2-ss-slide n2-ow n2-ss-slide-59\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">Rost rost - copy - copy - copy<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-6Qu5B5QGWiDh\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-ccrcv2KVgnBL\\\" data-pm=\\\"default\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-ccrcv2KVgnBL-inner\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-GZduUh6qI3Fu\\\" data-pm=\\\"normal\\\" data-sstype=\\\"layer\\\"><div id=\\\"n2-ss-4item2\\\" class=\\\"n2-font-7dba0fd1f4981423402ad83786fb498f-hover n2-ss-item-content n2-ss-text n2-ow\\\" style=\\\"display:block;\\\">mit Abhol- und Lieferservice<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div> <\\/div>\\n\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div><ss3-loader><\\/ss3-loader><\\/div><\\/div><div class=\\\"n2_clear\\\"><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroupPreload\":{\"smartslider\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider.min.css\"},\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":{\"n2-ss-4\":\"div#n2-ss-4 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-4 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-4:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-4 .n2-ss-slider-3{display:grid;grid-template-areas:\'cover\';position:relative;overflow:hidden;z-index:10;}div#n2-ss-4 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-4 .n2-ss-slide-backgrounds,div#n2-ss-4 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-4 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-4 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-4 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-4 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:\'slide\';}div#n2-ss-4 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-4.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-4 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-4 .n2-ss-slide{perspective:1500px;}div#n2-ss-4 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-4 .n2-font-7dba0fd1f4981423402ad83786fb498f-hover{font-family: \'Verdana\';color: RGBA(0,0,0,0);font-size:343.75%;text-shadow: none;line-height: 1;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-4 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-4 .n-uc-ElyXIpw7EQjQ{padding:0px 0px 0px 0px}div#n2-ss-4 .n-uc-5985XXwBh9DO-inner{padding:10px 10px 10px 10px;justify-content:center}div#n2-ss-4 .n-uc-6Qu5B5QGWiDh{padding:0px 0px 0px 0px}div#n2-ss-4 .n-uc-ccrcv2KVgnBL-inner{padding:10px 10px 10px 10px;justify-content:center}@media (min-width: 1200px){div#n2-ss-4 [data-hide-desktopportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-4 [data-hide-tabletportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-4 .n-uc-5985XXwBh9DO{--ssfont-scale:3}div#n2-ss-4 .n-uc-lHbalKlkbv9j{--ssfont-scale:0.33}div#n2-ss-4 .n-uc-ccrcv2KVgnBL{--ssfont-scale:3}div#n2-ss-4 .n-uc-GZduUh6qI3Fu{--ssfont-scale:0.33}div#n2-ss-4 [data-hide-mobileportrait=\\\"1\\\"]{display: none !important;}}\"},\"globalInline\":[]},\"less\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroupPreload\":[],\"staticGroup\":{\"smartslider-frontend\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider-frontend.min.js\",\"ss-simple\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Slider\\/SliderType\\/Simple\\/Assets\\/dist\\/ss-simple.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"_N2.r([\\\"documentReady\\\",\\\"smartslider-frontend\\\",\\\"ss-simple\\\"],function(){new _N2.SmartSliderSimple(\'n2-ss-4\', {\\\"admin\\\":false,\\\"background.video.mobile\\\":1,\\\"loadingTime\\\":2000,\\\"alias\\\":{\\\"id\\\":0,\\\"smoothScroll\\\":0,\\\"slideSwitch\\\":0,\\\"scroll\\\":1},\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"responsive\\\":{\\\"mediaQueries\\\":{\\\"all\\\":false,\\\"desktopportrait\\\":[\\\"(min-width: 1200px)\\\"],\\\"tabletportrait\\\":[\\\"(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)\\\",\\\"(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)\\\"],\\\"mobileportrait\\\":[\\\"(orientation: landscape) and (max-width: 900px)\\\",\\\"(orientation: portrait) and (max-width: 700px)\\\"]},\\\"base\\\":{\\\"slideOuterWidth\\\":1920,\\\"slideOuterHeight\\\":120,\\\"sliderWidth\\\":1920,\\\"sliderHeight\\\":120,\\\"slideWidth\\\":1920,\\\"slideHeight\\\":120},\\\"hideOn\\\":{\\\"desktopLandscape\\\":false,\\\"desktopPortrait\\\":false,\\\"tabletLandscape\\\":false,\\\"tabletPortrait\\\":false,\\\"mobileLandscape\\\":false,\\\"mobilePortrait\\\":false},\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"breakpoints\\\":[{\\\"device\\\":\\\"tabletPortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":1199,\\\"landscapeWidth\\\":1199},{\\\"device\\\":\\\"mobilePortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":700,\\\"landscapeWidth\\\":900}],\\\"enabledDevices\\\":{\\\"desktopLandscape\\\":0,\\\"desktopPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"mobileLandscape\\\":0,\\\"mobilePortrait\\\":1},\\\"sizes\\\":{\\\"desktopPortrait\\\":{\\\"width\\\":1920,\\\"height\\\":120,\\\"max\\\":3000,\\\"min\\\":1200},\\\"tabletPortrait\\\":{\\\"width\\\":701,\\\"height\\\":43,\\\"customHeight\\\":false,\\\"max\\\":1199,\\\"min\\\":701},\\\"mobilePortrait\\\":{\\\"width\\\":320,\\\"height\\\":20,\\\"customHeight\\\":false,\\\"max\\\":900,\\\"min\\\":320}},\\\"overflowHiddenPage\\\":0,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0,\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":1500,\\\"autoplayLoop\\\":1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0},\\\"interval\\\":1,\\\"intervalModifier\\\":\\\"loop\\\",\\\"intervalSlide\\\":\\\"current\\\"},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":1500,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"initCallbacks\\\":function(){}});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\"]}}}',0,1),
(21982,'smartslider','sliderChanged','7','0',0,1),
(21983,'cache','notweb/n2-ss-7','data.manifest','{\"generator\":[]}',0,1),
(21984,'cache','notweb/n2-ss-7','variations.manifest','1',0,1),
(21985,'cache','notweb/n2-ss-7','sliderde_CH1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":2145916800,\"currentPath\":\"bdb5539a4eae043b2be55f04fbe9b75c\",\"version\":\"3.5.1.7\"}',0,1),
(21986,'cache','notweb/n2-ss-7','sliderde_CH1','{\"html\":\"<div class=\\\"n2-section-smartslider fitvidsignore \\\" data-ssid=\\\"7\\\" tabindex=\\\"0\\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><div id=\\\"n2-ss-7-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-7\\\" data-creator=\\\"Smart Slider 3\\\" data-responsive=\\\"auto\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition \\\">\\n <div class=\\\"n2-ss-slider-1 n2_ss__touch_element n2-ow\\\">\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\">\\n\\n <div class=\\\"n2-ss-slide-backgrounds n2-ow-all\\\"><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"1\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"65\\\" data-y=\\\"33\\\" data-alt=\\\"\\\" data-title=\\\"\\\" style=\\\"--ss-o-pos-x:65%;--ss-o-pos-y:33%\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slide_professionelle_folierungen1920_ips.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-color=\\\"RGBA(255,255,255,0)\\\" style=\\\"background-color: RGBA(255,255,255,0);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><\\/div> <div class=\\\"n2-ss-slider-4 n2-ow\\\">\\n <svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1920 500\\\" data-related-device=\\\"desktopPortrait\\\" class=\\\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\\\"><\\/svg><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"42\\\" data-slide-public-id=\\\"1\\\" data-title=\\\"slide_carwrapping copy\\\" class=\\\"n2-ss-slide n2-ow n2-ss-slide-42\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">slide_carwrapping copy<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-OJSfiSm72Dte\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div> <\\/div>\\n\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <\\/div><ss3-loader><\\/ss3-loader><\\/div><\\/div><div class=\\\"n2_clear\\\"><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroupPreload\":{\"smartslider\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider.min.css\"},\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":{\"n2-ss-7\":\"div#n2-ss-7 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-7 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-7:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-7 .n2-ss-slider-3{display:grid;grid-template-areas:\'cover\';position:relative;overflow:hidden;z-index:10;}div#n2-ss-7 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-7 .n2-ss-slide-backgrounds,div#n2-ss-7 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-7 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-7 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-7 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-7 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:\'slide\';}div#n2-ss-7 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-7.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-7 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-7 .n2-ss-slide{perspective:1500px;}div#n2-ss-7 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-7 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-7 .n-uc-OJSfiSm72Dte{padding:0px 0px 0px 0px}@media (min-width: 1200px){div#n2-ss-7 [data-hide-desktopportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-7 [data-hide-tabletportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-7 [data-hide-mobileportrait=\\\"1\\\"]{display: none !important;}}\"},\"globalInline\":[]},\"less\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroupPreload\":[],\"staticGroup\":{\"smartslider-frontend\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider-frontend.min.js\",\"ss-simple\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Slider\\/SliderType\\/Simple\\/Assets\\/dist\\/ss-simple.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"_N2.r([\\\"documentReady\\\",\\\"smartslider-frontend\\\",\\\"ss-simple\\\"],function(){new _N2.SmartSliderSimple(\'n2-ss-7\', {\\\"admin\\\":false,\\\"background.video.mobile\\\":1,\\\"loadingTime\\\":2000,\\\"alias\\\":{\\\"id\\\":0,\\\"smoothScroll\\\":0,\\\"slideSwitch\\\":0,\\\"scroll\\\":1},\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"responsive\\\":{\\\"mediaQueries\\\":{\\\"all\\\":false,\\\"desktopportrait\\\":[\\\"(min-width: 1200px)\\\"],\\\"tabletportrait\\\":[\\\"(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)\\\",\\\"(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)\\\"],\\\"mobileportrait\\\":[\\\"(orientation: landscape) and (max-width: 900px)\\\",\\\"(orientation: portrait) and (max-width: 700px)\\\"]},\\\"base\\\":{\\\"slideOuterWidth\\\":1920,\\\"slideOuterHeight\\\":500,\\\"sliderWidth\\\":1920,\\\"sliderHeight\\\":500,\\\"slideWidth\\\":1920,\\\"slideHeight\\\":500},\\\"hideOn\\\":{\\\"desktopLandscape\\\":false,\\\"desktopPortrait\\\":false,\\\"tabletLandscape\\\":false,\\\"tabletPortrait\\\":false,\\\"mobileLandscape\\\":false,\\\"mobilePortrait\\\":false},\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"breakpoints\\\":[{\\\"device\\\":\\\"tabletPortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":1199,\\\"landscapeWidth\\\":1199},{\\\"device\\\":\\\"mobilePortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":700,\\\"landscapeWidth\\\":900}],\\\"enabledDevices\\\":{\\\"desktopLandscape\\\":0,\\\"desktopPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"mobileLandscape\\\":0,\\\"mobilePortrait\\\":1},\\\"sizes\\\":{\\\"desktopPortrait\\\":{\\\"width\\\":1920,\\\"height\\\":500,\\\"max\\\":3000,\\\"min\\\":1200},\\\"tabletPortrait\\\":{\\\"width\\\":701,\\\"height\\\":182,\\\"customHeight\\\":false,\\\"max\\\":1199,\\\"min\\\":701},\\\"mobilePortrait\\\":{\\\"width\\\":320,\\\"height\\\":83,\\\"customHeight\\\":false,\\\"max\\\":900,\\\"min\\\":320}},\\\"overflowHiddenPage\\\":0,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":0,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayLoop\\\":1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0},\\\"interval\\\":1,\\\"intervalModifier\\\":\\\"loop\\\",\\\"intervalSlide\\\":\\\"current\\\"},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"initCallbacks\\\":function(){}});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slide_professionelle_folierungen1920_ips.jpg\"]}}}',0,1),
(21987,'cache','notweb/n2-ss-10','data.manifest','{\"generator\":[]}',0,1),
(21988,'cache','notweb/n2-ss-10','variations.manifest','1',0,1),
(21989,'cache','notweb/n2-ss-10','sliderde_CH1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":2145916800,\"currentPath\":\"bdb5539a4eae043b2be55f04fbe9b75c\",\"version\":\"3.5.1.7\"}',0,1),
(21990,'cache','notweb/n2-ss-10','sliderde_CH1','{\"html\":\"<div class=\\\"n2-section-smartslider fitvidsignore \\\" data-ssid=\\\"10\\\" tabindex=\\\"0\\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><div id=\\\"n2-ss-10-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-10\\\" data-creator=\\\"Smart Slider 3\\\" data-responsive=\\\"auto\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition \\\" data-ss-legacy-font-scale=\\\"1\\\">\\n\\n\\n\\n<div class=\\\"n2-ss-slider-wrapper-outside\\\" style=\\\"grid-template-rows:1fr auto\\\">\\n <div class=\\\"n2-ss-slider-1 n2_ss__touch_element n2-ow\\\">\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\">\\n\\n <div class=\\\"n2-ss-slide-backgrounds n2-ow-all\\\"><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"1\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2021\\/05\\/flotten_1920_web.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-gradient=\\\"horizontal\\\" data-color-start=\\\"RGBA(0,0,0,0)\\\" data-color-end=\\\"RGBA(255,255,255,0)\\\" style=\\\"background:linear-gradient(to right, RGBA(0,0,0,0) 0%,RGBA(255,255,255,0) 100%);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"2\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-opacity=\\\"100\\\" data-x=\\\"50\\\" data-y=\\\"50\\\" data-alt=\\\"\\\" data-title=\\\"\\\"><picture class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><img src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slide_CarWrapping_1920_ips.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div data-gradient=\\\"horizontal\\\" data-color-start=\\\"RGBA(0,0,0,0)\\\" data-color-end=\\\"RGBA(255,255,255,0)\\\" style=\\\"background:linear-gradient(to right, RGBA(0,0,0,0) 0%,RGBA(255,255,255,0) 100%);\\\" class=\\\"n2-ss-slide-background-color\\\"><\\/div><\\/div><\\/div> <div class=\\\"n2-ss-slider-4 n2-ow\\\">\\n <svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1920 620\\\" data-related-device=\\\"desktopPortrait\\\" class=\\\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\\\"><\\/svg><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"91\\\" data-slide-public-id=\\\"1\\\" data-title=\\\"Professionelle Folierungen\\\" class=\\\"n2-ss-slide n2-ow n2-ss-slide-91\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">Professionelle Folierungen<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-lU5QjCOUy3Mz\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-nIHVEc6EjnxG\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-mobileportraitleft=\\\"435\\\" data-desktopportraittop=\\\"0\\\" data-mobileportraittop=\\\"-225\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"1920\\\" data-mobileportraitwidth=\\\"2826\\\" data-desktopportraitheight=\\\"auto\\\" data-mobileportraitheight=\\\"1392\\\" data-desktopportraitalign=\\\"center\\\" data-mobileportraitalign=\\\"center\\\" data-desktopportraitvalign=\\\"top\\\" data-mobileportraitvalign=\\\"top\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\"><div class=\\\" n2-ss-item-image-content n2-ss-item-content n2-ow-all\\\"><img id=\\\"n2-ss-10item1\\\" alt=\\\"\\\" class=\\\"skip-lazy\\\" width=\\\"1920\\\" height=\\\"500\\\" data-skip-lazy=\\\"1\\\" src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2021\\/05\\/flotten_1920_web.jpg\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-oh0xapLgK3Dd\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-mobileportraitleft=\\\"815\\\" data-desktopportraittop=\\\"0\\\" data-mobileportraittop=\\\"1860\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"1920\\\" data-mobileportraitwidth=\\\"6030\\\" data-desktopportraitheight=\\\"auto\\\" data-mobileportraitheight=\\\"2004\\\" data-desktopportraitalign=\\\"center\\\" data-mobileportraitalign=\\\"center\\\" data-desktopportraitvalign=\\\"bottom\\\" data-mobileportraitvalign=\\\"bottom\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\"><div class=\\\" n2-ss-item-image-content n2-ss-item-content n2-ow-all\\\"><img id=\\\"n2-ss-10item2\\\" alt=\\\"\\\" class=\\\"skip-lazy\\\" style=\\\"width:100%;height:auto\\\" width=\\\"1920\\\" height=\\\"120\\\" data-skip-lazy=\\\"1\\\" src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slider_bluemini_1920.jpg\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-PTsgPM0RXxcs\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-tabletportraitleft=\\\"0\\\" data-mobileportraitleft=\\\"0\\\" data-desktopportraittop=\\\"-35\\\" data-tabletportraittop=\\\"-14\\\" data-mobileportraittop=\\\"316\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"auto\\\" data-tabletportraitwidth=\\\"auto\\\" data-mobileportraitwidth=\\\"auto\\\" data-desktopportraitheight=\\\"auto\\\" data-tabletportraitheight=\\\"auto\\\" data-mobileportraitheight=\\\"auto\\\" data-desktopportraitalign=\\\"center\\\" data-tabletportraitalign=\\\"center\\\" data-mobileportraitalign=\\\"center\\\" data-desktopportraitvalign=\\\"bottom\\\" data-tabletportraitvalign=\\\"bottom\\\" data-mobileportraitvalign=\\\"middle\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\"><div id=\\\"n2-ss-10item3\\\" class=\\\"n2-font-3dd08d3abcd5efccea9cb299b23ef743-hover n2-ss-item-content n2-ss-text n2-ow\\\" style=\\\"display:block;\\\">FLOTTENBESCHRIFTUNGEN<\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"88\\\" data-slide-public-id=\\\"2\\\" data-title=\\\"Professionelle Folierungen\\\" class=\\\"n2-ss-slide n2-ow n2-ss-slide-88\\\"><div role=\\\"note\\\" class=\\\"n2-ss-slide--focus\\\" tabindex=\\\"-1\\\">Professionelle Folierungen<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-CqGa7doiN1Fw\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-dxmHtCgtOZ02\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-mobileportraitleft=\\\"435\\\" data-desktopportraittop=\\\"0\\\" data-mobileportraittop=\\\"-225\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"1920\\\" data-mobileportraitwidth=\\\"2826\\\" data-desktopportraitheight=\\\"auto\\\" data-mobileportraitheight=\\\"1392\\\" data-desktopportraitalign=\\\"center\\\" data-mobileportraitalign=\\\"center\\\" data-desktopportraitvalign=\\\"top\\\" data-mobileportraitvalign=\\\"top\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\"><div class=\\\" n2-ss-item-image-content n2-ss-item-content n2-ow-all\\\"><img id=\\\"n2-ss-10item4\\\" alt=\\\"\\\" class=\\\"skip-lazy\\\" loading=\\\"lazy\\\" width=\\\"1920\\\" height=\\\"500\\\" data-skip-lazy=\\\"1\\\" src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slide_professionelle_folierungen1920_ips.jpg\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-uPDFvpzb6A8e\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-mobileportraitleft=\\\"815\\\" data-desktopportraittop=\\\"0\\\" data-mobileportraittop=\\\"1860\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"1920\\\" data-mobileportraitwidth=\\\"6030\\\" data-desktopportraitheight=\\\"auto\\\" data-mobileportraitheight=\\\"2004\\\" data-desktopportraitalign=\\\"center\\\" data-mobileportraitalign=\\\"center\\\" data-desktopportraitvalign=\\\"bottom\\\" data-mobileportraitvalign=\\\"bottom\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\"><div class=\\\" n2-ss-item-image-content n2-ss-item-content n2-ow-all\\\"><img id=\\\"n2-ss-10item5\\\" alt=\\\"\\\" class=\\\"skip-lazy\\\" style=\\\"width:100%;height:auto\\\" loading=\\\"lazy\\\" width=\\\"1920\\\" height=\\\"120\\\" data-skip-lazy=\\\"1\\\" src=\\\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slider_bluemini_1920.jpg\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-bvmqV0Vz2a9g\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-tabletportraitleft=\\\"0\\\" data-mobileportraitleft=\\\"0\\\" data-desktopportraittop=\\\"-35\\\" data-tabletportraittop=\\\"-14\\\" data-mobileportraittop=\\\"316\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"auto\\\" data-tabletportraitwidth=\\\"auto\\\" data-mobileportraitwidth=\\\"auto\\\" data-desktopportraitheight=\\\"auto\\\" data-tabletportraitheight=\\\"auto\\\" data-mobileportraitheight=\\\"auto\\\" data-desktopportraitalign=\\\"center\\\" data-tabletportraitalign=\\\"center\\\" data-mobileportraitalign=\\\"center\\\" data-desktopportraitvalign=\\\"bottom\\\" data-tabletportraitvalign=\\\"bottom\\\" data-mobileportraitvalign=\\\"middle\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\"><div id=\\\"n2-ss-10item6\\\" class=\\\"n2-font-3dd08d3abcd5efccea9cb299b23ef743-hover n2-ss-item-content n2-ss-text n2-ow\\\" style=\\\"display:block;\\\">FLOTTENBESCHRIFTUNGEN<\\/div><\\/div><\\/div><\\/div><\\/div> <\\/div>\\n\\n <\\/div>\\n <\\/div>\\n <\\/div>\\n <div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-below\\\"><div style=\\\"--widget-offset:10px;\\\" class=\\\"n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-bullet-horizontal\\\"><div class=\\\" nextend-bullet-bar n2-bar-justify-content-center\\\"><div class=\\\"n2-bullet n2-style-c54ec13b48ebb84cc8895c816d519075-dot \\\" style=\\\"visibility:hidden;\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><ss3-loader><\\/ss3-loader><\\/div><\\/div><div class=\\\"n2_clear\\\"><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroupPreload\":{\"smartslider\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider.min.css\"},\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":{\"n2-ss-10\":\"div#n2-ss-10 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-10 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-10:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-10 .n2-ss-slider-3{display:grid;grid-template-areas:\'cover\';position:relative;overflow:hidden;z-index:10;}div#n2-ss-10 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-10 .n2-ss-slide-backgrounds,div#n2-ss-10 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-10 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-10 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-10 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-10 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:\'slide\';}div#n2-ss-10 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-10.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-10 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-10 .n2-ss-slide{perspective:1500px;}div#n2-ss-10 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-10 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-10 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-10 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-10 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-10 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-10 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-10 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-10 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-10 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-10 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-10 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-10 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-10 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-10 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-10 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000;}div#n2-ss-10 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-10 .n2-font-3dd08d3abcd5efccea9cb299b23ef743-hover{font-family: \'Verdana\';color: #ffffff;font-size:343.75%;text-shadow: none;line-height: 1;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 700;}div#n2-ss-10 .n2-style-c54ec13b48ebb84cc8895c816d519075-dot{background: RGBA(0,0,0,0.67);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:50px;margin:4px;}div#n2-ss-10 .n2-style-c54ec13b48ebb84cc8895c816d519075-dot.n2-active, div#n2-ss-10 .n2-style-c54ec13b48ebb84cc8895c816d519075-dot:HOVER, div#n2-ss-10 .n2-style-c54ec13b48ebb84cc8895c816d519075-dot:FOCUS{background: #357cbd;}div#n2-ss-10 .n2-ss-slide-limiter{max-width:3000px;}div#n2-ss-10 .n-uc-lU5QjCOUy3Mz{padding:0px 0px 0px 0px}div#n2-ss-10 .n-uc-CqGa7doiN1Fw{padding:0px 0px 0px 0px}div#n2-ss-10 .n2-ss-slider-1{min-height:180px;}@media (min-width: 1200px){div#n2-ss-10 [data-hide-desktopportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-10 [data-hide-tabletportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-10 .n-uc-PTsgPM0RXxcs{--ssfont-scale:0.45}div#n2-ss-10 .n-uc-bvmqV0Vz2a9g{--ssfont-scale:0.45}div#n2-ss-10 [data-hide-mobileportrait=\\\"1\\\"]{display: none !important;}}\"},\"globalInline\":[]},\"less\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroupPreload\":[],\"staticGroup\":{\"smartslider-frontend\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Application\\/Frontend\\/Assets\\/dist\\/smartslider-frontend.min.js\",\"ss-simple\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Slider\\/SliderType\\/Simple\\/Assets\\/dist\\/ss-simple.min.js\",\"w-bullet\":\"\\/var\\/www\\/flotten.webdress.site\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/Public\\/SmartSlider3\\/Widget\\/Bullet\\/Assets\\/dist\\/w-bullet.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"_N2.r([\\\"documentReady\\\",\\\"smartslider-frontend\\\",\\\"SmartSliderWidgetBulletTransition\\\",\\\"ss-simple\\\"],function(){new _N2.SmartSliderSimple(\'n2-ss-10\', {\\\"admin\\\":false,\\\"background.video.mobile\\\":1,\\\"loadingTime\\\":2000,\\\"alias\\\":{\\\"id\\\":0,\\\"smoothScroll\\\":0,\\\"slideSwitch\\\":0,\\\"scroll\\\":1},\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"responsive\\\":{\\\"mediaQueries\\\":{\\\"all\\\":false,\\\"desktopportrait\\\":[\\\"(min-width: 1200px)\\\"],\\\"tabletportrait\\\":[\\\"(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)\\\",\\\"(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)\\\"],\\\"mobileportrait\\\":[\\\"(orientation: landscape) and (max-width: 900px)\\\",\\\"(orientation: portrait) and (max-width: 700px)\\\"]},\\\"base\\\":{\\\"slideOuterWidth\\\":1920,\\\"slideOuterHeight\\\":620,\\\"sliderWidth\\\":1920,\\\"sliderHeight\\\":620,\\\"slideWidth\\\":1920,\\\"slideHeight\\\":620},\\\"hideOn\\\":{\\\"desktopLandscape\\\":false,\\\"desktopPortrait\\\":false,\\\"tabletLandscape\\\":false,\\\"tabletPortrait\\\":false,\\\"mobileLandscape\\\":false,\\\"mobilePortrait\\\":false},\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"breakpoints\\\":[{\\\"device\\\":\\\"tabletPortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":1199,\\\"landscapeWidth\\\":1199},{\\\"device\\\":\\\"mobilePortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":700,\\\"landscapeWidth\\\":900}],\\\"enabledDevices\\\":{\\\"desktopLandscape\\\":0,\\\"desktopPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"mobileLandscape\\\":0,\\\"mobilePortrait\\\":1},\\\"sizes\\\":{\\\"desktopPortrait\\\":{\\\"width\\\":1920,\\\"height\\\":620,\\\"max\\\":3000,\\\"min\\\":1200},\\\"tabletPortrait\\\":{\\\"width\\\":701,\\\"height\\\":226,\\\"customHeight\\\":false,\\\"max\\\":1199,\\\"min\\\":701},\\\"mobilePortrait\\\":{\\\"width\\\":320,\\\"height\\\":103,\\\"customHeight\\\":false,\\\"max\\\":900,\\\"min\\\":320}},\\\"overflowHiddenPage\\\":0,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0,\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayLoop\\\":1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":\\\"0\\\",\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0},\\\"interval\\\":1,\\\"intervalModifier\\\":\\\"loop\\\",\\\"intervalSlide\\\":\\\"current\\\"},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":2000,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"initCallbacks\\\":function(){new _N2.SmartSliderWidgetBulletTransition(this, {\\\"area\\\":12,\\\"dotClasses\\\":\\\"n2-style-c54ec13b48ebb84cc8895c816d519075-dot \\\",\\\"mode\\\":\\\"\\\",\\\"action\\\":\\\"click\\\"});}});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":{\"0\":\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2021\\/05\\/flotten_1920_web.jpg\",\"2\":\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slider_bluemini_1920.jpg\",\"3\":\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slide_CarWrapping_1920_ips.jpg\",\"4\":\"\\/\\/flotten.webdress.site\\/wp-content\\/uploads\\/2019\\/12\\/slide_professionelle_folierungen1920_ips.jpg\"}}}}',0,1);
/*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_generators` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`group` varchar(254) NOT NULL,
`type` varchar(254) NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_generators`
--
LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`alias` varchar(255) DEFAULT NULL,
`title` varchar(200) NOT NULL,
`type` varchar(30) NOT NULL,
`params` mediumtext NOT NULL,
`time` datetime NOT NULL,
`thumbnail` varchar(255) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
`status` varchar(50) NOT NULL DEFAULT 'published',
PRIMARY KEY (`id`),
KEY `status` (`status`),
KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--
LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES
(1,NULL,'Sample Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-overlay\":\"0\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',1,'published'),
(3,NULL,'Fotos','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"1500\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1920\",\"height\":\"500\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"0\",\"playWhenVisibleAt\":\"0\",\"dependency\":\"3\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"1\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"1\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-10-16 13:20:37','',2,'published'),
(4,NULL,'Slider down','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"1500\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1920\",\"height\":\"120\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"0\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-10-16 16:37:42','',5,'published'),
(5,NULL,'Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1170\",\"height\":\"500\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-11-16 15:21:23','',6,'published'),
(6,NULL,'Demo Slider - Feature Slider','simple','{\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMGI3M2E4NzUiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjUwIiwiZXh0cmEiOiJtYXJnaW46IDRweDsifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiMGI3M2E4ZmYifV19\",\"widget-bullet-bar\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIzfCp8M3wqfDN8KnwzfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6Ijk5IiwiZXh0cmEiOiIifV19\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-overlay\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/simple-horizontal.svg\",\"widget-arrow-previous-color\":\"0b73a8ff\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6Ijk5IiwiZXh0cmEiOiIifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiMTA3ZWI2ZmYifV19\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-offset\":\"10\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-offset\":\"10\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/next\\/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"responsiveFocusUser\":\"1\",\"responsiveFocusAutoplay\":\"0\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"shape-divider\":\"\",\"particle\":\"\",\"animation\":\"fade\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"600\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"-1\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"placeholder-background-image\":\"\",\"placeholder-color\":\"FFFFFF00\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"1\",\"widget-arrow-previous-position-stack\":\"2\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2019-11-28 14:33:43','$upload$/slider6/featureslider.png',0,'published'),
(7,NULL,'Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1920\",\"height\":\"500\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"shadow\"}','2019-12-08 16:24:25','',7,'published'),
(8,NULL,'Miniblue slider after slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"1500\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1920\",\"height\":\"120\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"0\",\"playWhenVisibleAt\":\"0\",\"dependency\":\"8\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"transition\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjUwIiwiZXh0cmEiOiJtYXJnaW46IDRweDsifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiMzU3Y2JkZmYifV19\",\"widget-bullet-bar\":\"\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-12-09 08:08:13','',4,'published'),
(9,NULL,'Slider - copy','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1920\",\"height\":\"500\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"shadow\"}','2019-12-11 07:41:46','',8,'published'),
(10,NULL,'Fotos New Slider 1920x620','simple','{\"thumbnail\":\"\",\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"alias-slideswitch-scroll\":\"1\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"width\":\"1920\",\"height\":\"620\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"180\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageSmallRectangle\",\"widget-arrow-previous\":\"full.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"2|*|2|*|2|*|2|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"FF9139FF\\\"}]}\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"1\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"357cbdff\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;background-size:cover;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"1\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\\\ntransition: all 0.4s;\\\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-minimum-thumbnail-count\":\"2\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"0\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-display-mobileportrait\":\"0\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"animation\":\"horizontal\",\"animation-duration\":\"2000\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-display-hover\":\"1\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"optimize\":\"1\",\"optimize-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"loading-type\":\"\",\"delay\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','2019-12-20 06:27:37','',3,'published');
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
`group_id` int(11) NOT NULL,
`slider_id` int(11) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`group_id`,`slider_id`),
KEY `ordering` (`ordering`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--
LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders_xref` VALUES
(0,3,1),
(0,4,2),
(0,5,3),
(0,6,4),
(0,7,5);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_nextend2_smartslider3_slides` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(200) NOT NULL,
`slider` int(11) NOT NULL,
`publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
`published` tinyint(1) NOT NULL,
`first` int(11) NOT NULL,
`slide` longtext DEFAULT NULL,
`description` text NOT NULL,
`thumbnail` varchar(255) NOT NULL,
`params` text NOT NULL,
`ordering` int(11) NOT NULL,
`generator_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `published` (`published`),
KEY `publish_up` (`publish_up`),
KEY `publish_down` (`publish_down`),
KEY `generator_id` (`generator_id`),
KEY `ordering` (`ordering`),
KEY `slider` (`slider`),
KEY `thumbnail` (`thumbnail`(100))
) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--
LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_slides` VALUES
(1,'Slide One',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Martin Dwyer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Martin Dwyer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Application Developer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Application Developer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/developerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/programmer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',0,0),
(2,'Slide Two',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/artdirectorthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',1,0),
(3,'Slide Three',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/photographerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',2,0),
(16,'Rost rost - copy - copy',4,'2019-12-15 13:35:43','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":300,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":33,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"mit Abhol- und Lieferservice\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"href\":\"#\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjAwMDAwMDAwIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo0MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"mit Abhol- und Lieferservice\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',0,0),
(18,'3M Wrap Films - Complex Mirror',5,'2019-11-15 15:22:15','1970-01-01 00:00:00',1,0,'[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"YouTube layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https:\\/\\/www.youtube.com\\/watch?v=_cG3lg1IbjQ\",\"youtubeurl\":\"https:\\/\\/www.youtube.com\\/watch?v=_cG3lg1IbjQ\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/_cG3lg1IbjQ\\/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"name\":\"Content\",\"layers\":[]}]','3M Wrap Films - Complex Mirror','https://i.ytimg.com/vi/_cG3lg1IbjQ/maxresdefault.jpg','{\"thumbnailType\":\"videoDark\",\"version\":\"3.3.22\"}',0,0),
(20,'3M 2080 Wrap Serie, die Wrap Folie der nächsten Generation. Jetzt neu am Start mit PFL Layer',3,'2019-12-02 15:24:38','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":234,\"desktopportraitwidth\":1128,\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Die WRAP FOLIE der nächsten Generat\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Die WRAP FOLIE der nächsten Generation\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjQ3fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Ii0ycHgiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":186,\"desktopportraitwidth\":1170,\"desktopportraitheight\":10,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_blue-rost3m3.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2019/11/slide_blue-rost3m3.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"https://www.youtube.com/watch?v=rJ-\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"qesNtYIBDfs\",\"youtubeurl\":\"https://www.youtube.com/watch?v=rJ-G6LobZ9g\",\"image\":\"$upload$/2019/11/slide_3M3.jpg\",\"autoplay\":\"0\",\"controls\":\"1\",\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":\"0\",\"loop\":\"0\",\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":\"1\",\"scroll-pause\":\"partly-visible\",\"end\":\"0\",\"volume\":\"1\",\"playbuttonwidth\":\"48\",\"playbuttonheight\":\"48\",\"playbuttonimage\":\"\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Dieses Produkt ist direkt online erhältich: https://www.foliencenter24.com/3m-scotchprint-2080-car-wrap-autofolie.html\r\n\r\nDie 3M 2080 Car Wrap Autofolien Serie ist die konsequente Weiterentwicklung der beliebten 3M Autofolien Serien 1080 und 1380. Sie ist optimiert für die vollfächige Fahrzeugbeklebung und die Fahrzeugdekoration mit Emblemen oder Streifen. Verwendung findet die 3M 2080 Car Wrap Serie auf Land- und Wasserfahrzeugen aller Art (bei einer Verklebung oberhalb der statischen Wasserlinie). Die 3M 2080 Folienserie überzeugt durch ein optimiertes Erscheinungsbild und eine noch bessere Verformbarkeit als Ihre Vorgängerserien. Kurven, Nieten, komplexe Wölbungen und tiefe Sicken sowie V-förmige Vertiefungen stellen für die 3M 2080 Serie kein Problem dar.\r\n\r\nDie 3M 2080 Serie Car Wrap Autofolie ist äußerst einsteigerfreundlich zu verarbeiten, und wird gleichzeitig den höchsten Ansprüchen an Finish und Handling gerecht. Die 0,9mm dicke, extrem anpassungsfähige Autofolie wird mit zwei Farbschichten für mehr Formstabilität und Haltbarkeit hergestellt.\r\n\r\nMit 3M Protective Film Layer (PFL) gegen Kratzer und Rakelspuren\r\nDurch den neuartigen Protective Film Layer (PFL), eine Schutzfolie auf der Folie, wird die Produktivität und das Handling der 3M 2080 gegenüber anderen Car Wrap Produkten maßgeblich verbessert. Durch ihn wird die darunter liegende Folie zuverlässig vor Kratzern und Rakelspuren geschützt. Nach der Verklebung kann der Schutzfilm schnell, einfach und sauber entfernt werden. Druckstellen auf der Oberfläche von glänzenden Folien werden erheblich reduziert, und die Folie wird während der Applikation vor Kratzern geschützt, für ein perfektes Ergebnis. Der PFL findet sich auf allen glänzenden Folien der 3M 2080 Serie.\r\n\r\n(c) 2019 Video: 3M Deutschland GmbH\r\n(c) 2019 Text: Foliencenter24 e-Commerce GmbH','$upload$/2019/11/Screen-Shot-2019-11-16-at-19.13.00.png','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',10,0),
(21,'3M 2080 Wrap Serie, die Wrap Folie der nächsten Generation. Jetzt neu am Start mit PFL Layer - copy',3,'2019-11-15 18:16:58','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"https://www.youtube.com/watch?v=rJ-\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"youtubeurl\":\"https://www.youtube.com/watch?v=rJ-G6LobZ9g\",\"image\":\"$upload$/2019/11/3M2.jpg\",\"scroll-pause\":\"partly-visible\",\"start\":\"0\",\"end\":\"0\",\"volume\":\"1\",\"autoplay\":\"0\",\"controls\":\"1\",\"center\":\"0\",\"loop\":\"0\",\"related\":\"1\",\"playbutton\":\"1\",\"playbuttonwidth\":\"48\",\"playbuttonheight\":\"48\",\"playbuttonimage\":\"\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Dieses Produkt ist direkt online erhältich: https://www.foliencenter24.com/3m-scotchprint-2080-car-wrap-autofolie.html\r\n\r\nDie 3M 2080 Car Wrap Autofolien Serie ist die konsequente Weiterentwicklung der beliebten 3M Autofolien Serien 1080 und 1380. Sie ist optimiert für die vollfächige Fahrzeugbeklebung und die Fahrzeugdekoration mit Emblemen oder Streifen. Verwendung findet die 3M 2080 Car Wrap Serie auf Land- und Wasserfahrzeugen aller Art (bei einer Verklebung oberhalb der statischen Wasserlinie). Die 3M 2080 Folienserie überzeugt durch ein optimiertes Erscheinungsbild und eine noch bessere Verformbarkeit als Ihre Vorgängerserien. Kurven, Nieten, komplexe Wölbungen und tiefe Sicken sowie V-förmige Vertiefungen stellen für die 3M 2080 Serie kein Problem dar.\r\n\r\nDie 3M 2080 Serie Car Wrap Autofolie ist äußerst einsteigerfreundlich zu verarbeiten, und wird gleichzeitig den höchsten Ansprüchen an Finish und Handling gerecht. Die 0,9mm dicke, extrem anpassungsfähige Autofolie wird mit zwei Farbschichten für mehr Formstabilität und Haltbarkeit hergestellt.\r\n\r\nMit 3M Protective Film Layer (PFL) gegen Kratzer und Rakelspuren\r\nDurch den neuartigen Protective Film Layer (PFL), eine Schutzfolie auf der Folie, wird die Produktivität und das Handling der 3M 2080 gegenüber anderen Car Wrap Produkten maßgeblich verbessert. Durch ihn wird die darunter liegende Folie zuverlässig vor Kratzern und Rakelspuren geschützt. Nach der Verklebung kann der Schutzfilm schnell, einfach und sauber entfernt werden. Druckstellen auf der Oberfläche von glänzenden Folien werden erheblich reduziert, und die Folie wird während der Applikation vor Kratzern geschützt, für ein perfektes Ergebnis. Der PFL findet sich auf allen glänzenden Folien der 3M 2080 Serie.\r\n\r\n(c) 2019 Video: 3M Deutschland GmbH\r\n(c) 2019 Text: Foliencenter24 e-Commerce GmbH','$upload$/2019/11/Screen-Shot-2019-11-16-at-19.13.00.png','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',12,0),
(25,'111 - copy - copy',3,'2019-12-14 13:19:35','1970-01-01 00:00:00',0,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"0\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_rostcardress1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_rostcardress1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',0,0),
(26,'3M 2080 Wrap Serie, die Wrap Folie der nächsten Generation. Jetzt neu am Start mit PFL Layer - copy',3,'2019-11-15 18:16:35','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"https://www.youtube.com/watch?v=rJ-\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"youtubeurl\":\"https://www.youtube.com/watch?v=rJ-G6LobZ9g\",\"image\":\"$upload$/2019/11/3M1.jpg\",\"scroll-pause\":\"partly-visible\",\"start\":\"0\",\"end\":\"0\",\"volume\":\"1\",\"autoplay\":\"0\",\"controls\":\"1\",\"center\":\"0\",\"loop\":\"0\",\"related\":\"1\",\"playbutton\":\"1\",\"playbuttonwidth\":\"48\",\"playbuttonheight\":\"48\",\"playbuttonimage\":\"\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Dieses Produkt ist direkt online erhältich: https://www.foliencenter24.com/3m-scotchprint-2080-car-wrap-autofolie.html\r\n\r\nDie 3M 2080 Car Wrap Autofolien Serie ist die konsequente Weiterentwicklung der beliebten 3M Autofolien Serien 1080 und 1380. Sie ist optimiert für die vollfächige Fahrzeugbeklebung und die Fahrzeugdekoration mit Emblemen oder Streifen. Verwendung findet die 3M 2080 Car Wrap Serie auf Land- und Wasserfahrzeugen aller Art (bei einer Verklebung oberhalb der statischen Wasserlinie). Die 3M 2080 Folienserie überzeugt durch ein optimiertes Erscheinungsbild und eine noch bessere Verformbarkeit als Ihre Vorgängerserien. Kurven, Nieten, komplexe Wölbungen und tiefe Sicken sowie V-förmige Vertiefungen stellen für die 3M 2080 Serie kein Problem dar.\r\n\r\nDie 3M 2080 Serie Car Wrap Autofolie ist äußerst einsteigerfreundlich zu verarbeiten, und wird gleichzeitig den höchsten Ansprüchen an Finish und Handling gerecht. Die 0,9mm dicke, extrem anpassungsfähige Autofolie wird mit zwei Farbschichten für mehr Formstabilität und Haltbarkeit hergestellt.\r\n\r\nMit 3M Protective Film Layer (PFL) gegen Kratzer und Rakelspuren\r\nDurch den neuartigen Protective Film Layer (PFL), eine Schutzfolie auf der Folie, wird die Produktivität und das Handling der 3M 2080 gegenüber anderen Car Wrap Produkten maßgeblich verbessert. Durch ihn wird die darunter liegende Folie zuverlässig vor Kratzern und Rakelspuren geschützt. Nach der Verklebung kann der Schutzfilm schnell, einfach und sauber entfernt werden. Druckstellen auf der Oberfläche von glänzenden Folien werden erheblich reduziert, und die Folie wird während der Applikation vor Kratzern geschützt, für ein perfektes Ergebnis. Der PFL findet sich auf allen glänzenden Folien der 3M 2080 Serie.\r\n\r\n(c) 2019 Video: 3M Deutschland GmbH\r\n(c) 2019 Text: Foliencenter24 e-Commerce GmbH','$upload$/2019/11/Screen-Shot-2019-11-16-at-19.13.00.png','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',11,0),
(33,'111 - copy - copy - copy - copy',3,'2019-12-08 08:37:04','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_1920_5.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_5.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',5,0),
(34,'111 - copy - copy - copy - copy - copy',3,'2019-12-08 08:39:24','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_1920_1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',3,0),
(35,'111 - copy - copy - copy - copy - copy - copy',3,'2019-12-08 08:39:56','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_miniblue_1920-1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_miniblue_1920-1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',8,0),
(36,'111 - copy - copy - copy - copy - copy - copy - copy',3,'2019-12-08 08:40:24','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_1920_3.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_3.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',9,0),
(37,'111 - copy - copy - copy - copy - copy - copy - copy - copy',3,'2019-12-08 08:41:07','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_1920_4.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_4.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',7,0),
(38,'Slide 1',6,'2019-05-02 07:06:27','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"60|*|60|*|60|*|60|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"40|*|10|*|40|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"50|*|40|*|50|*|40|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":380,\"desktopportraitselfalign\":\"left\",\"tabletportraitpadding\":\"50|*|40|*|50|*|40|*|px+\",\"mobileportraitpadding\":\"30|*|30|*|30|*|30|*|px+\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-141f65a7267db\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":1,\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"battery-1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider6\\/battery-1.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"mobileportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Up to 12 hours of battery life\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Up to 12 hours of battery life\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjExMTExMWZmIiwic2l6ZSI6IjI2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCwgQXJpYWwiLCJsaW5laGVpZ2h0IjoiMS41Iiwid2VpZ2h0Ijo2MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, adipisc\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Lorem ipsum dolor sit amet, adipiscing elit. Etiam quis metus in enim congue ornare. Sed vitae leo placerat, venenatis massa at, dictum nisl. Suspendisse efficitur eros ligula, eget dapibus ex pellentesque quis. In nec quam auctor, aliquet ex vitae, suscipit lectus.\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6Ijc2NzY3NmZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiJ09wZW4gU2FucycsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuOCIsIndlaWdodCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}}]}]}]}]','','$upload$/slider6/t1.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"$upload$\\/slider6\\/featureslider1.jpeg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.18\",\"ligthboxImage\":\"\"}',0,0),
(39,'Slide 2',6,'2019-05-02 07:06:27','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"60|*|60|*|60|*|60|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"40|*|10|*|40|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"50|*|40|*|50|*|40|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":380,\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"30|*|30|*|30|*|30|*|px+\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1943b787f09dc\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":1,\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"processor-1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider6\\/processor-1.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"mobileportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Fifth-generation Intel Core process\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Fifth-generation Intel Core processors\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjExMTExMWZmIiwic2l6ZSI6IjI2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCwgQXJpYWwiLCJsaW5laGVpZ2h0IjoiMS41Iiwid2VpZ2h0Ijo2MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Fusce ipsum diam, consequat nec rho\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Fusce ipsum diam, consequat nec rhoncus ut, bibendum sit amet lorem. Suspendisse nec neque nec quam dictum scelerisque et eu quam. Proin interdum vestibulum urna eleifend feugiat. Integer id ipsum pretium, egestas augue at, suscipit turpis.\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6Ijc2NzY3NmZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiJ09wZW4gU2FucycsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuOCIsIndlaWdodCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}}]}]}]}]','','$upload$/slider6/t2.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"$upload$\\/slider6\\/featureslider2.jpeg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.18\",\"ligthboxImage\":\"\"}',1,0),
(40,'Slide 3',6,'2019-05-02 07:06:26','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"60|*|60|*|60|*|60|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"40|*|10|*|40|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"50|*|40|*|50|*|40|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":380,\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"30|*|30|*|30|*|30|*|px+\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-16d539a868e5c\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":1,\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"ssd-1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider6\\/ssd-1.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"mobileportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Fast SSD storage. Ready. Set. Done.\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Fast SSD storage. Ready. Set. Done.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjExMTExMWZmIiwic2l6ZSI6IjI2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCwgQXJpYWwiLCJsaW5laGVpZ2h0IjoiMS41Iiwid2VpZ2h0Ijo2MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animv2\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Cras nec odio sit amet erat tristiq\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Cras nec odio sit amet erat tristique malesuada nec non libero. Mauris laoreet rhoncus tempor. In placerat justo felis, ut tristique magna auctor et. Cras laoreet odio eget velit tempor, ut accumsan dui elementum.\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6Ijc2NzY3NmZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiJ09wZW4gU2FucycsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuOCIsIndlaWdodCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}}]}]}]}]','','$upload$/slider6/t3.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"$upload$\\/slider6\\/featureslider3.jpeg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.18\",\"ligthboxImage\":\"\"}',2,0),
(41,'111 - copy - copy - copy',3,'2019-12-08 08:43:07','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_1920_2.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_2.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',6,0),
(42,'slide_carwrapping copy',7,'2019-12-08 08:27:57','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-17627e419e010\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"layers\":[]}]','','$upload$/2019/12/slide_professionelle_folierungen1920_ips.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"0|*|0|*|0|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2019/12/slide_professionelle_folierungen1920_ips.jpg\",\"backgroundFocusX\":\"65\",\"backgroundFocusY\":\"33\",\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.1.17\"}',0,0),
(43,'Rost rost - copy - copy',8,'2019-12-15 13:21:41','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":50,\"mobileportraitmaxwidth\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',0,0),
(44,'Rost rost',8,'2019-12-12 18:32:57','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',2,0),
(45,'Rost rost - copy',8,'2019-12-12 18:33:38','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',4,0),
(46,'Rost rost - copy - copy',8,'2019-12-12 18:35:29','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',5,0),
(47,'Rost rost - copy - copy - copy',8,'2019-12-12 18:34:17','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',6,0),
(48,'Rost rost - copy - copy - copy - copy',8,'2019-12-12 18:34:55','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',7,0),
(49,'slide_carwrapping copy',9,'2019-12-08 08:27:57','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/12/slide_1920_5.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_5.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',0,0),
(50,'Rost rost - copy - copy - copy - copy - copy',8,'2019-12-12 18:36:09','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',8,0),
(51,'111 - copy - copy - copy - copy - copy - copy - copy - copy',3,'2019-12-10 09:33:16','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_traincardress1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_traincardress1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',4,0),
(52,'Rost rost - copy - copy - copy - copy - copy - copy',8,'2019-12-15 13:21:12','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"mobileportraitfontsize\":33,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"mit Abhol- und Lieferservice\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"mit Abhol- und Lieferservice\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slider_bluemini_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbNTQ4XSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',3,0),
(53,'111 - copy - copy - copy',3,'2019-12-08 08:41:55','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_Mint_Cabrio1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_Mint_Cabrio1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',2,0),
(54,'Rost rost - copy - copy - copy',8,'2019-12-15 13:18:14','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',1,0),
(55,'Rost rost - copy - copy - copy - copy - copy - copy',8,'2019-12-10 09:36:17','1970-01-01 00:00:00',0,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"NEW DRESS 4 YOUR CAR!\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"NEW DRESS 4 YOUR CAR!\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIifV19\"}}}]}]','','$upload$/2019/12/slider_bluemini_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',9,0),
(58,'111 - copy - copy - copy',3,'2019-12-12 18:29:22','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slide_rostcardress1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_rostcardress1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',1,0),
(59,'Rost rost - copy - copy - copy',4,'2019-12-15 13:35:43','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":300,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":33,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"mit Abhol- und Lieferservice\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"href\":\"#\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjAwMDAwMDAwIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo0MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"mit Abhol- und Lieferservice\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','$upload$/2019/12/slider_bluemini_newdress_1920.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slider_bluemini_newdress_1920.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',1,0),
(70,'3M 2080 Wrap Serie, die Wrap Folie der nächsten Generation. Jetzt neu am Start mit PFL Layer',10,'2019-12-02 15:24:38','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":234,\"desktopportraitwidth\":1128,\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Die WRAP FOLIE der n\\u00e4chsten Generat\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Die WRAP FOLIE der n\\u00e4chsten Generation\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjQ3fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Ii0ycHgiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":186,\"desktopportraitwidth\":1170,\"desktopportraitheight\":10,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_blue-rost3m3.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2019/11/slide_blue-rost3m3.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"https://www.youtube.com/watch?v=rJ-\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"qesNtYIBDfs\",\"youtubeurl\":\"https://www.youtube.com/watch?v=rJ-G6LobZ9g\",\"image\":\"$upload$/2019/11/slide_3M3.jpg\",\"autoplay\":\"0\",\"controls\":\"1\",\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":\"0\",\"loop\":\"0\",\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":\"1\",\"scroll-pause\":\"partly-visible\",\"end\":\"0\",\"volume\":\"1\",\"playbuttonwidth\":\"48\",\"playbuttonheight\":\"48\",\"playbuttonimage\":\"\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Dieses Produkt ist direkt online erhältich: https://www.foliencenter24.com/3m-scotchprint-2080-car-wrap-autofolie.html\r\n\r\nDie 3M 2080 Car Wrap Autofolien Serie ist die konsequente Weiterentwicklung der beliebten 3M Autofolien Serien 1080 und 1380. Sie ist optimiert für die vollfächige Fahrzeugbeklebung und die Fahrzeugdekoration mit Emblemen oder Streifen. Verwendung findet die 3M 2080 Car Wrap Serie auf Land- und Wasserfahrzeugen aller Art (bei einer Verklebung oberhalb der statischen Wasserlinie). Die 3M 2080 Folienserie überzeugt durch ein optimiertes Erscheinungsbild und eine noch bessere Verformbarkeit als Ihre Vorgängerserien. Kurven, Nieten, komplexe Wölbungen und tiefe Sicken sowie V-förmige Vertiefungen stellen für die 3M 2080 Serie kein Problem dar.\r\n\r\nDie 3M 2080 Serie Car Wrap Autofolie ist äußerst einsteigerfreundlich zu verarbeiten, und wird gleichzeitig den höchsten Ansprüchen an Finish und Handling gerecht. Die 0,9mm dicke, extrem anpassungsfähige Autofolie wird mit zwei Farbschichten für mehr Formstabilität und Haltbarkeit hergestellt.\r\n\r\nMit 3M Protective Film Layer (PFL) gegen Kratzer und Rakelspuren\r\nDurch den neuartigen Protective Film Layer (PFL), eine Schutzfolie auf der Folie, wird die Produktivität und das Handling der 3M 2080 gegenüber anderen Car Wrap Produkten maßgeblich verbessert. Durch ihn wird die darunter liegende Folie zuverlässig vor Kratzern und Rakelspuren geschützt. Nach der Verklebung kann der Schutzfilm schnell, einfach und sauber entfernt werden. Druckstellen auf der Oberfläche von glänzenden Folien werden erheblich reduziert, und die Folie wird während der Applikation vor Kratzern geschützt, für ein perfektes Ergebnis. Der PFL findet sich auf allen glänzenden Folien der 3M 2080 Serie.\r\n\r\n(c) 2019 Video: 3M Deutschland GmbH\r\n(c) 2019 Text: Foliencenter24 e-Commerce GmbH','$upload$/2019/11/Screen-Shot-2019-11-16-at-19.13.00.png','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',7,0),
(75,'Scheiben tönen ',10,'2019-12-22 12:17:13','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":-35,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitalign\":\"center\",\"tabletportraitvalign\":\"bottom\",\"tabletportraitleft\":0,\"tabletportraittop\":-14,\"tabletportraitwidth\":\"auto\",\"tabletportraitheight\":\"auto\",\"mobileportraitfontsize\":45,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"middle\",\"mobileportraitleft\":0,\"mobileportraittop\":316,\"mobileportraitwidth\":\"auto\",\"mobileportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Scheiben t\\u00f6nen \",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FLOTTENBESCHRIFTUNGEN\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"55||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Verdana\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":700,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitleft\":815,\"mobileportraittop\":1860,\"mobileportraitwidth\":6030,\"mobileportraitheight\":2004,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_bluemini_1920.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slider_bluemini_1920.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitleft\":435,\"mobileportraittop\":-225,\"mobileportraitwidth\":2826,\"mobileportraitheight\":1392,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_scheiben_toenen1920_ips.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slide_scheiben_toenen1920_ips.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-16ec6a0c04f31\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"layers\":[]}]','','$upload$/2019/12/slide_scheiben_toenen1920_ips.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"0|*|0|*|0|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2019/12/slide_scheiben_toenen1920_ips.jpg\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOlsxMTddfQ==\",\"version\":\"3.4.1.17\"}',2,0),
(76,'NEW DRESS 4 YOUR CAR',10,'2019-12-19 12:22:16','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":250,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"middle\",\"mobileportraitleft\":0,\"mobileportraittop\":698,\"mobileportraitwidth\":3372,\"mobileportraitheight\":906,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_text_new-dress_1920.png\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2019/12/slider_text_new-dress_1920.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitleft\":815,\"mobileportraittop\":1860,\"mobileportraitwidth\":6030,\"mobileportraitheight\":2004,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_bluemini_1920.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2019/12/slider_bluemini_1920.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitleft\":-335,\"mobileportraittop\":-225,\"mobileportraitwidth\":2826,\"mobileportraitheight\":1392,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_1920_5.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2019/12/slide_1920_5.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":1020,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, a href=\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Lorem ipsum dolor sit amet, <a href=\\\"#\\\">consectetur adipiscing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":1304,\"style\":\"\"}}}]}]','','$upload$/2019/12/slide_1920_5.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_1920_5.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOlsxMTddfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',6,0),
(83,'Teilfolierungen',10,'2019-12-22 12:21:33','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":-35,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitalign\":\"center\",\"tabletportraitvalign\":\"bottom\",\"tabletportraitleft\":0,\"tabletportraittop\":-14,\"tabletportraitwidth\":\"auto\",\"tabletportraitheight\":\"auto\",\"mobileportraitfontsize\":45,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"middle\",\"mobileportraitleft\":0,\"mobileportraittop\":316,\"mobileportraitwidth\":\"auto\",\"mobileportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Teilfolierungen\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"href\":\"#\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjU1fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiVmVyZGFuYSIsImxpbmVoZWlnaHQiOiIxIiwid2VpZ2h0Ijo3MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImNlbnRlciIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Teilfolierungen\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitleft\":815,\"mobileportraittop\":1860,\"mobileportraitwidth\":6030,\"mobileportraitheight\":2004,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_bluemini_1920.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"size\":\"100%|*|auto\",\"href\":\"#\",\"style\":\"\",\"image\":\"$upload$/2019/12/slider_bluemini_1920.jpg\",\"alt\":\"\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitleft\":435,\"mobileportraittop\":-225,\"mobileportraitwidth\":2826,\"mobileportraitheight\":1392,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_еeilfolierungen1920_ips.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"size\":\"auto|*|auto\",\"href\":\"#\",\"style\":\"\",\"image\":\"$upload$/2019/12/slide_еeilfolierungen1920_ips.jpg\",\"alt\":\"\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/12/slide_еeilfolierungen1920_ips.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/12\\/slide_\\u0435eilfolierungen1920_ips.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOlsxMTddfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',3,0),
(87,'CarWrapping ',10,'2019-12-22 12:30:56','1970-01-01 00:00:00',0,0,'[{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":-35,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitalign\":\"center\",\"tabletportraitvalign\":\"bottom\",\"tabletportraitleft\":0,\"tabletportraittop\":-14,\"tabletportraitwidth\":\"auto\",\"tabletportraitheight\":\"auto\",\"mobileportraitfontsize\":45,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"middle\",\"mobileportraitleft\":0,\"mobileportraittop\":316,\"mobileportraitwidth\":\"auto\",\"mobileportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"CarWrapping \",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FLOTTENBESCHRIFTUNGEN\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"55||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Verdana\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":700,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitleft\":815,\"mobileportraittop\":1860,\"mobileportraitwidth\":6030,\"mobileportraitheight\":2004,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_bluemini_1920.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slider_bluemini_1920.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitleft\":435,\"mobileportraittop\":-225,\"mobileportraitwidth\":2826,\"mobileportraitheight\":1392,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_CarWrapping_1920_ips.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slide_CarWrapping_1920_ips.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-13149d5ab14f0\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"layers\":[]}]','','$upload$/2019/12/slide_CarWrapping_1920_ips.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"0|*|0|*|0|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2019/12/slide_CarWrapping_1920_ips.jpg\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOlsxMTddfQ==\",\"version\":\"3.4.1.17\"}',4,0),
(88,'Professionelle Folierungen',10,'2019-12-22 12:34:29','1970-01-01 00:00:00',1,0,'[{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":-35,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitalign\":\"center\",\"tabletportraitvalign\":\"bottom\",\"tabletportraitleft\":0,\"tabletportraittop\":-14,\"tabletportraitwidth\":\"auto\",\"tabletportraitheight\":\"auto\",\"mobileportraitfontsize\":45,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"middle\",\"mobileportraitleft\":0,\"mobileportraittop\":316,\"mobileportraitwidth\":\"auto\",\"mobileportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Professionelle Folierungen \",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FLOTTENBESCHRIFTUNGEN\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"55||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Verdana\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":700,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitleft\":815,\"mobileportraittop\":1860,\"mobileportraitwidth\":6030,\"mobileportraitheight\":2004,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_bluemini_1920.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slider_bluemini_1920.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitleft\":435,\"mobileportraittop\":-225,\"mobileportraitwidth\":2826,\"mobileportraitheight\":1392,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_professionelle_folierungen192\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slide_professionelle_folierungen1920_ips.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1ef6ce8086c14\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"layers\":[]}]','','$upload$/2019/12/slide_professionelle_folierungen1920_ips.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"0|*|0|*|0|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2019/12/slide_CarWrapping_1920_ips.jpg\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOlsxMTddfQ==\",\"version\":\"3.4.1.17\"}',5,0),
(91,'Professionelle Folierungen',10,'2019-12-22 12:34:29','1970-01-01 00:00:00',1,0,'[{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":-35,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitalign\":\"center\",\"tabletportraitvalign\":\"bottom\",\"tabletportraitleft\":0,\"tabletportraittop\":-14,\"tabletportraitwidth\":\"auto\",\"tabletportraitheight\":\"auto\",\"mobileportraitfontsize\":45,\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"middle\",\"mobileportraitleft\":0,\"mobileportraittop\":316,\"mobileportraitwidth\":\"auto\",\"mobileportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Professionelle Folierungen \",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"55||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Verdana\\\",\\\"lineheight\\\":\\\"1\\\",\\\"weight\\\":700,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"FLOTTENBESCHRIFTUNGEN\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"bottom\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"bottom\",\"mobileportraitleft\":815,\"mobileportraittop\":1860,\"mobileportraitwidth\":6030,\"mobileportraitheight\":2004,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slider_bluemini_1920.jpg\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"style\":\"\",\"image\":\"$upload$/2019/12/slider_bluemini_1920.jpg\",\"alt\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"100%|*|auto\",\"cssclass\":\"\",\"image-optimize\":1}}},{\"type\":\"layer\",\"pm\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":1920,\"desktopportraitheight\":\"auto\",\"mobileportraitalign\":\"center\",\"mobileportraitvalign\":\"top\",\"mobileportraitleft\":435,\"mobileportraittop\":-225,\"mobileportraitwidth\":2826,\"mobileportraitheight\":1392,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"slide_professionelle_folierungen192\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2021/05/flotten_1920_web.jpg\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}},{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-DHkAroGQ5RI6\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"layers\":[]}]','','$upload$/2019/12/slide_professionelle_folierungen1920_ips.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"0|*|0|*|0|*|0\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"background-type\":\"image\",\"backgroundColor\":\"00000000\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/05/flotten_1920_web.jpg\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOlsxMTddfQ==\",\"version\":\"3.4.1.17\"}',1,0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=28594 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','http://flotten.webdress.site','yes'),
(2,'home','http://flotten.webdress.site','yes'),
(3,'blogname','Flottenbeschriftungen','yes'),
(4,'blogdescription','Flotten','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','1@1.com','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','1','yes'),
(11,'comments_notify','1','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','open','yes'),
(20,'default_ping_status','open','yes'),
(21,'default_pingback_flag','1','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','F j, Y','yes'),
(24,'time_format','g:i a','yes'),
(25,'links_updated_date_format','F j, Y g:i a','yes'),
(26,'comment_moderation','0','yes'),
(27,'moderation_notify','1','yes'),
(28,'permalink_structure','/%postname%/','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:17:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:31:\"cookie-notice/cookie-notice.php\";i:4;s:33:\"duplicate-post/duplicate-post.php\";i:5;s:25:\"duplicator/duplicator.php\";i:6;s:13:\"pods/init.php\";i:7;s:31:\"popup-builder/popup-builder.php\";i:8;s:85:\"recently-viewed-and-most-viewed-products/recently-viewed-and-most-viewed-products.php\";i:9;s:27:\"redirection/redirection.php\";i:10;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:11;s:33:\"smart-slider-3/smart-slider-3.php\";i:12;s:49:\"woo-variation-swatches/woo-variation-swatches.php\";i:13;s:27:\"woocommerce/woocommerce.php\";i:14;s:24:\"wordpress-seo/wp-seo.php\";i:15;s:41:\"wp-database-backup/wp-database-backup.php\";i:16;s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','http://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','0','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','a:5:{i:0;s:98:\"/var/www/flotten.webdress.site/public_html/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";i:1;s:96:\"/var/www/flotten.webdress.site/public_html/wp-content/plugins/advanced-custom-fields-pro/acf.php\";i:2;s:110:\"/var/www/flotten.webdress.site/public_html/wp-content/plugins/simple-301-redirects/wp-simple-301-redirects.php\";i:3;s:109:\"/var/www/flotten.webdress.site/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:4;s:82:\"/var/www/flotten.webdress.site/public_html/wp-content/themes/schriftehus/style.css\";}','no'),
(40,'template','schriftehus','yes'),
(41,'stylesheet','schriftehus','yes'),
(44,'comment_registration','0','yes'),
(45,'html_type','text/html','yes'),
(46,'use_trackback','0','yes'),
(47,'default_role','subscriber','yes'),
(48,'db_version','51917','yes'),
(49,'uploads_use_yearmonth_folders','1','yes'),
(50,'upload_path','','yes'),
(51,'blog_public','0','yes'),
(52,'default_link_category','2','yes'),
(53,'show_on_front','page','yes'),
(54,'tag_base','','yes'),
(55,'show_avatars','1','yes'),
(56,'avatar_rating','G','yes'),
(57,'upload_url_path','','yes'),
(58,'thumbnail_size_w','150','yes'),
(59,'thumbnail_size_h','150','yes'),
(60,'thumbnail_crop','1','yes'),
(61,'medium_size_w','300','yes'),
(62,'medium_size_h','300','yes'),
(63,'avatar_default','mystery','yes'),
(64,'large_size_w','1024','yes'),
(65,'large_size_h','1024','yes'),
(66,'image_default_link_type','none','yes'),
(67,'image_default_size','','yes'),
(68,'image_default_align','','yes'),
(69,'close_comments_for_old_posts','0','yes'),
(70,'close_comments_days_old','14','yes'),
(71,'thread_comments','1','yes'),
(72,'thread_comments_depth','5','yes'),
(73,'page_comments','0','yes'),
(74,'comments_per_page','50','yes'),
(75,'default_comments_page','newest','yes'),
(76,'comment_order','asc','yes'),
(77,'sticky_posts','a:0:{}','yes'),
(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),
(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(81,'uninstall_plugins','a:6:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:61:\"radio-buttons-for-taxonomies/radio-buttons-for-taxonomies.php\";a:2:{i:0;s:28:\"Radio_Buttons_for_Taxonomies\";i:1;s:21:\"delete_plugin_options\";}s:27:\"blog2social/blog2social.php\";s:15:\"uninstallPlugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}}','no'),
(82,'timezone_string','','yes'),
(83,'page_for_posts','329','yes'),
(84,'page_on_front','16','yes'),
(85,'default_post_format','0','yes'),
(86,'link_manager_enabled','0','yes'),
(87,'finished_splitting_shared_terms','1','yes'),
(88,'site_icon','1048','yes'),
(89,'medium_large_size_w','768','yes'),
(90,'medium_large_size_h','0','yes'),
(91,'wp_page_for_privacy_policy','345','yes'),
(92,'show_comments_cookies_opt_in','1','yes'),
(93,'initial_db_version','44719','yes'),
(94,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:141:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"blog2social_access\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:10:\"loco_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:46:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:18:\"blog2social_access\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:18:\"blog2social_access\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:18:\"blog2social_access\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:18:\"blog2social_access\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:48:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"blog2social_access\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:46:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:18:\"blog2social_access\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}}','yes'),
(95,'fresh_site','0','yes'),
(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),
(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),
(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),
(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(101,'sidebars_widgets','a:9:{s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"footer-column-1\";a:2:{i:0;s:13:\"media_image-5\";i:1;s:10:\"nav_menu-3\";}s:15:\"footer-column-2\";a:2:{i:0;s:13:\"media_image-4\";i:1;s:10:\"nav_menu-4\";}s:15:\"footer-column-3\";a:2:{i:0;s:13:\"media_image-3\";i:1;s:10:\"nav_menu-5\";}s:15:\"footer-column-4\";a:2:{i:0;s:13:\"media_image-2\";i:1;s:10:\"nav_menu-7\";}s:15:\"footer-column-5\";a:3:{i:0;s:13:\"media_image-6\";i:1;s:13:\"custom_html-2\";i:2;s:13:\"media_image-8\";}s:18:\"smartslider_area_1\";a:0:{}s:13:\"array_version\";i:3;}','yes'),
(102,'cron','a:27:{i:1788404424;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1788405211;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1788405466;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1788406780;a:2:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1788406790;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1788411564;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"60a723bd764d761be64946a4aac5e0eb\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1530;}}}}i:1788411567;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"972a08341749d384f90903aa1d82574e\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1531;}}}}i:1788411569;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"9e150757f6e739cbde90b41183077d0f\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1532;}}}}i:1788417723;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788417724;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1788417742;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788417743;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788429301;a:1:{s:22:\"redirection_log_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788437473;a:1:{s:20:\"sgpbGetNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788439636;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1788440815;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788449980;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788458659;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788459032;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788461246;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788472036;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788480000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788527215;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1788760286;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1788869474;a:1:{s:24:\"sgpbGetBannerContentOnce\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"sgpb_banners\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1789066096;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','yes'),
(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(106,'widget_media_image','a:7:{i:2;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:180;s:6:\"height\";i:49;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:21:\"http://werbedress.ch/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1203;s:3:\"url\";s:83:\"http://flotten.webdress.site/wp-content/uploads/2019/12/logo-werbe-footer55_180.png\";s:5:\"title\";s:0:\"\";}i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:180;s:6:\"height\";i:49;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:19:\"http://webdress.ch/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1201;s:3:\"url\";s:81:\"http://flotten.webdress.site/wp-content/uploads/2019/12/logo_web-footer55_180.png\";s:5:\"title\";s:0:\"\";}i:4;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:180;s:6:\"height\";i:49;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:29:\"http://flotten.webdress.site/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1202;s:3:\"url\";s:81:\"http://flotten.webdress.site/wp-content/uploads/2019/12/Logo-car-footer55_180.png\";s:5:\"title\";s:0:\"\";}i:5;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:180;s:6:\"height\";i:49;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:23:\"https://schriftehus.ch/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1472;s:3:\"url\";s:81:\"http://flotten.webdress.site/wp-content/uploads/2021/05/logo_cardress_footer1.png\";s:5:\"title\";s:0:\"\";}i:6;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:180;s:6:\"height\";i:49;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:29:\"http://flotten.webdress.site/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1473;s:3:\"url\";s:79:\"http://flotten.webdress.site/wp-content/uploads/2021/05/logo_flotten_footer.png\";s:5:\"title\";s:0:\"\";}i:8;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:180;s:6:\"height\";i:95;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1513;s:3:\"url\";s:73:\"http://flotten.webdress.site/wp-content/uploads/2021/09/zahlungsarten.png\";s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_nav_menu','a:5:{i:3;a:2:{s:5:\"title\";s:16:\"Dienstleistungen\";s:8:\"nav_menu\";i:15;}i:4;a:2:{s:5:\"title\";s:16:\"Dienstleistungen\";s:8:\"nav_menu\";i:16;}i:5;a:2:{s:5:\"title\";s:16:\"Dienstleistungen\";s:8:\"nav_menu\";i:17;}i:7;a:2:{s:5:\"title\";s:16:\"Dienstleistungen\";s:8:\"nav_menu\";i:18;}s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_custom_html','a:2:{i:2;a:2:{s:5:\"title\";s:7:\"Kontakt\";s:7:\"content\";s:371:\"<p><strong>Cardress GmbH<br />\r\nBremgarterstrasse 94<br />\r\nCH-8967 Widen (AG)</strong><br />\r\nTelefon 056 633 53 17<br />info@cardress.ch</p>\r\n<p><a href=\"http://flotten.webdress.site/e-mail-senden/\">E-Mail senden</a><br />\r\n<a href=\"http://flotten.webdress.site/offnungszeiten/\">Öffnungszeiten</a><br />\r\n<a href=\"http://flotten.webdress.site/anfahrt/\">Anfahrt</a></p>\";}s:12:\"_multiwidget\";i:1;}','yes'),
(113,'recovery_keys','a:0:{}','yes'),
(117,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1570778365;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),
(159,'current_theme','Schriftehus','yes'),
(160,'theme_mods_schriftehus','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:8:\"top_menu\";i:2;s:11:\"bottom_menu\";i:7;}s:18:\"custom_css_post_id\";i:-1;}','yes'),
(161,'theme_switched','','yes'),
(162,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),
(204,'recently_activated','a:0:{}','yes'),
(205,'acf_version','5.7.7','yes'),
(222,'pods_component_settings','{\"components\":{\"templates\":[]}}','yes'),
(236,'widget_pods_widget_single','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(237,'widget_pods_widget_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(238,'widget_pods_widget_field','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(239,'widget_pods_widget_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(240,'widget_pods_widget_view','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(248,'wpcf7','a:6:{s:7:\"version\";s:7:\"5.5.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1570979880;s:7:\"version\";s:5:\"5.1.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:23:\"recaptcha_v2_v3_warning\";b:0;s:15:\"iqfix_recaptcha\";i:2;s:22:\"iqfix_recaptcha_source\";s:10:\"google.com\";s:9:\"recaptcha\";a:1:{s:40:\"6LcoH8kUAAAAADb0a6gUVkTCOZkKnbmJ7wsJibgy\";s:40:\"6LcoH8kUAAAAAMthG3GxVSf81LwtE2De-qsZWhxr\";}}','yes'),
(387,'category_children','a:0:{}','yes'),
(399,'duplicate_post_copytitle','1','yes'),
(400,'duplicate_post_copydate','','yes'),
(401,'duplicate_post_copystatus','','yes'),
(402,'duplicate_post_copyslug','','yes'),
(403,'duplicate_post_copyexcerpt','1','yes'),
(404,'duplicate_post_copycontent','1','yes'),
(405,'duplicate_post_copythumbnail','1','yes'),
(406,'duplicate_post_copytemplate','1','yes'),
(407,'duplicate_post_copyformat','1','yes'),
(408,'duplicate_post_copyauthor','','yes'),
(409,'duplicate_post_copypassword','','yes'),
(410,'duplicate_post_copyattachments','','yes'),
(411,'duplicate_post_copychildren','','yes'),
(412,'duplicate_post_copycomments','','yes'),
(413,'duplicate_post_copymenuorder','1','yes'),
(414,'duplicate_post_taxonomies_blacklist','','yes'),
(415,'duplicate_post_blacklist','','yes'),
(416,'duplicate_post_types_enabled','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:16:\"dienstleistungen\";}','yes'),
(423,'duplicate_post_title_prefix','','yes'),
(424,'duplicate_post_title_suffix','','yes'),
(425,'duplicate_post_increase_menu_order_by','','yes'),
(426,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),
(440,'WPLANG','de_CH','yes'),
(441,'new_admin_email','1@1.com','yes'),
(467,'options_logo','1470','no'),
(468,'_options_logo','field_5da378f0f9e10','no'),
(469,'options_facebook_link','','no'),
(470,'_options_facebook_link','field_5da40ac9ad0a2','no'),
(471,'options_instagram_link','','no'),
(472,'_options_instagram_link','field_5da40ad6ad0a3','no'),
(473,'options_twitter_link','','no'),
(474,'_options_twitter_link','field_5da40ae1ad0a4','no'),
(475,'options_pinterest_link','','no'),
(476,'_options_pinterest_link','field_5da40aebad0a5','no'),
(477,'options_bottom_slider_0_slide','STEMPEL','no'),
(478,'_options_bottom_slider_0_slide','field_5da3792ef9e12','no'),
(479,'options_bottom_slider_1_slide','AUTOHäNDLER und GARAGISTEN SERVICE','no'),
(480,'_options_bottom_slider_1_slide','field_5da3792ef9e12','no'),
(481,'options_bottom_slider_2_slide','MINI STYLE - alles für Ihren MINI','no'),
(482,'_options_bottom_slider_2_slide','field_5da3792ef9e12','no'),
(483,'options_bottom_slider','3','no'),
(484,'_options_bottom_slider','field_5da37915f9e11','no'),
(506,'n2_ss3_version','3.5.1.7/b:release-3.5.1.7/r:6da043836534827654088675078f4dcfd1ded6e7','yes'),
(507,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(540,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:7:\"1@1.com\";s:7:\"version\";s:6:\"5.9.16\";s:9:\"timestamp\";i:1787094049;}','no'),
(561,'options_logo_footer','760','no'),
(562,'_options_logo_footer','field_5da611cadc955','no'),
(601,'duplicator_settings','a:17:{s:7:\"version\";s:5:\"1.4.6\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"legacy\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:13;}','yes'),
(602,'duplicator_version_plugin','1.4.6','yes'),
(605,'wp_db_backup_destination_FTP','1','yes'),
(606,'wp_db_backup_destination_Email','1','yes'),
(607,'wp_db_backup_destination_s3','1','yes'),
(608,'wp_db_remove_local_backup','0','yes'),
(609,'wp_db_backup_backups','a:2:{i:0;a:8:{s:4:\"date\";i:1571218981;s:8:\"filename\";s:55:\"Schriftehus_GmbH_2019_10_16_1571218981_38ab35f_wpdb.zip\";s:3:\"url\";s:113:\"http://flotten.webdress.site/wp-content/uploads/db-backup/Schriftehus_GmbH_2019_10_16_1571218981_38ab35f_wpdb.zip\";s:3:\"dir\";s:127:\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/db-backup/Schriftehus_GmbH_2019_10_16_1571218981_38ab35f_wpdb.zip\";s:3:\"log\";s:0:\"\";s:7:\"sqlfile\";s:127:\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/db-backup/Schriftehus_GmbH_2019_10_16_1571218981_38ab35f_wpdb.sql\";s:4:\"size\";i:206509;s:11:\"destination\";s:7:\"Local, \";}i:1;a:8:{s:4:\"date\";i:1587207066;s:8:\"filename\";s:52:\"Cardress_GmbH_2020_04_18_1587207066_38ab35f_wpdb.zip\";s:3:\"url\";s:110:\"http://flotten.webdress.site/wp-content/uploads/db-backup/Cardress_GmbH_2020_04_18_1587207066_38ab35f_wpdb.zip\";s:3:\"dir\";s:124:\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/db-backup/Cardress_GmbH_2020_04_18_1587207066_38ab35f_wpdb.zip\";s:3:\"log\";s:0:\"\";s:7:\"sqlfile\";s:124:\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/db-backup/Cardress_GmbH_2020_04_18_1587207066_38ab35f_wpdb.sql\";s:4:\"size\";i:387618;s:11:\"destination\";s:7:\"Local, \";}}','yes'),
(610,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-06-11 09:14:09\";s:7:\"Version\";s:5:\"1.4.6\";s:9:\"VersionWP\";s:5:\"5.9.3\";s:9:\"VersionDB\";s:6:\"10.6.8\";s:10:\"VersionPHP\";s:6:\"7.4.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"20220611_flotten\";s:4:\"Hash\";s:35:\"0135eba78cf5fe125096_20220611091409\";s:8:\"NameHash\";s:52:\"20220611_flotten_0135eba78cf5fe125096_20220611091409\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:62:\"20220611_flotten_0135eba78cf5fe125096_20220611091409_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:42:\"/var/www/flotten.webdress.site/public_html\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2022-06-11 09:14:09\";s:7:\"Version\";s:5:\"1.4.6\";s:9:\"VersionWP\";s:5:\"5.9.3\";s:9:\"VersionDB\";s:6:\"10.6.8\";s:10:\"VersionPHP\";s:6:\"7.4.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"20220611_flotten\";s:4:\"Hash\";s:35:\"0135eba78cf5fe125096_20220611091409\";s:8:\"NameHash\";s:52:\"20220611_flotten_0135eba78cf5fe125096_20220611091409\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:31:\"mariadb.org binary distribution\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:51:\"/var/www/flotten.webdress.site/public_html/wp-admin\";i:1;s:63:\"/var/www/flotten.webdress.site/public_html/wp-content/languages\";i:2;s:54:\"/var/www/flotten.webdress.site/public_html/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:5:{i:0;s:42:\"/var/www/flotten.webdress.site/public_html\";i:1;s:53:\"/var/www/flotten.webdress.site/public_html/wp-content\";i:2;s:61:\"/var/www/flotten.webdress.site/public_html/wp-content/uploads\";i:3;s:61:\"/var/www/flotten.webdress.site/public_html/wp-content/plugins\";i:4;s:60:\"/var/www/flotten.webdress.site/public_html/wp-content/themes\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}','yes'),
(857,'options_news_page_title','NEWS ','no'),
(858,'_options_news_page_title','field_5db1531f30abb','no'),
(859,'options_copyright','Copyright © 2021 Cardress GmbH - Alle Rechte vorbehalten','no'),
(860,'_options_copyright','field_5db1532f30abc','no'),
(1186,'ategory__children','a:0:{}','yes'),
(1287,'radio_button_for_taxonomies_options','a:2:{s:10:\"taxonomies\";a:1:{i:0;s:8:\"services\";}s:6:\"delete\";i:0;}','yes'),
(1561,'301_redirects','a:0:{}','yes'),
(1612,'services_children','a:0:{}','yes'),
(1659,'cookie_notice_options','a:34:{s:6:\"app_id\";s:0:\"\";s:7:\"app_key\";s:0:\"\";s:12:\"app_blocking\";b:1;s:11:\"hide_banner\";b:0;s:8:\"position\";s:6:\"bottom\";s:12:\"message_text\";s:152:\"Für die Bereitstellung des bestmöglichen Service verwenden wir Cookies. Mit der Nutzung der Website erklären Sie sich mit dem Einsatz einverstanden. \";s:9:\"css_class\";s:6:\"button\";s:11:\"accept_text\";s:2:\"Ok\";s:11:\"refuse_text\";s:2:\"No\";s:10:\"refuse_opt\";b:0;s:11:\"refuse_code\";s:0:\"\";s:16:\"refuse_code_head\";s:0:\"\";s:14:\"revoke_cookies\";b:0;s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:19:\"revoke_message_text\";s:0:\"\";s:11:\"revoke_text\";s:14:\"Revoke cookies\";s:11:\"redirection\";b:0;s:8:\"see_more\";b:1;s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:11:\"hide_effect\";s:4:\"fade\";s:9:\"on_scroll\";b:0;s:16:\"on_scroll_offset\";i:100;s:8:\"on_click\";b:0;s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a99d\";s:3:\"bar\";s:7:\"#1e73be\";s:11:\"bar_opacity\";i:100;}s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:13:\"Mehr erfahren\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:325;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:16:\"script_placement\";s:6:\"footer\";s:9:\"translate\";b:0;s:19:\"deactivation_delete\";b:0;s:14:\"update_version\";i:6;s:13:\"update_notice\";b:1;s:17:\"update_delay_date\";i:0;}','no'),
(1660,'cookie_notice_version','2.2.3','no'),
(1661,'cookie_notice_activation_date','1574179377','yes'),
(2075,'options_footer_slider_0_image','1194','no'),
(2076,'_options_footer_slider_0_image','field_5de8d65baa080','no'),
(2077,'options_footer_slider_1_image','1195','no'),
(2078,'_options_footer_slider_1_image','field_5de8d65baa080','no'),
(2079,'options_footer_slider_2_image','1196','no'),
(2080,'_options_footer_slider_2_image','field_5de8d65baa080','no'),
(2081,'options_footer_slider_3_image','1197','no'),
(2082,'_options_footer_slider_3_image','field_5de8d65baa080','no'),
(2083,'options_footer_slider_4_image','1198','no'),
(2084,'_options_footer_slider_4_image','field_5de8d65baa080','no'),
(2085,'options_footer_slider','5','no'),
(2086,'_options_footer_slider','field_5de8d63aaa07f','no'),
(2089,'recovery_mode_email_last_sent','1575550980','yes'),
(2498,'adminhash','a:2:{s:4:\"hash\";s:32:\"7adcae01d7ec66835f39882c16b60e5e\";s:8:\"newemail\";s:16:\"info@cardress.ch\";}','yes'),
(2519,'wpseo','a:58:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"19.0\";s:16:\"previous_version\";s:4:\"18.3\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1576847215;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:28:\"http://flotten.webdress.site\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:10:{s:12:\"product_type\";s:12:\"product_type\";s:18:\"product_visibility\";s:18:\"product_visibility\";s:11:\"product_cat\";s:16:\"product-category\";s:11:\"product_tag\";s:11:\"product-tag\";s:22:\"product_shipping_class\";s:22:\"product_shipping_class\";s:8:\"pa_farbe\";s:8:\"pa_farbe\";s:9:\"pa_grosse\";s:9:\"pa_grosse\";s:7:\"pa_teil\";s:7:\"pa_teil\";s:16:\"pa_teil-dropdown\";s:16:\"pa_teil-dropdown\";s:8:\"services\";s:8:\"services\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:25:\"remove_feed_post_comments\";b:0;}','yes'),
(2520,'wpseo_titles','a:172:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:24:\"schema-page-type-product\";s:7:\"WebPage\";s:27:\"schema-article-type-product\";s:4:\"None\";s:20:\"social-title-product\";s:9:\"%%title%%\";s:26:\"social-description-product\";s:0:\"\";s:24:\"social-image-url-product\";s:0:\"\";s:23:\"social-image-id-product\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:30:\"social-title-ptarchive-product\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-product\";s:0:\"\";s:34:\"social-image-url-ptarchive-product\";s:0:\"\";s:33:\"social-image-id-ptarchive-product\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:28:\"social-title-tax-product_cat\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_cat\";s:0:\"\";s:32:\"social-image-url-tax-product_cat\";s:0:\"\";s:31:\"social-image-id-tax-product_cat\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:28:\"social-title-tax-product_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_tag\";s:0:\"\";s:32:\"social-image-url-tax-product_tag\";s:0:\"\";s:31:\"social-image-id-tax-product_tag\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:39:\"social-title-tax-product_shipping_class\";s:23:\"%%term_title%% Archives\";s:45:\"social-description-tax-product_shipping_class\";s:0:\"\";s:43:\"social-image-url-tax-product_shipping_class\";s:0:\"\";s:42:\"social-image-id-tax-product_shipping_class\";i:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:22:\"title-dienstleistungen\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-dienstleistungen\";s:0:\"\";s:24:\"noindex-dienstleistungen\";b:0;s:35:\"display-metabox-pt-dienstleistungen\";b:1;s:35:\"post_types-dienstleistungen-maintax\";i:0;s:33:\"schema-page-type-dienstleistungen\";s:7:\"WebPage\";s:36:\"schema-article-type-dienstleistungen\";s:4:\"None\";s:29:\"social-title-dienstleistungen\";s:9:\"%%title%%\";s:35:\"social-description-dienstleistungen\";s:0:\"\";s:33:\"social-image-url-dienstleistungen\";s:0:\"\";s:32:\"social-image-id-dienstleistungen\";i:0;s:18:\"title-tax-services\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-services\";s:0:\"\";s:28:\"display-metabox-tax-services\";b:1;s:20:\"noindex-tax-services\";b:0;s:25:\"social-title-tax-services\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-services\";s:0:\"\";s:29:\"social-image-url-tax-services\";s:0:\"\";s:28:\"social-image-id-tax-services\";i:0;s:26:\"taxonomy-services-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),
(2521,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),
(2522,'wpseo_flush_rewrite','1','yes'),
(2532,'B2S_PLUGIN_GENERAL_OPTIONS','a:2:{s:9:\"og_active\";i:1;s:11:\"card_active\";i:1;}','no'),
(2533,'b2s_plugin_version','620','no'),
(2538,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:5;s:6:\"minute\";i:51;s:6:\"second\";i:26;s:6:\"offset\";i:107486;s:8:\"initsend\";i:1577080286;}','yes'),
(2539,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:6:\"7.10.2\";s:14:\"installed_date\";i:1576847404;s:13:\"installed_pro\";b:0;}','yes'),
(2540,'monsterinsights_db_version','7.4.0','yes'),
(2541,'monsterinsights_current_version','7.10.2','yes'),
(2542,'monsterinsights_settings','a:17:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";}','yes'),
(2543,'_amn_mi-lite_to_check','1587448604','yes'),
(2544,'monsterinsights_review','a:2:{s:4:\"time\";i:1576847405;s:9:\"dismissed\";b:0;}','yes'),
(2581,'options_youtube_link','','no'),
(2582,'_options_youtube_link','field_5dfcbe6b0b1a5','no'),
(2583,'options_','','no'),
(2584,'_options_','field_5dfcbe7c0b1a6','no'),
(2588,'B2S_MULTI_WIDGET','a:2:{s:9:\"timestamp\";s:19:\"2020-03-26 14:02:10\";s:7:\"content\";s:10782:\"[{\"title\":\"#StaySocial with Blog2Social\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2020\\/03\\/widget-stronger-together.png\' style=\'width: 200px;height: 200px;\' alt=\'#StaySocial Blog2Social Promotion Code\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 20px\\\">\\r\\nDuring the COVID-19 outbreak crisis communication is a critical lifeline for both, humans and organizations. Whether you have an emergency plan for crisis communication in place or not, it is never too late to start. Use all social media channels available to you for publishing, seeding and cross-sharing your information.\\r\\n#StaySocial with Blog2Social and save 10 euro on Blog2Social Premium with the promotion code \\\"StaySocial\\\".\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/prg.li\\/staysocial-en \'target=\'_blank\' class=\'btn btn-primary\' title=\'Buy Blog2Social Premium\'>Buy Blog2Social Premium<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Version 6.2 Re-share your posts automatically & use Sniply\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2020\\/03\\/release-6.2-widget.png\' style=\'width: 200px;height: 200px;\' alt=\'Release 6.2\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 20px\\\">\\r\\nUpdate Blog2Social to version 6.2 to re-schedule and re-share your blog content automatically. Use the Sniply URL shortener and benefit from more enhanced usability features.\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=news&newsid=71&newslang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'FAQ News Release 6.2\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Re-share your posts automatically\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2020\\/03\\/Re-share-widget.png\' style=\'width: 200px;height: 200px;\' alt=\'Re-Share\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 20px\\\">\\r\\nKeep your social media feed updated automatically with awesome content and save valuable time by reviving your evergreen content regularly. Automate your resharing process with Blog2Social, so you can use your time to create new content and interact with your community. \\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=3&id=165&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'Re-share posts automatically\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Use Sniply and add CTA snips to your short links\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2020\\/03\\/sniply-widget.png\' style=\'width: 200px;height: 200px;\' alt=\'Sniply\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 20px\\\">\\r\\nUse Sniply to increase conversions from every piece of content you share. It\\u2019s easy: Connect your Sniply account to Blog2Social. Select your brand and your CTA snip and Blog2Social will automatically attach your Sniply short links to your social media posts.\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=6&id=166&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'How to use Sniply\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"New: Use URL Parameters to Track Your Link Performance\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2020\\/01\\/widget-url-parameters.png\' style=\'width: 200px;height: 200px;\' alt=\'URL Parameter\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 20px\\\">\\r\\nUse UTM parameters to track your marketing success in Google Analytics or use other URL parameters.\\r\\n<\\/p>\\r\\n<a href=https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=6&id=164&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'FAQ URL Parameters\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"New: Revised Autoposter\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2020\\/01\\/widget-autoposter.png\' style=\'width: 200px;height: 200px;\' alt=\'Revised Autoposter\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 20px\\\">\\r\\nSetting up and working with the autoposter for your social media posts is easier and faster than ever with the new revised autoposter settings.\\r\\n<\\/p>\\r\\n<a href=https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=3&id=72&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'FAQ Autoposter\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"A look into the tool with Jerry Banfield on YouTube\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2019\\/07\\/jerry-banfield-widget.png\' style=\'width: 200px;height: 200px;\' alt=\'A look into the tool with Jerry Banfield on YouTube\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 10px; font-size: 16px\\\">Jerry Banfield uploaded a 24-minute video with a look into the tool and explanation of all features of Blog2Social on YouTube:<\\/p>\\r\\n<p style=\\\"padding-bottom: 10px; font-size: 16px; font-style: italic\\\">\\u201eThis is giving me thousands of extra impressions on my blog every day. This is why I\\u2019ve taken the time to show this to you. \\u2013 I just signed up for this. I found it really helpful. So I thought to make a tutorial.\\u201c<\\/p>\\r\\n<p style=\\\"padding-bottom: 10px; font-size: 16px\\\">Watch the video: <a href=\\\"https:\\/\\/youtu.be\\/TknuQYnmHEU\\\" target=\\\"_blank\\\" title=\\\"Watch the video\\\">\\u00bb https:\\/\\/youtu.be\\/TknuQYnmHEU<\\/a><\\/p>\\r\\n<p style=\\\"padding-bottom: 10px; font-size: 16px\\\">More of Jerry\\u2019s social media strategy: <a href=\\\"https:\\/\\/youtu.be\\/pJuGiJymBEY\\\" target=\\\"_blank\\\" title=\\\"Watch the video\\\">\\u00bb https:\\/\\/youtu.be\\/pJuGiJymBEY<\\/a><\\/p>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Business Blogs: Why Blogs are Important for Your Business\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2019\\/04\\/business-blogs-why-blogs-are-important-for-your-business.png\' style=\'width: 200px;height: 200px;\' alt=\'Business Blogs: Why Blogs are Important for Your Business\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 16px\\\">Business blogs have become an integral part of corporate social media communication. A successful corporate blog can increase a company\\u2019s reach and visibility in search engines, strengthen its reputation, and serve as a content center for internal and external communication.<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/business-blogs-important\\/\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"\\\">read blogpost<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Ultimate Guide: How to Write, Optimize and Promote Blog Posts\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2019\\/04\\/ultimate-guide-write-optimize-and-promote-blog-posts.png\' style=\'width: 200px;height: 200px;\' alt=\'Ultimate Guide: How to Write, Optimize and Promote Blog Posts + Checklist\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 16px\\\">Creating unique content that stands out from millions of other reading options has become more difficult than ever. Just take a look at the internet life stats on the millions of blog posts that are published per day. Every blogger has to work hard to get to the top of the ever-growing blogosphere.<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/ultimate-guide-write-optimize-promote-blog-posts-checklist\\/\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"\\\">read blogpost<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"How to Use the Power of Visuals to Drive More Traffic to Your Blog\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2019\\/04\\/how-to-use-the-power-of-visuals-to-drive-more-traffic-to-your-blog.png\' style=\'width: 200px;height: 200px;\' alt=\'How to Use the Power of Visuals to Drive More Traffic to Your Blog\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 5px; font-size: 22px;\\\">7 tips and tools for your blog marketing with visual content<\\/p>\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 16px;\\\">Visuals can have an enormous impact on the success of your blog and your social media campaigns. Photos, videos or infographics grab user attention much faster and more effectively than text.<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/visuals-more-traffic-on-your-blog\\/\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"\\\">read blogpost<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"10 Tips & Tools to Promote your Blog\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2017\\/11\\/Preisanpassung-9.png\' style=\'width: 200px; height: 200px\'>\\r\\n<div>\\r\\n<span style=\'font-size: 12px\'>\\r\\n<div style=\\\";margin-left: 10px;\\\">\\r\\n<span class=\\\"glyphicon glyphicon-bookmark glyphicon-success\\\">\\r\\n<\\/span> Posts from Blog2Social<\\/span><\\/div>\\r\\n<br>\\r\\n<div style=\\\";margin-left: 10px;\\\">\\r\\n<span style=\'font-size:16px;margin-bottom: 5px; margin-top: 5px\'>\\r\\nLooking for tips and tools to promote your blog post? Here are 10 things you can do to <strong>promote your blog post<\\/strong>, after hitting the publish-button. Drive readers to your blog and increase the performance of your post!\\r\\n<br>\\r\\n<br>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/10-tips-tools-promote-blog-post-checklist\\/\' target=\'_blank\' class=\'btn btn-primary\'>read more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Recommend Blog2Social and Earn Cash\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/files.blog2social.com\\/wp\\/images\\/en\\/affiliate.png\' style=\'width: 200px; height: 200px\'><div><span style=\'color:#79B232;display:inline-block;width:45px;text-align:right;\'>15%<\\/span> commission per sale<br><span style=\'color:#79B232;display:inline-block;width:45px;text-align:right;\'>5%<\\/span> lifetime comission<br><span style=\'font-size:16px;margin-bottom: 5px;\'>Sign up now in less than 5 minutes and get paid for each referral.<br><br><\\/span><a href=\'https:\\/\\/www.blog2social.com\\/en\\/affiliate\\/\' target=\'_blank\' class=\'btn btn-primary\'>learn more<\\/a><\\/div><\\/div>\"}]\";}','no'),
(2634,'B2S_PLUGIN_POST_META_TAGES_OG_36','a:3:{s:5:\"title\";s:7:\"Porsche\";s:11:\"description\";s:119:\"Cardress - NEW DRESS 4 YOUR CAR! Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\";s:5:\"image\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";}','yes'),
(2635,'B2S_PLUGIN_POST_META_TAGES_TWITTER_36','a:3:{s:5:\"title\";s:7:\"Porsche\";s:11:\"description\";s:119:\"Cardress - NEW DRESS 4 YOUR CAR! Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\";s:5:\"image\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";}','yes'),
(2647,'B2S_PLUGIN_POST_META_TAGES_OG_879','a:2:{s:5:\"title\";s:19:\"Fahrzeugfolierungen\";s:11:\"description\";s:147:\"Car Wrapping – Fahrzeugfolierungen Möchten Sie Ihren Wagen folieren lassen? Ist Ihre Firmenfarbe nicht erhältlich auf dem Fahrzeugmark\";}','yes'),
(2648,'B2S_PLUGIN_POST_META_TAGES_TWITTER_879','a:2:{s:5:\"title\";s:19:\"Fahrzeugfolierungen\";s:11:\"description\";s:147:\"Car Wrapping – Fahrzeugfolierungen Möchten Sie Ihren Wagen folieren lassen? Ist Ihre Firmenfarbe nicht erhältlich auf dem Fahrzeugmark\";}','yes'),
(2772,'B2S_SHOW_RATING','a:1:{s:5:\"count\";s:2:\"15\";}','no'),
(2993,'rlrsssl_options','a:16:{s:12:\"site_has_ssl\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:17:\"plugin_db_version\";s:5:\"3.2.7\";s:11:\"ssl_enabled\";b:1;s:9:\"debug_log\";N;s:4:\"hsts\";b:0;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:17:\"htaccess_redirect\";b:1;}','yes'),
(3005,'redirection_options','a:21:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"a039d91a504db5270ec7dee1c65c6d43\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:0;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:0:\"\";s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}','yes'),
(3715,'rsssl_activation_timestamp','1578475980','yes'),
(7100,'sgpb-dont-delete-data','1','yes'),
(7101,'sgpbUnsubscribeColumnFixed','1','yes'),
(7102,'SGPBUsageDays','0','yes'),
(7103,'SGPBInstallDate','1586261473','yes'),
(7104,'SGPBOpenNextTime','1588853473','yes'),
(7105,'SGPBMaxOpenCount','80','yes'),
(7107,'SGPB_INACTIVE_EXTENSIONS','inactive','yes'),
(7111,'sgpb-all-notifications-data','[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\n\\t\\t\\t\\tbox-sizing:border-box;\\n\\t\\t\\t\\tcursor:pointer;\\n\\t\\t\\t\\tdisplay:inline-block;\\n\\t\\t\\t\\tfont-size:1em;\\n\\t\\t\\t\\tmargin:0;\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\n\\t\\t\\t\\ttext-decoration:none;\\n\\t\\t\\t\\ttransition:background 0.15s linear\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper {\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper{\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t\\tpadding: 20px;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper p {\\n\\t\\t\\t\\tcolor: black;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-h1 {\\n\\t\\t\\t\\tfont-size: 22px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\tline-height: 1.384;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-h2{\\n\\t\\t\\t\\tfont-size: 20px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t}\\n\\t\\t\\t:root {\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-strong{\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-mt20{\\n\\t\\t\\t\\tmargin-top: 20px\\n\\t\\t\\t}\\n\\t\\t<\\/style>\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">Awesome news!<\\/strong> <b>Popup Builder<\\/b> plugin helped you to share your message via <strong class=\\\"sgrb-review-strong\\\">BLEIBEN SIE GESUND!<\\/strong> popup with your visitors for <strong class=\\\"sgrb-review-strong\\\">288 times!<\\/strong><\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!<br \\/> Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"count\\\">Maybe later<\\/button><\\/div>\\n\\t\\t\\t<div>\\u00a0<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Potal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]','yes'),
(7112,'sgpb-metabox-banner-remote-get','\r\n<!doctype html>\n<html lang=\"en-US\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\n <title>Page not found – Popup Builder</title>\n<meta name=\'robots\' content=\'max-image-preview:large\' />\n <style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n <link rel=\'dns-prefetch\' href=\'//maxcdn.bootstrapcdn.com\' />\n<link rel=\'dns-prefetch\' href=\'//cdnjs.cloudflare.com\' />\n<link rel=\'dns-prefetch\' href=\'//stackpath.bootstrapcdn.com\' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Popup Builder » Feed\" href=\"https://popup-builder.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Popup Builder » Comments Feed\" href=\"https://popup-builder.com/comments/feed/\" />\n<script>\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/16.0.1\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/16.0.1\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/popup-builder.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.8.8\"}};\n/*! This file is auto-generated */\n!function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case\"flag\":return n(e,\"\\ud83c\\udff3\\ufe0f\\u200d\\u26a7\\ufe0f\",\"\\ud83c\\udff3\\ufe0f\\u200b\\u26a7\\ufe0f\")?!1:!n(e,\"\\ud83c\\udde8\\ud83c\\uddf6\",\"\\ud83c\\udde8\\u200b\\ud83c\\uddf6\")&&!n(e,\"\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40\\udc65\\udb40\\udc6e\\udb40\\udc67\\udb40\\udc7f\",\"\\ud83c\\udff4\\u200b\\udb40\\udc67\\u200b\\udb40\\udc62\\u200b\\udb40\\udc65\\u200b\\udb40\\udc6e\\u200b\\udb40\\udc67\\u200b\\udb40\\udc7f\");case\"emoji\":return!a(e,\"\\ud83e\\udedf\")}return!1}function g(e,t,n,a){var r=\"undefined\"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement(\"canvas\"),o=r.getContext(\"2d\",{willReadFrequently:!0}),i=(o.textBaseline=\"top\",o.font=\"600 32px Arial\",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement(\"script\");t.src=e,t.defer=!0,s.head.appendChild(t)}\"undefined\"!=typeof Promise&&(o=\"wpEmojiSettingsSupports\",i=[\"flag\",\"emoji\"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener(\"DOMContentLoaded\",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(\"object\"==typeof e&&\"number\"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&\"object\"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(\"undefined\"!=typeof Worker&&\"undefined\"!=typeof OffscreenCanvas&&\"undefined\"!=typeof URL&&URL.createObjectURL&&\"undefined\"!=typeof Blob)try{var e=\"postMessage(\"+g.toString()+\"(\"+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(\",\")+\"));\",a=new Blob([e],{type:\"text/javascript\"}),r=new Worker(URL.createObjectURL(a),{name:\"wpTestEmojiSupports\"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],\"flag\"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);\n</script>\n<link rel=\'stylesheet\' id=\'woocommerce-pdf-frontend-css-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce-pdf-invoice/assets/css/woocommerce-pdf-frontend-css.css?ver=5.0.7\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'wccp-extends-cart-blocks-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce-chained-products/blocks/assets/css/wc-cp-extends-cart-blocks.min.css?ver=3.8.0\' media=\'all\' />\n<style id=\'wp-emoji-styles-inline-css\'>\n\n img.wp-smiley, img.emoji {\n display: inline !important;\n border: none !important;\n box-shadow: none !important;\n height: 1em !important;\n width: 1em !important;\n margin: 0 0.07em !important;\n vertical-align: -0.1em !important;\n background: none !important;\n padding: 0 !important;\n }\n</style>\n<link rel=\'stylesheet\' id=\'wp-block-library-css\' href=\'https://popup-builder.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.8\' media=\'all\' />\n<style id=\'classic-theme-styles-inline-css\'>\n/*! This file is auto-generated */\n.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}\n</style>\n<link rel=\'stylesheet\' id=\'edd-blocks-css\' href=\'https://popup-builder.com/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css?ver=3.4.0\' media=\'all\' />\n<style id=\'global-styles-inline-css\'>\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}\n:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\n:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\n:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\n</style>\n<link rel=\'stylesheet\' id=\'contact-form-7-css\' href=\'https://popup-builder.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'edd-cm-cart-css-css\' href=\'https://popup-builder.com/wp-content/plugins/edd-checkout-message/assets/css/edd-cm-cart.css?ver=1.0.7\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'buttons-css\' href=\'https://popup-builder.com/wp-includes/css/buttons.min.css?ver=6.8.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://popup-builder.com/wp-includes/css/dashicons.min.css?ver=6.8.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://popup-builder.com/wp-includes/css/editor.min.css?ver=6.8.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'wpsc-framework-css\' href=\'https://popup-builder.com/wp-content/plugins/supportcandy/framework/style.css?ver=3.3.3\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'wpsc-select2-css\' href=\'https://popup-builder.com/wp-content/plugins/supportcandy/asset/css/select2.css?ver=3.3.3\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'gpopover-css\' href=\'https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/gpopover/jquery.gpopover.css?ver=3.3.3\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'flatpickr-css-css\' href=\'https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/flatpickr/flatpickr.min.css?ver=3.3.3\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'fullcalendar-css\' href=\'https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/fullcalendar/lib/main.min.css?ver=3.3.3\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'datatables-css\' href=\'https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/DataTables/datatables.min.css?ver=3.3.3\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'follow-up-emails-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce-follow-up-emails/templates/followups.css?ver=4.9.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woocommerce-layout-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=9.9.7\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woocommerce-smallscreen-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.9.7\' media=\'only screen and (max-width: 768px)\' />\n<link rel=\'stylesheet\' id=\'woocommerce-general-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=9.9.7\' media=\'all\' />\n<style id=\'woocommerce-inline-inline-css\'>\n.woocommerce form .form-row .required { visibility: visible; }\n</style>\n<link rel=\'stylesheet\' id=\'edd-styles-css\' href=\'https://popup-builder.com/wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css?ver=3.4.0\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'brands-styles-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.9.7\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'edd-recurring-css\' href=\'https://popup-builder.com/wp-content/plugins/edd-recurring/assets/css/styles.css?ver=2.10\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'popupbuilder-style-css\' href=\'https://popup-builder.com/wp-content/themes/popupbuilder/style.css?ver=1.0.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'popupbuilder-bootstrap-css\' href=\'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css?ver=6.8.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'popupbuilder-fontawesome-css\' href=\'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.8.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'recent-posts-widget-with-thumbnails-public-style-css\' href=\'https://popup-builder.com/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css?ver=7.1.1\' media=\'all\' />\n<style id=\'akismet-widget-style-inline-css\'>\n\n .a-stats {\n --akismet-color-mid-green: #357b49;\n --akismet-color-white: #fff;\n --akismet-color-light-grey: #f6f7f7;\n\n max-width: 350px;\n width: auto;\n }\n\n .a-stats * {\n all: unset;\n box-sizing: border-box;\n }\n\n .a-stats strong {\n font-weight: 600;\n }\n\n .a-stats a.a-stats__link,\n .a-stats a.a-stats__link:visited,\n .a-stats a.a-stats__link:active {\n background: var(--akismet-color-mid-green);\n border: none;\n box-shadow: none;\n border-radius: 8px;\n color: var(--akismet-color-white);\n cursor: pointer;\n display: block;\n font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', \'Roboto\', \'Oxygen-Sans\', \'Ubuntu\', \'Cantarell\', \'Helvetica Neue\', sans-serif;\n font-weight: 500;\n padding: 12px;\n text-align: center;\n text-decoration: none;\n transition: all 0.2s ease;\n }\n\n /* Extra specificity to deal with TwentyTwentyOne focus style */\n .widget .a-stats a.a-stats__link:focus {\n background: var(--akismet-color-mid-green);\n color: var(--akismet-color-white);\n text-decoration: none;\n }\n\n .a-stats a.a-stats__link:hover {\n filter: brightness(110%);\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);\n }\n\n .a-stats .count {\n color: var(--akismet-color-white);\n display: block;\n font-size: 1.5em;\n line-height: 1.4;\n padding: 0 13px;\n white-space: nowrap;\n }\n \n</style>\n<link rel=\'stylesheet\' id=\'woovr-frontend-css\' href=\'https://popup-builder.com/wp-content/plugins/wpc-variations-radio-buttons/assets/css/frontend.css?ver=3.6.2\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woo_discount_pro_style-css\' href=\'https://popup-builder.com/wp-content/plugins/woo-discount-rules-pro/Assets/Css/awdr_style.css?ver=2.6.10\' media=\'all\' />\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\" id=\"jquery-core-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1\" id=\"jquery-migrate-js\"></script>\n<script id=\"utils-js-extra\">\nvar userSettings = {\"url\":\"\\/\",\"uid\":\"0\",\"time\":\"1788373916\",\"secure\":\"1\"};\n</script>\n<script src=\"https://popup-builder.com/wp-includes/js/utils.min.js?ver=6.8.8\" id=\"utils-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/sygnoos-woocommerce-paddle-gateway/public/assets/js/paddle.js?ver=6.8.8\" id=\"sgwpg-paddle-js\"></script>\n<script id=\"sgwpg-paddle-payment-js-extra\">\nvar JS_CONSTANTS = {\"process_checkout\":\"https:\\/\\/popup-builder.com\\/?wc-ajax=ajax_process_checkout\",\"process_checkout_upgrade\":\"https:\\/\\/popup-builder.com\\/?wc-ajax=ajax_process_checkout_upgrade\",\"process_checkout_upgrade_redirect\":\"https:\\/\\/popup-builder.com\\/my-account\\/\",\"vendor_id\":\"135356\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/sygnoos-woocommerce-paddle-gateway/public/assets/js/paddle-engine.js?v=1.2&ver=6.8.8\" id=\"sgwpg-paddle-payment-js\"></script>\n<script id=\"fue-account-subscriptions-js-extra\">\nvar FUE = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"ajax_loader\":\"https:\\/\\/popup-builder.com\\/wp-content\\/plugins\\/woocommerce-follow-up-emails\\/templates\\/images\\/ajax-loader.gif\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-account-subscriptions.js?ver=4.9.8\" id=\"fue-account-subscriptions-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.9.7\" id=\"jquery-blockui-js\" defer data-wp-strategy=\"defer\"></script>\n<script id=\"wc-add-to-cart-js-extra\">\nvar wc_add_to_cart_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"i18n_view_cart\":\"View cart\",\"cart_url\":\"https:\\/\\/popup-builder.com\\/checkout\\/\",\"is_cart\":\"\",\"cart_redirect_after_add\":\"no\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.9.7\" id=\"wc-add-to-cart-js\" defer data-wp-strategy=\"defer\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.9.7\" id=\"js-cookie-js\" defer data-wp-strategy=\"defer\"></script>\n<script id=\"woocommerce-js-extra\">\nvar woocommerce_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"i18n_password_show\":\"Show password\",\"i18n_password_hide\":\"Hide password\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.9.7\" id=\"woocommerce-js\" defer data-wp-strategy=\"defer\"></script>\n<script id=\"jquery-cookie-js-extra\">\nvar affwp_scripts = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1-wc.9.9.7\" id=\"jquery-cookie-js\" data-wp-strategy=\"defer\"></script>\n<script id=\"affwp-tracking-js-extra\">\nvar affwp_debug_vars = {\"integrations\":{\"woocommerce\":\"WooCommerce\"},\"version\":\"2.6.1\",\"currency\":\"USD\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/affiliate-wp/assets/js/tracking.min.js?ver=2.6.1\" id=\"affwp-tracking-js\"></script>\n<script id=\"kk-script-js-extra\">\nvar fetchCartItems = {\"ajax_url\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"action\":\"kk_wc_fetchcartitems\",\"nonce\":\"3ed69ce442\",\"currency\":\"USD\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/kliken-marketing-for-google/assets/kk-script.js?ver=6.8.8\" id=\"kk-script-js\"></script>\n<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js?ver=6.8.8\" id=\"popupbuilder-bootstrapjs-js\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js?ver=6.8.8\" id=\"popupbuilder-bootstrap-poper-js-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce-software-license/js/functions_new.js?ver=6.8.8\" id=\"myfirstscript-js\"></script>\n<script id=\"enhanced-ecommerce-google-analytics-js-extra\">\nvar ConvAioGlobal = {\"nonce\":\"4b69d2a98f\"};\n</script>\n<script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer src=\"https://popup-builder.com/wp-content/plugins/enhanced-e-commerce-for-woocommerce-store/public/js/con-gtm-google-analytics.js?ver=7.2.6\" id=\"enhanced-ecommerce-google-analytics-js\"></script>\n<script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer id=\"enhanced-ecommerce-google-analytics-js-after\">\ntvc_smd={\"tvc_wcv\":\"9.9.7\",\"tvc_wpv\":\"6.8.8\",\"tvc_eev\":\"7.2.6\",\"tvc_cnf\":{\"t_cg\":\"\",\"t_ec\":\"\",\"t_ee\":\"on\",\"t_df\":\"\",\"t_gUser\":\"1\",\"t_UAen\":\"on\",\"t_thr\":\"6\",\"t_IPA\":\"1\",\"t_PrivacyPolicy\":\"1\"},\"tvc_sub_data\":{\"sub_id\":\"53033\",\"cu_id\":\"45196\",\"pl_id\":\"1\",\"ga_tra_option\":\"\",\"ga_property_id\":\"\",\"ga_measurement_id\":\"\",\"ga_ads_id\":\"\",\"ga_gmc_id\":\"\",\"ga_gmc_id_p\":\"\",\"op_gtag_js\":\"0\",\"op_en_e_t\":\"0\",\"op_rm_t_t\":\"0\",\"op_dy_rm_t_t\":\"0\",\"op_li_ga_wi_ads\":\"0\",\"gmc_is_product_sync\":\"0\",\"gmc_is_site_verified\":\"0\",\"gmc_is_domain_claim\":\"0\",\"gmc_product_count\":\"0\",\"fb_pixel_id\":\"\",\"tracking_method\":\"\",\"user_gtm_id\":\"\"}};\n</script>\n<link rel=\"https://api.w.org/\" href=\"https://popup-builder.com/wp-json/\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://popup-builder.com/xmlrpc.php?rsd\" />\n<meta name=\"generator\" content=\"WordPress 6.8.8\" />\n<meta name=\"generator\" content=\"WooCommerce 9.9.7\" />\n <script type=\"text/javascript\">\n var AFFWP = AFFWP || {};\n AFFWP.referral_var = \'ref\';\n AFFWP.expiration = 1;\n AFFWP.debug = 0;\n\n\n AFFWP.referral_credit_last = 0;\n </script>\n<meta name=\"generator\" content=\"Easy Digital Downloads v3.4.0\" />\n <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>\n <script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer>\r\n var tvc_lc = \'USD\';\r\n </script>\r\n <script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer>\r\n var tvc_lc = \'USD\';\r\n </script>\r\n<script data-cfasync=\"false\" data-pagespeed-no-defer type=\"text/javascript\">\r\n window.dataLayer = window.dataLayer || [];\r\n dataLayer.push({\"event\":\"begin_datalayer\",\"cov_remarketing\":false,\"conv_track_email\":\"1\",\"conv_track_phone\":\"1\",\"conv_track_address\":\"1\",\"conv_track_page_scroll\":\"1\",\"conv_track_file_download\":\"1\",\"conv_track_author\":\"1\",\"conv_track_signup\":\"1\",\"conv_track_signin\":\"1\"});\r\n </script> <!-- Google Tag Manager by Conversios-->\r\n <script>\r\n (function(w, d, s, l, i) {\r\n w[l] = w[l] || [];\r\n w[l].push({\r\n \'gtm.start\': new Date().getTime(),\r\n event: \'gtm.js\'\r\n });\r\n var f = d.getElementsByTagName(s)[0],\r\n j = d.createElement(s),\r\n dl = l != \'dataLayer\' ? \'&l=\' + l : \'\';\r\n j.async = true;\r\n j.src =\r\n \'https://www.googletagmanager.com/gtm.js?id=\' + i + dl;\r\n f.parentNode.insertBefore(j, f);\r\n })(window, document, \'script\', \'dataLayer\', \'GTM-NGTQ2D2P\');\r\n </script>\r\n <!-- End Google Tag Manager -->\r\n <!-- Google Tag Manager (noscript) -->\r\n <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NGTQ2D2P\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n <!-- End Google Tag Manager (noscript) -->\r\n <script>\r\n (window.gaDevIds = window.gaDevIds || []).push(\'5CDcaG\');\r\n </script>\r\n <script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer>\r\n var tvc_lc = \'USD\';\r\n </script>\r\n <script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer>\r\n var tvc_lc = \'USD\';\r\n </script>\r\n<meta name=\"generator\" content=\"Powered by Slider Revolution 6.7.32 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface.\" />\n<link rel=\"icon\" href=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" />\n<script>function setREVStartSize(e){\n //window.requestAnimationFrame(function() {\n window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;\n window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;\n try {\n var pw = document.getElementById(e.c).parentNode.offsetWidth,\n newh;\n pw = pw===0 || isNaN(pw) || (e.l==\"fullwidth\" || e.layout==\"fullwidth\") ? window.RSIW : pw;\n e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);\n e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);\n e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);\n e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);\n e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);\n e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);\n e.mh = e.mh===undefined || e.mh==\"\" || e.mh===\"auto\" ? 0 : parseInt(e.mh,0);\n if(e.layout===\"fullscreen\" || e.l===\"fullscreen\")\n newh = Math.max(e.mh,window.RSIH);\n else{\n e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];\n for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];\n e.gh = e.el===undefined || e.el===\"\" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;\n e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];\n for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];\n \n var nl = new Array(e.rl.length),\n ix = 0,\n sl;\n e.tabw = e.tabhide>=pw ? 0 : e.tabw;\n e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;\n e.tabh = e.tabhide>=pw ? 0 : e.tabh;\n e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;\n for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];\n sl = nl[0];\n for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}\n var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);\n newh = (e.gh[ix] * m) + (e.tabh + e.thumbh);\n }\n var el = document.getElementById(e.c);\n if (el!==null && el) el.style.height = newh+\"px\";\n el = document.getElementById(e.c+\"_wrapper\");\n if (el!==null && el) {\n el.style.height = newh+\"px\";\n el.style.display = \"block\";\n }\n } catch(e){\n console.log(\"Failure at Presize of Slider:\" + e)\n }\n //});\n };</script>\n<style>.sgpb-hide-for-loggdin {display: inherit;}.sgpb-show-for-loggdin {display: none;}</style><style>.sgpb-hide-for-loggdin {display: inherit;}.sgpb-show-for-loggdin {display: none;}</style>\n <!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-TTFDTLZ\');</script>\n<!-- End Google Tag Manager -->\n</head>\n\n<body class=\"error404 wp-custom-logo wp-theme-popupbuilder theme-popupbuilder woocommerce-no-js edd-js-none hfeed no-sidebar\">\n <!-- Google Tag Manager (noscript) conversios -->\r\n <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NGTQ2D2P\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n <!-- End Google Tag Manager (noscript) conversios -->\r\n <style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style>\n <script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove(\'edd-js-none\');c.add(\'edd-js\');})();/* ]]> */</script>\n <div id=\"page\" class=\"site\">\n <a class=\"skip-link screen-reader-text\" href=\"#primary\">Skip to content</a>\n\n <header id=\"masthead\" class=\"site-header desktop_header\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"site-branding col-md-3 col-xs-8\">\n <a href=\"https://popup-builder.com/\" class=\"custom-logo-link\" rel=\"home\"><img width=\"224\" height=\"49\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"custom-logo\" alt=\"Popup Builder\" decoding=\"async\" /></a> </div><!-- .site-branding -->\n <div class=\"col-md-6 col-xs-4\">\n <nav id=\"site-navigation\" class=\"main-navigation navbar navbar-expand-lg\">\n\n <div class=\"collapse navbar-collapse\" id=\"primary-menu\">\n <div class=\"menu-main-menu-container\"><ul id=\"primary-menu\" class=\"navbar-nav\"><li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-27\"><a href=\"https://popup-builder.com/\">Home</a></li>\n<li id=\"menu-item-33\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-33\"><a href=\"https://popup-builder.com/extensions/\">Extensions</a></li>\n<li id=\"menu-item-35\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-35\"><a href=\"https://popup-builder.com/pricing/\">Pricing</a></li>\n<li id=\"menu-item-29\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-29\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n</ul></div> <!--<a href=\"#\" class=\"search\"><i class=\"fa fa-search\"></i></a>-->\n </div>\n </nav>\n\n </div>\n <div class=\"col-md-3 last col-xs-12\">\n\n <a href=\"https://popup-builder.com/checkout\" class=\"cart_icon\">\n <span>\n 0 </span>\n <img src=\"https://popup-builder.com/wp-content/uploads/2020/07/cart.png\"></a>\n <a href=\"https://popup-builder.com/login\" class=\"signup-signin\">Sign In</a>\n <!-- <a href=\"https://popup-builder.com/signup\" class=\"signup-signin\">Sign up</a> -->\n </div>\n </div>\n </div>\n </header><!-- #masthead -->\n\n <header id=\"masthead\" class=\"mobile_header\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/07/logo.png\" class=\"mobile_logo\"></div>\n <div class=\"col-md-6\">\n <button class=\"navbar-toggler\" onclick=\"openNav()\">\n <span class=\"mobile_menu_text\">Menu</span>\n </button>\n\n </div>\n </div>\n </div>\n </header>\n <header id=\"masthead\" class=\"tablet_header\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-4\">\n <button class=\"navbar-toggler\" onclick=\"openNav1()\"><span class=\"mobile_menu_text\">Menu</span></button>\n </div>\n <div class=\"col-md-4\">\n <a href=\"https://popup-builder.com/\" class=\"custom-logo-link\" rel=\"home\"><img width=\"224\" height=\"49\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"custom-logo\" alt=\"Popup Builder\" decoding=\"async\" /></a> </div>\n <div class=\"col-md-4\">\n <a href=\"https://popup-builder.com/checkout\" class=\"cart_icon\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/07/cart.png\"></a>\n </div>\n </div>\n </div>\n\n </header>\n\n <div id=\"mySidenav\" class=\"sidenav\">\n <div class=\"col-md-6\"><a href=\"javascript:void(0)\" class=\"closebtn\" onclick=\"closeNav()\">×</a></div>\n <div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"mobile_logo\"></div>\n <div class=\"menu-main-menu-container\"><ul id=\"primary-menu\" class=\"navbar-nav\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-27\"><a href=\"https://popup-builder.com/\">Home</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-33\"><a href=\"https://popup-builder.com/extensions/\">Extensions</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-35\"><a href=\"https://popup-builder.com/pricing/\">Pricing</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-29\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n</ul></div> <div class=\"button_login_signup\">\n <a href=\"https://popup-builder.com/login\" class=\"signup-signin\">Sign In</a>\n </div>\n </div>\n\n <div id=\"mySidenav2\" class=\"sidenav\">\n <div class=\"col-md-4\"><a href=\"javascript:void(0)\" class=\"closebtn\" onclick=\"closeNav1()\">×</a></div>\n <div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"mobile_logo\"></div>\n <div class=\"menu-main-menu-container\"><ul id=\"primary-menu\" class=\"navbar-nav\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-27\"><a href=\"https://popup-builder.com/\">Home</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-33\"><a href=\"https://popup-builder.com/extensions/\">Extensions</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-35\"><a href=\"https://popup-builder.com/pricing/\">Pricing</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-29\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n</ul></div> <div class=\"button_login_signup\">\n <a href=\"https://popup-builder.com/login\" class=\"signup-signin\">Sign In</a>\n <a href=\"https://popup-builder.com/signup\" class=\"signup-signin\">Sign up</a>\n </div>\n </div>\n\n <script type=\"text/javascript\">\n\n jQuery(\"li.menu-item-449 a\").click(function(){\n\n jQuery(\"#mySidenav\").css(\'width\',\'0\');\n jQuery(\"#mySidenav2\").css(\'width\',\'0\');\n });\n\n function openNav() {\n document.getElementById(\"mySidenav\").style.width = \"100%\";\n }\n\n /* Close/hide the sidenav */\n function closeNav() {\n document.getElementById(\"mySidenav\").style.width = \"0\";\n }\n\n function openNav1() {\n document.getElementById(\"mySidenav2\").style.width = \"100%\";\n }\n\n /* Close/hide the sidenav */\n function closeNav1() {\n document.getElementById(\"mySidenav2\").style.width = \"0\";\n }\n\n\n\n </script>\n<style>\n\n\n@media screen and (max-height: 450px) {\n .sidenav {padding-top: 15px;}\n .sidenav a {font-size: 18px;}\n}\n</style>\n\n <div class=\"empty_page\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-6\">\n <h1>Lost in Space!</h1>\n <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,</p>\n </div>\n <div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/07/404-1.png\"></div>\n </div>\n </div>\n \n </div>\n\n <footer id=\"colophon\" class=\"site-footer\">\n <div class=\"site-info\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 mobile_section\">\n <section id=\"text-4\" class=\"widget widget_text\">\n <h2 class=\"widget-title\">Subscribe</h2> \n <div class=\"textwidget\">\n <p>Join our big community to subscribers to get prouct updates, sales alert and ideas worth sharing</p>\n <form class=\"subscribe_form_footer\">\n <input type=\"email\" class=\"form-control\" name=\"email_id\" placeholder=\"email\"><button type=\"submit\" class=\"subm_btn\"><i class=\"fa fa-arrow-right\"></i></button><br>\n </form>\n </div>\n </section>\n </div>\n <div class=\"col-md-3\">\n <section id=\"nav_menu-9\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Get Started</h2><div class=\"menu-get-started-container\"><ul id=\"menu-get-started\" class=\"menu\"><li id=\"menu-item-500\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-500\"><a href=\"https://popup-builder.com/extensions/\">All Extensions</a></li>\n<li id=\"menu-item-1038\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1038\"><a href=\"https://popup-builder.com/affiliate-area/\">Affiliate</a></li>\n<li id=\"menu-item-683\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-683\"><a href=\"https://popup-builder.com/#pricing\">Pricing</a></li>\n<li id=\"menu-item-499\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-499\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n<li id=\"menu-item-681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-681\"><a rel=\"privacy-policy\" href=\"https://popup-builder.com/privacy-policy/\">Privacy Policy</a></li>\n<li id=\"menu-item-682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-682\"><a href=\"https://popup-builder.com/terms-of-services/\">Terms of Services</a></li>\n</ul></div></section> </div>\n <div class=\"col-md-3\">\n <section id=\"nav_menu-4\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Extensions</h2><div class=\"menu-extensions-container\"><ul id=\"menu-extensions\" class=\"menu\"><li id=\"menu-item-2344404\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344404\"><a href=\"https://popup-builder.com/product/social-popup/\">Social popup</a></li>\n<li id=\"menu-item-2344405\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344405\"><a href=\"https://popup-builder.com/product/registration-popup/\">Registration popup</a></li>\n<li id=\"menu-item-2344406\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344406\"><a href=\"https://popup-builder.com/product/countdown-popup/\">Countdown popup</a></li>\n<li id=\"menu-item-2344407\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344407\"><a href=\"https://popup-builder.com/product/contact-form-popup/\">Contact form popup</a></li>\n<li id=\"menu-item-2344408\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344408\"><a href=\"https://popup-builder.com/product/subscription-plus-popup/\">Subscription Plus Popup</a></li>\n<li id=\"menu-item-2344409\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344409\"><a href=\"https://popup-builder.com/product/login-popup/\">Login Popup</a></li>\n<li id=\"menu-item-2344410\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344410\"><a href=\"https://popup-builder.com/product/woocommerce/\">Woocommerce</a></li>\n<li id=\"menu-item-2344411\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344411\"><a href=\"https://popup-builder.com/product/geo-targeting/\">Geo Targeting</a></li>\n</ul></div></section> </div>\n <div class=\"col-md-3\">\n <section id=\"nav_menu-5\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Get Help</h2><div class=\"menu-get-help-container\"><ul id=\"menu-get-help\" class=\"menu\"><li id=\"menu-item-72\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-72\"><a href=\"https://help.popup-builder.com/en/\">Knowledge Base</a></li>\n<li id=\"menu-item-75\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-75\"><a href=\"https://wordpress.org/support/plugin/popup-builder/\">WordPress Forum</a></li>\n</ul></div></section><section id=\"nav_menu-6\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Support</h2><div class=\"menu-support-container\"><ul id=\"menu-support\" class=\"menu\"><li id=\"menu-item-76\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-76\"><a href=\"https://help.popup-builder.com/\">Help Center</a></li>\n<li id=\"menu-item-78\" class=\"live_id menu-item menu-item-type-custom menu-item-object-custom menu-item-78\"><a>Live Chat</a></li>\n</ul></div></section> </div>\n <div class=\"col-md-3 last-sec\">\n <section id=\"media_image-2\" class=\"widget widget_media_image\"><img width=\"224\" height=\"49\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-30-copy.png\" class=\"image wp-image-148 attachment-full size-full\" alt=\"\" style=\"max-width: 100%; height: auto;\" decoding=\"async\" loading=\"lazy\" /></section><section id=\"custom_html-3\" class=\"widget_text widget widget_custom_html\"><div class=\"textwidget custom-html-widget\"><div class=\"social-share-container\">\r\n<div class=\"social-share-wrapper\">\r\n<a class=\"social-share-icons social-icon-twitter\" href=\"https://twitter.com/popup_builder\" target=\"_blank\">\r\n<i class=\"fa fa-twitter\"></i>\r\n</a>\r\n<a class=\"social-share-icons social-icon-facebook\" href=\"https://www.facebook.com/popupbuildercom\" target=\"_blank\">\r\n<i class=\"fa fa-facebook\"></i>\r\n</a>\r\n<a class=\"social-share-icons social-icon-wordpress\" href=\"https://wordpress.org/plugins/popup-builder/\" target=\"_blank\">\r\n<i class=\"fa fa-wordpress\"></i>\r\n</a>\r\n</div>\r\n</div></div></section> </div>\n </div>\n <div class=\"row footer_bottom\">\n <div class=\"col-md-6 copyright-left\">\n </div>\n <div class=\"col-md-6 copyright-right\">\n </div>\n </div>\n </div>\n </div><!-- .site-info -->\n </footer><!-- #colophon -->\n</div><!-- #page -->\n\n <script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer>\r\n tvc_js = new TVC_GTM_Enhanced({\"affiliation\":\"Popup Builder\",\"is_admin\":\"\",\"tracking_option\":\"\",\"property_id\":\"\",\"measurement_id\":\"\",\"google_ads_id\":\"\",\"fb_pixel_id\":\"\",\"fb_event_id\":\"b8479996d9354b37889e461304b5e6a2\",\"tvc_ajax_url\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"is_global_fs_enabled\":null});\r\n \r\n /*\r\n * Contact form 7 - formSubmit event\r\n */\r\n var wpcf7Elm = document.querySelector(\'.wpcf7\');\r\n if (wpcf7Elm) {\r\n wpcf7Elm.addEventListener(\'wpcf7submit\', function(event) {\r\n if (event.detail.status == \'mail_sent\') {\r\n tvc_js.formsubmit_cf7_tracking(event);\r\n }\r\n }, false);\r\n }\r\n\r\n \r\n \r\n </script>\r\n\n <script>\n window.RS_MODULES = window.RS_MODULES || {};\n window.RS_MODULES.modules = window.RS_MODULES.modules || {};\n window.RS_MODULES.waiting = window.RS_MODULES.waiting || [];\n window.RS_MODULES.defered = true;\n window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {};\n window.RS_MODULES.type = \'compiled\';\n </script>\n <script type=\"speculationrules\">\n{\"prefetch\":[{\"source\":\"document\",\"where\":{\"and\":[{\"href_matches\":\"\\/*\"},{\"not\":{\"href_matches\":[\"\\/wp-*.php\",\"\\/wp-admin\\/*\",\"\\/wp-content\\/uploads\\/*\",\"\\/wp-content\\/*\",\"\\/wp-content\\/plugins\\/*\",\"\\/wp-content\\/themes\\/popupbuilder\\/*\",\"\\/*\\\\?(.+)\"]}},{\"not\":{\"selector_matches\":\"a[rel~=\\\"nofollow\\\"]\"}},{\"not\":{\"selector_matches\":\".no-prefetch, .no-prefetch a\"}}]},\"eagerness\":\"conservative\"}]}\n</script>\n<script>\r\n window.SGBFWidgetLoader = window.SGBFWidgetLoader || {ids:[],call:function(w,d,s,l,id){\r\n w[\'sgbf\']=w[\'sgbf\']||function(){(w[\'sgbf\'].q=w[\'sgbf\'].q||[]).push(arguments[0]);};\r\n var sgbf1=d.createElement(s),sgbf0=d.getElementsByTagName(s)[0];\r\n if(SGBFWidgetLoader && SGBFWidgetLoader.ids && SGBFWidgetLoader.ids.length > 0)\r\n {SGBFWidgetLoader.ids.push(id);return;}SGBFWidgetLoader.ids.push(id);\r\n sgbf1.onload = function(){var app = new SGBFLoader();app.run();};sgbf1.async=true;sgbf1.src=l;\r\n sgbf0.parentNode.insertBefore(sgbf1,sgbf0);return{};}};SGBFWidgetLoader.call(window,document,\r\n \"script\", \"https://leanbe.ai/assets/api/SGBFWidget.min.js\", \"61a7486db30a4f0012d47cf2\");\r\n \r\n</script> <!-- Modal Pop-up -->\n <div class=\"wpsc-modal\" style=\"display:none\">\n <div class=\"overlay\"></div>\n <div class=\"loader\">\n <img \n src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/images/loader-white.gif\" \n alt=\"Loading...\">\n </div>\n <div class=\"inner-container\">\n <div class=\"modal\">\n <div class=\"wpsc-modal-header\"></div>\n <div class=\"wpsc-modal-body\"></div>\n <div class=\"wpsc-modal-footer\"></div>\n </div>\n </div>\n </div>\n <script type=\"text/javascript\">\n\n // Register functions to call for responsive behaviour changes\n function wpsc_apply_responsive_styles(){\n\n wpsc_close_humbargar();\n wpsc_el_reset_visible();\n wpsc_el_reset_hidden();\n }\n\n // Register functions to call on document ready\n function wpsc_document_ready() {\n }\n\n // after ticket reply\n function wpsc_after_ticket_reply(ticket_id) {\n }\n\n // after close ticket\n function wpsc_after_close_ticket(ticket_id) {\n }\n\n // after change create as\n function wpsc_after_change_create_as() {\n wpsc_get_create_as_customer_fields(\'07c1ffbb3c\');\n }\n </script>\n <style type=\"text/css\">\n .wpsc-modal .overlay,\n .wpsc-humbargar-overlay {\n z-index: 900000000;\n }\n .wpsc-modal .loader,\n .wpsc-modal .inner-container,\n .wpsc-humbargar-menu {\n z-index: 900000001;\n }\n .select2-container--open {\n z-index: 900000002;\n }\n .wpsc-header {\n background-color: #313042 !important;\n }\n .wpsc-menu-list {\n color: #fff;\n }\n .wpsc-shortcode-container {\n background-color: #fff !important;\n border: 1px solid #313042 !important;\n color: #2c3e50;\n } \n .wpsc-humbargar, \n .wpsc-humbargar-title {\n color: #fff !important;\n }\n .wpsc-humbargar-overlay {\n z-index: 900000000;\n }\n .wpsc-humbargar-menu {\n z-index: 900000001;\n background-color: #fff !important;\n }\n .wpsc-humbargar-menu-item:hover, \n .wpsc-humbargar-menu-item.active,\n .wpsc-setting-nav:hover,\n .wpsc-setting-nav.active {\n background-color: #313042 !important;\n }\n\n /* Ticket list */\n .wpsc-search input {\n color: #8a8a8a !important;\n }\n .wpsc-ticket-list-tbl th {\n background-color: #2c3e50;\n color: #fff;\n }\n .wpsc-ticket-list-tbl tr:nth-child(even){\n background-color: #f2f2f2;\n color: #2c3e50;\n }\n .wpsc-ticket-list-tbl tr:nth-child(odd){\n background-color: #fff;\n color: #2c3e50;\n }\n .wpsc-ticket-list-tbl tbody tr:hover {\n background-color: #dfe4ea;\n color: #2c3e50;\n }\n\n /* Individual Ticket */\n .wpsc-thread.reply,\n .wpsc-thread.reply h2 {\n color: #2c3e50;\n }\n .wpsc-thread.reply .thread-time,\n .wpsc-thread.reply .wpsc-thread-logs {\n color: #777777;\n }\n .wpsc-thread.reply .actions {\n color: #777777;\n }\n .wpsc-thread.note,\n .wpsc-thread.note h2 {\n color: #8e6600;\n }\n .wpsc-thread.note .email-address,\n .wpsc-thread.note .thread-time,\n .wpsc-thread.note .wpsc-thread-logs {\n color: #8e8d45;\n }\n .wpsc-thread.note .actions {\n color: #8e8d45;\n }\n .wpsc-thread.log .thread-body {\n color: #2c3e50;\n }\n .wpsc-widget-header {\n background-color: #fff8e5;\n color: #ff8f2b;\n }\n .wpsc-widget-header h2 {\n color: #ff8f2b;\n }\n .wpsc-widget-body {\n background-color: #f9f9f9;\n color: #2c3e50;\n }\n .wpsc-widget-body .info-list-item .info-label, .wpsc-lg-label {\n color: #777;\n }\n .wpsc-popover-menu > .wpsc-reply-close {\n background-color: #fff;\n color: #707070;\n }\n\n /* Input fields */\n #wpsc-container input[type=text]:focus,\n #wpsc-container input[type=text],\n #wpsc-container input[type=password]:focus,\n #wpsc-container input[type=password],\n .wpsc-modal input[type=text]:focus,\n .wpsc-modal input[type=text],\n .wpsc-modal input[type=password]:focus,\n .wpsc-modal input[type=password],\n #wpsc-container select,\n #wpsc-container select:focus,\n .wpsc-modal select,\n .wpsc-modal select:focus,\n #wpsc-container textarea,\n #wpsc-container textarea:focus,\n .wpsc-modal textarea,\n .wpsc-modal textarea:focus,\n #wpsc-container .checkbox-container label:before,\n .wpsc-modal .checkbox-container label:before,\n #wpsc-container .radio-container label:before,\n .wpsc-modal .radio-container label:before {\n border: 1px solid #8a8a8a !important;\n color: #000 !important;\n }\n\n /* Buttons */\n .wpsc-button.primary {\n border: 1px solid #313042 !important;\n background-color: #313042 !important;\n color: #fff !important;\n }\n\n .wpsc-button.secondary {\n border: 1px solid #313042 !important;\n background-color: #fff !important;\n color: #313042 !important;\n }\n\n /* Links */\n .wpsc-link {\n color: #2271b1;\n }\n\n /* Modal popup */\n .wpsc-modal-header {\n background-color: #fff8e5;\n color: #ff8f2b;\n }\n .wpsc-modal-body {\n background-color: #fff;\n color: #2c3e50;\n }\n .wpsc-modal-footer {\n background-color: #fff;\n }\n .wpsc-modal-body .info-label {\n color: #777;\n }\n\n /* Misc */\n .wpsc-section-header,\n .wpsc-it-subject-container h2 {\n color: #2c3e50;\n }\n .wpsc-popover-menu-item:hover,\n .wpsc-ap-nav.active,\n .wpsc-ap-nav:hover,\n .wpsc-popover-menu > .wpsc-reply-close:hover {\n background-color: #313042;\n }\n\n /* Agent Collision */\n .wpsc-ac-agent {\n color: #2c3e50;\n background-color: #e6e6e6;\n }\n\n /* Ticket tags */\n .wpsc-add-ticket-tag {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 25px;\n height: 25px;\n color: #fff !important;\n background-color: #313042 !important;\n border: 1px solid #313042 !important;\n outline: none;\n border-radius: 5px;\n cursor: pointer;\n margin: 0px 0px 0px 3px;\n padding: 5px;\n box-sizing: border-box;\n }\n\n .wpsc-close-ticket-tag {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 25px;\n height: 25px;\n color: #313042 !important;\n background-color: #fff !important;\n border: 1px solid #313042 !important;\n outline: none;\n border-radius: 5px;\n cursor: pointer;\n margin: 0px 0px 0px 3px;\n padding: 5px;\n box-sizing: border-box;\n }\n\n .wpsc-ticket-tags-action {\n display: flex;\n margin: 5px 0px 10px 0px;\n flex-direction: row-reverse;\n }\n\n /* User profile starts */\n .wpsc-up-tab > .active {\n border-top: 3px solid #313042 !important;\n }\n /* User profile ends */\n </style>\n <script>\n </script>\n <style>\n </style>\n <style type=\"text/css\" class=\"wcp-frontend\">\n \n .chained_items_container ul.products > li{\n margin: 0 0.6rem !important;\n }\n\n </style>\n <script data-cfasync=\"false\" data-no-optimize=\"1\" data-pagespeed-no-defer>\r\n document.addEventListener(\'DOMContentLoaded\', function() {\r\n var downloadLinks = document.querySelectorAll(\'a[href]\');\r\n\r\n downloadLinks.forEach(function(link) {\r\n link.addEventListener(\'click\', function(event) {\r\n var fileUrl = link.href;\r\n var fileName = fileUrl.substring(fileUrl.lastIndexOf(\'/\') + 1);\r\n var linkText = link.innerText || link.textContent;\r\n var linkUrl = link.href;\r\n\r\n var fileExtensionPattern = /\\.(pdf|xlsx?|docx?|txt|rtf|csv|exe|key|pptx?|ppt|7z|pkg|rar|gz|zip|avi|mov|mp4|mpe?g|wmv|midi?|mp3|wav|wma)$/i;\r\n\r\n if (fileExtensionPattern.test(fileUrl)) {\r\n window.dataLayer = window.dataLayer || [];\r\n window.dataLayer.push({\r\n event: \'file_download\',\r\n file_name: fileName,\r\n link_text: linkText,\r\n link_url: linkUrl\r\n });\r\n }\r\n });\r\n });\r\n });\r\n </script>\r\n <script>\n (function () {\n var c = document.body.className;\n c = c.replace(/woocommerce-no-js/, \'woocommerce-js\');\n document.body.className = c;\n })();\n </script>\n <link rel=\'stylesheet\' id=\'wc-blocks-style-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.9.7\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'rs-plugin-settings-css\' href=\'//popup-builder.com/wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=6.7.32\' media=\'all\' />\n<style id=\'rs-plugin-settings-inline-css\'>\n#rs-demo-id {}\n</style>\n<script src=\"https://popup-builder.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6\" id=\"wp-hooks-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6\" id=\"wp-i18n-js\"></script>\n<script id=\"wp-i18n-js-after\">\nwp.i18n.setLocaleData( { \'text direction\\u0004ltr\': [ \'ltr\' ] } );\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1\" id=\"swv-js\"></script>\n<script id=\"contact-form-7-js-before\">\nvar wpcf7 = {\n \"api\": {\n \"root\": \"https:\\/\\/popup-builder.com\\/wp-json\\/\",\n \"namespace\": \"contact-form-7\\/v1\"\n }\n};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1\" id=\"contact-form-7-js\"></script>\n<script src=\"//popup-builder.com/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js?ver=6.7.29\" defer async id=\"tp-tools-js\"></script>\n<script src=\"//popup-builder.com/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ver=6.7.32\" defer async id=\"revmin-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3\" id=\"jquery-ui-core-js\"></script>\n<script src=\"https://popup-builder.com/wp-admin/js/editor.min.js?ver=6.8.8\" id=\"editor-js\"></script>\n<script id=\"editor-js-after\">\nwindow.wp.oldEditor = window.wp.editor;\n</script>\n<script id=\"quicktags-js-extra\">\nvar quicktagsL10n = {\"closeAllOpenTags\":\"Close all open tags\",\"closeTags\":\"close tags\",\"enterURL\":\"Enter the URL\",\"enterImageURL\":\"Enter the URL of the image\",\"enterImageDescription\":\"Enter a description of the image\",\"textdirection\":\"text direction\",\"toggleTextdirection\":\"Toggle Editor Text Direction\",\"dfw\":\"Distraction-free writing mode\",\"strong\":\"Bold\",\"strongClose\":\"Close bold tag\",\"em\":\"Italic\",\"emClose\":\"Close italic tag\",\"link\":\"Insert link\",\"blockquote\":\"Blockquote\",\"blockquoteClose\":\"Close blockquote tag\",\"del\":\"Deleted text (strikethrough)\",\"delClose\":\"Close deleted text tag\",\"ins\":\"Inserted text\",\"insClose\":\"Close inserted text tag\",\"image\":\"Insert image\",\"ul\":\"Bulleted list\",\"ulClose\":\"Close bulleted list tag\",\"ol\":\"Numbered list\",\"olClose\":\"Close numbered list tag\",\"li\":\"List item\",\"liClose\":\"Close list item tag\",\"code\":\"Code\",\"codeClose\":\"Close code tag\",\"more\":\"Insert Read More tag\"};\n</script>\n<script src=\"https://popup-builder.com/wp-includes/js/quicktags.min.js?ver=6.8.8\" id=\"quicktags-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2\" id=\"hoverIntent-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381\" id=\"wp-dom-ready-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14\" id=\"wp-a11y-js\"></script>\n<script id=\"common-js-extra\">\nvar bulkActionObserverIds = {\"bulk_action\":\"action\",\"changeit\":\"new_role\"};\n</script>\n<script src=\"https://popup-builder.com/wp-admin/js/common.min.js?ver=6.8.8\" id=\"common-js\"></script>\n<script id=\"wplink-js-extra\">\nvar wpLinkL10n = {\"title\":\"Insert\\/edit link\",\"update\":\"Update\",\"save\":\"Add Link\",\"noTitle\":\"(no title)\",\"noMatchesFound\":\"No results found.\",\"linkSelected\":\"Link selected.\",\"linkInserted\":\"Link inserted.\",\"minInputLength\":\"3\"};\n</script>\n<script src=\"https://popup-builder.com/wp-includes/js/wplink.min.js?ver=6.8.8\" id=\"wplink-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3\" id=\"jquery-ui-menu-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3\" id=\"jquery-ui-autocomplete-js\"></script>\n<script id=\"thickbox-js-extra\">\nvar thickboxL10n = {\"next\":\"Next >\",\"prev\":\"< Prev\",\"image\":\"Image\",\"of\":\"of\",\"close\":\"Close\",\"noiframes\":\"This feature requires inline frames. You have iframes disabled or your browser does not support them.\",\"loadingAnimation\":\"https:\\/\\/popup-builder.com\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\n</script>\n<script src=\"https://popup-builder.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105\" id=\"thickbox-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/underscore.min.js?ver=1.13.7\" id=\"underscore-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/shortcode.min.js?ver=6.8.8\" id=\"shortcode-js\"></script>\n<script src=\"https://popup-builder.com/wp-admin/js/media-upload.min.js?ver=6.8.8\" id=\"media-upload-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3\" id=\"jquery-effects-core-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/effect-slide.min.js?ver=1.13.3\" id=\"jquery-effects-slide-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3\" id=\"jquery-ui-mouse-js\"></script>\n<script src=\"https://popup-builder.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.3\" id=\"jquery-ui-sortable-js\"></script>\n<script id=\"wpsc-framework-js-extra\">\nvar supportcandy = {\"ajax_url\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"urls\":{\"support\":\"\",\"open_ticket\":\"\"},\"plugin_url\":\"https:\\/\\/popup-builder.com\\/wp-content\\/plugins\\/supportcandy\\/\",\"version\":\"3.3.3\",\"loader_html\":\"\\t\\t\\t<div class=\\\"wpsc-loader\\\">\\n\\t\\t\\t\\t<img src=\\\"https:\\/\\/popup-builder.com\\/wp-content\\/plugins\\/supportcandy\\/asset\\/images\\/loader.gif\\\" alt=\\\"Loading...\\\" \\/>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\",\"inline_loader\":\"\\t\\t\\t<img class=\\\"wpsc-inline-loader\\\" src=\\\"https:\\/\\/popup-builder.com\\/wp-content\\/plugins\\/supportcandy\\/asset\\/images\\/loader.gif\\\" alt=\\\"Loading...\\\" \\/>\\n\\t\\t\\t\",\"is_frontend\":\"1\",\"is_reload\":\"1\",\"reply_form_position\":\"top\",\"allowed_file_extensions\":[\"jpg\",\"jpeg\",\"png\",\"gif\",\"pdf\",\"doc\",\"docx\",\"ppt\",\"pptx\",\"pps\",\"ppsx\",\"odt\",\"xls\",\"xlsx\",\"mp3\",\"m4a\",\"ogg\",\"wav\",\"mp4\",\"m4v\",\"mov\",\"wmv\",\"avi\",\"mpg\",\"ogv\",\"3gp\",\"3g2\",\"zip\",\"eml\"],\"nonce\":\"95253cf0bd\",\"translations\":{\"req_fields_error\":\"Required fields can not be empty!\",\"datatables\":{\"emptyTable\":\"No Records\",\"zeroRecords\":\"No Records\",\"info\":\"Showing _START_ to _END_ of _TOTAL_ records\",\"infoEmpty\":\"\",\"loadingRecords\":\"\",\"processing\":\"\",\"infoFiltered\":\"\",\"search\":\"Search:\",\"paginate\":{\"first\":\"First\",\"previous\":\"Previous\",\"next\":\"Next\",\"last\":\"Last\"}},\"please_wait\":\"Please wait...\",\"req_fields_missing\":\"Required fields missing!\",\"confirm\":\"Are you sure?\",\"something_wrong\":\"Something went wrong!\",\"view_more\":\"View more!\",\"view_less\":\"View less!\",\"warning_message\":\"There is unposted text in the reply area. Are you sure you want to discard and proceed?\",\"incorrect_login\":\"Incorrect username or password!\",\"incorrect_password\":\"Incorrect password!\",\"unsername_unavailable\":\"Username is already taken!\",\"incorrect_email\":\"Incorrect email address!\",\"copy_url\":\"Ticket URL copied!\",\"invalidEmail\":\"Invalid email address!\",\"customer_delete_warn\":\"Deleting a customer will permanently remove all associated customer information and tickets!\",\"req_term_cond\":\"Please accept terms and conditions!\",\"req_gdpr\":\"Please accept GDPR policy!\"},\"temp\":[],\"home_url\":\"https:\\/\\/popup-builder.com\",\"humbargar_titles\":[],\"current_section\":\"\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/framework/scripts.js?ver=3.3.3\" id=\"wpsc-framework-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/js/selectWoo/selectWoo.full.min.js?ver=3.3.3\" id=\"wpsc-selectWoo-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/gpopover/jquery.gpopover.js?ver=3.3.3\" id=\"gpopover-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/jquery-circle-progress/circle-progress.min.js?ver=3.3.3\" id=\"jquery-circle-progress-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/flatpickr/flatpickr.js?ver=3.3.3\" id=\"flatpickr-js-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/fullcalendar/lib/main.min.js?ver=3.3.3\" id=\"fullcalendar-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/fullcalendar/lib/locales-all.min.js?ver=3.3.3\" id=\"fullcalendar-locales-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/DataTables/datatables.min.js?ver=3.3.3\" id=\"datatables-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/supportcandy/asset/libs/chartjs/dist/chart.min.js?ver=3.3.3\" id=\"chartjs-js\"></script>\n<script id=\"fue-front-script-js-extra\">\nvar FUE_Front = {\"is_logged_in\":\"\",\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-front.js?ver=4.9.8\" id=\"fue-front-script-js\"></script>\n<script id=\"awdr-main-js-extra\">\nvar awdr_params = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"c38502441b\",\"enable_update_price_with_qty\":\"show_when_matched\",\"refresh_order_review\":\"0\",\"custom_target_simple_product\":\"\",\"custom_target_variable_product\":\"\",\"js_init_trigger\":\"\",\"awdr_opacity_to_bulk_table\":\"\",\"awdr_dynamic_bulk_table_status\":\"0\",\"awdr_dynamic_bulk_table_off\":\"on\",\"custom_simple_product_id_selector\":\"\",\"custom_variable_product_id_selector\":\"\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js?ver=2.6.10\" id=\"awdr-main-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js?ver=2.6.10\" id=\"awdr-dynamic-price-js\"></script>\n<script id=\"edd-ajax-js-extra\">\nvar edd_scripts = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"position_in_cart\":\"-1\",\"has_purchase_links\":\"0\",\"already_in_cart_message\":\"You have already added this item to your cart\",\"empty_cart_message\":\"Your cart is empty\",\"loading\":\"Loading\",\"select_option\":\"Please select an option\",\"is_checkout\":\"0\",\"default_gateway\":\"\",\"redirect_to_checkout\":\"0\",\"checkout_page\":\"\",\"permalinks\":\"1\",\"quantities_enabled\":\"\",\"taxes_enabled\":\"0\",\"current_page\":\"\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js?ver=3.4.0\" id=\"edd-ajax-js\"></script>\n<script id=\"popupbuilder-navigation-js-extra\">\nvar ajax_posts = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"noposts\":\"No older posts found\"};\n</script>\n<script src=\"https://popup-builder.com/wp-content/themes/popupbuilder/js/navigation.js?ver=1.0.1\" id=\"popupbuilder-navigation-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.9.7\" id=\"sourcebuster-js-js\"></script>\n<script id=\"wc-order-attribution-js-extra\">\nvar wc_order_attribution = {\"params\":{\"lifetime\":1.0e-5,\"session\":30,\"base64\":false,\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"prefix\":\"wc_order_attribution_\",\"allowTracking\":true},\"fields\":{\"source_type\":\"current.typ\",\"referrer\":\"current_add.rf\",\"utm_campaign\":\"current.cmp\",\"utm_source\":\"current.src\",\"utm_medium\":\"current.mdm\",\"utm_content\":\"current.cnt\",\"utm_id\":\"current.id\",\"utm_term\":\"current.trm\",\"utm_source_platform\":\"current.plt\",\"utm_creative_format\":\"current.fmt\",\"utm_marketing_tactic\":\"current.tct\",\"session_entry\":\"current_add.ep\",\"session_start_time\":\"current_add.fd\",\"session_pages\":\"session.pgs\",\"session_count\":\"udata.vst\",\"user_agent\":\"udata.uag\"}};\n</script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.9.7\" id=\"wc-order-attribution-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/wpc-variations-radio-buttons/assets/libs/ddslick/jquery.ddslick.min.js?ver=3.6.2\" id=\"ddslick-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/wpc-variations-radio-buttons/assets/js/frontend.js?ver=3.6.2\" id=\"woovr-frontend-js\"></script>\n<script src=\"https://popup-builder.com/wp-content/plugins/woo-discount-rules-pro/Assets/Js/awdr_pro.js?ver=2.6.10\" id=\"woo_discount_pro_script-js\"></script>\n <script type=\"text/javascript\">\n window.wp = window.wp || {};\n window.wp.editor = window.wp.editor || {};\n window.wp.editor.getDefaultSettings = function() {\n return {\n tinymce: {},\n quicktags: {\n buttons: \'strong,em,link,ul,ol,li,code\'\n }\n };\n };\n\n </script>\n <div id=\"wp-link-backdrop\" style=\"display: none\"></div>\n <div id=\"wp-link-wrap\" class=\"wp-core-ui\" style=\"display: none\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"link-modal-title\">\n <form id=\"wp-link\" tabindex=\"-1\">\n <input type=\"hidden\" id=\"_ajax_linking_nonce\" name=\"_ajax_linking_nonce\" value=\"ebc9626b11\" /> <h1 id=\"link-modal-title\">Insert/edit link</h1>\n <button type=\"button\" id=\"wp-link-close\"><span class=\"screen-reader-text\">\n Close </span></button>\n <div id=\"link-selector\">\n <div id=\"link-options\">\n <p class=\"howto\" id=\"wplink-enter-url\">Enter the destination URL</p>\n <div>\n <label><span>URL</span>\n <input id=\"wp-link-url\" type=\"text\" aria-describedby=\"wplink-enter-url\" /></label>\n </div>\n <div class=\"wp-link-text-field\">\n <label><span>Link Text</span>\n <input id=\"wp-link-text\" type=\"text\" /></label>\n </div>\n <div class=\"link-target\">\n <label><span></span>\n <input type=\"checkbox\" id=\"wp-link-target\" /> Open link in a new tab</label>\n </div>\n </div>\n <p class=\"howto\" id=\"wplink-link-existing-content\">Or link to existing content</p>\n <div id=\"search-panel\">\n <div class=\"link-search-wrapper\">\n <label>\n <span class=\"search-label\">Search</span>\n <input type=\"search\" id=\"wp-link-search\" class=\"link-search-field\" autocomplete=\"off\" aria-describedby=\"wplink-link-existing-content\" />\n <span class=\"spinner\"></span>\n </label>\n </div>\n <div id=\"search-results\" class=\"query-results\" tabindex=\"0\">\n <ul></ul>\n <div class=\"river-waiting\">\n <span class=\"spinner\"></span>\n </div>\n </div>\n <div id=\"most-recent-results\" class=\"query-results\" tabindex=\"0\">\n <div class=\"query-notice\" id=\"query-notice-message\">\n <em class=\"query-notice-default\">No search term specified. Showing recent items.</em>\n <em class=\"query-notice-hint screen-reader-text\">\n Search or use up and down arrow keys to select an item. </em>\n </div>\n <ul></ul>\n <div class=\"river-waiting\">\n <span class=\"spinner\"></span>\n </div>\n </div>\n </div>\n </div>\n <div class=\"submitbox\">\n <div id=\"wp-link-cancel\">\n <button type=\"button\" class=\"button\">Cancel</button>\n </div>\n <div id=\"wp-link-update\">\n <input type=\"submit\" value=\"Add Link\" class=\"button button-primary\" id=\"wp-link-submit\" name=\"wp-link-submit\">\n </div>\n </div>\n </form>\n </div>\n <script type=\"text/javascript\" id=\"\">\n jQuery(\"#btn-crisp-chat, .live_id\").click(function(){\n $crisp.push([\"do\",\"chat:open\"])\n \n });\n </script>\n<script>\n/*$(document).on(\'change\', \'.variation-radios input\', function() {\n $(\'select[name=\"\'+$(this).attr(\'name\')+\'\"]\').val($(this).val()).trigger(\'change\');\n});\n$(document).on(\'woocommerce_update_variation_values\', function() {\n $(\'.variation-radios input\').each(function(index, element) {\n $(element).removeAttr(\'disabled\');\n var thisName = $(element).attr(\'name\');\n var thisVal = $(element).attr(\'value\');\n if($(\'select[name=\"\'+thisName+\'\"] option[value=\"\'+thisVal+\'\"]\').is(\':disabled\')) {\n $(element).prop(\'disabled\', true);\n }\n });\n}); */\n\n\njQuery( function( $ ) {\n \n \n jQuery(\".single_variation_wrap button.single_add_to_cart_button.button.alt\").click(function(){\n \n jQuery(this).html(\'<img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/loading.gif\">\'); \n });\n \n \n $( \'form.checkout_coupon\' ).off( \'submit\' );\n \n \n \n $(\'.attribute_pa_pack-type\').on(\'change\', function(){\n \n var id = $(\'option:selected\', this).attr(\'data-id\');\n \n $(this).parent(\'form\').find(\'.variation_id\').val(id);\n \n });\n \n \n \n \n //$(\".single_add_to_cart_button\").addClass(\"ajax_add_to_cart\");\n \n $( \".post-type-archive-product\" ).on( \"click\", \".quantity input\", function() {\n return false;\n });\n \n \n if ( typeof wc_add_to_cart_params === \'undefined\' )\n return false;\n \n $( document ).on( \'click\', \'.ajax_add_to_cart\', function(e) {\n e.preventDefault();\n var $thisbutton = $(this); \n var quantity = 1; \n var $variation_form = $( this ).closest( \'.variations_form\' );\n var var_id = $variation_form.find( \'input[name=variation_id]\' ).val();\n $( \'.ajaxerrors\' ).remove();\n var item = {},\n check = true;\n variations = $variation_form.find( \'select[name^=attribute]\' );\n if ( !variations.length) {\n variations = $variation_form.find( \'[name^=attribute]:checked\' );\n }\n if ( !variations.length) {\n variations = $variation_form.find( \'input[name^=attribute]\' );\n }\n variations.each( function() {\n var $this = $( this ),\n attributeName = $this.attr( \'name\' ),\n attributevalue = $this.val(),\n index,\n attributeTaxName;\n $this.removeClass( \'error\' );\n if ( attributevalue.length === 0 ) {\n index = attributeName.lastIndexOf( \'_\' );\n attributeTaxName = attributeName.substring( index + 1 );\n $this\n .addClass( \'required error\' )\n .before( \'<div class=\"ajaxerrors\"><p>Please select \' + attributeTaxName + \'</p></div>\' )\n check = false;\n } else {\n item[attributeName] = attributevalue;\n }\n } );\n if ( !check ) {\n return false;\n }\n \n if ( $thisbutton.is( \'.ajax_add_to_cart\' ) ) {\n $thisbutton.removeClass( \'added\' );\n $thisbutton.addClass( \'loading\' );\n $thisbutton.html(\'<img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/loading.gif\">\');\n if ($( this ).parents(\".variations_form\")[0]){\n var product_id = $variation_form.find(\'input[name=product_id]\').val();\n var quantity = $variation_form.find( \'input[name=quantity]\' ).val();\n var data = {\n action: \'bodycommerce_ajax_add_to_cart_woo\',\n product_id: product_id,\n quantity: quantity,\n variation_id: var_id,\n variation: item\n };\n }\n else {\n var product_id = $(this).parent().find(\".product_id\").val();\n var quantity = 1;\n var data = {\n action: \'bodycommerce_ajax_add_to_cart_woo_single\',\n product_id: product_id,\n quantity: quantity\n };\n }\n \n $( \'body\' ).trigger( \'adding_to_cart\', [ $thisbutton, data ] );\n $.post( wc_add_to_cart_params.ajax_url, data, function( response ) {\n if ( ! response )\n return;\n var this_page = window.location.toString();\n this_page = this_page.replace( \'add-to-cart\', \'added-to-cart\' );\n if ( response.error && response.product_url ) {\n window.location = response.product_url;\n return;\n }\n if ( wc_add_to_cart_params.cart_redirect_after_add === \'yes\' ) {\n window.location = wc_add_to_cart_params.cart_url;\n return;\n } else {\n $thisbutton.removeClass( \'loading\' );\n var fragments = response.fragments;\n var cart_hash = response.cart_hash;\n if ( fragments ) {\n $.each( fragments, function( key ) {\n $( key ).addClass( \'updating\' );\n });\n }\n $( \'.shop_table.cart, .updating, .cart_totals\' ).fadeTo( \'400\', \'0.6\' ).block({\n message: null,\n overlayCSS: {\n opacity: 0.6\n }\n });\n $thisbutton.addClass( \'added\' );\n $thisbutton.hide();\n $thisbutton.after(\'<a href=\"/checkout\" class=\"checkout-butn\">Checkout <i class=\"fa fa-arrow-right\"></i></a>\');\n if ( fragments ) {\n $.each( fragments, function( key, value ) {\n $( key ).replaceWith( value );\n });\n }\n $( \'.widget_shopping_cart, .updating\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n $( \'.shop_table.cart\' ).load( this_page + \' .shop_table.cart:eq(0) > *\', function() {\n $( \'.shop_table.cart\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n $( document.body ).trigger( \'cart_page_refreshed\' );\n });\n $( \'.cart_totals\' ).load( this_page + \' .cart_totals:eq(0) > *\', function() {\n $( \'.cart_totals\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n });\n }\n });\n return false;\n } else {\n return true;\n }\n });\n \n $( document ).on( \'click\', \'.ajax_add_to_cart_home\', function(e) {\n e.preventDefault();\n var $thisbutton = $(this); \n var quantity = 1; \n var $variation_form = $( this ).closest( \'.variations_form\' );\n var var_id = $variation_form.find( \'input[name=variation_id]\' ).val();\n $( \'.ajaxerrors\' ).remove();\n var item = {},\n check = true;\n variations = $variation_form.find( \'select[name^=attribute]\' );\n if ( !variations.length) {\n variations = $variation_form.find( \'[name^=attribute]:checked\' );\n }\n if ( !variations.length) {\n variations = $variation_form.find( \'input[name^=attribute]\' );\n }\n variations.each( function() {\n var $this = $( this ),\n attributeName = $this.attr( \'name\' ),\n attributevalue = $this.val(),\n index,\n attributeTaxName;\n $this.removeClass( \'error\' );\n if ( attributevalue.length === 0 ) {\n index = attributeName.lastIndexOf( \'_\' );\n attributeTaxName = attributeName.substring( index + 1 );\n $this\n .addClass( \'required error\' )\n .before( \'<div class=\"ajaxerrors\"><p>Please select \' + attributeTaxName + \'</p></div>\' )\n check = false;\n } else {\n item[attributeName] = attributevalue;\n }\n } );\n if ( !check ) {\n return false;\n }\n \n if ( $thisbutton.is( \'.ajax_add_to_cart_home\' ) ) {\n $thisbutton.removeClass( \'added\' );\n $thisbutton.addClass( \'loading\' );\n //$thisbutton.html(\'<img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/loading.gif\">\');\n if ($( this ).parents(\".variations_form\")[0]){\n var product_id = $variation_form.find(\'input[name=product_id]\').val();\n var quantity = $variation_form.find( \'input[name=quantity]\' ).val();\n var data = {\n action: \'bodycommerce_ajax_add_to_cart_woo\',\n product_id: product_id,\n quantity: quantity,\n variation_id: var_id,\n variation: item\n };\n }\n else {\n var product_id = $(this).parent().find(\".product_id\").val();\n var quantity = 1;\n var data = {\n action: \'bodycommerce_ajax_add_to_cart_woo_single\',\n product_id: product_id,\n quantity: quantity\n };\n }\n \n $( \'body\' ).trigger( \'adding_to_cart\', [ $thisbutton, data ] );\n $.post( wc_add_to_cart_params.ajax_url, data, function( response ) {\n if ( ! response )\n return;\n var this_page = window.location.toString();\n this_page = this_page.replace( \'add-to-cart\', \'added-to-cart\' );\n if ( response.error && response.product_url ) {\n window.location = response.product_url;\n return;\n }\n if ( wc_add_to_cart_params.cart_redirect_after_add === \'yes\' ) {\n window.location = wc_add_to_cart_params.cart_url;\n return;\n } else {\n $thisbutton.removeClass( \'loading\' );\n var fragments = response.fragments;\n var cart_hash = response.cart_hash;\n if ( fragments ) {\n $.each( fragments, function( key ) {\n $( key ).addClass( \'updating\' );\n });\n }\n $( \'.shop_table.cart, .updating, .cart_totals\' ).fadeTo( \'400\', \'0.6\' ).block({\n message: null,\n overlayCSS: {\n opacity: 0.6\n }\n });\n $thisbutton.addClass( \'added\' );\n $thisbutton.hide();\n $thisbutton.after(\'<a href=\"/checkout\" class=\"checkout-butn-home\"> <img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/arrow.png\"></a>\');\n if ( fragments ) {\n $.each( fragments, function( key, value ) {\n $( key ).replaceWith( value );\n });\n }\n $( \'.widget_shopping_cart, .updating\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n $( \'.shop_table.cart\' ).load( this_page + \' .shop_table.cart:eq(0) > *\', function() {\n $( \'.shop_table.cart\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n $( document.body ).trigger( \'cart_page_refreshed\' );\n });\n $( \'.cart_totals, a.cart_icon span\' ).load( this_page + \' .cart_totals:eq(0) > *\', function() {\n $( \'.cart_totals, a.cart_icon span\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n });\n }\n });\n return false;\n } else {\n return true;\n }\n });\n });\n\n</script>\n</body>\n</html>\n','yes'),
(7113,'sgpbModifiedRegisteredPluginsPaths1','1','yes'),
(7122,'sgpb-unnecessary-scripts-removed-1','1','yes'),
(7150,'SgpbCounter','a:1:{i:1382;i:288;}','yes'),
(7414,'options_Facebook_link1','','no'),
(7415,'_options_Facebook_link1','field_5e931cf04921b','no'),
(7506,'duplicator_ui_view_state','a:10:{s:29:\"dup-package-dtl-install-panel\";s:1:\"1\";s:29:\"dup-package-dtl-archive-panel\";s:1:\"0\";s:29:\"dup-package-dtl-storage-panel\";s:1:\"0\";s:29:\"dup-package-dtl-general-panel\";s:1:\"1\";s:22:\"dup-pack-storage-panel\";s:1:\"0\";s:22:\"dup-pack-archive-panel\";s:1:\"0\";s:24:\"dup-pack-installer-panel\";s:1:\"0\";s:19:\"dup-pack-build-try1\";s:1:\"1\";s:19:\"dup-pack-build-try2\";s:1:\"1\";s:19:\"dup-pack-build-try3\";s:1:\"1\";}','yes'),
(7687,'sgpb-all-removed-notifications','{\"pb-notif-17-03-2020\":\"pb-notif-17-03-2020\",\"sgpbMainRateUsNotification\":\"sgpbMainRateUsNotification\",\"sgpbMainSupportBanner\":\"sgpbMainSupportBanner\"}','yes'),
(7700,'duplicate_post_show_original_column','0','yes'),
(7701,'duplicate_post_show_original_in_post_states','0','yes'),
(7702,'duplicate_post_show_original_meta_box','0','yes'),
(7704,'duplicate_post_show_notice','0','no'),
(7711,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:34:\"pods/vendor/freemius/wordpress-sdk\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1622119665;s:11:\"plugin_path\";s:13:\"pods/init.php\";}}s:7:\"abspath\";s:43:\"/var/www/flotten.webdress.site/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:13:\"pods/init.php\";s:8:\"sdk_path\";s:34:\"pods/vendor/freemius/wordpress-sdk\";s:7:\"version\";s:5:\"2.4.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1622119665;}}','yes'),
(7712,'fs_debug_mode','','yes'),
(7713,'fs_accounts','a:7:{s:21:\"id_slug_type_path_map\";a:1:{i:5347;a:3:{s:4:\"slug\";s:4:\"pods\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:13:\"pods/init.php\";}}s:11:\"plugin_data\";a:1:{s:4:\"pods\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"pods/init.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1587207034;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.3.2\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"2.7.27\";s:14:\"plugin_version\";s:6:\"2.7.30\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:26:\"cardess-shop.webdress.site\";s:9:\"server_ip\";s:12:\"93.78.153.24\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1587207034;s:7:\"version\";s:6:\"2.7.20\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;}}s:13:\"file_slug_map\";a:1:{s:13:\"pods/init.php\";s:4:\"pods\";}s:7:\"plugins\";a:1:{s:4:\"pods\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:38:\"Pods - Custom Content Types and Fields\";s:4:\"slug\";s:4:\"pods\";s:12:\"premium_slug\";s:12:\"pods-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:13:\"pods/init.php\";s:7:\"version\";s:6:\"2.7.30\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_737105490825babae220297e18920\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5347\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"a8f7a5bcf00595ef3d2aad6d4d2e34c3\";s:13:\"admin_notices\";a:1:{s:4:\"pods\";a:1:{s:15:\"connect_account\";a:8:{s:7:\"message\";s:187:\"We made a few tweaks to the plugin, <b><a href=\"http://flotten.webdress.site/wp-admin/admin.php?page=pods-settings\">Opt in to make \"Pods - Custom Content Types and Fields\" better!</a></b>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:10:\"update-nag\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"connect_account\";s:10:\"manager_id\";s:4:\"pods\";s:6:\"plugin\";s:38:\"Pods - Custom Content Types and Fields\";s:10:\"wp_user_id\";N;}}}s:6:\"addons\";a:1:{i:5347;a:5:{i:0;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:22:\"Pods Alternative Cache\";s:4:\"slug\";s:22:\"pods-alternative-cache\";s:12:\"premium_slug\";s:33:\"pods-simple-relationships-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5348\";s:11:\"description\";N;s:17:\"short_description\";s:124:\"Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5348/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5348/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1352\";s:7:\"updated\";s:19:\"2020-03-18 23:02:11\";s:7:\"created\";s:19:\"2020-01-16 15:38:46\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_c51e7ff51e827ecaddb23664c050d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5348\";s:7:\"updated\";s:19:\"2021-04-19 10:19:34\";s:7:\"created\";s:19:\"2020-01-16 15:35:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:18:\"Pods Beaver Themer\";s:4:\"slug\";s:33:\"pods-beaver-builder-themer-add-on\";s:12:\"premium_slug\";s:41:\"pods-beaver-builder-themer-add-on-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5349\";s:11:\"description\";N;s:17:\"short_description\";s:94:\"Integration with Beaver Builder Themer. Provides a UI for mapping Field Connections with Pods.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1503\";s:7:\"updated\";s:19:\"2020-03-23 13:29:21\";s:7:\"created\";s:19:\"2020-03-18 16:27:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_d8a10a25a662419add4ff3fbcc493\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5349\";s:7:\"updated\";s:19:\"2021-04-18 16:15:28\";s:7:\"created\";s:19:\"2020-01-16 15:37:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:8:\"Pods SEO\";s:4:\"slug\";s:8:\"pods-seo\";s:12:\"premium_slug\";s:16:\"pods-seo-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5753\";s:11:\"description\";s:0:\"\";s:17:\"short_description\";s:114:\"Integrates with WP SEO Analysis for custom fields and Pods Advanced Content Types with WordPress SEO XML Sitemaps.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1505\";s:7:\"updated\";s:19:\"2020-03-18 23:05:03\";s:7:\"created\";s:19:\"2020-03-18 16:41:19\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_46fa00cfe39af82dd1ed03033bea4\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5753\";s:7:\"updated\";s:19:\"2021-05-12 16:56:39\";s:7:\"created\";s:19:\"2020-03-18 16:30:02\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:18:\"Pods Gravity Forms\";s:4:\"slug\";s:18:\"pods-gravity-forms\";s:12:\"premium_slug\";s:26:\"pods-gravity-forms-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5754\";s:11:\"description\";N;s:17:\"short_description\";s:90:\"Integration with Gravity Forms. Provides a UI for mapping a Form\'s submissions into a Pod.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1506\";s:7:\"updated\";s:19:\"2020-03-23 13:27:45\";s:7:\"created\";s:19:\"2020-03-18 22:53:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_1aaaee6bf8963f2077405e84f2ac5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5754\";s:7:\"updated\";s:19:\"2021-04-16 08:43:21\";s:7:\"created\";s:19:\"2020-03-18 16:40:29\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:4;O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:15:\"Pods AJAX Views\";s:4:\"slug\";s:15:\"pods-ajax-views\";s:12:\"premium_slug\";s:23:\"pods-ajax-views-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5755\";s:11:\"description\";N;s:17:\"short_description\";s:81:\"An easy way to generate cached views from AJAX when they haven\'t been cached yet.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1507\";s:7:\"updated\";s:19:\"2020-03-18 23:00:49\";s:7:\"created\";s:19:\"2020-03-18 22:54:20\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_8606e36bd5153a1faf1e041342634\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5755\";s:7:\"updated\";s:19:\"2021-04-05 04:09:48\";s:7:\"created\";s:19:\"2020-03-18 16:43:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}}','yes'),
(7714,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),
(7742,'action_scheduler_hybrid_store_demarkation','1390','yes'),
(7743,'schema-ActionScheduler_StoreSchema','6.0.1647802034','yes'),
(7744,'schema-ActionScheduler_LoggerSchema','3.0.1647802034','yes'),
(7747,'woocommerce_store_address','Bremgarterstrasse 94','yes'),
(7748,'woocommerce_store_address_2','','yes'),
(7749,'woocommerce_store_city','City','yes'),
(7750,'woocommerce_default_country','CH:AG','yes'),
(7751,'woocommerce_store_postcode','8967','yes'),
(7752,'woocommerce_allowed_countries','specific','yes'),
(7753,'woocommerce_all_except_countries','a:0:{}','yes'),
(7754,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"CH\";}','yes'),
(7755,'woocommerce_ship_to_countries','','yes'),
(7756,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),
(7757,'woocommerce_default_customer_address','base','yes'),
(7758,'woocommerce_calc_taxes','no','yes'),
(7759,'woocommerce_enable_coupons','yes','yes'),
(7760,'woocommerce_calc_discounts_sequentially','no','no'),
(7761,'woocommerce_currency','CHF','yes'),
(7762,'woocommerce_currency_pos','left_space','yes'),
(7763,'woocommerce_price_thousand_sep','\'','yes'),
(7764,'woocommerce_price_decimal_sep','.','yes'),
(7765,'woocommerce_price_num_decimals','2','yes'),
(7766,'woocommerce_shop_page_id','1391','yes'),
(7767,'woocommerce_cart_redirect_after_add','no','yes'),
(7768,'woocommerce_enable_ajax_add_to_cart','yes','yes'),
(7769,'woocommerce_placeholder_image','1390','yes'),
(7770,'woocommerce_weight_unit','kg','yes'),
(7771,'woocommerce_dimension_unit','cm','yes'),
(7772,'woocommerce_enable_reviews','yes','yes'),
(7773,'woocommerce_review_rating_verification_label','yes','no'),
(7774,'woocommerce_review_rating_verification_required','no','no'),
(7775,'woocommerce_enable_review_rating','yes','yes'),
(7776,'woocommerce_review_rating_required','yes','no'),
(7777,'woocommerce_manage_stock','no','yes'),
(7778,'woocommerce_hold_stock_minutes','60','no'),
(7779,'woocommerce_notify_low_stock','yes','no'),
(7780,'woocommerce_notify_no_stock','yes','no'),
(7781,'woocommerce_stock_email_recipient','1@1.com','no'),
(7782,'woocommerce_notify_low_stock_amount','2','no'),
(7783,'woocommerce_notify_no_stock_amount','0','yes'),
(7784,'woocommerce_hide_out_of_stock_items','no','yes'),
(7785,'woocommerce_stock_format','','yes'),
(7786,'woocommerce_file_download_method','force','no'),
(7787,'woocommerce_downloads_require_login','no','no'),
(7788,'woocommerce_downloads_grant_access_after_payment','yes','no'),
(7789,'woocommerce_downloads_add_hash_to_filename','yes','yes'),
(7790,'woocommerce_prices_include_tax','no','yes'),
(7791,'woocommerce_tax_based_on','shipping','yes'),
(7792,'woocommerce_shipping_tax_class','inherit','yes'),
(7793,'woocommerce_tax_round_at_subtotal','no','yes'),
(7794,'woocommerce_tax_classes','','yes'),
(7795,'woocommerce_tax_display_shop','excl','yes'),
(7796,'woocommerce_tax_display_cart','excl','yes'),
(7797,'woocommerce_price_display_suffix','','yes'),
(7798,'woocommerce_tax_total_display','itemized','no'),
(7799,'woocommerce_enable_shipping_calc','yes','no'),
(7800,'woocommerce_shipping_cost_requires_address','no','yes'),
(7801,'woocommerce_ship_to_destination','billing','no'),
(7802,'woocommerce_shipping_debug_mode','no','yes'),
(7803,'woocommerce_enable_guest_checkout','yes','no'),
(7804,'woocommerce_enable_checkout_login_reminder','no','no'),
(7805,'woocommerce_enable_signup_and_login_from_checkout','no','no'),
(7806,'woocommerce_enable_myaccount_registration','no','no'),
(7807,'woocommerce_registration_generate_username','yes','no'),
(7808,'woocommerce_registration_generate_password','yes','no'),
(7809,'woocommerce_erasure_request_removes_order_data','no','no'),
(7810,'woocommerce_erasure_request_removes_download_data','no','no'),
(7811,'woocommerce_allow_bulk_remove_personal_data','no','no'),
(7812,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),
(7813,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),
(7814,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),
(7815,'woocommerce_trash_pending_orders','','no'),
(7816,'woocommerce_trash_failed_orders','','no'),
(7817,'woocommerce_trash_cancelled_orders','','no'),
(7818,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),
(7819,'woocommerce_email_from_name','Cardress GmbH','no'),
(7820,'woocommerce_email_from_address','1@1.com','no'),
(7821,'woocommerce_email_header_image','','no'),
(7822,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),
(7823,'woocommerce_email_base_color','#96588a','no'),
(7824,'woocommerce_email_background_color','#f7f7f7','no'),
(7825,'woocommerce_email_body_background_color','#ffffff','no'),
(7826,'woocommerce_email_text_color','#3c3c3c','no'),
(7827,'woocommerce_cart_page_id','1392','no'),
(7828,'woocommerce_checkout_page_id','1393','no'),
(7829,'woocommerce_myaccount_page_id','1394','no'),
(7830,'woocommerce_terms_page_id','','no'),
(7831,'woocommerce_force_ssl_checkout','no','yes'),
(7832,'woocommerce_unforce_ssl_checkout','no','yes'),
(7833,'woocommerce_checkout_pay_endpoint','order-pay','yes'),
(7834,'woocommerce_checkout_order_received_endpoint','order-received','yes'),
(7835,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),
(7836,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),
(7837,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),
(7838,'woocommerce_myaccount_orders_endpoint','orders','yes'),
(7839,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),
(7840,'woocommerce_myaccount_downloads_endpoint','','yes'),
(7841,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),
(7842,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),
(7843,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),
(7844,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),
(7845,'woocommerce_logout_endpoint','customer-logout','yes'),
(7846,'woocommerce_api_enabled','no','yes'),
(7847,'woocommerce_allow_tracking','no','no'),
(7848,'woocommerce_show_marketplace_suggestions','no','no'),
(7849,'woocommerce_single_image_width','600','yes'),
(7850,'woocommerce_thumbnail_image_width','300','yes'),
(7851,'woocommerce_checkout_highlight_required_fields','yes','yes'),
(7852,'woocommerce_demo_store','no','no'),
(7853,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),
(7854,'current_theme_supports_woocommerce','yes','yes'),
(7855,'woocommerce_queue_flush_rewrite_rules','no','yes'),
(7858,'default_product_cat','32','yes'),
(7859,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:1;s:20:\"no_secure_connection\";}','yes'),
(7864,'action_scheduler_lock_async-request-runner','1788404417','yes'),
(7865,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"j1cyFhq9QKW7IXpmVeUoOHVGQ970etvF\";}','yes'),
(7867,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7868,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7869,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7870,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7871,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7872,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7873,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7874,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7875,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7876,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7877,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7878,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(7885,'woocommerce_meta_box_errors','a:0:{}','yes'),
(7888,'woocommerce_product_type','both','yes'),
(7901,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:3:\"yes\";s:14:\"create_account\";s:3:\"yes\";s:5:\"email\";s:7:\"1@1.com\";}','yes'),
(7902,'woocommerce_klarna_payments_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),
(7904,'woocommerce_ppec_paypal_settings','a:20:{s:7:\"enabled\";s:2:\"no\";s:16:\"reroute_requests\";s:3:\"yes\";s:5:\"email\";s:7:\"1@1.com\";s:11:\"button_size\";s:10:\"responsive\";s:11:\"environment\";s:4:\"live\";s:12:\"mark_enabled\";s:3:\"yes\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:15:\"api_certificate\";s:0:\"\";s:11:\"api_subject\";s:0:\"\";s:5:\"debug\";s:2:\"no\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:16:\"instant_payments\";s:2:\"no\";s:15:\"require_billing\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:26:\"subtotal_mismatch_behavior\";s:3:\"add\";s:22:\"credit_message_enabled\";s:2:\"no\";s:37:\"single_product_credit_message_enabled\";s:2:\"no\";s:27:\"mark_credit_message_enabled\";s:2:\"no\";}','yes'),
(7905,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),
(7906,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),
(7907,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),
(7908,'woocommerce_admin_notice_jetpack_install_error','Jetpack was installed but could not be activated. <a href=\"http://flotten.webdress.site/wp-admin/plugins.php\">Please activate it manually by clicking here.</a>','yes'),
(7909,'wc_ppec_version','2.1.1','yes'),
(7915,'wc_stripe_show_style_notice','no','yes'),
(7916,'wc_stripe_show_sca_notice','no','yes'),
(7919,'woocommerce_flat_rate_1_settings','a:3:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:2:\"10\";}','yes'),
(7920,'woocommerce_flat_rate_2_settings','a:3:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:2:\"10\";}','yes'),
(7931,'wc_stripe_show_keys_notice','no','yes'),
(7935,'wc_stripe_show_ssl_notice','no','yes'),
(7937,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1587207814;}','no'),
(8098,'B2S_PLUGIN_USER_VERSION_1','a:3:{s:23:\"B2S_PLUGIN_USER_VERSION\";i:0;s:18:\"B2S_PLUGIN_VERSION\";s:3:\"620\";s:36:\"B2S_PLUGIN_USER_VERSION_NEXT_REQUEST\";i:1587222308;}','no'),
(8110,'fs_api_cache','a:1:{s:55:\"get:/v1/plugins/5347/addons.json?enriched=true&count=50\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:7:\"plugins\";a:5:{i:0;O:8:\"stdClass\":40:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:12:\"developer_id\";s:4:\"6592\";s:8:\"store_id\";s:4:\"2248\";s:10:\"install_id\";s:7:\"3750911\";s:4:\"slug\";s:22:\"pods-alternative-cache\";s:5:\"title\";s:22:\"Pods Alternative Cache\";s:11:\"environment\";i:0;s:4:\"icon\";s:67:\"https://ps.w.org/pods-alternative-cache/assets/icon.svg?rev=1669115\";s:15:\"default_plan_id\";s:4:\"8670\";s:5:\"plans\";i:8670;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:112;s:21:\"active_installs_count\";i:69;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_c51e7ff51e827ecaddb23664c050d\";s:2:\"id\";s:4:\"5348\";s:7:\"created\";s:19:\"2020-01-16 15:35:45\";s:7:\"updated\";s:19:\"2021-04-19 10:19:34\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"5348\";s:3:\"url\";s:16:\"https://pods.io/\";s:11:\"description\";N;s:17:\"short_description\";s:124:\"Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5348/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5348/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1352\";s:7:\"created\";s:19:\"2020-01-16 15:38:46\";s:7:\"updated\";s:19:\"2020-03-18 23:02:11\";}s:12:\"premium_slug\";s:33:\"pods-simple-relationships-premium\";}i:1;O:8:\"stdClass\":40:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:12:\"developer_id\";s:4:\"6592\";s:8:\"store_id\";s:4:\"2248\";s:10:\"install_id\";s:7:\"3750927\";s:4:\"slug\";s:33:\"pods-beaver-builder-themer-add-on\";s:5:\"title\";s:18:\"Pods Beaver Themer\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/icons/d31c4e5dba12faa4a77e0516c3d1e4d1.png\";s:15:\"default_plan_id\";s:4:\"8671\";s:5:\"plans\";i:8671;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:529;s:21:\"active_installs_count\";i:345;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_d8a10a25a662419add4ff3fbcc493\";s:2:\"id\";s:4:\"5349\";s:7:\"created\";s:19:\"2020-01-16 15:37:32\";s:7:\"updated\";s:19:\"2021-04-18 16:15:28\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"5349\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:94:\"Integration with Beaver Builder Themer. Provides a UI for mapping Field Connections with Pods.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1503\";s:7:\"created\";s:19:\"2020-03-18 16:27:22\";s:7:\"updated\";s:19:\"2020-03-23 13:29:21\";}s:12:\"premium_slug\";s:41:\"pods-beaver-builder-themer-add-on-premium\";}i:2;O:8:\"stdClass\":40:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:12:\"developer_id\";s:4:\"6592\";s:8:\"store_id\";s:4:\"2248\";s:10:\"install_id\";s:7:\"4151395\";s:4:\"slug\";s:8:\"pods-seo\";s:5:\"title\";s:8:\"Pods SEO\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/icons/1ff03cf73fa3a9d08dc342c84c3597c7.png\";s:15:\"default_plan_id\";s:4:\"9396\";s:5:\"plans\";i:9396;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:249;s:21:\"active_installs_count\";i:185;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_46fa00cfe39af82dd1ed03033bea4\";s:2:\"id\";s:4:\"5753\";s:7:\"created\";s:19:\"2020-03-18 16:30:02\";s:7:\"updated\";s:19:\"2021-05-12 16:56:39\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"5753\";s:3:\"url\";N;s:11:\"description\";s:0:\"\";s:17:\"short_description\";s:114:\"Integrates with WP SEO Analysis for custom fields and Pods Advanced Content Types with WordPress SEO XML Sitemaps.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1505\";s:7:\"created\";s:19:\"2020-03-18 16:41:19\";s:7:\"updated\";s:19:\"2020-03-18 23:05:03\";}s:12:\"premium_slug\";s:16:\"pods-seo-premium\";}i:3;O:8:\"stdClass\":40:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:12:\"developer_id\";s:4:\"6592\";s:8:\"store_id\";s:4:\"2248\";s:10:\"install_id\";s:7:\"4151486\";s:4:\"slug\";s:18:\"pods-gravity-forms\";s:5:\"title\";s:18:\"Pods Gravity Forms\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/icons/2360aa54db6683c6e3241985d9144201.png\";s:15:\"default_plan_id\";s:4:\"9397\";s:5:\"plans\";i:9397;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:347;s:21:\"active_installs_count\";i:178;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_1aaaee6bf8963f2077405e84f2ac5\";s:2:\"id\";s:4:\"5754\";s:7:\"created\";s:19:\"2020-03-18 16:40:29\";s:7:\"updated\";s:19:\"2021-04-16 08:43:21\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"5754\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:90:\"Integration with Gravity Forms. Provides a UI for mapping a Form\'s submissions into a Pod.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1506\";s:7:\"created\";s:19:\"2020-03-18 22:53:21\";s:7:\"updated\";s:19:\"2020-03-23 13:27:45\";}s:12:\"premium_slug\";s:26:\"pods-gravity-forms-premium\";}i:4;O:8:\"stdClass\":40:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:12:\"developer_id\";s:4:\"6592\";s:8:\"store_id\";s:4:\"2248\";s:10:\"install_id\";s:7:\"4151505\";s:4:\"slug\";s:15:\"pods-ajax-views\";s:5:\"title\";s:15:\"Pods AJAX Views\";s:11:\"environment\";i:0;s:4:\"icon\";s:93:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/icons/9c47132b38f1b2eb3faadec3886e22c7.png\";s:15:\"default_plan_id\";s:4:\"9398\";s:5:\"plans\";i:9398;s:8:\"features\";N;s:17:\"money_back_period\";N;s:13:\"refund_policy\";N;s:24:\"annual_renewals_discount\";N;s:22:\"renewals_discount_type\";s:0:\"\";s:11:\"is_released\";b:1;s:15:\"is_sdk_required\";b:1;s:18:\"is_pricing_visible\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:6:\"is_off\";b:0;s:24:\"is_only_for_new_installs\";b:0;s:14:\"installs_limit\";N;s:14:\"installs_count\";i:82;s:21:\"active_installs_count\";i:50;s:19:\"free_releases_count\";i:0;s:22:\"premium_releases_count\";i:0;s:15:\"total_purchases\";i:0;s:19:\"total_subscriptions\";i:0;s:14:\"total_renewals\";i:0;s:8:\"earnings\";i:0;s:10:\"commission\";s:0:\"\";s:17:\"accepted_payments\";i:0;s:7:\"plan_id\";s:1:\"0\";s:4:\"type\";s:6:\"plugin\";s:10:\"public_key\";s:32:\"pk_8606e36bd5153a1faf1e041342634\";s:2:\"id\";s:4:\"5755\";s:7:\"created\";s:19:\"2020-03-18 16:43:04\";s:7:\"updated\";s:19:\"2021-04-05 04:09:48\";s:4:\"info\";O:8:\"stdClass\":13:{s:9:\"plugin_id\";s:4:\"5755\";s:3:\"url\";N;s:11:\"description\";N;s:17:\"short_description\";s:81:\"An easy way to generate cached views from AJAX when they haven\'t been cached yet.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1507\";s:7:\"created\";s:19:\"2020-03-18 22:54:20\";s:7:\"updated\";s:19:\"2020-03-18 23:00:49\";}s:12:\"premium_slug\";s:23:\"pods-ajax-views-premium\";}}}s:7:\"created\";i:1622119192;s:9:\"timestamp\";i:1622205592;}}','no'),
(8126,'woocommerce_gateway_order','a:15:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:11:\"ppec_paypal\";i:4;s:6:\"stripe\";i:5;s:11:\"stripe_sepa\";i:6;s:17:\"stripe_bancontact\";i:7;s:13:\"stripe_sofort\";i:8;s:14:\"stripe_giropay\";i:9;s:10:\"stripe_eps\";i:10;s:12:\"stripe_ideal\";i:11;s:10:\"stripe_p24\";i:12;s:13:\"stripe_alipay\";i:13;s:17:\"stripe_multibanco\";i:14;}','yes'),
(8127,'wc_gateway_ppec_prompt_to_connect_message_dismissed','yes','yes'),
(8306,'wpseo_taxonomy_meta','a:3:{s:11:\"product_cat\";a:4:{i:33;a:2:{s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:34;a:2:{s:13:\"wpseo_linkdex\";s:2:\"36\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:35;a:2:{s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:46;a:3:{s:13:\"wpseo_focuskw\";s:12:\"Jungheinrich\";s:13:\"wpseo_linkdex\";s:2:\"22\";s:19:\"wpseo_content_score\";s:1:\"0\";}}s:8:\"pa_farbe\";a:3:{i:36;a:18:{s:11:\"wpseo_title\";s:0:\"\";s:10:\"wpseo_desc\";s:0:\"\";s:15:\"wpseo_canonical\";s:0:\"\";s:13:\"wpseo_bctitle\";s:0:\"\";s:13:\"wpseo_noindex\";s:7:\"default\";s:13:\"wpseo_focuskw\";s:0:\"\";s:13:\"wpseo_linkdex\";s:0:\"\";s:19:\"wpseo_content_score\";s:0:\"\";s:19:\"wpseo_focuskeywords\";s:2:\"[]\";s:21:\"wpseo_keywordsynonyms\";s:2:\"[]\";s:21:\"wpseo_opengraph-title\";s:0:\"\";s:27:\"wpseo_opengraph-description\";s:0:\"\";s:21:\"wpseo_opengraph-image\";s:0:\"\";s:24:\"wpseo_opengraph-image-id\";s:0:\"\";s:19:\"wpseo_twitter-title\";s:0:\"\";s:25:\"wpseo_twitter-description\";s:0:\"\";s:19:\"wpseo_twitter-image\";s:0:\"\";s:22:\"wpseo_twitter-image-id\";s:0:\"\";}i:37;a:18:{s:11:\"wpseo_title\";s:0:\"\";s:10:\"wpseo_desc\";s:0:\"\";s:15:\"wpseo_canonical\";s:0:\"\";s:13:\"wpseo_bctitle\";s:0:\"\";s:13:\"wpseo_noindex\";s:7:\"default\";s:13:\"wpseo_focuskw\";s:0:\"\";s:13:\"wpseo_linkdex\";s:0:\"\";s:19:\"wpseo_content_score\";s:0:\"\";s:19:\"wpseo_focuskeywords\";s:2:\"[]\";s:21:\"wpseo_keywordsynonyms\";s:2:\"[]\";s:21:\"wpseo_opengraph-title\";s:0:\"\";s:27:\"wpseo_opengraph-description\";s:0:\"\";s:21:\"wpseo_opengraph-image\";s:0:\"\";s:24:\"wpseo_opengraph-image-id\";s:0:\"\";s:19:\"wpseo_twitter-title\";s:0:\"\";s:25:\"wpseo_twitter-description\";s:0:\"\";s:19:\"wpseo_twitter-image\";s:0:\"\";s:22:\"wpseo_twitter-image-id\";s:0:\"\";}i:38;a:18:{s:11:\"wpseo_title\";s:0:\"\";s:10:\"wpseo_desc\";s:0:\"\";s:15:\"wpseo_canonical\";s:0:\"\";s:13:\"wpseo_bctitle\";s:0:\"\";s:13:\"wpseo_noindex\";s:7:\"default\";s:13:\"wpseo_focuskw\";s:0:\"\";s:13:\"wpseo_linkdex\";s:0:\"\";s:19:\"wpseo_content_score\";s:0:\"\";s:19:\"wpseo_focuskeywords\";s:2:\"[]\";s:21:\"wpseo_keywordsynonyms\";s:2:\"[]\";s:21:\"wpseo_opengraph-title\";s:0:\"\";s:27:\"wpseo_opengraph-description\";s:0:\"\";s:21:\"wpseo_opengraph-image\";s:0:\"\";s:24:\"wpseo_opengraph-image-id\";s:0:\"\";s:19:\"wpseo_twitter-title\";s:0:\"\";s:25:\"wpseo_twitter-description\";s:0:\"\";s:19:\"wpseo_twitter-image\";s:0:\"\";s:22:\"wpseo_twitter-image-id\";s:0:\"\";}}s:7:\"pa_teil\";a:2:{i:43;a:18:{s:11:\"wpseo_title\";s:0:\"\";s:10:\"wpseo_desc\";s:0:\"\";s:15:\"wpseo_canonical\";s:0:\"\";s:13:\"wpseo_bctitle\";s:0:\"\";s:13:\"wpseo_noindex\";s:7:\"default\";s:13:\"wpseo_focuskw\";s:0:\"\";s:13:\"wpseo_linkdex\";s:0:\"\";s:19:\"wpseo_content_score\";s:0:\"\";s:19:\"wpseo_focuskeywords\";s:2:\"[]\";s:21:\"wpseo_keywordsynonyms\";s:2:\"[]\";s:21:\"wpseo_opengraph-title\";s:0:\"\";s:27:\"wpseo_opengraph-description\";s:0:\"\";s:21:\"wpseo_opengraph-image\";s:0:\"\";s:24:\"wpseo_opengraph-image-id\";s:0:\"\";s:19:\"wpseo_twitter-title\";s:0:\"\";s:25:\"wpseo_twitter-description\";s:0:\"\";s:19:\"wpseo_twitter-image\";s:0:\"\";s:22:\"wpseo_twitter-image-id\";s:0:\"\";}i:42;a:18:{s:11:\"wpseo_title\";s:0:\"\";s:10:\"wpseo_desc\";s:0:\"\";s:15:\"wpseo_canonical\";s:0:\"\";s:13:\"wpseo_bctitle\";s:0:\"\";s:13:\"wpseo_noindex\";s:7:\"default\";s:13:\"wpseo_focuskw\";s:0:\"\";s:13:\"wpseo_linkdex\";s:0:\"\";s:19:\"wpseo_content_score\";s:0:\"\";s:19:\"wpseo_focuskeywords\";s:2:\"[]\";s:21:\"wpseo_keywordsynonyms\";s:2:\"[]\";s:21:\"wpseo_opengraph-title\";s:0:\"\";s:27:\"wpseo_opengraph-description\";s:0:\"\";s:21:\"wpseo_opengraph-image\";s:0:\"\";s:24:\"wpseo_opengraph-image-id\";s:0:\"\";s:19:\"wpseo_twitter-title\";s:0:\"\";s:25:\"wpseo_twitter-description\";s:0:\"\";s:19:\"wpseo_twitter-image\";s:0:\"\";s:22:\"wpseo_twitter-image-id\";s:0:\"\";}}}','yes'),
(8496,'woocommerce_catalog_columns','4','yes'),
(8497,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),
(9240,'ftp_credentials','a:3:{s:8:\"hostname\";s:21:\"hosting.webdress.site\";s:8:\"username\";s:9:\"webEditor\";s:15:\"connection_type\";s:3:\"ssh\";}','yes'),
(9270,'ced_rvmv_wrvp_enable','','yes'),
(9271,'ced_rvmv_wrvp_viewed_title','Angesehene Produkte','yes'),
(9272,'ced_rvmv_wrvp_total_items_display','3','yes'),
(9273,'ced_rvmv_wrvp_instock','','yes'),
(9274,'ced_rvmv_ced_wrvp_roles','','yes'),
(9705,'woo_variation_swatches','a:16:{s:7:\"tooltip\";s:1:\"1\";s:10:\"stylesheet\";s:1:\"1\";s:5:\"style\";s:7:\"squared\";s:9:\"threshold\";s:2:\"30\";s:20:\"show_variation_label\";s:1:\"1\";s:25:\"variation_label_separator\";s:1:\":\";s:18:\"attribute_behavior\";s:4:\"blur\";s:20:\"attribute_image_size\";s:6:\"medium\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:16:\"single_font_size\";s:2:\"16\";s:16:\"_last_active_tab\";s:8:\"advanced\";s:17:\"default_to_button\";i:0;s:17:\"clear_on_reselect\";i:0;s:13:\"defer_load_js\";i:0;s:13:\"use_transient\";i:0;}','yes'),
(17407,'sgpbPopupBuilderRegisteredPlugins','{\"popup-builder\\/popup-builder.php\":{\"classPath\":\"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php\",\"className\":\"SgpbPopupExtension\",\"options\":[]}}','yes'),
(17408,'sgpbModifiedRegisteredPluginsPaths2','1','yes'),
(17412,'simple301redirects_version','2.0.6','yes'),
(17427,'wc_stripe_wh_monitor_began_at','1622119744','yes'),
(17428,'wc_stripe_wh_last_success_at','0','yes'),
(17429,'wc_stripe_wh_last_failure_at','0','yes'),
(17430,'wc_stripe_wh_last_error','validation_succeeded','yes'),
(17432,'woocommerce_inbox_variant_assignment','4','yes'),
(17433,'wc_stripe_version','5.2.0','yes'),
(17630,'options_instagram_link1','','no'),
(17631,'_options_instagram_link1','field_5ebceb6d1036a','no'),
(19255,'woocommerce_gateway_stripe_retention','','no'),
(19257,'woocommerce_db_version','4.0.2','yes'),
(19586,'product_cat_children','a:0:{}','yes'),
(19711,'wpins_block_notice','a:1:{s:20:\"simple-301-redirects\";s:20:\"simple-301-redirects\";}','yes'),
(20150,'loco_recent','a:4:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:1:{s:30:\"plugin.loco-translate/loco.php\";i:1630948649;}}s:1:\"t\";i:1630948649;}','no'),
(20162,'action_scheduler_migration_status','complete','yes'),
(20380,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(20382,'admin_email_lifespan','1788642542','yes'),
(20383,'disallowed_keys','','no'),
(20384,'comment_previously_approved','1','yes'),
(20385,'auto_plugin_theme_update_emails','a:1:{s:13:\"pods/init.php\";s:8:\"2.8.23.5\";}','no'),
(20386,'auto_update_core_dev','enabled','yes'),
(20387,'auto_update_core_minor','enabled','yes'),
(20388,'auto_update_core_major','unset','yes'),
(20389,'wp_force_deactivated_plugins','a:0:{}','yes'),
(20390,'finished_updating_comment_type','1','yes'),
(20391,'db_upgraded','','yes'),
(20392,'woocommerce_onboarding_opt_in','no','yes'),
(20396,'woocommerce_admin_install_timestamp','1647798985','yes'),
(20397,'woocommerce_admin_last_orders_milestone','0','yes'),
(20399,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),
(20402,'https_detection_errors','a:2:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:37:\"SSL-Überprüfung ist fehlgeschlagen.\";}s:19:\"bad_response_source\";a:1:{i:0;s:68:\"Es sieht so aus, als ob die Antwort nicht von dieser Website stammt.\";}}','yes'),
(21042,'woocommerce_version','6.3.1','yes'),
(21053,'woocommerce_admin_report_export_status','a:0:{}','yes'),
(21066,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),
(21067,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),
(21068,'duplicate_post_version','4.4','yes'),
(21080,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"19.0\";}','yes'),
(21081,'wpseo_ryte','a:2:{s:6:\"status\";i:0;s:10:\"last_fetch\";i:1647798988;}','yes'),
(21086,'rewrite_rules','a:189:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:22:\"tribe-promoter-auth/?$\";s:37:\"index.php?tribe-promoter-auth-check=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"services/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?services=$matches[1]&feed=$matches[2]\";s:42:\"services/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?services=$matches[1]&feed=$matches[2]\";s:23:\"services/(.+?)/embed/?$\";s:41:\"index.php?services=$matches[1]&embed=true\";s:35:\"services/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:17:\"services/(.+?)/?$\";s:30:\"index.php?services=$matches[1]\";s:44:\"dienstleistungen/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dienstleistungen/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dienstleistungen/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dienstleistungen/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dienstleistungen/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dienstleistungen/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dienstleistungen/([^/]+)/embed/?$\";s:49:\"index.php?dienstleistungen=$matches[1]&embed=true\";s:37:\"dienstleistungen/([^/]+)/trackback/?$\";s:43:\"index.php?dienstleistungen=$matches[1]&tb=1\";s:45:\"dienstleistungen/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dienstleistungen=$matches[1]&paged=$matches[2]\";s:52:\"dienstleistungen/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dienstleistungen=$matches[1]&cpage=$matches[2]\";s:42:\"dienstleistungen/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?dienstleistungen=$matches[1]&wc-api=$matches[3]\";s:48:\"dienstleistungen/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"dienstleistungen/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"dienstleistungen/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dienstleistungen=$matches[1]&page=$matches[2]\";s:33:\"dienstleistungen/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dienstleistungen/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dienstleistungen/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dienstleistungen/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dienstleistungen/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dienstleistungen/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=16&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),
(21098,'pods_framework_upgraded_1_x','2','yes'),
(21099,'pods_framework_version_last','2.7.30','yes'),
(21100,'pods_framework_version','2.8.10','yes'),
(21101,'pods_framework_db_version','2.3.5','yes'),
(21147,'wisdom_notification_times','a:1:{s:4:\"pods\";i:1647799832;}','yes'),
(21168,'woocommerce_schema_version','430','yes'),
(21169,'woocommerce_downloads_redirect_fallback_allowed','no','no'),
(21170,'woocommerce_attribute_lookup_enabled','yes','yes'),
(21171,'woocommerce_attribute_lookup_direct_updates','no','yes'),
(21172,'woocommerce_merchant_email_notifications','no','no'),
(21173,'woocommerce_analytics_enabled','yes','yes'),
(21174,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:7:\"1@1.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:7:\"1@1.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:3:\"yes\";}','yes'),
(21181,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),
(21193,'wc_blocks_db_schema_version','260','yes'),
(21234,'woocommerce_admin_version','3.2.1','yes'),
(21272,'can_compress_scripts','0','no'),
(22268,'duplicator_exe_safe_mode','','yes'),
(22291,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),
(22292,'_transient_wc_attribute_taxonomies','a:4:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:5:\"farbe\";s:15:\"attribute_label\";s:5:\"Farbe\";s:14:\"attribute_type\";s:5:\"color\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:6:\"grosse\";s:15:\"attribute_label\";s:7:\"Grösse\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:2;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:4:\"teil\";s:15:\"attribute_label\";s:4:\"Teil\";s:14:\"attribute_type\";s:5:\"image\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:3;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"4\";s:14:\"attribute_name\";s:13:\"teil-dropdown\";s:15:\"attribute_label\";s:13:\"Teil Dropdown\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}','yes'),
(22318,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),
(22319,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),
(22320,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:15:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/de_CH/wordpress-7.1.zip\";s:6:\"locale\";s:5:\"de_CH\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/de_CH/wordpress-7.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:49:\"https://downloads.w.org/release/wordpress-7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:49:\"https://downloads.w.org/release/wordpress-7.1.zip\";s:10:\"no_content\";s:60:\"https://downloads.w.org/release/wordpress-7.1-no-content.zip\";s:11:\"new_bundled\";s:61:\"https://downloads.w.org/release/wordpress-7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-7.0.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-7.0.4.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-7.0.4-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-7.0.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.4\";s:7:\"version\";s:5:\"7.0.4\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.7.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.7-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.7\";s:7:\"version\";s:5:\"6.9.7\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.8.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.8.8.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.8.8-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.8.8-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.8\";s:7:\"version\";s:5:\"6.8.8\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.7.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.7-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.7\";s:7:\"version\";s:5:\"6.7.7\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.7.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.7-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.7-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.7\";s:7:\"version\";s:5:\"6.6.7\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-6.5.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-6.5.10.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-6.5.10-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-6.5.10-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"6.5.10\";s:7:\"version\";s:6:\"6.5.10\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-6.4.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-6.4.10.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-6.4.10-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-6.4.10-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"6.4.10\";s:7:\"version\";s:6:\"6.4.10\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-6.3.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-6.3.10.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-6.3.10-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-6.3.10-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"6.3.10\";s:7:\"version\";s:6:\"6.3.10\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-6.2.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-6.2.11.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-6.2.11-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-6.2.11-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"6.2.11\";s:7:\"version\";s:6:\"6.2.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-6.1.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-6.1.12.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-6.1.12-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-6.1.12-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"6.1.12\";s:7:\"version\";s:6:\"6.1.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-6.0.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-6.0.14.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-6.0.14-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-6.0.14-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"6.0.14\";s:7:\"version\";s:6:\"6.0.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.9.16.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.9.16.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.9.16-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.9.16-new-bundled.zip\";s:7:\"partial\";s:62:\"https://downloads.w.org/release/wordpress-5.9.16-partial-3.zip\";s:8:\"rollback\";s:63:\"https://downloads.w.org/release/wordpress-5.9.16-rollback-3.zip\";}s:7:\"current\";s:6:\"5.9.16\";s:7:\"version\";s:6:\"5.9.16\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"5.9.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1788388402;s:15:\"version_checked\";s:5:\"5.9.3\";s:12:\"translations\";a:0:{}}','no'),
(22337,'_transient_shipping-transient-version','1654956207','yes'),
(22448,'_transient_health-check-site-status-result','{\"good\":11,\"recommended\":6,\"critical\":2}','yes'),
(26100,'_transient_woocommerce_reports-transient-version','1719747529','yes'),
(26115,'_transient_product_query-transient-version','1788383344','yes'),
(26535,'core_updater.lock','1737948264','no'),
(26603,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:6:\"5.9.16\";s:7:\"current\";s:5:\"5.9.3\";s:10:\"error_code\";s:14:\"fs_unavailable\";s:10:\"error_data\";N;s:9:\"timestamp\";i:1787094049;s:5:\"retry\";b:0;}','no'),
(28362,'_transient_timeout_wc_low_stock_count','1789960183','no'),
(28363,'_transient_wc_low_stock_count','0','no'),
(28364,'_transient_timeout_wc_outofstock_count','1789960184','no'),
(28365,'_transient_wc_outofstock_count','0','no'),
(28415,'_transient_timeout_pods_pods_components-2810','1788710826','no'),
(28416,'_transient_pods_pods_components-2810','a:11:{s:22:\"advanced-content-types\";a:25:{s:2:\"ID\";s:22:\"advanced-content-types\";s:4:\"Name\";s:22:\"Advanced Content Types\";s:9:\"ShortName\";s:22:\"Advanced Content Types\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Advanced Content Types\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:252:\"A content type that exists outside of the WordPress post and postmeta table and uses custom tables instead. You most likely don\'t need these and we strongly recommend that you use Custom Post Types or Custom Taxonomies instead. FOR ADVANCED USERS ONLY.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:27:\"Pods_Advanced_Content_Types\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:26:\"Advanced-Content-Types.php\";}s:22:\"advanced-relationships\";a:25:{s:2:\"ID\";s:22:\"advanced-relationships\";s:4:\"Name\";s:22:\"Advanced Relationships\";s:9:\"ShortName\";s:22:\"Advanced Relationships\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Advanced Relationships\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:187:\"Add advanced relationship objects for relating to including Database Tables, Multisite Networks, Multisite Sites, Themes, Page Templates, Sidebars, Post Type Objects, and Taxonomy Objects\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:27:\"Pods_Advanced_Relationships\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:26:\"Advanced-Relationships.php\";}s:19:\"builder-integration\";a:25:{s:2:\"ID\";s:19:\"builder-integration\";s:4:\"Name\";s:19:\"Builder Integration\";s:9:\"ShortName\";s:19:\"Builder Integration\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:19:\"Builder Integration\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:169:\"Integration with the <a href=\"http://ithemes.com/\">Builder</a> theme / child themes from <a href=\"http://ithemes.com/\">iThemes</a>; Adds new modules to the Layout engine\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:11:\"Integration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:12:\"Pods_Builder\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:29:\"pods-builder/pods-builder.php\";s:8:\"External\";b:0;s:4:\"File\";s:19:\"Builder/Builder.php\";}s:15:\"markdown-syntax\";a:25:{s:2:\"ID\";s:15:\"markdown-syntax\";s:4:\"Name\";s:15:\"Markdown Syntax\";s:9:\"ShortName\";s:15:\"Markdown Syntax\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:15:\"Markdown Syntax\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:138:\"Integration with Markdown (http://michelf.com/projects/php-markdown/); Adds an option to enable Markdown syntax for Paragraph text fields.\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:11:\"Field Types\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:13:\"Pods_Markdown\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:12:\"Markdown.php\";}s:50:\"migrate-import-from-the-custom-post-type-ui-plugin\";a:25:{s:2:\"ID\";s:50:\"migrate-import-from-the-custom-post-type-ui-plugin\";s:4:\"Name\";s:51:\"Migrate: Import from the Custom Post Type UI plugin\";s:9:\"ShortName\";s:51:\"Migrate: Import from the Custom Post Type UI plugin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:14:\"Migrate CPT UI\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:186:\"Import Custom Post Types and Taxonomies from Custom Post Type UI (<a href=\"http://webdevstudios.com/plugin/custom-post-type-ui/\">http://webdevstudios.com/plugin/custom-post-type-ui/</a>)\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:18:\"Pods_Migrate_CPTUI\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:69:\"pods-migrate-custom-post-type-ui/pods-migrate-custom-post-type-ui.php\";s:8:\"External\";b:0;s:4:\"File\";s:31:\"Migrate-CPTUI/Migrate-CPTUI.php\";}s:16:\"migrate-packages\";a:25:{s:2:\"ID\";s:16:\"migrate-packages\";s:4:\"Name\";s:17:\"Migrate: Packages\";s:9:\"ShortName\";s:17:\"Migrate: Packages\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:16:\"Migrate Packages\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:121:\"Import/Export your Pods, Fields, and other settings from any Pods site; Includes an API to Import/Export Packages via PHP\";s:7:\"Version\";s:3:\"2.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:21:\"Pods_Migrate_Packages\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:47:\"pods-migrate-packages/pods-migrate-packages.php\";s:8:\"External\";b:0;s:4:\"File\";s:37:\"Migrate-Packages/Migrate-Packages.php\";}s:5:\"pages\";a:25:{s:2:\"ID\";s:5:\"pages\";s:4:\"Name\";s:5:\"Pages\";s:9:\"ShortName\";s:5:\"Pages\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:9:\"Pod Pages\";s:8:\"MenuPage\";s:29:\"edit.php?post_type=_pods_page\";s:11:\"MenuAddPage\";s:33:\"post-new.php?post_type=_pods_page\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:170:\"Creates advanced URL structures using wildcards in order to enable the front-end display of Pods Advanced Content Types. Not recommended for use with other content types.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:10:\"Pods_Pages\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:9:\"Pages.php\";}s:22:\"roles-and-capabilities\";a:25:{s:2:\"ID\";s:22:\"roles-and-capabilities\";s:4:\"Name\";s:22:\"Roles and Capabilities\";s:9:\"ShortName\";s:22:\"Roles and Capabilities\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:24:\"Roles & Capabilities\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:379:\"Create and Manage WordPress User Roles and Capabilities; Uses the \'<a href=\"http://wordpress.org/plugins/members/\" target=\"_blank\" rel=\"noopener noreferrer\">Members</a>\' plugin filters for additional plugin integrations; Portions of code based on the \'<a href=\"http://wordpress.org/plugins/members/\" target=\"_blank\" rel=\"noopener noreferrer\">Members</a>\' plugin by Justin Tadlock\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:5:\"Tools\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:10:\"Pods_Roles\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:15:\"Roles/Roles.php\";}s:13:\"table-storage\";a:25:{s:2:\"ID\";s:13:\"table-storage\";s:4:\"Name\";s:13:\"Table Storage\";s:9:\"ShortName\";s:13:\"Table Storage\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:13:\"Table Storage\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:108:\"Enable a custom database table for your custom fields on Post Types, Media, Taxonomies, Users, and Comments.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:18:\"Pods_Table_Storage\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:17:\"Table-Storage.php\";}s:9:\"templates\";a:25:{s:2:\"ID\";s:9:\"templates\";s:4:\"Name\";s:9:\"Templates\";s:9:\"ShortName\";s:9:\"Templates\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:13:\"Pod Templates\";s:8:\"MenuPage\";s:33:\"edit.php?post_type=_pods_template\";s:11:\"MenuAddPage\";s:37:\"post-new.php?post_type=_pods_template\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:114:\"An easy to use templating engine for Pods. Use {@field_name} magic tags to output values, within your HTML markup.\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:14:\"Pods_Templates\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:23:\"Templates/Templates.php\";}s:20:\"translate-pods-admin\";a:25:{s:2:\"ID\";s:20:\"translate-pods-admin\";s:4:\"Name\";s:20:\"Translate Pods Admin\";s:9:\"ShortName\";s:20:\"Translate Pods Admin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:14:\"Translate Pods\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:45:\"Allow UI of Pods and fields to be translated.\";s:7:\"Version\";s:3:\"1.1\";s:8:\"Category\";s:4:\"I18n\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:19:\"Pods_Component_I18n\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:13:\"I18n/I18n.php\";}}','no'),
(28417,'_transient_timeout_pods_a1113853d493773255130ded4febb09b','1788710826','no'),
(28418,'_transient_pods_a1113853d493773255130ded4febb09b','a:0:{}','no'),
(28419,'_transient_timeout_pods_9cdf207cd91417f66ef41ff5331a8c03','1788710826','no'),
(28420,'_transient_pods_9cdf207cd91417f66ef41ff5331a8c03','a:1:{i:0;i:31;}','no'),
(28421,'_transient_timeout_pods_97adece3ee4872bf2d8219a6eaede120','1788710826','no'),
(28422,'_transient_pods_97adece3ee4872bf2d8219a6eaede120','a:1:{i:0;i:739;}','no'),
(28423,'_transient_timeout_pods_6bfdbd1efed888ac83077fb4974ef828','1788710827','no'),
(28424,'_transient_pods_6bfdbd1efed888ac83077fb4974ef828','a:0:{}','no'),
(28425,'_transient_timeout_pods_740147df6263c0a039d181a855e33251','1788710827','no'),
(28426,'_transient_pods_740147df6263c0a039d181a855e33251','a:0:{}','no'),
(28427,'_transient_timeout_pods_7872c862eaaf5730969b1f8354365979','1788710827','no'),
(28428,'_transient_pods_7872c862eaaf5730969b1f8354365979','a:0:{}','no'),
(28429,'_transient_timeout_pods_9fe972a30727fb769a3497d411d25d03','1788710827','no'),
(28430,'_transient_pods_9fe972a30727fb769a3497d411d25d03','a:0:{}','no'),
(28431,'_transient_timeout_pods_c99402724d6b94eb1a47529e5c61f52b','1788710827','no'),
(28432,'_transient_pods_c99402724d6b94eb1a47529e5c61f52b','a:0:{}','no'),
(28433,'_transient_timeout_pods_pods_core_loader_objects-2810','1788710827','no'),
(28434,'_transient_pods_pods_core_loader_objects-2810','a:5:{s:10:\"taxonomies\";a:0:{}s:5:\"media\";b:0;s:4:\"user\";b:0;s:7:\"comment\";b:0;s:8:\"settings\";a:0:{}}','no'),
(28435,'_transient_timeout_pods_pods_wp_cpt_ct-2810','1788710827','no'),
(28436,'_transient_pods_pods_wp_cpt_ct-2810','a:3:{s:10:\"post_types\";a:1:{s:16:\"dienstleistungen\";a:22:{s:5:\"label\";s:16:\"Dienstleistungen\";s:6:\"labels\";a:35:{s:4:\"name\";s:16:\"Dienstleistungen\";s:13:\"singular_name\";s:16:\"Dienstleistungen\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";N;s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:8:\"supports\";a:2:{i:0;s:5:\"title\";i:1;s:6:\"editor\";}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:16:\"dienstleistungen\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:16:\"dienstleistungen\";s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:10:\"taxonomies\";a:1:{i:0;s:8:\"services\";}}}s:10:\"taxonomies\";a:1:{s:8:\"services\";a:2:{s:10:\"post_types\";a:1:{i:0;s:16:\"dienstleistungen\";}s:7:\"options\";a:18:{s:5:\"label\";s:8:\"Services\";s:6:\"labels\";a:21:{s:4:\"name\";s:8:\"Services\";s:13:\"singular_name\";s:7:\"Service\";s:9:\"menu_name\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:14:\"filter_by_item\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:21:\"show_tagcloud_in_edit\";b:1;s:18:\"show_in_quick_edit\";b:1;s:12:\"hierarchical\";b:1;s:12:\"capabilities\";a:0:{}s:21:\"update_count_callback\";N;s:9:\"query_var\";s:8:\"services\";s:7:\"rewrite\";a:3:{s:4:\"slug\";s:8:\"services\";s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;}s:17:\"show_admin_column\";b:0;s:4:\"sort\";b:0;s:9:\"_provider\";s:4:\"pods\";}}}s:22:\"post_format_post_types\";a:0:{}}','no'),
(28437,'_transient_timeout_pods_984333d712595580c32fd57a4a47e89b','1788710827','no'),
(28438,'_transient_pods_984333d712595580c32fd57a4a47e89b','a:2:{i:0;i:31;i:1;i:739;}','no'),
(28439,'_transient_timeout_pods_0fb0e530b89aa48b3e205e957931b6e4','1788710827','no'),
(28440,'_transient_pods_0fb0e530b89aa48b3e205e957931b6e4','a:0:{}','no'),
(28441,'_transient_timeout_pods_d497e404ddb7d48879c61d19c68e8618','1788710827','no'),
(28442,'_transient_pods_d497e404ddb7d48879c61d19c68e8618','a:0:{}','no'),
(28445,'_transient_timeout_pods_ef1f69a045e44415a610e50ae14999e4','1788710827','no'),
(28446,'_transient_pods_ef1f69a045e44415a610e50ae14999e4','a:2:{i:0;i:31;i:1;i:739;}','no'),
(28447,'_transient_timeout_pods__pods_pfat_the_pods-2810','1788710827','no'),
(28448,'_transient_pods__pods_pfat_the_pods-2810','a:2:{s:16:\"dienstleistungen\";s:16:\"Dienstleistungen\";s:8:\"services\";s:8:\"Services\";}','no'),
(28449,'_transient_timeout_pods_a3fd0724c7967de707991cd7813c2489','1788710827','no'),
(28450,'_transient_pods_a3fd0724c7967de707991cd7813c2489','a:1:{i:0;i:31;}','no'),
(28451,'_transient_timeout_pods_876bec9824d10042af529cda1cb83b65','1788710828','no'),
(28452,'_transient_pods_876bec9824d10042af529cda1cb83b65','a:1:{i:0;i:739;}','no'),
(28453,'_transient_timeout_pods__pods_pfat_auto_pods-2810','1788710828','no'),
(28454,'_transient_pods__pods_pfat_auto_pods-2810','a:0:{}','no'),
(28458,'_transient_timeout_pods_7f97a3bf749e0c1e5d48207cf205caa1','1788710829','no'),
(28459,'_transient_pods_7f97a3bf749e0c1e5d48207cf205caa1','a:0:{}','no'),
(28460,'_transient_timeout_pods_5d97a8e7d7225771c76108c01db66914','1788710829','no'),
(28461,'_transient_pods_5d97a8e7d7225771c76108c01db66914','a:25:{s:2:\"ID\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:3:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:3:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";}s:9:\"post_date\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:9:\"post_name\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:19:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"services\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"services\";s:5:\"label\";s:8:\"Services\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:8:\"services\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:8:\"services\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}','no'),
(28473,'_transient_timeout_pods_ea7f5d8d1a45a6843a3e8aca7dc06775','1788710849','no'),
(28474,'_transient_pods_ea7f5d8d1a45a6843a3e8aca7dc06775','a:0:{}','no'),
(28475,'_transient_timeout_pods_939092479d1fb72f4af1cdd743c7bb49','1788710849','no'),
(28476,'_transient_pods_939092479d1fb72f4af1cdd743c7bb49','a:0:{}','no'),
(28478,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1788710857','no'),
(28479,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),
(28481,'_transient_timeout_pods_pods_field_types-2810','1788710875','no'),
(28482,'_transient_pods_pods_field_types-2810','a:22:{s:4:\"text\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Plain Text\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"website\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:7:\"website\";s:5:\"label\";s:7:\"Website\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"phone\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"email\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"E-mail\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"password\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:9:\"paragraph\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:20:\"Plain Paragraph Text\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"wysiwyg\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"label\";s:23:\"WYSIWYG (Visual Editor)\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"code\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:4:\"code\";s:5:\"label\";s:26:\"Code (Syntax Highlighting)\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"datetime\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:8:\"datetime\";s:5:\"label\";s:11:\"Date / Time\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:11:\"Y-m-d H:i:s\";s:11:\"empty_value\";s:19:\"0000-00-00 00:00:00\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"date\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:4:\"date\";s:5:\"label\";s:4:\"Date\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:5:\"Y-m-d\";s:11:\"empty_value\";s:10:\"0000-00-00\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"time\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:4:\"time\";s:5:\"label\";s:4:\"Time\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:5:\"H:i:s\";s:11:\"empty_value\";s:0:\"\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:6:\"number\";a:7:{s:5:\"group\";s:6:\"Number\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Plain Number\";s:7:\"prepare\";s:2:\"%d\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"currency\";a:8:{s:5:\"group\";s:6:\"Number\";s:4:\"type\";s:8:\"currency\";s:5:\"label\";s:8:\"Currency\";s:7:\"prepare\";s:2:\"%d\";s:10:\"currencies\";a:34:{s:3:\"aud\";a:4:{s:5:\"label\";s:3:\"AUD\";s:4:\"name\";s:17:\"Australian Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"brl\";a:4:{s:5:\"label\";s:3:\"BRL\";s:4:\"name\";s:14:\"Brazilian Real\";s:4:\"sign\";s:2:\"R$\";s:6:\"entity\";s:6:\"R$\";}s:3:\"cad\";a:4:{s:5:\"label\";s:3:\"CAD\";s:4:\"name\";s:15:\"Canadian Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"chf\";a:4:{s:5:\"label\";s:3:\"CHF\";s:4:\"name\";s:11:\"Swiss Franc\";s:4:\"sign\";s:2:\"Fr\";s:6:\"entity\";s:2:\"Fr\";}s:3:\"cny\";a:4:{s:5:\"label\";s:3:\"CNY\";s:4:\"name\";s:16:\"Chinese Yen (¥)\";s:4:\"sign\";s:2:\"¥\";s:6:\"entity\";s:5:\"¥\";}s:4:\"cny2\";a:4:{s:5:\"label\";s:3:\"CNY\";s:4:\"name\";s:18:\"Chinese Yuan (元)\";s:4:\"sign\";s:3:\"元\";s:6:\"entity\";s:8:\"元\";}s:3:\"czk\";a:4:{s:5:\"label\";s:3:\"CZK\";s:4:\"name\";s:12:\"Czech Koruna\";s:4:\"sign\";s:3:\"Kč\";s:6:\"entity\";s:8:\"Kč\";}s:3:\"dkk\";a:4:{s:5:\"label\";s:3:\"DKK\";s:4:\"name\";s:12:\"Danish Krone\";s:4:\"sign\";s:3:\"kr.\";s:6:\"entity\";s:3:\"kr.\";}s:4:\"euro\";a:4:{s:5:\"label\";s:3:\"EUR\";s:4:\"name\";s:4:\"Euro\";s:4:\"sign\";s:3:\"€\";s:6:\"entity\";s:6:\"€\";}s:3:\"gbp\";a:4:{s:5:\"label\";s:3:\"GBP\";s:4:\"name\";s:13:\"British Pound\";s:4:\"sign\";s:2:\"£\";s:6:\"entity\";s:7:\"£\";}s:3:\"hkd\";a:4:{s:5:\"label\";s:3:\"HKD\";s:4:\"name\";s:16:\"Hong Kong Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"huf\";a:4:{s:5:\"label\";s:3:\"HUF\";s:4:\"name\";s:16:\"Hungarian Forint\";s:4:\"sign\";s:2:\"Ft\";s:6:\"entity\";s:2:\"Ft\";}s:3:\"idr\";a:4:{s:5:\"label\";s:3:\"IDR\";s:4:\"name\";s:17:\"Indonesian Rupiah\";s:4:\"sign\";s:2:\"Rp\";s:6:\"entity\";s:2:\"Rp\";}s:3:\"ils\";a:4:{s:5:\"label\";s:3:\"ILS\";s:4:\"name\";s:18:\"Israeli New Sheqel\";s:4:\"sign\";s:3:\"₪\";s:6:\"entity\";s:8:\"₪\";}s:3:\"inr\";a:4:{s:5:\"label\";s:3:\"INR\";s:4:\"name\";s:12:\"Indian Rupee\";s:4:\"sign\";s:3:\"₹\";s:6:\"entity\";s:8:\"₹\";}s:3:\"jpy\";a:4:{s:5:\"label\";s:3:\"JPY\";s:4:\"name\";s:12:\"Japanese Yen\";s:4:\"sign\";s:2:\"¥\";s:6:\"entity\";s:5:\"¥\";}s:3:\"krw\";a:4:{s:5:\"label\";s:3:\"KRW\";s:4:\"name\";s:10:\"Korean Won\";s:4:\"sign\";s:3:\"₩\";s:6:\"entity\";s:7:\"₩\";}s:3:\"mxn\";a:4:{s:5:\"label\";s:3:\"MXN\";s:4:\"name\";s:12:\"Mexican Peso\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"myr\";a:4:{s:5:\"label\";s:3:\"MYR\";s:4:\"name\";s:17:\"Malaysian Ringgit\";s:4:\"sign\";s:2:\"RM\";s:6:\"entity\";s:2:\"RM\";}s:3:\"ngn\";a:4:{s:5:\"label\";s:3:\"NGN\";s:4:\"name\";s:14:\"Nigerian Naira\";s:4:\"sign\";s:3:\"₦\";s:6:\"entity\";s:7:\"₦\";}s:3:\"nok\";a:4:{s:5:\"label\";s:3:\"NOK\";s:4:\"name\";s:15:\"Norwegian Krone\";s:4:\"sign\";s:2:\"kr\";s:6:\"entity\";s:2:\"kr\";}s:3:\"nzd\";a:4:{s:5:\"label\";s:3:\"NZD\";s:4:\"name\";s:18:\"New Zealand Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"php\";a:4:{s:5:\"label\";s:3:\"PHP\";s:4:\"name\";s:15:\"Philippine Peso\";s:4:\"sign\";s:3:\"₱\";s:6:\"entity\";s:8:\"₱\";}s:3:\"pln\";a:4:{s:5:\"label\";s:3:\"PLN\";s:4:\"name\";s:13:\"Polish Złoty\";s:4:\"sign\";s:3:\"zł\";s:6:\"entity\";s:8:\"zł\";}s:3:\"rub\";a:4:{s:5:\"label\";s:3:\"RUB\";s:4:\"name\";s:13:\"Russian Ruble\";s:4:\"sign\";s:3:\"₽\";s:6:\"entity\";s:7:\"₽\";}s:3:\"sek\";a:4:{s:5:\"label\";s:3:\"SEK\";s:4:\"name\";s:13:\"Swedish Krona\";s:4:\"sign\";s:2:\"kr\";s:6:\"entity\";s:2:\"kr\";}s:3:\"sgd\";a:4:{s:5:\"label\";s:3:\"SGD\";s:4:\"name\";s:16:\"Singapore Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"thb\";a:4:{s:5:\"label\";s:3:\"THB\";s:4:\"name\";s:9:\"Thai Baht\";s:4:\"sign\";s:3:\"฿\";s:6:\"entity\";s:8:\"฿\";}s:3:\"trl\";a:4:{s:5:\"label\";s:3:\"TRL\";s:4:\"name\";s:12:\"Turkish Lira\";s:4:\"sign\";s:3:\"₺\";s:6:\"entity\";s:7:\"₺\";}s:3:\"twd\";a:4:{s:5:\"label\";s:3:\"TWD\";s:4:\"name\";s:17:\"Taiwan New Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:3:\"usd\";a:4:{s:5:\"label\";s:3:\"USD\";s:4:\"name\";s:9:\"US Dollar\";s:4:\"sign\";s:1:\"$\";s:6:\"entity\";s:5:\"$\";}s:7:\"usdcent\";a:4:{s:5:\"label\";s:7:\"USDCENT\";s:4:\"name\";s:14:\"US Dollar Cent\";s:4:\"sign\";s:2:\"¢\";s:6:\"entity\";s:6:\"¢\";}s:3:\"vnd\";a:4:{s:5:\"label\";s:3:\"VND\";s:4:\"name\";s:15:\"Vietnamese Dong\";s:4:\"sign\";s:3:\"₫\";s:6:\"entity\";s:7:\"₫\";}s:3:\"zar\";a:4:{s:5:\"label\";s:3:\"ZAR\";s:4:\"name\";s:18:\"South African Rand\";s:4:\"sign\";s:1:\"R\";s:6:\"entity\";s:1:\"R\";}}s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"file\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:20:\"File / Image / Video\";s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:6:\"avatar\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:6:\"avatar\";s:5:\"label\";s:6:\"Avatar\";s:9:\"pod_types\";a:1:{i:0;s:4:\"user\";}s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:4:\"file\";N;}s:6:\"oembed\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:6:\"oembed\";s:5:\"label\";s:6:\"oEmbed\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"pick\";a:11:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:4:\"pick\";s:5:\"label\";s:12:\"Relationship\";s:15:\"related_objects\";a:0:{}s:22:\"custom_related_objects\";a:0:{}s:12:\"related_data\";a:0:{}s:10:\"field_data\";a:0:{}s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"boolean\";a:6:{s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:8:\"Yes / No\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"color\";a:6:{s:4:\"type\";s:5:\"color\";s:5:\"label\";s:12:\"Color Picker\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"slug\";a:6:{s:4:\"type\";s:4:\"slug\";s:5:\"label\";s:24:\"Permalink (url-friendly)\";s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";a:2:{i:0;s:3:\"pod\";i:1;s:5:\"table\";}s:10:\"deprecated\";b:0;s:4:\"file\";N;}s:7:\"heading\";a:7:{s:5:\"group\";s:15:\"Layout Elements\";s:4:\"type\";s:7:\"heading\";s:5:\"label\";s:7:\"Heading\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"html\";a:7:{s:5:\"group\";s:15:\"Layout Elements\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:12:\"HTML Content\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}}','no'),
(28483,'_transient_timeout_pods_pods_form_admin_init_field_types-2810','1788710875','no'),
(28484,'_transient_pods_pods_form_admin_init_field_types-2810','a:22:{i:0;s:4:\"text\";i:1;s:7:\"website\";i:2;s:5:\"phone\";i:3;s:5:\"email\";i:4;s:8:\"password\";i:5;s:9:\"paragraph\";i:6;s:7:\"wysiwyg\";i:7;s:4:\"code\";i:8;s:8:\"datetime\";i:9;s:4:\"date\";i:10;s:4:\"time\";i:11;s:6:\"number\";i:12;s:8:\"currency\";i:13;s:4:\"file\";i:14;s:6:\"avatar\";i:15;s:6:\"oembed\";i:16;s:4:\"pick\";i:17;s:7:\"boolean\";i:18;s:5:\"color\";i:19;s:4:\"slug\";i:20;s:7:\"heading\";i:21;s:4:\"html\";}','no'),
(28487,'_transient_timeout_pods_pods_related_objects-2810','1788978710','no'),
(28488,'_transient_pods_pods_related_objects-2810','a:44:{s:13:\"custom-simple\";a:3:{s:5:\"label\";s:28:\"Simple (custom defined list)\";s:5:\"group\";s:6:\"Custom\";s:6:\"simple\";b:1;}s:26:\"post_type-dienstleistungen\";a:3:{s:5:\"label\";s:35:\"Dienstleistungen (dienstleistungen)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:14:\"post_type-page\";a:3:{s:5:\"label\";s:13:\"Seiten (page)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:14:\"post_type-post\";a:3:{s:5:\"label\";s:16:\"Beiträge (post)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:17:\"post_type-product\";a:3:{s:5:\"label\";s:18:\"Produkte (product)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:19:\"post_type-acf-field\";a:3:{s:5:\"label\";s:18:\"Felder (acf-field)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:25:\"post_type-acf-field-group\";a:3:{s:5:\"label\";s:30:\"Feld-Gruppen (acf-field-group)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:27:\"post_type-product_variation\";a:3:{s:5:\"label\";s:29:\"Varianten (product_variation)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:21:\"post_type-shop_coupon\";a:3:{s:5:\"label\";s:24:\"Gutscheine (shop_coupon)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:20:\"post_type-shop_order\";a:3:{s:5:\"label\";s:25:\"Bestellungen (shop_order)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:27:\"post_type-shop_order_refund\";a:3:{s:5:\"label\";s:37:\"Rückerstattungen (shop_order_refund)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:18:\"post_type-wp_block\";a:3:{s:5:\"label\";s:36:\"Wiederverwendbare Blöcke (wp_block)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:26:\"post_type-wp_global_styles\";a:3:{s:5:\"label\";s:32:\"Globale Stile (wp_global_styles)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:23:\"post_type-wp_navigation\";a:3:{s:5:\"label\";s:33:\"Navigationsmenüs (wp_navigation)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:26:\"post_type-wp_template_part\";a:3:{s:5:\"label\";s:33:\"Template-Teile (wp_template_part)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:28:\"post_type-wpcf7_contact_form\";a:3:{s:5:\"label\";s:37:\"Kontaktformulare (wpcf7_contact_form)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:17:\"taxonomy-category\";a:3:{s:5:\"label\";s:21:\"Kategorien (category)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:22:\"taxonomy-link_category\";a:3:{s:5:\"label\";s:30:\"Linkkategorien (link_category)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:17:\"taxonomy-pa_farbe\";a:3:{s:5:\"label\";s:24:\"Produkt Farbe (pa_farbe)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:18:\"taxonomy-pa_grosse\";a:3:{s:5:\"label\";s:27:\"Produkt Grösse (pa_grosse)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:16:\"taxonomy-pa_teil\";a:3:{s:5:\"label\";s:22:\"Produkt Teil (pa_teil)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:25:\"taxonomy-pa_teil-dropdown\";a:3:{s:5:\"label\";s:40:\"Produkt Teil Dropdown (pa_teil-dropdown)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:17:\"taxonomy-post_tag\";a:3:{s:5:\"label\";s:24:\"Schlagwörter (post_tag)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:20:\"taxonomy-product_cat\";a:3:{s:5:\"label\";s:31:\"Produktkategorien (product_cat)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:31:\"taxonomy-product_shipping_class\";a:3:{s:5:\"label\";s:46:\"Produkt Versandklasse (product_shipping_class)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:20:\"taxonomy-product_tag\";a:3:{s:5:\"label\";s:35:\"Produkt Schlagwörter (product_tag)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:21:\"taxonomy-product_type\";a:3:{s:5:\"label\";s:27:\"Product type (product_type)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:27:\"taxonomy-product_visibility\";a:3:{s:5:\"label\";s:39:\"Product visibility (product_visibility)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:17:\"taxonomy-services\";a:3:{s:5:\"label\";s:19:\"Services (services)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:30:\"taxonomy-wp_template_part_area\";a:3:{s:5:\"label\";s:46:\"Template-Teil-Bereiche (wp_template_part_area)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:4:\"user\";a:3:{s:5:\"label\";s:5:\"Users\";s:5:\"group\";s:16:\"Other WP Objects\";s:13:\"bidirectional\";b:1;}s:4:\"role\";a:4:{s:5:\"label\";s:10:\"User Roles\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;O:14:\"PodsField_Pick\":0:{}i:1;s:10:\"data_roles\";}}s:10:\"capability\";a:4:{s:5:\"label\";s:17:\"User Capabilities\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:17:\"data_capabilities\";}}s:5:\"media\";a:3:{s:5:\"label\";s:5:\"Media\";s:5:\"group\";s:16:\"Other WP Objects\";s:13:\"bidirectional\";b:1;}s:7:\"comment\";a:3:{s:5:\"label\";s:8:\"Comments\";s:5:\"group\";s:16:\"Other WP Objects\";s:13:\"bidirectional\";b:1;}s:10:\"image-size\";a:4:{s:5:\"label\";s:11:\"Image Sizes\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:16:\"data_image_sizes\";}}s:8:\"nav_menu\";a:2:{s:5:\"label\";s:16:\"Navigation Menus\";s:5:\"group\";s:16:\"Other WP Objects\";}s:11:\"post_format\";a:2:{s:5:\"label\";s:12:\"Post Formats\";s:5:\"group\";s:16:\"Other WP Objects\";}s:11:\"post-status\";a:4:{s:5:\"label\";s:11:\"Post Status\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:15:\"data_post_stati\";}}s:7:\"country\";a:4:{s:5:\"label\";s:9:\"Countries\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:14:\"data_countries\";}}s:8:\"us_state\";a:4:{s:5:\"label\";s:9:\"US States\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:14:\"data_us_states\";}}s:11:\"ca_province\";a:4:{s:5:\"label\";s:12:\"CA Provinces\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:17:\"data_ca_provinces\";}}s:12:\"days_of_week\";a:4:{s:5:\"label\";s:23:\"Calendar - Days of Week\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:17:\"data_days_of_week\";}}s:14:\"months_of_year\";a:4:{s:5:\"label\";s:25:\"Calendar - Months of Year\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:131;i:1;s:19:\"data_months_of_year\";}}}','no'),
(28489,'_transient_timeout_acf_plugin_updates','1788546711','no'),
(28490,'_transient_acf_plugin_updates','a:5:{s:7:\"plugins\";a:0:{}s:9:\"no_update\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:12:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.8.9\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:3:\"7.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20260827\";s:6:\"reason\";s:17:\"wp_not_compatible\";}}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.7.7\";}}','no'),
(28495,'_transient_timeout__woocommerce_helper_updates','1788417111','no'),
(28496,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1788373911;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),
(28508,'_transient_timeout_wc_onboarding_product_data','1788469743','no'),
(28509,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:17:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 02 Sep 2026 21:09:03 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:96:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type, X-VIP-Go-Segmentation\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:21:\"x-vip-go-segmentation\";s:13:\"no-connection\";s:5:\"allow\";s:3:\"GET\";s:16:\"content-encoding\";s:2:\"br\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"x-rq\";s:14:\"hhn1 0 40 9980\";s:7:\"x-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:19:\"private, max-age=60\";s:25:\"strict-transport-security\";s:34:\"max-age=31536000;includeSubdomains\";}}s:4:\"body\";s:55976:\"{\"products\":[{\"title\":\"Google Analytics for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Understand your customers and increase revenue with the world\\u2019s leading analytics platform \\u2014 integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":53,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-GoogleAnalytics_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Tax\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders \\u2014 by city, country, or state \\u2014 at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":15,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/06\\/Woo_Tax_icon-marketplace-160x160-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Maximize revenue with the new checkout from Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.7,\"reviews_count\":53,\"vendor_name\":\"Stripe\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/stripe\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Klaviyo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/04\\/klaviyo-flag-profile-160x160-2.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"As Woo\\u2019s preferred marketing automation platform, Klaviyo unifies email and SMS marketing, customer analytics, and product reviews to help your brand achieve better marketing ROI.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klaviyo-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"41b11d83-699b-419f-9657-87357f84df77\",\"slug\":\"klaviyo\",\"id\":7664920,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":36,\"vendor_name\":\"Klaviyo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/klaviyo\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/04\\/klaviyo-flag-profile-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Mailchimp\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Increase traffic, drive repeat purchases, and send personalized emails and SMS campaigns using Mailchimp\\u2019s AI marketing tools.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.7,\"reviews_count\":61,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.4,\"reviews_count\":23,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooPayments\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The only payment solution fully integrated with WooCommerce. Accept credit\\/debit cards and local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woopayments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":166,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/icon-WooPayments_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Google for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Promote your products and services across Google \\u2014 from Search to YouTube and beyond \\u2014 supported by AI features that help you create ads and optimize budgets so you can reach the right customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":181,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Add-Ons\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"is_on_sale\":false,\"regular_price\":79,\"rating\":3.4,\"reviews_count\":49,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/Product_Addons_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The official, all-in-one checkout solution that allows you to offer PayPal, Venmo (US), Pay Later, credit and debit cards, country-specific payment options, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.5,\"reviews_count\":339,\"vendor_name\":\"PayPal\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/paypal\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Square\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Woo\'s preferred POS partner, Square, makes online and in-person payments seamless with transparent rates, fast deposits, and integrated inventory management.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.4,\"reviews_count\":129,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.7,\"reviews_count\":34,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Reddit for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Connect your store to Reddit and launch ad campaigns to 450M+ weekly redditors engaged in genuine conversations across millions of topics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/reddit\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"e5649d24-5dec-47c1-a8e5-5ff87ea4b9b6\",\"slug\":\"reddit-for-woocommerce\",\"id\":18734005955071,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2025\\/11\\/Reddit_Icon.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\",\"label\":null,\"primary_color\":null,\"text_color\":null,\"button\":null},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2,\"reviews_count\":27,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"WooCommerce Subscriptions is a WooCommerce extension that lets customers subscribe to your products or services and pay on a weekly, monthly, or annual basis. It integrates with over 25 payment gateways for automatic recurring payments and supports automatic rebilling on failed subscription payments. Subscribers can manage their own plan \\u2014 upgrading, downgrading, suspending, or canceling \\u2014 and update their shipping address or payment method. It\'s a paid annual extension with a 30-day money-back guarantee.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$279\",\"raw_price\":279,\"currency\":\"USD\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"is_on_sale\":false,\"regular_price\":279,\"rating\":3.5,\"reviews_count\":102,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Woo_Subscriptions_icon-marketplace-160x160-2.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Shipment Tracking\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"is_on_sale\":false,\"regular_price\":59,\"rating\":3.1,\"reviews_count\":30,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Shipment_Tracking_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.9,\"reviews_count\":46,\"vendor_name\":\"Amazon Pay\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/amazon-pay-admin\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Set minimum and maximum quantity rules for products, orders, and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"is_on_sale\":false,\"regular_price\":49,\"rating\":4.1,\"reviews_count\":17,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/Min-Max_Quantities_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Print USPS, UPS, DHL, and FedEx labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-shipping\",\"id\":2165910,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.6,\"reviews_count\":20,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/icon-shipping_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Bundles\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.7,\"reviews_count\":152,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Product_Bundles_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.6,\"reviews_count\":8,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2,\"reviews_count\":7,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.3,\"reviews_count\":19,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Royal Mail Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.3,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Snapchat for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Reach a highly engaged audience and convert shoppers into customers. Set up in minutes, track real results, and scale your sales with confidence.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/snapchat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"be6d369c-0fbb-41f3-8a12-7677dc72dc94\",\"slug\":\"snapchat-for-woocommerce\",\"id\":18734005776062,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2025\\/09\\/icon-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\",\"label\":null,\"primary_color\":null,\"text_color\":null,\"button\":null},{\"title\":\"Avalara\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Let agentic AI do the tax work for your WooCommerce store. Starting with simple plans and transparent pricing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.4,\"reviews_count\":63,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"is_on_sale\":false,\"regular_price\":0,\"rating\":1.8,\"reviews_count\":4,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Gift Cards\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer prepaid digital gift cards that customers can redeem online.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gift-cards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"4e0e8c35-e777-4ecc-b96b-202ee1eb256f\",\"slug\":\"woocommerce-gift-cards\",\"id\":5571998,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.2,\"reviews_count\":51,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/03\\/Gift_Cards_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"EU VAT Number\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$39\",\"raw_price\":39,\"currency\":\"USD\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592,\"is_on_sale\":false,\"regular_price\":39,\"rating\":2.8,\"reviews_count\":11,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/EU_VAT_Number_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Back In Stock Notifications\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Notify customers when your products are restocked.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/back-in-stock-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"755424b1-28b6-448a-aeb3-709cb3029eb6\",\"slug\":\"woocommerce-back-in-stock-notifications\",\"id\":6855144,\"is_on_sale\":false,\"regular_price\":59,\"rating\":4.1,\"reviews_count\":16,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/11\\/Back_in_Stock_Notifications_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Recommendations\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer smarter upsells, cross-sells, and \\\"frequently bought together\\\" recommendations. Measure their impact with in-depth analytics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-recommendations\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"4f9d0025-64b2-496f-97bb-ef553752d2d1\",\"slug\":\"woocommerce-product-recommendations\",\"id\":4486128,\"is_on_sale\":false,\"regular_price\":99,\"rating\":4.5,\"reviews_count\":15,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/07\\/Product_Recommendations_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"ShipStation\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Ship your WooCommerce orders with confidence, save on top carriers, and automate your processes with ShipStation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.8,\"reviews_count\":21,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/ShipStation-Icon-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$159\",\"raw_price\":159,\"currency\":\"USD\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"is_on_sale\":false,\"regular_price\":159,\"rating\":3.5,\"reviews_count\":28,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Payfast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Stand-Alone-Safe-Zone@1x.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Take payments on your WooCommerce store via Payfast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.8,\"reviews_count\":6,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Payfast-favicon-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"TikTok\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TikTok-logo-CMYK-Horizontal-black-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"*New and Improved Setup Process*\\u00a0\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nSync your catalog to TikTok Shop, create TikTok ads to showcase your products, install the TikTok Pixel and Events API (server-to-server connection) to fuel performance, and measure results at scale!\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nOnce connected, you can list more of your products in TikTok Shop, create advertising campaigns directly from your dashboard, generate leads, and reach over one billion global users across both TikTok ads and TikTok Shop - all with a streamlined experience that gets you selling faster.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3,\"reviews_count\":133,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Table Rate Shipping\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$119\",\"raw_price\":119,\"currency\":\"USD\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"is_on_sale\":false,\"regular_price\":119,\"rating\":3.5,\"reviews_count\":19,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Table_Rate_Shipping_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow customers to book appointments, make reservations, or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$249\",\"raw_price\":249,\"currency\":\"USD\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"woocommerce-bookings\",\"id\":390890,\"is_on_sale\":false,\"regular_price\":249,\"rating\":2.7,\"reviews_count\":60,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/05\\/Bookings_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Pinterest\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.9,\"reviews_count\":27,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Google, Social, Retargeting all-in-one Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/google_social_boost_kliken_icon_555x416.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"AI-powered social media, Google Shopping Ads, and retargeting \\u2014 one plugin, every channel. Start free with 5 AI-generated social posts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":122,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/google_social_boost_kliken_icon_160.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$199\",\"raw_price\":199,\"currency\":\"USD\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"is_on_sale\":false,\"regular_price\":199,\"rating\":4,\"reviews_count\":150,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"is_on_sale\":false,\"regular_price\":59,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Product_CSV_Import_Suite_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.5,\"reviews_count\":17,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-accommodation_bookings_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Zapier Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/Zapier-App-Icon-160-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"WooCommerce connected to 9,000+ apps, with AI steps inside your workflows and plain-English store management through Claude or ChatGPT. No code required.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"is_on_sale\":false,\"regular_price\":129,\"rating\":3.9,\"reviews_count\":88,\"vendor_name\":\"Tectalic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tectalic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/Zapier-App-Icon-160-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$119\",\"raw_price\":119,\"currency\":\"USD\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"is_on_sale\":false,\"regular_price\":119,\"rating\":2.9,\"reviews_count\":25,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/Product_Vendors_icon_marketplace_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$179\",\"raw_price\":179,\"currency\":\"USD\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"is_on_sale\":false,\"regular_price\":179,\"rating\":2.4,\"reviews_count\":20,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/Points_and_Rewards_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$39\",\"raw_price\":39,\"currency\":\"USD\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"is_on_sale\":false,\"regular_price\":39,\"rating\":3,\"reviews_count\":4,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Advanced_Notifications_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$179\",\"raw_price\":179,\"currency\":\"USD\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"is_on_sale\":false,\"regular_price\":179,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Pre_Order_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$219\",\"raw_price\":219,\"currency\":\"USD\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"is_on_sale\":false,\"regular_price\":219,\"rating\":1.9,\"reviews_count\":14,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Deposits_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The original all-in-one WooCommerce coupons plugin for advanced discount rules, gift cards, store credits, BOGO deals, dynamic pricing, bulk coupon codes, URL coupons and targeted promotions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"is_on_sale\":false,\"regular_price\":129,\"rating\":4.4,\"reviews_count\":234,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"PayPal Enterprise Payments (formerly Braintree)\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The official PayPal Enterprise Payments extension for WooCommerce. Accept credit cards, PayPal, Apple Pay, Google Pay, Venmo, ACH Direct Debit, BNPL, local payment methods, and more \\u2014 with Fastlane accelerated checkout built in.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/PP-Enterprise-Icon-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"is_on_sale\":false,\"regular_price\":59,\"rating\":2,\"reviews_count\":10,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Seamlessly accept purchase orders as a payment method on your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"is_on_sale\":false,\"regular_price\":49,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/WooCommerce_Purchase_Order_Gateway_icon-markertplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"is_on_sale\":false,\"regular_price\":129,\"rating\":1.7,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/04\\/WooCommerce_Box_Office_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"is_on_sale\":false,\"regular_price\":49,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Bulk_Stock_Management_icon-marketplace-160x160-3.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Manage the RMA process, add warranties to products, and let customers request and manage returns\\/exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"is_on_sale\":false,\"regular_price\":99,\"rating\":2,\"reviews_count\":7,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/07\\/Returns_and_Warranty_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Generates a unique barcode for each order on your site \\u2014 perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"is_on_sale\":false,\"regular_price\":99,\"rating\":1.7,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/WooCommerce_Order_Barcodes_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Deliver WooCommerce downloads from Amazon S3 or Cloudflare R2 \\u2014 any file size, secure and protected URLs, and faster store performance.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$89\",\"raw_price\":89,\"currency\":\"USD\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"is_on_sale\":false,\"regular_price\":89,\"rating\":3.5,\"reviews_count\":22,\"vendor_name\":\"Kestrel\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kestrel\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Amazon-S3-Storage-_-160_160.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"is_on_sale\":false,\"regular_price\":59,\"rating\":1.9,\"reviews_count\":8,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce_Bookings_Availability_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Increase average order value and overall sales through live chat support.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":12,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Force Sells\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Link products together so they\\u2019re always purchased in the right combination. Perfect for required add-ons, bundled services, or products that only make sense when sold together.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"is_on_sale\":false,\"regular_price\":59,\"rating\":4,\"reviews_count\":5,\"vendor_name\":\"Kestrel\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kestrel\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Kestrel-product-logo-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.2,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"}],\"total_products\":1343,\"total_pages\":23}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:55976:\"{\"products\":[{\"title\":\"Google Analytics for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Understand your customers and increase revenue with the world\\u2019s leading analytics platform \\u2014 integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":53,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-GoogleAnalytics_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Tax\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders \\u2014 by city, country, or state \\u2014 at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":15,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/06\\/Woo_Tax_icon-marketplace-160x160-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Maximize revenue with the new checkout from Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.7,\"reviews_count\":53,\"vendor_name\":\"Stripe\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/stripe\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Klaviyo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/04\\/klaviyo-flag-profile-160x160-2.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"As Woo\\u2019s preferred marketing automation platform, Klaviyo unifies email and SMS marketing, customer analytics, and product reviews to help your brand achieve better marketing ROI.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klaviyo-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"41b11d83-699b-419f-9657-87357f84df77\",\"slug\":\"klaviyo\",\"id\":7664920,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":36,\"vendor_name\":\"Klaviyo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/klaviyo\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/04\\/klaviyo-flag-profile-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Mailchimp\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Increase traffic, drive repeat purchases, and send personalized emails and SMS campaigns using Mailchimp\\u2019s AI marketing tools.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.7,\"reviews_count\":61,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.4,\"reviews_count\":23,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooPayments\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The only payment solution fully integrated with WooCommerce. Accept credit\\/debit cards and local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woopayments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":166,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/icon-WooPayments_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Google for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Promote your products and services across Google \\u2014 from Search to YouTube and beyond \\u2014 supported by AI features that help you create ads and optimize budgets so you can reach the right customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":181,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Add-Ons\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"is_on_sale\":false,\"regular_price\":79,\"rating\":3.4,\"reviews_count\":49,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/Product_Addons_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The official, all-in-one checkout solution that allows you to offer PayPal, Venmo (US), Pay Later, credit and debit cards, country-specific payment options, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.5,\"reviews_count\":339,\"vendor_name\":\"PayPal\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/paypal\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Square\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Woo\'s preferred POS partner, Square, makes online and in-person payments seamless with transparent rates, fast deposits, and integrated inventory management.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.4,\"reviews_count\":129,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.7,\"reviews_count\":34,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Reddit for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Connect your store to Reddit and launch ad campaigns to 450M+ weekly redditors engaged in genuine conversations across millions of topics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/reddit\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"e5649d24-5dec-47c1-a8e5-5ff87ea4b9b6\",\"slug\":\"reddit-for-woocommerce\",\"id\":18734005955071,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2025\\/11\\/Reddit_Icon.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\",\"label\":null,\"primary_color\":null,\"text_color\":null,\"button\":null},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2,\"reviews_count\":27,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"WooCommerce Subscriptions is a WooCommerce extension that lets customers subscribe to your products or services and pay on a weekly, monthly, or annual basis. It integrates with over 25 payment gateways for automatic recurring payments and supports automatic rebilling on failed subscription payments. Subscribers can manage their own plan \\u2014 upgrading, downgrading, suspending, or canceling \\u2014 and update their shipping address or payment method. It\'s a paid annual extension with a 30-day money-back guarantee.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$279\",\"raw_price\":279,\"currency\":\"USD\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"is_on_sale\":false,\"regular_price\":279,\"rating\":3.5,\"reviews_count\":102,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Woo_Subscriptions_icon-marketplace-160x160-2.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Shipment Tracking\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"is_on_sale\":false,\"regular_price\":59,\"rating\":3.1,\"reviews_count\":30,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Shipment_Tracking_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.9,\"reviews_count\":46,\"vendor_name\":\"Amazon Pay\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/amazon-pay-admin\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Set minimum and maximum quantity rules for products, orders, and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"is_on_sale\":false,\"regular_price\":49,\"rating\":4.1,\"reviews_count\":17,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/Min-Max_Quantities_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Print USPS, UPS, DHL, and FedEx labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-shipping\",\"id\":2165910,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.6,\"reviews_count\":20,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/icon-shipping_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Bundles\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.7,\"reviews_count\":152,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Product_Bundles_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.6,\"reviews_count\":8,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2,\"reviews_count\":7,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.3,\"reviews_count\":19,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Royal Mail Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.3,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Snapchat for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Reach a highly engaged audience and convert shoppers into customers. Set up in minutes, track real results, and scale your sales with confidence.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/snapchat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"be6d369c-0fbb-41f3-8a12-7677dc72dc94\",\"slug\":\"snapchat-for-woocommerce\",\"id\":18734005776062,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2025\\/09\\/icon-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\",\"label\":null,\"primary_color\":null,\"text_color\":null,\"button\":null},{\"title\":\"Avalara\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Let agentic AI do the tax work for your WooCommerce store. Starting with simple plans and transparent pricing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.4,\"reviews_count\":63,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"is_on_sale\":false,\"regular_price\":0,\"rating\":1.8,\"reviews_count\":4,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Gift Cards\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer prepaid digital gift cards that customers can redeem online.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gift-cards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"4e0e8c35-e777-4ecc-b96b-202ee1eb256f\",\"slug\":\"woocommerce-gift-cards\",\"id\":5571998,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.2,\"reviews_count\":51,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/03\\/Gift_Cards_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"EU VAT Number\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$39\",\"raw_price\":39,\"currency\":\"USD\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592,\"is_on_sale\":false,\"regular_price\":39,\"rating\":2.8,\"reviews_count\":11,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/EU_VAT_Number_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Back In Stock Notifications\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Notify customers when your products are restocked.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/back-in-stock-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"755424b1-28b6-448a-aeb3-709cb3029eb6\",\"slug\":\"woocommerce-back-in-stock-notifications\",\"id\":6855144,\"is_on_sale\":false,\"regular_price\":59,\"rating\":4.1,\"reviews_count\":16,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/11\\/Back_in_Stock_Notifications_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Recommendations\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer smarter upsells, cross-sells, and \\\"frequently bought together\\\" recommendations. Measure their impact with in-depth analytics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-recommendations\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"4f9d0025-64b2-496f-97bb-ef553752d2d1\",\"slug\":\"woocommerce-product-recommendations\",\"id\":4486128,\"is_on_sale\":false,\"regular_price\":99,\"rating\":4.5,\"reviews_count\":15,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/07\\/Product_Recommendations_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"ShipStation\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Ship your WooCommerce orders with confidence, save on top carriers, and automate your processes with ShipStation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.8,\"reviews_count\":21,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/ShipStation-Icon-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$159\",\"raw_price\":159,\"currency\":\"USD\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"is_on_sale\":false,\"regular_price\":159,\"rating\":3.5,\"reviews_count\":28,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Payfast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Stand-Alone-Safe-Zone@1x.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Take payments on your WooCommerce store via Payfast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.8,\"reviews_count\":6,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Payfast-favicon-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"TikTok\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TikTok-logo-CMYK-Horizontal-black-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"*New and Improved Setup Process*\\u00a0\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nSync your catalog to TikTok Shop, create TikTok ads to showcase your products, install the TikTok Pixel and Events API (server-to-server connection) to fuel performance, and measure results at scale!\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nOnce connected, you can list more of your products in TikTok Shop, create advertising campaigns directly from your dashboard, generate leads, and reach over one billion global users across both TikTok ads and TikTok Shop - all with a streamlined experience that gets you selling faster.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3,\"reviews_count\":133,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Table Rate Shipping\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$119\",\"raw_price\":119,\"currency\":\"USD\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"is_on_sale\":false,\"regular_price\":119,\"rating\":3.5,\"reviews_count\":19,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Table_Rate_Shipping_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow customers to book appointments, make reservations, or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$249\",\"raw_price\":249,\"currency\":\"USD\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"woocommerce-bookings\",\"id\":390890,\"is_on_sale\":false,\"regular_price\":249,\"rating\":2.7,\"reviews_count\":60,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/05\\/Bookings_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Pinterest\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.9,\"reviews_count\":27,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Google, Social, Retargeting all-in-one Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/google_social_boost_kliken_icon_555x416.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"AI-powered social media, Google Shopping Ads, and retargeting \\u2014 one plugin, every channel. Start free with 5 AI-generated social posts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":122,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/google_social_boost_kliken_icon_160.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$199\",\"raw_price\":199,\"currency\":\"USD\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"is_on_sale\":false,\"regular_price\":199,\"rating\":4,\"reviews_count\":150,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"is_on_sale\":false,\"regular_price\":59,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Product_CSV_Import_Suite_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.5,\"reviews_count\":17,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-accommodation_bookings_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Zapier Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/Zapier-App-Icon-160-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"WooCommerce connected to 9,000+ apps, with AI steps inside your workflows and plain-English store management through Claude or ChatGPT. No code required.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"is_on_sale\":false,\"regular_price\":129,\"rating\":3.9,\"reviews_count\":88,\"vendor_name\":\"Tectalic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tectalic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/Zapier-App-Icon-160-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$119\",\"raw_price\":119,\"currency\":\"USD\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"is_on_sale\":false,\"regular_price\":119,\"rating\":2.9,\"reviews_count\":25,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/Product_Vendors_icon_marketplace_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$179\",\"raw_price\":179,\"currency\":\"USD\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"is_on_sale\":false,\"regular_price\":179,\"rating\":2.4,\"reviews_count\":20,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/Points_and_Rewards_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$39\",\"raw_price\":39,\"currency\":\"USD\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"is_on_sale\":false,\"regular_price\":39,\"rating\":3,\"reviews_count\":4,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Advanced_Notifications_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$179\",\"raw_price\":179,\"currency\":\"USD\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"is_on_sale\":false,\"regular_price\":179,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Pre_Order_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$219\",\"raw_price\":219,\"currency\":\"USD\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"is_on_sale\":false,\"regular_price\":219,\"rating\":1.9,\"reviews_count\":14,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Deposits_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The original all-in-one WooCommerce coupons plugin for advanced discount rules, gift cards, store credits, BOGO deals, dynamic pricing, bulk coupon codes, URL coupons and targeted promotions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"is_on_sale\":false,\"regular_price\":129,\"rating\":4.4,\"reviews_count\":234,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"PayPal Enterprise Payments (formerly Braintree)\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The official PayPal Enterprise Payments extension for WooCommerce. Accept credit cards, PayPal, Apple Pay, Google Pay, Venmo, ACH Direct Debit, BNPL, local payment methods, and more \\u2014 with Fastlane accelerated checkout built in.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/PP-Enterprise-Icon-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"is_on_sale\":false,\"regular_price\":59,\"rating\":2,\"reviews_count\":10,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Seamlessly accept purchase orders as a payment method on your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"is_on_sale\":false,\"regular_price\":49,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/WooCommerce_Purchase_Order_Gateway_icon-markertplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"is_on_sale\":false,\"regular_price\":129,\"rating\":1.7,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/04\\/WooCommerce_Box_Office_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"is_on_sale\":false,\"regular_price\":49,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Bulk_Stock_Management_icon-marketplace-160x160-3.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Manage the RMA process, add warranties to products, and let customers request and manage returns\\/exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"is_on_sale\":false,\"regular_price\":99,\"rating\":2,\"reviews_count\":7,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/07\\/Returns_and_Warranty_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Generates a unique barcode for each order on your site \\u2014 perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"is_on_sale\":false,\"regular_price\":99,\"rating\":1.7,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/WooCommerce_Order_Barcodes_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Deliver WooCommerce downloads from Amazon S3 or Cloudflare R2 \\u2014 any file size, secure and protected URLs, and faster store performance.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$89\",\"raw_price\":89,\"currency\":\"USD\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"is_on_sale\":false,\"regular_price\":89,\"rating\":3.5,\"reviews_count\":22,\"vendor_name\":\"Kestrel\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kestrel\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Amazon-S3-Storage-_-160_160.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"is_on_sale\":false,\"regular_price\":59,\"rating\":1.9,\"reviews_count\":8,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce_Bookings_Availability_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Increase average order value and overall sales through live chat support.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":12,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Force Sells\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Link products together so they\\u2019re always purchased in the right combination. Perfect for required add-ons, bundled services, or products that only make sense when sold together.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"is_on_sale\":false,\"regular_price\":59,\"rating\":4,\"reviews_count\":5,\"vendor_name\":\"Kestrel\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kestrel\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Kestrel-product-logo-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.2,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"}],\"total_products\":1343,\"total_pages\":23}\";s:3:\"raw\";s:56708:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Wed, 02 Sep 2026 21:09:03 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type, X-VIP-Go-Segmentation\r\nX-WCCOM-Cache: HIT\r\nX-VIP-Go-Segmentation: no-connection\r\nAllow: GET\r\nContent-Encoding: br\r\naccept-ranges: bytes\r\nx-rq: hhn1 0 40 9980\r\nx-cache: HIT\r\ncache-control: private, max-age=60\r\nStrict-Transport-Security: max-age=31536000;includeSubdomains\r\n\r\n{\"products\":[{\"title\":\"Google Analytics for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Understand your customers and increase revenue with the world\\u2019s leading analytics platform \\u2014 integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":53,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-GoogleAnalytics_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Tax\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders \\u2014 by city, country, or state \\u2014 at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":15,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/06\\/Woo_Tax_icon-marketplace-160x160-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Maximize revenue with the new checkout from Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.7,\"reviews_count\":53,\"vendor_name\":\"Stripe\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/stripe\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Klaviyo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/04\\/klaviyo-flag-profile-160x160-2.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"As Woo\\u2019s preferred marketing automation platform, Klaviyo unifies email and SMS marketing, customer analytics, and product reviews to help your brand achieve better marketing ROI.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klaviyo-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"41b11d83-699b-419f-9657-87357f84df77\",\"slug\":\"klaviyo\",\"id\":7664920,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":36,\"vendor_name\":\"Klaviyo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/klaviyo\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/04\\/klaviyo-flag-profile-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Mailchimp\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Increase traffic, drive repeat purchases, and send personalized emails and SMS campaigns using Mailchimp\\u2019s AI marketing tools.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.7,\"reviews_count\":61,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.4,\"reviews_count\":23,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooPayments\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The only payment solution fully integrated with WooCommerce. Accept credit\\/debit cards and local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woopayments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.1,\"reviews_count\":166,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/icon-WooPayments_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Google for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Promote your products and services across Google \\u2014 from Search to YouTube and beyond \\u2014 supported by AI features that help you create ads and optimize budgets so you can reach the right customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":181,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Add-Ons\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"is_on_sale\":false,\"regular_price\":79,\"rating\":3.4,\"reviews_count\":49,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/Product_Addons_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The official, all-in-one checkout solution that allows you to offer PayPal, Venmo (US), Pay Later, credit and debit cards, country-specific payment options, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.5,\"reviews_count\":339,\"vendor_name\":\"PayPal\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/paypal\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Square\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Woo\'s preferred POS partner, Square, makes online and in-person payments seamless with transparent rates, fast deposits, and integrated inventory management.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.4,\"reviews_count\":129,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.7,\"reviews_count\":34,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Reddit for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Connect your store to Reddit and launch ad campaigns to 450M+ weekly redditors engaged in genuine conversations across millions of topics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/reddit\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"e5649d24-5dec-47c1-a8e5-5ff87ea4b9b6\",\"slug\":\"reddit-for-woocommerce\",\"id\":18734005955071,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2025\\/11\\/Reddit_Icon.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\",\"label\":null,\"primary_color\":null,\"text_color\":null,\"button\":null},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2,\"reviews_count\":27,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"WooCommerce Subscriptions is a WooCommerce extension that lets customers subscribe to your products or services and pay on a weekly, monthly, or annual basis. It integrates with over 25 payment gateways for automatic recurring payments and supports automatic rebilling on failed subscription payments. Subscribers can manage their own plan \\u2014 upgrading, downgrading, suspending, or canceling \\u2014 and update their shipping address or payment method. It\'s a paid annual extension with a 30-day money-back guarantee.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$279\",\"raw_price\":279,\"currency\":\"USD\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"is_on_sale\":false,\"regular_price\":279,\"rating\":3.5,\"reviews_count\":102,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Woo_Subscriptions_icon-marketplace-160x160-2.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Shipment Tracking\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"is_on_sale\":false,\"regular_price\":59,\"rating\":3.1,\"reviews_count\":30,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Shipment_Tracking_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.9,\"reviews_count\":46,\"vendor_name\":\"Amazon Pay\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/amazon-pay-admin\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Set minimum and maximum quantity rules for products, orders, and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"is_on_sale\":false,\"regular_price\":49,\"rating\":4.1,\"reviews_count\":17,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/Min-Max_Quantities_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Print USPS, UPS, DHL, and FedEx labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-shipping\",\"id\":2165910,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.6,\"reviews_count\":20,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/icon-shipping_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Bundles\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.7,\"reviews_count\":152,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Product_Bundles_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.6,\"reviews_count\":8,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2,\"reviews_count\":7,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.3,\"reviews_count\":19,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Royal Mail Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.3,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Snapchat for WooCommerce\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Reach a highly engaged audience and convert shoppers into customers. Set up in minutes, track real results, and scale your sales with confidence.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/snapchat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"be6d369c-0fbb-41f3-8a12-7677dc72dc94\",\"slug\":\"snapchat-for-woocommerce\",\"id\":18734005776062,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2025\\/09\\/icon-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\",\"label\":null,\"primary_color\":null,\"text_color\":null,\"button\":null},{\"title\":\"Avalara\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Let agentic AI do the tax work for your WooCommerce store. Starting with simple plans and transparent pricing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"is_on_sale\":false,\"regular_price\":0,\"rating\":2.4,\"reviews_count\":63,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"is_on_sale\":false,\"regular_price\":0,\"rating\":1.8,\"reviews_count\":4,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Gift Cards\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer prepaid digital gift cards that customers can redeem online.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gift-cards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"4e0e8c35-e777-4ecc-b96b-202ee1eb256f\",\"slug\":\"woocommerce-gift-cards\",\"id\":5571998,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.2,\"reviews_count\":51,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/03\\/Gift_Cards_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"EU VAT Number\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$39\",\"raw_price\":39,\"currency\":\"USD\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592,\"is_on_sale\":false,\"regular_price\":39,\"rating\":2.8,\"reviews_count\":11,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/EU_VAT_Number_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Back In Stock Notifications\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Notify customers when your products are restocked.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/back-in-stock-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"755424b1-28b6-448a-aeb3-709cb3029eb6\",\"slug\":\"woocommerce-back-in-stock-notifications\",\"id\":6855144,\"is_on_sale\":false,\"regular_price\":59,\"rating\":4.1,\"reviews_count\":16,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/11\\/Back_in_Stock_Notifications_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Recommendations\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Offer smarter upsells, cross-sells, and \\\"frequently bought together\\\" recommendations. Measure their impact with in-depth analytics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-recommendations\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"4f9d0025-64b2-496f-97bb-ef553752d2d1\",\"slug\":\"woocommerce-product-recommendations\",\"id\":4486128,\"is_on_sale\":false,\"regular_price\":99,\"rating\":4.5,\"reviews_count\":15,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/07\\/Product_Recommendations_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"ShipStation\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Ship your WooCommerce orders with confidence, save on top carriers, and automate your processes with ShipStation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.8,\"reviews_count\":21,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/ShipStation-Icon-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$159\",\"raw_price\":159,\"currency\":\"USD\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"is_on_sale\":false,\"regular_price\":159,\"rating\":3.5,\"reviews_count\":28,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Payfast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Stand-Alone-Safe-Zone@1x.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Take payments on your WooCommerce store via Payfast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.8,\"reviews_count\":6,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Payfast-favicon-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"TikTok\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TikTok-logo-CMYK-Horizontal-black-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"*New and Improved Setup Process*\\u00a0\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nSync your catalog to TikTok Shop, create TikTok ads to showcase your products, install the TikTok Pixel and Events API (server-to-server connection) to fuel performance, and measure results at scale!\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nOnce connected, you can list more of your products in TikTok Shop, create advertising campaigns directly from your dashboard, generate leads, and reach over one billion global users across both TikTok ads and TikTok Shop - all with a streamlined experience that gets you selling faster.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3,\"reviews_count\":133,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Table Rate Shipping\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$119\",\"raw_price\":119,\"currency\":\"USD\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"is_on_sale\":false,\"regular_price\":119,\"rating\":3.5,\"reviews_count\":19,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Table_Rate_Shipping_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow customers to book appointments, make reservations, or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$249\",\"raw_price\":249,\"currency\":\"USD\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"woocommerce-bookings\",\"id\":390890,\"is_on_sale\":false,\"regular_price\":249,\"rating\":2.7,\"reviews_count\":60,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/05\\/Bookings_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Pinterest\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"is_on_sale\":false,\"regular_price\":0,\"rating\":3.9,\"reviews_count\":27,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Google, Social, Retargeting all-in-one Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/google_social_boost_kliken_icon_555x416.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"AI-powered social media, Google Shopping Ads, and retargeting \\u2014 one plugin, every channel. Start free with 5 AI-generated social posts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":122,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/google_social_boost_kliken_icon_160.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$199\",\"raw_price\":199,\"currency\":\"USD\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"is_on_sale\":false,\"regular_price\":199,\"rating\":4,\"reviews_count\":150,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"is_on_sale\":false,\"regular_price\":59,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Product_CSV_Import_Suite_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$109\",\"raw_price\":109,\"currency\":\"USD\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"is_on_sale\":false,\"regular_price\":109,\"rating\":2.5,\"reviews_count\":17,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-accommodation_bookings_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Zapier Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/Zapier-App-Icon-160-1.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"WooCommerce connected to 9,000+ apps, with AI steps inside your workflows and plain-English store management through Claude or ChatGPT. No code required.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"is_on_sale\":false,\"regular_price\":129,\"rating\":3.9,\"reviews_count\":88,\"vendor_name\":\"Tectalic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tectalic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/Zapier-App-Icon-160-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$119\",\"raw_price\":119,\"currency\":\"USD\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"is_on_sale\":false,\"regular_price\":119,\"rating\":2.9,\"reviews_count\":25,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/Product_Vendors_icon_marketplace_160x160.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$179\",\"raw_price\":179,\"currency\":\"USD\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"is_on_sale\":false,\"regular_price\":179,\"rating\":2.4,\"reviews_count\":20,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/Points_and_Rewards_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$39\",\"raw_price\":39,\"currency\":\"USD\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"is_on_sale\":false,\"regular_price\":39,\"rating\":3,\"reviews_count\":4,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Advanced_Notifications_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$179\",\"raw_price\":179,\"currency\":\"USD\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"is_on_sale\":false,\"regular_price\":179,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Pre_Order_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$219\",\"raw_price\":219,\"currency\":\"USD\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"is_on_sale\":false,\"regular_price\":219,\"rating\":1.9,\"reviews_count\":14,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Deposits_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The original all-in-one WooCommerce coupons plugin for advanced discount rules, gift cards, store credits, BOGO deals, dynamic pricing, bulk coupon codes, URL coupons and targeted promotions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"is_on_sale\":false,\"regular_price\":129,\"rating\":4.4,\"reviews_count\":234,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"PayPal Enterprise Payments (formerly Braintree)\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"The official PayPal Enterprise Payments extension for WooCommerce. Accept credit cards, PayPal, Apple Pay, Google Pay, Venmo, ACH Direct Debit, BNPL, local payment methods, and more \\u2014 with Fastlane accelerated checkout built in.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"is_on_sale\":false,\"regular_price\":0,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/PP-Enterprise-Icon-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"is_on_sale\":false,\"regular_price\":59,\"rating\":2,\"reviews_count\":10,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Seamlessly accept purchase orders as a payment method on your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"is_on_sale\":false,\"regular_price\":49,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/WooCommerce_Purchase_Order_Gateway_icon-markertplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$129\",\"raw_price\":129,\"currency\":\"USD\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"is_on_sale\":false,\"regular_price\":129,\"rating\":1.7,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/04\\/WooCommerce_Box_Office_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$49\",\"raw_price\":49,\"currency\":\"USD\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"is_on_sale\":false,\"regular_price\":49,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Bulk_Stock_Management_icon-marketplace-160x160-3.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Manage the RMA process, add warranties to products, and let customers request and manage returns\\/exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"is_on_sale\":false,\"regular_price\":99,\"rating\":2,\"reviews_count\":7,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/07\\/Returns_and_Warranty_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Generates a unique barcode for each order on your site \\u2014 perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$99\",\"raw_price\":99,\"currency\":\"USD\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"is_on_sale\":false,\"regular_price\":99,\"rating\":1.7,\"reviews_count\":3,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/WooCommerce_Order_Barcodes_icon-marketplace-160x160-1.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Deliver WooCommerce downloads from Amazon S3 or Cloudflare R2 \\u2014 any file size, secure and protected URLs, and faster store performance.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$89\",\"raw_price\":89,\"currency\":\"USD\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"is_on_sale\":false,\"regular_price\":89,\"rating\":3.5,\"reviews_count\":22,\"vendor_name\":\"Kestrel\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kestrel\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Amazon-S3-Storage-_-160_160.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"is_on_sale\":false,\"regular_price\":59,\"rating\":1.9,\"reviews_count\":8,\"vendor_name\":\"Woo\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce_Bookings_Availability_icon-marketplace-160x160-2.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Increase average order value and overall sales through live chat support.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$0\",\"raw_price\":0,\"currency\":\"USD\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"is_on_sale\":false,\"regular_price\":0,\"rating\":4.3,\"reviews_count\":12,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\",\"has_quality_badge\":false,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Force Sells\",\"image\":\"\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Link products together so they\\u2019re always purchased in the right combination. Perfect for required add-ons, bundled services, or products that only make sense when sold together.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$59\",\"raw_price\":59,\"currency\":\"USD\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"is_on_sale\":false,\"regular_price\":59,\"rating\":4,\"reviews_count\":5,\"vendor_name\":\"Kestrel\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kestrel\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Kestrel-product-logo-1.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"},{\"title\":\"Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png?fit=764,573\",\"type\":\"extension\",\"freemium_type\":\"unset\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"price\":\"$79\",\"raw_price\":79,\"currency\":\"USD\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"is_on_sale\":false,\"regular_price\":79,\"rating\":4.2,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\",\"has_quality_badge\":true,\"is_installable\":false,\"billing_period\":\"\",\"billing_period_interval\":\"\"}],\"total_products\":1343,\"total_pages\":23}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:17:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Wed, 02 Sep 2026 21:09:03 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:96:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type, X-VIP-Go-Segmentation\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:21:\"x-vip-go-segmentation\";a:1:{i:0;s:13:\"no-connection\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:16:\"content-encoding\";a:1:{i:0;s:2:\"br\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:4:\"x-rq\";a:1:{i:0;s:14:\"hhn1 0 40 9980\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:19:\"private, max-age=60\";}s:25:\"strict-transport-security\";a:1:{i:0;s:34:\"max-age=31536000;includeSubdomains\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),
(28510,'_site_transient_timeout_browser_7178962ad06c4f9758986cbf76506171','1788988143','no'),
(28511,'_site_transient_browser_7178962ad06c4f9758986cbf76506171','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"83.0.4103.97\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(28512,'_transient_timeout_wc_report_orders_stats_005390d577fe334c27a3fd810621e83d','1788988144','no'),
(28513,'_transient_wc_report_orders_stats_005390d577fe334c27a3fd810621e83d','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28514,'_transient_timeout_wc_report_orders_stats_d353498dce9020c65f6ae3caa7175daf','1788988144','no'),
(28515,'_transient_wc_report_orders_stats_d353498dce9020c65f6ae3caa7175daf','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28516,'_transient_timeout_wc_report_products_stats_0c0b1bd55c28cda2e5c184fa9e26a0c6','1788988144','no'),
(28517,'_transient_wc_report_products_stats_0c0b1bd55c28cda2e5c184fa9e26a0c6','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28518,'_transient_timeout_wc_report_variations_stats_d9226824aa09f10ac0ee9c3081552d99','1788988144','no'),
(28519,'_transient_wc_report_variations_stats_d9226824aa09f10ac0ee9c3081552d99','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28520,'_transient_timeout_wc_report_orders_stats_fe3443d70109cbd48beeb95af2793483','1788988144','no'),
(28521,'_transient_wc_report_orders_stats_fe3443d70109cbd48beeb95af2793483','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:7:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-08-27\";s:10:\"date_start\";s:19:\"2026-08-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-08-28\";s:10:\"date_start\";s:19:\"2026-08-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-28 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-08-29\";s:10:\"date_start\";s:19:\"2026-08-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-29 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-08-30\";s:10:\"date_start\";s:19:\"2026-08-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-30 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-08-31\";s:10:\"date_start\";s:19:\"2026-08-31 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-31 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-31 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-31 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-09-01\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-09-02\";s:10:\"date_start\";s:19:\"2026-09-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:7;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28529,'_transient_timeout_wc_term_counts','1790980402','no'),
(28530,'_transient_wc_term_counts','a:4:{i:49;s:0:\"\";i:34;s:1:\"2\";i:46;s:1:\"0\";i:32;s:1:\"0\";}','no'),
(28538,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1788404364;s:7:\"checked\";a:7:{s:11:\"schriftehus\";s:3:\"1.0\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:6:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.3.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"4.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.4.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"3.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.9.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.3.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.9.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),
(28544,'_site_transient_timeout_browser_b0e9a721836e2e60b394c95c019a94e1','1788993204','no'),
(28546,'_site_transient_browser_b0e9a721836e2e60b394c95c019a94e1','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.149\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(28553,'_transient_timeout_pods_5bcb970e9113d04e51ebae328be6cb24','1789006409','no'),
(28554,'_transient_pods_5bcb970e9113d04e51ebae328be6cb24','a:0:{}','no'),
(28555,'_transient_timeout_pods_2cf5059f188ce26afba7bb7007779d0e','1789006410','no'),
(28556,'_transient_pods_2cf5059f188ce26afba7bb7007779d0e','a:0:{}','no'),
(28557,'_transient_timeout_pods_21f0eab16f9b2bd16a41b4950cb35f6f','1789006410','no'),
(28558,'_transient_pods_21f0eab16f9b2bd16a41b4950cb35f6f','a:0:{}','no'),
(28559,'_transient_timeout_pods_63aa4764c1a46587136096fd1e97e006','1789006410','no'),
(28560,'_transient_pods_63aa4764c1a46587136096fd1e97e006','a:0:{}','no'),
(28563,'_site_transient_timeout_browser_bc0f63895d19ea73b5e95c1feeb05709','1789006411','no'),
(28564,'_site_transient_browser_bc0f63895d19ea73b5e95c1feeb05709','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"13.0.5\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(28565,'_transient_timeout_wc_report_orders_stats_5a6955c1743f204ffa7c84ab88b8f4d6','1789006412','no'),
(28566,'_transient_wc_report_orders_stats_5a6955c1743f204ffa7c84ab88b8f4d6','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28567,'_transient_timeout_wc_report_orders_stats_b38ea2dd3a284ac2db5d7895b6818248','1789006412','no'),
(28568,'_transient_wc_report_orders_stats_b38ea2dd3a284ac2db5d7895b6818248','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28569,'_transient_timeout_wc_report_products_stats_4f50f5c3f5971ea85022763a9554c2cb','1789006413','no'),
(28570,'_transient_wc_report_products_stats_4f50f5c3f5971ea85022763a9554c2cb','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28571,'_transient_timeout_wc_report_variations_stats_26da8d81ab7d8d8287edc4ac09b9ee81','1789006413','no'),
(28572,'_transient_wc_report_variations_stats_26da8d81ab7d8d8287edc4ac09b9ee81','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-36\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28573,'_transient_timeout_wc_report_orders_stats_a576a1edeaea578d7166e2a171bde7b7','1789006413','no'),
(28574,'_transient_wc_report_orders_stats_a576a1edeaea578d7166e2a171bde7b7','a:2:{s:7:\"version\";s:10:\"1719747529\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:7:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-08-28\";s:10:\"date_start\";s:19:\"2026-08-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-28 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-08-29\";s:10:\"date_start\";s:19:\"2026-08-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-29 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-08-30\";s:10:\"date_start\";s:19:\"2026-08-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-30 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-08-31\";s:10:\"date_start\";s:19:\"2026-08-31 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-08-31 00:00:00\";s:8:\"date_end\";s:19:\"2026-08-31 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-08-31 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-09-01\";s:10:\"date_start\";s:19:\"2026-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-09-02\";s:10:\"date_start\";s:19:\"2026-09-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-09-03\";s:10:\"date_start\";s:19:\"2026-09-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-09-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-09-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:7;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),
(28576,'_site_transient_timeout_available_translations','1788415154','no'),
(28577,'_site_transient_available_translations','a:128:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-02 14:57:56\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-24 06:01:42\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.15/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2026-06-07 19:51:04\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.31/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-13 17:45:38\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2024-11-11 11:25:47\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-25 09:39:54\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-01 14:37:19\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-12 07:31:48\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-11 11:12:27\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-29 12:48:04\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-01-24 12:22:31\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.9.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-11 08:25:19\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.9.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-11 08:25:37\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-01-24 12:26:13\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-09 16:45:25\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9.3/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-06 21:08:50\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:50\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-07 16:01:54\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-18 03:41:13\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 08:44:40\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-29 02:25:56\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-10 16:07:53\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-22 16:01:16\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2026-06-04 01:12:30\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2024-10-16 21:26:46\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.21\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.21/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.26\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.26/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-07 03:10:52\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-07 03:11:32\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-07 03:11:12\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-07 03:11:50\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-11 14:56:21\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-16 14:30:05\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2021-11-20 16:34:11\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-08 04:04:20\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-13 18:57:45\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-05 06:31:04\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-06 18:08:23\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2026-01-05 09:23:20\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.31/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-10 09:12:35\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.5.20\";s:7:\"updated\";s:19:\"2023-08-11 04:03:50\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.20/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-07 18:16:34\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-09 16:49:37\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9.3/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-05 08:34:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-10 01:12:24\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.31/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-06 19:06:22\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-15 13:21:15\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.31/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-01-24 08:56:29\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-10 17:24:06\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.31/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.26\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.26/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-23 01:39:33\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-02 01:11:00\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.8.15/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2026-01-13 06:37:53\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.15/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-28 18:56:11\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-12 12:32:07\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2024-10-17 09:20:05\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.31/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.20\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.20/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-08 10:02:26\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-22 19:23:48\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-12 12:40:41\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.9.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-01 16:21:40\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-14 10:38:10\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-19 10:58:08\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-03 03:58:17\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-11 12:05:43\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2021-11-27 16:28:47\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2023-09-28 12:14:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/core/5.8.15/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-24 14:09:08\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-06 18:30:53\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.21\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.21/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-17 08:11:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2022-01-24 13:37:43\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-01 10:20:40\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-14 12:13:00\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2025-09-01 20:05:33\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.15/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-06 18:03:53\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.23\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.23/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.15/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.29/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-13 10:37:25\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.31\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.31/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:6:\"5.8.15\";s:7:\"updated\";s:19:\"2026-05-09 18:35:36\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.15/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.21\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.21/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-16 16:22:24\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.9.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-14 15:03:38\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-07-11 10:00:23\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-08-08 17:22:29\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.9.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),
(28578,'_transient_timeout_wpseo_total_unindexed_posts_limited','1788405256','no'),
(28579,'_transient_wpseo_total_unindexed_posts_limited','26','no'),
(28580,'_site_transient_timeout_browser_00f0111810a04a9f4ec8e0910675efc1','1789009156','no'),
(28581,'_site_transient_browser_00f0111810a04a9f4ec8e0910675efc1','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:12:\"70.0.3728.95\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(28582,'_transient_timeout__woocommerce_helper_subscriptions','1788405263','no'),
(28583,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),
(28584,'_site_transient_timeout_theme_roots','1788406163','no'),
(28585,'_site_transient_theme_roots','a:7:{s:11:\"schriftehus\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),
(28589,'_transient_timeout_global_styles_schriftehus','1788404434','no'),
(28590,'_transient_global_styles_schriftehus','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),
(28591,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1788404383;s:8:\"response\";a:10:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"cookie-notice/cookie-notice.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/cookie-notice\";s:4:\"slug\";s:13:\"cookie-notice\";s:6:\"plugin\";s:31:\"cookie-notice/cookie-notice.php\";s:11:\"new_version\";s:5:\"3.1.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cookie-notice/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/cookie-notice.3.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=3549327\";s:2:\"1x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-128x128.png?rev=3549327\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/cookie-notice/assets/banner-1544x500.png?rev=3549327\";s:2:\"1x\";s:68:\"https://ps.w.org/cookie-notice/assets/banner-772x250.png?rev=3549310\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.9.6\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.5.17\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.5.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"11.1.3\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.11.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:13:\"pods/init.php\";O:8:\"stdClass\":15:{s:2:\"id\";s:18:\"w.org/plugins/pods\";s:4:\"slug\";s:4:\"pods\";s:6:\"plugin\";s:13:\"pods/init.php\";s:11:\"new_version\";s:8:\"2.8.23.5\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/pods/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/pods.2.8.23.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=3286397\";s:3:\"svg\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=3286397\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:59:\"https://ps.w.org/pods/assets/banner-772x250.png?rev=3286397\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:10:\"autoupdate\";b:1;s:14:\"upgrade_notice\";s:81:\"Version 2.8.23.5 contains security fixes and is highly recommended for all users.\";}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/popup-builder\";s:4:\"slug\";s:13:\"popup-builder\";s:6:\"plugin\";s:31:\"popup-builder/popup-builder.php\";s:11:\"new_version\";s:5:\"4.4.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/popup-builder/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/popup-builder.4.4.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=2698842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:5:\"5.3.3\";s:16:\"requires_plugins\";a:0:{}}s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/wpcf7-recaptcha\";s:4:\"slug\";s:15:\"wpcf7-recaptcha\";s:6:\"plugin\";s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";s:11:\"new_version\";s:5:\"1.5.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wpcf7-recaptcha/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpcf7-recaptcha.1.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/wpcf7-recaptcha/assets/icon.svg?rev=2003053\";s:3:\"svg\";s:60:\"https://ps.w.org/wpcf7-recaptcha/assets/icon.svg?rev=2003053\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-1544x500.png?rev=2003053\";s:2:\"1x\";s:70:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-772x250.png?rev=2003053\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-1544x500-rtl.png?rev=2003053\";s:2:\"1x\";s:74:\"https://ps.w.org/wpcf7-recaptcha/assets/banner-772x250-rtl.png?rev=2003053\";}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.5.1.39\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.39.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2974547\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2974547\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:49:\"woo-variation-swatches/woo-variation-swatches.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/woo-variation-swatches\";s:4:\"slug\";s:22:\"woo-variation-swatches\";s:6:\"plugin\";s:49:\"woo-variation-swatches/woo-variation-swatches.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/woo-variation-swatches/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/woo-variation-swatches.2.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/woo-variation-swatches/assets/icon-256x256.gif?rev=3157951\";s:2:\"1x\";s:75:\"https://ps.w.org/woo-variation-swatches/assets/icon-128x128.gif?rev=3157951\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/woo-variation-swatches/assets/banner-1544x500.gif?rev=2741177\";s:2:\"1x\";s:77:\"https://ps.w.org/woo-variation-swatches/assets/banner-772x250.gif?rev=2741177\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:41:\"wp-database-backup/wp-database-backup.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/wp-database-backup\";s:4:\"slug\";s:18:\"wp-database-backup\";s:6:\"plugin\";s:41:\"wp-database-backup/wp-database-backup.php\";s:11:\"new_version\";s:4:\"7.13\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-database-backup/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wp-database-backup.7.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-database-backup/assets/icon-256x256.png?rev=2838048\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-database-backup/assets/icon-256x256.png?rev=2838048\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wp-database-backup/assets/banner-1544x500.png?rev=2838048\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-database-backup/assets/banner-772x250.png?rev=2838048\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:27:\"blog2social/blog2social.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/blog2social\";s:4:\"slug\";s:11:\"blog2social\";s:6:\"plugin\";s:27:\"blog2social/blog2social.php\";s:11:\"new_version\";s:5:\"9.0.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/blog2social/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/blog2social.9.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/blog2social/assets/icon-256x256.gif?rev=3676122\";s:2:\"1x\";s:64:\"https://ps.w.org/blog2social/assets/icon-128x128.png?rev=3076476\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/blog2social/assets/banner-1544x500.png?rev=3082613\";s:2:\"1x\";s:66:\"https://ps.w.org/blog2social/assets/banner-772x250.png?rev=3082613\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:34:\"<p>WordPress 7.1 Compatibility</p>\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:6:\"5.10.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/redirection.5.10.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"11.0.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3640790\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3640790\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:6:\"3.6.13\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-services.3.6.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=3234419\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=3234419\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=3234419\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=3234419\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"7.0\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:6:\"10.9.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.10.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=3177277\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=3177277\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=3234748\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=3234748\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=3581701\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=3581701\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=3581701\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=3581701\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"28.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:7:\"checked\";a:21:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.7.7\";s:27:\"blog2social/blog2social.php\";s:5:\"6.9.9\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:7:\"5.5.6.1\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.3.0\";s:25:\"duplicator/duplicator.php\";s:5:\"1.4.6\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"8.5.3\";s:13:\"pods/init.php\";s:6:\"2.8.10\";s:31:\"popup-builder/popup-builder.php\";s:6:\"4.1.10\";s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";s:5:\"1.4.0\";s:85:\"recently-viewed-and-most-viewed-products/recently-viewed-and-most-viewed-products.php\";s:5:\"1.1.0\";s:27:\"redirection/redirection.php\";s:5:\"5.2.3\";s:33:\"smart-slider-3/smart-slider-3.php\";s:7:\"3.5.1.7\";s:49:\"woo-variation-swatches/woo-variation-swatches.php\";s:6:\"1.1.19\";s:27:\"woocommerce/woocommerce.php\";s:5:\"6.3.1\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:5:\"2.1.3\";s:45:\"woocommerce-services/woocommerce-services.php\";s:7:\"1.25.24\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:5:\"6.3.0\";s:41:\"wp-database-backup/wp-database-backup.php\";s:5:\"5.8.3\";s:33:\"duplicate-post/duplicate-post.php\";s:3:\"4.4\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"19.0\";}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_podsrel`
--
DROP TABLE IF EXISTS `wp_podsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_podsrel` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`pod_id` int(10) unsigned DEFAULT NULL,
`field_id` int(10) unsigned DEFAULT NULL,
`item_id` bigint(20) unsigned DEFAULT NULL,
`related_pod_id` int(10) unsigned DEFAULT NULL,
`related_field_id` int(10) unsigned DEFAULT NULL,
`related_item_id` bigint(20) unsigned DEFAULT NULL,
`weight` smallint(5) unsigned DEFAULT 0,
PRIMARY KEY (`id`),
KEY `field_item_idx` (`field_id`,`item_id`),
KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`),
KEY `field_rel_item_idx` (`field_id`,`related_item_id`),
KEY `rel_field_item_idx` (`related_field_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_podsrel`
--
LOCK TABLES `wp_podsrel` WRITE;
/*!40000 ALTER TABLE `wp_podsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_podsrel` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=14707 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(86,15,'_form','<div class=\"contact_left\">\n<h3>Ihre Kontaktangaben</h3>\n<div class=\"form_line radio_line bigger_bottom\">[radio person use_label_element \"Herr\" \"Frau\" \"Firma\"]</div>\n<div class=\"form_line\">[text firma placeholder\"Firma\"]</div>\n<div class=\"form_line\">[text* vorname placeholder\"Vorname*\"]</div>\n<div class=\"form_line bigger_bottom\">[text* nachname placeholder\"Nachname*\"]</div>\n<div class=\"form_line\">[email* email placeholder\"E-Mail*\"]</div>\n<div class=\"form_line bigger_bottom\">[text telefon placeholder\"Telefon\"]</div>\n<div class=\"form_line\">[text strasse placeholder\"Strasse\"]</div>\n<div class=\"form_line\">[text plz placeholder\"PLZ/Ort\"]</div>\n<div class=\"form_line\">[text land placeholder=\"Land\"]</div>\n<div class=\"text_line\">Die <a href=\"http://flotten.webdress.site/disclaimer/\">Datenschutzbestimmungen</a> habe ich zur Kenntnis genommen.</div>\n</div>\n<div class=\"contact_right\">\n<h3>Ihr Anliegen betrifft</h3>\n<div class=\"form_line bigger_bottom\">[text betreff placeholder\"Betreff\"]</div>\n<div class=\"form_line\">[textarea* nachricht placeholder\"Nachricht*\"]</div>\n\n<div class=\"text_line\">Bei Anfragen um Fahrzeugfolierungen oder Teilfolierungen bitten wir Sie um ein paar Bilder vom Originalfahrzeug.</div>\n\n[file file-616 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\n[file file-302 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\n[file file-913 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\n[file file-934 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\n[file file-250 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\n[file file-182 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\n\n\n<div class=\"form_line captcha_line\">\n[recaptcha] \n</div>\n[response]\n<div class=\"submit_line\">[submit \"SENDEN\"]</div>\n</div>'),
(87,15,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:40:\"Nachricht aus dem Cardress GmbH Formular\";s:6:\"sender\";s:32:\"Cardress GmbH <info@cardress.ch>\";s:9:\"recipient\";s:16:\"info@cardress.ch\";s:4:\"body\";s:333:\"Von: Cardress GmbH \n\nPerson: [person]\nFirma: [firma]\n\nVorname: [vorname]\nNachname: [nachname]\n\nEmail: [email]\nTelefon: [telefon]\n\nStrasse: [strasse]\nPLZ/Ort: [plz]\nLand: [land]\n\nBetreff: [betreff]\nNachrichtentext: [nachricht]\n\n\nDiese E-Mail wurde von einem Kontaktformular der Schriftehus GmbH gesendet (http://flotten.webdress.site)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:65:\"[file-616]\n[file-302]\n[file-913]\n[file-934]\n[file-250]\n[file-182]\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(88,15,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"Schriftehus Gmbr \"[your-subject]\"\";s:6:\"sender\";s:60:\"Schriftehus Gmbr <wordpress@testweb1.ipsolution-hosting.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:125:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Schriftehus Gmbr (http://flotten.webdress.site)\";s:18:\"additional_headers\";s:17:\"Reply-To: 1@1.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(89,15,'_messages','a:23:{s:12:\"mail_sent_ok\";s:46:\"Danke für deine Nachricht. Es wurde gesendet.\";s:12:\"mail_sent_ng\";s:99:\"Beim Senden Ihrer Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:16:\"validation_error\";s:100:\"Ein oder mehrere Felder weisen einen Fehler auf. Bitte überprüfen Sie und versuchen Sie es erneut.\";s:4:\"spam\";s:99:\"Beim Senden Ihrer Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:12:\"accept_terms\";s:95:\"Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\";s:16:\"invalid_required\";s:26:\"Das Feld ist erforderlich.\";s:16:\"invalid_too_long\";s:21:\"Das Feld ist zu lang.\";s:17:\"invalid_too_short\";s:21:\"Das Feld ist zu kurz.\";s:12:\"invalid_date\";s:28:\"Das Datumsformat ist falsch.\";s:14:\"date_too_early\";s:51:\"Das Datum liegt vor dem frühesten erlaubten Datum.\";s:13:\"date_too_late\";s:47:\"Das Datum ist nach dem letzten erlaubten Datum.\";s:13:\"upload_failed\";s:64:\"Beim Hochladen der Datei ist ein unbekannter Fehler aufgetreten.\";s:24:\"upload_file_type_invalid\";s:48:\"Sie dürfen keine Dateien dieses Typs hochladen.\";s:21:\"upload_file_too_large\";s:23:\"Die Datei ist zu gross.\";s:23:\"upload_failed_php_error\";s:52:\"Beim Hochladen der Datei ist ein Fehler aufgetreten.\";s:14:\"invalid_number\";s:31:\"Das Zahlenformat ist ungültig.\";s:16:\"number_too_small\";s:50:\"Die Anzahl ist kleiner als das zulässige Minimum.\";s:16:\"number_too_large\";s:51:\"Die Anzahl ist grösser als die maximal zulässige.\";s:23:\"quiz_answer_not_correct\";s:36:\"Die Antwort auf das Quiz ist falsch.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:45:\"Die eingegebene E-Mail-Adresse ist ungültig.\";s:11:\"invalid_url\";s:22:\"Die URL ist ungültig.\";s:11:\"invalid_tel\";s:32:\"Die Telefonnummer ist ungültig.\";}'),
(90,15,'_additional_settings',''),
(91,15,'_locale','en_US'),
(92,16,'_edit_lock','1622483183:1'),
(99,20,'_edit_last','1'),
(100,20,'_edit_lock','1589445774:1'),
(106,24,'_edit_last','1'),
(107,24,'_edit_lock','1630245050:1'),
(108,26,'_edit_last','1'),
(109,26,'_edit_lock','1577523710:1'),
(110,24,'_wp_page_template','page-contacts.php'),
(111,16,'_edit_last','1'),
(112,16,'_wp_page_template','page-frontpage.php'),
(113,20,'_wp_page_template','page-team.php'),
(114,26,'_wp_page_template','page-firma.php'),
(122,30,'_edit_last','1'),
(123,30,'_edit_lock','1570982350:1'),
(165,31,'label_singular','Dienstleistungen'),
(166,31,'public','1'),
(167,31,'show_ui','1'),
(168,31,'supports_title','1'),
(169,31,'supports_editor','1'),
(170,31,'type','post_type'),
(171,31,'storage','meta'),
(172,32,'_edit_last','1'),
(173,32,'_edit_lock','1574320373:1'),
(178,34,'_edit_last','1'),
(181,34,'_edit_lock','1577898417:1'),
(182,36,'_edit_last','1'),
(185,36,'_edit_lock','1576949009:1'),
(186,38,'_edit_last','1'),
(189,38,'_edit_lock','1576968764:1'),
(196,44,'_menu_item_type','post_type'),
(197,44,'_menu_item_menu_item_parent','0'),
(198,44,'_menu_item_object_id','26'),
(199,44,'_menu_item_object','page'),
(200,44,'_menu_item_target',''),
(201,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(202,44,'_menu_item_xfn',''),
(203,44,'_menu_item_url',''),
(214,47,'_menu_item_type','post_type'),
(215,47,'_menu_item_menu_item_parent','0'),
(216,47,'_menu_item_object_id','24'),
(217,47,'_menu_item_object','page'),
(218,47,'_menu_item_target',''),
(219,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(220,47,'_menu_item_xfn',''),
(221,47,'_menu_item_url',''),
(227,48,'_edit_last','1'),
(228,48,'_edit_lock','1574959212:1'),
(231,32,'top_image','848'),
(232,32,'_top_image','field_5da35291d8d87'),
(233,32,'galleries','1'),
(234,32,'_galleries','field_5da352e5d8d88'),
(243,32,'galleries_0_gallery_title','FLOTTEN GALERIE'),
(244,32,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(245,32,'galleries_0_images_0_big_image','304'),
(246,32,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(247,32,'galleries_0_images_0_thumbnail','304'),
(248,32,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(249,32,'galleries_0_images_1_big_image','307'),
(250,32,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(251,32,'galleries_0_images_1_thumbnail','307'),
(252,32,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(253,32,'galleries_0_images_2_big_image','308'),
(254,32,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(255,32,'galleries_0_images_2_thumbnail','308'),
(256,32,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(257,32,'galleries_0_images_3_big_image','310'),
(258,32,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(259,32,'galleries_0_images_3_thumbnail','310'),
(260,32,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(261,32,'galleries_0_images','6'),
(262,32,'_galleries_0_images','field_5da35357d8d8a'),
(327,32,'galleries_0_images_0_image_desription','<h4>Flotten</h4><p></p>'),
(328,32,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(329,32,'galleries_0_images_1_image_desription','<h4>Flotten</h4><p></p>'),
(330,32,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(331,32,'galleries_0_images_2_image_desription','<h4>Flotten</h4><p></p>'),
(332,32,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(333,32,'galleries_0_images_3_image_desription','<h4>Flotten</h4><p></p>'),
(334,32,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(359,65,'_edit_last','1'),
(360,65,'_edit_lock','1570987507:1'),
(363,20,'top_image','786'),
(364,20,'_top_image','field_5da359b267419'),
(365,20,'team_group_0_team_title','Unser Team'),
(366,20,'_team_group_0_team_title','field_5da359e55e8d3'),
(367,20,'team_group_0_members','4'),
(368,20,'_team_group_0_members','field_5da359ef5e8d4'),
(369,20,'team_group','1'),
(370,20,'_team_group','field_5da359d75e8d2'),
(371,77,'top_image','75'),
(372,77,'_top_image','field_5da359b267419'),
(373,77,'team_group_0_team_title',''),
(374,77,'_team_group_0_team_title','field_5da359e55e8d3'),
(375,77,'team_group_0_members',''),
(376,77,'_team_group_0_members','field_5da359ef5e8d4'),
(377,77,'team_group','1'),
(378,77,'_team_group','field_5da359d75e8d2'),
(379,78,'_wp_attached_file','2019/10/user_photo.jpg'),
(380,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:269;s:4:\"file\";s:22:\"2019/10/user_photo.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"user_photo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"user_photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(381,20,'team_group_0_members_0_photo','78'),
(382,20,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(383,20,'team_group_0_members_0_name','Höller Thomas <hr />'),
(384,20,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(385,20,'team_group_0_members_0_position','GL/GS <br /> Werbetechniker, CarWrapper'),
(386,20,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(387,20,'team_group_0_members_0_phone','056 633 53 17'),
(388,20,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(389,20,'team_group_0_members_0_email','info@cardress.ch'),
(390,20,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(391,79,'top_image','75'),
(392,79,'_top_image','field_5da359b267419'),
(393,79,'team_group_0_team_title','Unser Team'),
(394,79,'_team_group_0_team_title','field_5da359e55e8d3'),
(395,79,'team_group_0_members','1'),
(396,79,'_team_group_0_members','field_5da359ef5e8d4'),
(397,79,'team_group','1'),
(398,79,'_team_group','field_5da359d75e8d2'),
(399,79,'team_group_0_members_0_photo','78'),
(400,79,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(401,79,'team_group_0_members_0_name','VORNAME<br />NACHNAME'),
(402,79,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(403,79,'team_group_0_members_0_position','Inhaber'),
(404,79,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(405,79,'team_group_0_members_0_phone','056 633 53 16'),
(406,79,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(407,79,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(408,79,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(497,80,'top_image','75'),
(498,80,'_top_image','field_5da359b267419'),
(499,80,'team_group_0_team_title','Unser Team'),
(500,80,'_team_group_0_team_title','field_5da359e55e8d3'),
(501,80,'team_group_0_members','1'),
(502,80,'_team_group_0_members','field_5da359ef5e8d4'),
(503,80,'team_group','3'),
(504,80,'_team_group','field_5da359d75e8d2'),
(505,80,'team_group_0_members_0_photo','78'),
(506,80,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(507,80,'team_group_0_members_0_name','VORNAME NACHNAME'),
(508,80,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(509,80,'team_group_0_members_0_position','Inhaber'),
(510,80,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(511,80,'team_group_0_members_0_phone','056 633 53 16'),
(512,80,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(513,80,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(514,80,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(515,80,'team_group_1_team_title',''),
(516,80,'_team_group_1_team_title','field_5da359e55e8d3'),
(517,80,'team_group_1_members_0_photo','78'),
(518,80,'_team_group_1_members_0_photo','field_5da35a0a5e8d5'),
(519,80,'team_group_1_members_0_name','VORNAME NACHNAME'),
(520,80,'_team_group_1_members_0_name','field_5da35a135e8d6'),
(521,80,'team_group_1_members_0_position','Inhaber'),
(522,80,'_team_group_1_members_0_position','field_5da35a1c5e8d7'),
(523,80,'team_group_1_members_0_phone','056 633 53 16'),
(524,80,'_team_group_1_members_0_phone','field_5da35a2b5e8d8'),
(525,80,'team_group_1_members_0_email','info@autobeschriftungen.ch'),
(526,80,'_team_group_1_members_0_email','field_5da35a335e8d9'),
(527,80,'team_group_1_members_1_photo','78'),
(528,80,'_team_group_1_members_1_photo','field_5da35a0a5e8d5'),
(529,80,'team_group_1_members_1_name','VORNAME NACHNAME'),
(530,80,'_team_group_1_members_1_name','field_5da35a135e8d6'),
(531,80,'team_group_1_members_1_position','Inhaber'),
(532,80,'_team_group_1_members_1_position','field_5da35a1c5e8d7'),
(533,80,'team_group_1_members_1_phone','056 633 53 16'),
(534,80,'_team_group_1_members_1_phone','field_5da35a2b5e8d8'),
(535,80,'team_group_1_members_1_email','info@autobeschriftungen.ch'),
(536,80,'_team_group_1_members_1_email','field_5da35a335e8d9'),
(537,80,'team_group_1_members_2_photo','78'),
(538,80,'_team_group_1_members_2_photo','field_5da35a0a5e8d5'),
(539,80,'team_group_1_members_2_name','VORNAME NACHNAME'),
(540,80,'_team_group_1_members_2_name','field_5da35a135e8d6'),
(541,80,'team_group_1_members_2_position','Inhaber'),
(542,80,'_team_group_1_members_2_position','field_5da35a1c5e8d7'),
(543,80,'team_group_1_members_2_phone','056 633 53 16'),
(544,80,'_team_group_1_members_2_phone','field_5da35a2b5e8d8'),
(545,80,'team_group_1_members_2_email','info@autobeschriftungen.ch'),
(546,80,'_team_group_1_members_2_email','field_5da35a335e8d9'),
(547,80,'team_group_1_members_3_photo','78'),
(548,80,'_team_group_1_members_3_photo','field_5da35a0a5e8d5'),
(549,80,'team_group_1_members_3_name','VORNAME NACHNAME'),
(550,80,'_team_group_1_members_3_name','field_5da35a135e8d6'),
(551,80,'team_group_1_members_3_position','Inhaber'),
(552,80,'_team_group_1_members_3_position','field_5da35a1c5e8d7'),
(553,80,'team_group_1_members_3_phone','056 633 53 16'),
(554,80,'_team_group_1_members_3_phone','field_5da35a2b5e8d8'),
(555,80,'team_group_1_members_3_email','info@autobeschriftungen.ch'),
(556,80,'_team_group_1_members_3_email','field_5da35a335e8d9'),
(557,80,'team_group_1_members','4'),
(558,80,'_team_group_1_members','field_5da359ef5e8d4'),
(559,80,'team_group_2_team_title',''),
(560,80,'_team_group_2_team_title','field_5da359e55e8d3'),
(561,80,'team_group_2_members_0_photo','78'),
(562,80,'_team_group_2_members_0_photo','field_5da35a0a5e8d5'),
(563,80,'team_group_2_members_0_name','VORNAME NACHNAME'),
(564,80,'_team_group_2_members_0_name','field_5da35a135e8d6'),
(565,80,'team_group_2_members_0_position','Inhaber'),
(566,80,'_team_group_2_members_0_position','field_5da35a1c5e8d7'),
(567,80,'team_group_2_members_0_phone','056 633 53 16'),
(568,80,'_team_group_2_members_0_phone','field_5da35a2b5e8d8'),
(569,80,'team_group_2_members_0_email','info@autobeschriftungen.ch'),
(570,80,'_team_group_2_members_0_email','field_5da35a335e8d9'),
(571,80,'team_group_2_members_1_photo','78'),
(572,80,'_team_group_2_members_1_photo','field_5da35a0a5e8d5'),
(573,80,'team_group_2_members_1_name','VORNAME NACHNAME'),
(574,80,'_team_group_2_members_1_name','field_5da35a135e8d6'),
(575,80,'team_group_2_members_1_position','Inhaber'),
(576,80,'_team_group_2_members_1_position','field_5da35a1c5e8d7'),
(577,80,'team_group_2_members_1_phone','056 633 53 16'),
(578,80,'_team_group_2_members_1_phone','field_5da35a2b5e8d8'),
(579,80,'team_group_2_members_1_email','info@autobeschriftungen.ch'),
(580,80,'_team_group_2_members_1_email','field_5da35a335e8d9'),
(581,80,'team_group_2_members_2_photo','78'),
(582,80,'_team_group_2_members_2_photo','field_5da35a0a5e8d5'),
(583,80,'team_group_2_members_2_name','VORNAME NACHNAME'),
(584,80,'_team_group_2_members_2_name','field_5da35a135e8d6'),
(585,80,'team_group_2_members_2_position','Inhaber'),
(586,80,'_team_group_2_members_2_position','field_5da35a1c5e8d7'),
(587,80,'team_group_2_members_2_phone','056 633 53 16'),
(588,80,'_team_group_2_members_2_phone','field_5da35a2b5e8d8'),
(589,80,'team_group_2_members_2_email','info@autobeschriftungen.ch'),
(590,80,'_team_group_2_members_2_email','field_5da35a335e8d9'),
(591,80,'team_group_2_members_3_photo','78'),
(592,80,'_team_group_2_members_3_photo','field_5da35a0a5e8d5'),
(593,80,'team_group_2_members_3_name','VORNAME NACHNAME'),
(594,80,'_team_group_2_members_3_name','field_5da35a135e8d6'),
(595,80,'team_group_2_members_3_position','Inhaber'),
(596,80,'_team_group_2_members_3_position','field_5da35a1c5e8d7'),
(597,80,'team_group_2_members_3_phone','056 633 53 16'),
(598,80,'_team_group_2_members_3_phone','field_5da35a2b5e8d8'),
(599,80,'team_group_2_members_3_email','info@autobeschriftungen.ch'),
(600,80,'_team_group_2_members_3_email','field_5da35a335e8d9'),
(601,80,'team_group_2_members','4'),
(602,80,'_team_group_2_members','field_5da359ef5e8d4'),
(603,81,'top_image','75'),
(604,81,'_top_image','field_5da359b267419'),
(605,81,'team_group_0_team_title','Unser Team'),
(606,81,'_team_group_0_team_title','field_5da359e55e8d3'),
(607,81,'team_group_0_members','1'),
(608,81,'_team_group_0_members','field_5da359ef5e8d4'),
(609,81,'team_group','3'),
(610,81,'_team_group','field_5da359d75e8d2'),
(611,81,'team_group_0_members_0_photo','78'),
(612,81,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(613,81,'team_group_0_members_0_name','THOMAS<br />HÖLLER'),
(614,81,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(615,81,'team_group_0_members_0_position','Inhaber'),
(616,81,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(617,81,'team_group_0_members_0_phone','056 633 53 16'),
(618,81,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(619,81,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(620,81,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(621,81,'team_group_1_team_title',''),
(622,81,'_team_group_1_team_title','field_5da359e55e8d3'),
(623,81,'team_group_1_members_0_photo','78'),
(624,81,'_team_group_1_members_0_photo','field_5da35a0a5e8d5'),
(625,81,'team_group_1_members_0_name','VORNAME NACHNAME'),
(626,81,'_team_group_1_members_0_name','field_5da35a135e8d6'),
(627,81,'team_group_1_members_0_position','Inhaber'),
(628,81,'_team_group_1_members_0_position','field_5da35a1c5e8d7'),
(629,81,'team_group_1_members_0_phone','056 633 53 16'),
(630,81,'_team_group_1_members_0_phone','field_5da35a2b5e8d8'),
(631,81,'team_group_1_members_0_email','info@autobeschriftungen.ch'),
(632,81,'_team_group_1_members_0_email','field_5da35a335e8d9'),
(633,81,'team_group_1_members_1_photo','78'),
(634,81,'_team_group_1_members_1_photo','field_5da35a0a5e8d5'),
(635,81,'team_group_1_members_1_name','VORNAME NACHNAME'),
(636,81,'_team_group_1_members_1_name','field_5da35a135e8d6'),
(637,81,'team_group_1_members_1_position','Inhaber'),
(638,81,'_team_group_1_members_1_position','field_5da35a1c5e8d7'),
(639,81,'team_group_1_members_1_phone','056 633 53 16'),
(640,81,'_team_group_1_members_1_phone','field_5da35a2b5e8d8'),
(641,81,'team_group_1_members_1_email','info@autobeschriftungen.ch'),
(642,81,'_team_group_1_members_1_email','field_5da35a335e8d9'),
(643,81,'team_group_1_members_2_photo','78'),
(644,81,'_team_group_1_members_2_photo','field_5da35a0a5e8d5'),
(645,81,'team_group_1_members_2_name','VORNAME NACHNAME'),
(646,81,'_team_group_1_members_2_name','field_5da35a135e8d6'),
(647,81,'team_group_1_members_2_position','Inhaber'),
(648,81,'_team_group_1_members_2_position','field_5da35a1c5e8d7'),
(649,81,'team_group_1_members_2_phone','056 633 53 16'),
(650,81,'_team_group_1_members_2_phone','field_5da35a2b5e8d8'),
(651,81,'team_group_1_members_2_email','info@autobeschriftungen.ch'),
(652,81,'_team_group_1_members_2_email','field_5da35a335e8d9'),
(653,81,'team_group_1_members_3_photo','78'),
(654,81,'_team_group_1_members_3_photo','field_5da35a0a5e8d5'),
(655,81,'team_group_1_members_3_name','VORNAME NACHNAME'),
(656,81,'_team_group_1_members_3_name','field_5da35a135e8d6'),
(657,81,'team_group_1_members_3_position','Inhaber'),
(658,81,'_team_group_1_members_3_position','field_5da35a1c5e8d7'),
(659,81,'team_group_1_members_3_phone','056 633 53 16'),
(660,81,'_team_group_1_members_3_phone','field_5da35a2b5e8d8'),
(661,81,'team_group_1_members_3_email','info@autobeschriftungen.ch'),
(662,81,'_team_group_1_members_3_email','field_5da35a335e8d9'),
(663,81,'team_group_1_members','4'),
(664,81,'_team_group_1_members','field_5da359ef5e8d4'),
(665,81,'team_group_2_team_title',''),
(666,81,'_team_group_2_team_title','field_5da359e55e8d3'),
(667,81,'team_group_2_members_0_photo','78'),
(668,81,'_team_group_2_members_0_photo','field_5da35a0a5e8d5'),
(669,81,'team_group_2_members_0_name','VORNAME NACHNAME'),
(670,81,'_team_group_2_members_0_name','field_5da35a135e8d6'),
(671,81,'team_group_2_members_0_position','Inhaber'),
(672,81,'_team_group_2_members_0_position','field_5da35a1c5e8d7'),
(673,81,'team_group_2_members_0_phone','056 633 53 16'),
(674,81,'_team_group_2_members_0_phone','field_5da35a2b5e8d8'),
(675,81,'team_group_2_members_0_email','info@autobeschriftungen.ch'),
(676,81,'_team_group_2_members_0_email','field_5da35a335e8d9'),
(677,81,'team_group_2_members_1_photo','78'),
(678,81,'_team_group_2_members_1_photo','field_5da35a0a5e8d5'),
(679,81,'team_group_2_members_1_name','VORNAME NACHNAME'),
(680,81,'_team_group_2_members_1_name','field_5da35a135e8d6'),
(681,81,'team_group_2_members_1_position','Inhaber'),
(682,81,'_team_group_2_members_1_position','field_5da35a1c5e8d7'),
(683,81,'team_group_2_members_1_phone','056 633 53 16'),
(684,81,'_team_group_2_members_1_phone','field_5da35a2b5e8d8'),
(685,81,'team_group_2_members_1_email','info@autobeschriftungen.ch'),
(686,81,'_team_group_2_members_1_email','field_5da35a335e8d9'),
(687,81,'team_group_2_members_2_photo','78'),
(688,81,'_team_group_2_members_2_photo','field_5da35a0a5e8d5'),
(689,81,'team_group_2_members_2_name','VORNAME NACHNAME'),
(690,81,'_team_group_2_members_2_name','field_5da35a135e8d6'),
(691,81,'team_group_2_members_2_position','Inhaber'),
(692,81,'_team_group_2_members_2_position','field_5da35a1c5e8d7'),
(693,81,'team_group_2_members_2_phone','056 633 53 16'),
(694,81,'_team_group_2_members_2_phone','field_5da35a2b5e8d8'),
(695,81,'team_group_2_members_2_email','info@autobeschriftungen.ch'),
(696,81,'_team_group_2_members_2_email','field_5da35a335e8d9'),
(697,81,'team_group_2_members_3_photo','78'),
(698,81,'_team_group_2_members_3_photo','field_5da35a0a5e8d5'),
(699,81,'team_group_2_members_3_name','VORNAME NACHNAME'),
(700,81,'_team_group_2_members_3_name','field_5da35a135e8d6'),
(701,81,'team_group_2_members_3_position','Inhaber'),
(702,81,'_team_group_2_members_3_position','field_5da35a1c5e8d7'),
(703,81,'team_group_2_members_3_phone','056 633 53 16'),
(704,81,'_team_group_2_members_3_phone','field_5da35a2b5e8d8'),
(705,81,'team_group_2_members_3_email','info@autobeschriftungen.ch'),
(706,81,'_team_group_2_members_3_email','field_5da35a335e8d9'),
(707,81,'team_group_2_members','4'),
(708,81,'_team_group_2_members','field_5da359ef5e8d4'),
(709,83,'top_image','1080'),
(710,83,'_top_image','field_5da35291d8d87'),
(711,83,'galleries','1'),
(712,83,'_galleries','field_5da352e5d8d88'),
(713,83,'galleries_0_gallery_title','WERBEBESCHRIFTUNGEN GALERIE '),
(714,83,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(715,83,'galleries_0_images_0_big_image','1081'),
(716,83,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(717,83,'galleries_0_images_0_thumbnail','1082'),
(718,83,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(719,83,'galleries_0_images_1_big_image','642'),
(720,83,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(721,83,'galleries_0_images_1_thumbnail','642'),
(722,83,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(723,83,'galleries_0_images_2_big_image','643'),
(724,83,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(725,83,'galleries_0_images_2_thumbnail','643'),
(726,83,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(727,83,'galleries_0_images_3_big_image','644'),
(728,83,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(729,83,'galleries_0_images_3_thumbnail','644'),
(730,83,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(731,83,'galleries_0_images','84'),
(732,83,'_galleries_0_images','field_5da35357d8d8a'),
(789,83,'galleries_0_images_0_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(790,83,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(791,83,'galleries_0_images_1_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(792,83,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(793,83,'galleries_0_images_2_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(794,83,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(795,83,'galleries_0_images_3_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(796,83,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(821,83,'_dp_original','32'),
(822,83,'_edit_lock','1574759503:1'),
(823,83,'_edit_last','1'),
(824,84,'top_image','1210'),
(825,84,'_top_image','field_5da35291d8d87'),
(826,84,'galleries','1'),
(827,84,'_galleries','field_5da352e5d8d88'),
(828,84,'galleries_0_gallery_title','LACKSCHUTZ GALERIE '),
(829,84,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(830,84,'galleries_0_images_0_big_image','790'),
(831,84,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(832,84,'galleries_0_images_0_thumbnail','790'),
(833,84,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(834,84,'galleries_0_images_1_big_image','791'),
(835,84,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(836,84,'galleries_0_images_1_thumbnail','791'),
(837,84,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(838,84,'galleries_0_images_2_big_image','792'),
(839,84,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(840,84,'galleries_0_images_2_thumbnail','792'),
(841,84,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(842,84,'galleries_0_images_3_big_image','793'),
(843,84,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(844,84,'galleries_0_images_3_thumbnail','793'),
(845,84,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(846,84,'galleries_0_images','7'),
(847,84,'_galleries_0_images','field_5da35357d8d8a'),
(904,84,'galleries_0_images_0_image_desription','<h4>Lackschutz</h4><p></p>'),
(905,84,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(906,84,'galleries_0_images_1_image_desription','<h4>Lackschutz</h4><p></p>'),
(907,84,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(908,84,'galleries_0_images_2_image_desription','<h4>Lackschutz</h4><p></p>'),
(909,84,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(910,84,'galleries_0_images_3_image_desription','<h4>Lackschutz</h4><p></p>'),
(911,84,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(937,84,'_dp_original','83'),
(938,84,'_edit_lock','1577106546:1'),
(939,84,'_edit_last','1'),
(1172,87,'top_image','96'),
(1173,87,'_top_image','field_5da35291d8d87'),
(1174,87,'galleries','1'),
(1175,87,'_galleries','field_5da352e5d8d88'),
(1176,87,'galleries_0_gallery_title','GLASDEKOR GALERIE'),
(1177,87,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(1178,87,'galleries_0_images_0_big_image','285'),
(1179,87,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(1180,87,'galleries_0_images_0_thumbnail','285'),
(1181,87,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(1182,87,'galleries_0_images_1_big_image','286'),
(1183,87,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(1184,87,'galleries_0_images_1_thumbnail','286'),
(1185,87,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(1186,87,'galleries_0_images_2_big_image','287'),
(1187,87,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(1188,87,'galleries_0_images_2_thumbnail','287'),
(1189,87,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(1194,87,'galleries_0_images','3'),
(1195,87,'_galleries_0_images','field_5da35357d8d8a'),
(1252,87,'galleries_0_images_0_image_desription','<h4>Glasdekor</h4><p></p>'),
(1253,87,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(1254,87,'galleries_0_images_1_image_desription','<h4>Glasdekor</h4><p></p>'),
(1255,87,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(1256,87,'galleries_0_images_2_image_desription','<h4>Glasdekor</h4><p></p>'),
(1257,87,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(1285,87,'_dp_original','86'),
(1286,87,'_edit_lock','1575275498:1'),
(1287,87,'_edit_last','1'),
(1404,89,'top_image','461'),
(1405,89,'_top_image','field_5da35291d8d87'),
(1406,89,'galleries','1'),
(1407,89,'_galleries','field_5da352e5d8d88'),
(1408,89,'galleries_0_gallery_title','SCHAUFENSTER GALERIE '),
(1409,89,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(1410,89,'galleries_0_images_0_big_image','462'),
(1411,89,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(1412,89,'galleries_0_images_0_thumbnail','462'),
(1413,89,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(1426,89,'galleries_0_images','1'),
(1427,89,'_galleries_0_images','field_5da35357d8d8a'),
(1484,89,'galleries_0_images_0_image_desription','<h4>Schaufensterbeschriftung</h4><p></p>'),
(1485,89,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(1517,89,'_dp_original','88'),
(1518,89,'_edit_lock','1574320124:1'),
(1519,89,'_edit_last','1'),
(1520,90,'_edit_last','1'),
(1521,90,'_edit_lock','1589446303:1'),
(1532,89,'thumbnail','63'),
(1533,89,'_thumbnail','field_5da370a29abce'),
(1536,84,'thumbnail','1104'),
(1537,84,'_thumbnail','field_5da370a29abce'),
(1540,87,'thumbnail','61'),
(1541,87,'_thumbnail','field_5da370a29abce'),
(1542,83,'thumbnail',''),
(1543,83,'_thumbnail','field_5da370a29abce'),
(1546,32,'thumbnail','847'),
(1547,32,'_thumbnail','field_5da370a29abce'),
(1548,103,'_wp_attached_file','2019/10/car_img.jpg'),
(1549,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:243;s:4:\"file\";s:19:\"2019/10/car_img.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"car_img-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"car_img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"car_img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"car_img-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1550,38,'_thumbnail_id','1265'),
(1553,36,'_thumbnail_id','438'),
(1561,34,'_thumbnail_id','1259'),
(1564,105,'_edit_last','1'),
(1565,105,'_edit_lock','1570994224:1'),
(1566,26,'top_image','1302'),
(1567,26,'_top_image','field_5da37587da91a'),
(1568,107,'top_image',''),
(1569,107,'_top_image','field_5da37587da91a'),
(1574,114,'_wp_attached_file','2019/10/firma2.jpg'),
(1575,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:569;s:6:\"height\";i:418;s:4:\"file\";s:18:\"2019/10/firma2.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"firma2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"firma2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"firma2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"firma2-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1576,115,'_wp_attached_file','2019/10/firma3.jpg'),
(1577,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:18:\"2019/10/firma3.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"firma3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"firma3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"firma3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"firma3-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1578,116,'_wp_attached_file','2019/10/firma4.jpg'),
(1579,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:418;s:4:\"file\";s:18:\"2019/10/firma4.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"firma4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"firma4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"firma4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"firma4-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1580,26,'images_0_image','116'),
(1581,26,'_images_0_image','field_5da37606d63a2'),
(1582,26,'images_0_text',''),
(1583,26,'_images_0_text','field_5da37611d63a3'),
(1584,26,'images_1_image','1304'),
(1585,26,'_images_1_image','field_5da37606d63a2'),
(1586,26,'images_1_text',''),
(1587,26,'_images_1_text','field_5da37611d63a3'),
(1588,26,'images_2_image','1305'),
(1589,26,'_images_2_image','field_5da37606d63a2'),
(1590,26,'images_2_text',''),
(1591,26,'_images_2_text','field_5da37611d63a3'),
(1592,26,'images_3_image','635'),
(1593,26,'_images_3_image','field_5da37606d63a2'),
(1594,26,'images_3_text',''),
(1595,26,'_images_3_text','field_5da37611d63a3'),
(1596,26,'images_4_image','634'),
(1597,26,'_images_4_image','field_5da37606d63a2'),
(1598,26,'images_4_text',''),
(1599,26,'_images_4_text','field_5da37611d63a3'),
(1600,26,'images_5_image','629'),
(1601,26,'_images_5_image','field_5da37606d63a2'),
(1602,26,'images_5_text',''),
(1603,26,'_images_5_text','field_5da37611d63a3'),
(1604,26,'images','10'),
(1605,26,'_images','field_5da375fcd63a1'),
(1606,117,'top_image','112'),
(1607,117,'_top_image','field_5da37587da91a'),
(1608,117,'images_0_image','113'),
(1609,117,'_images_0_image','field_5da37606d63a2'),
(1610,117,'images_0_text','<h3>Über 15 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(1611,117,'_images_0_text','field_5da37611d63a3'),
(1612,117,'images_1_image','114'),
(1613,117,'_images_1_image','field_5da37606d63a2'),
(1614,117,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Printmaschin 1<br />Printmaschin 2<br />Printmaschin 3<br />Printmaschin 4<br />Printmaschin 5</p>'),
(1615,117,'_images_1_text','field_5da37611d63a3'),
(1616,117,'images_2_image','115'),
(1617,117,'_images_2_image','field_5da37606d63a2'),
(1618,117,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1619,117,'_images_2_text','field_5da37611d63a3'),
(1620,117,'images_3_image','116'),
(1621,117,'_images_3_image','field_5da37606d63a2'),
(1622,117,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(1623,117,'_images_3_text','field_5da37611d63a3'),
(1624,117,'images_4_image','115'),
(1625,117,'_images_4_image','field_5da37606d63a2'),
(1626,117,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1627,117,'_images_4_text','field_5da37611d63a3'),
(1628,117,'images_5_image','116'),
(1629,117,'_images_5_image','field_5da37606d63a2'),
(1630,117,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(1631,117,'_images_5_text','field_5da37611d63a3'),
(1632,117,'images','6'),
(1633,117,'_images','field_5da375fcd63a1'),
(1643,119,'_edit_last','1'),
(1644,119,'_edit_lock','1589439249:1'),
(1672,127,'top_image','112'),
(1673,127,'_top_image','field_5da37587da91a'),
(1674,127,'images_0_image','113'),
(1675,127,'_images_0_image','field_5da37606d63a2'),
(1676,127,'images_0_text','<h3>Über 15 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(1677,127,'_images_0_text','field_5da37611d63a3'),
(1678,127,'images_1_image','114'),
(1679,127,'_images_1_image','field_5da37606d63a2'),
(1680,127,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Printmaschin 1<br />Printmaschin 2<br />Printmaschin 3<br />Printmaschin 4<br />Printmaschin 5</p>'),
(1681,127,'_images_1_text','field_5da37611d63a3'),
(1682,127,'images_2_image','115'),
(1683,127,'_images_2_image','field_5da37606d63a2'),
(1684,127,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1685,127,'_images_2_text','field_5da37611d63a3'),
(1686,127,'images_3_image','116'),
(1687,127,'_images_3_image','field_5da37606d63a2'),
(1688,127,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(1689,127,'_images_3_text','field_5da37611d63a3'),
(1690,127,'images_4_image','115'),
(1691,127,'_images_4_image','field_5da37606d63a2'),
(1692,127,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1693,127,'_images_4_text','field_5da37611d63a3'),
(1694,127,'images_5_image','116'),
(1695,127,'_images_5_image','field_5da37606d63a2'),
(1696,127,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(1697,127,'_images_5_text','field_5da37611d63a3'),
(1698,127,'images','6'),
(1699,127,'_images','field_5da375fcd63a1'),
(1700,128,'top_image','112'),
(1701,128,'_top_image','field_5da37587da91a'),
(1702,128,'images_0_image','113'),
(1703,128,'_images_0_image','field_5da37606d63a2'),
(1704,128,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(1705,128,'_images_0_text','field_5da37611d63a3'),
(1706,128,'images_1_image','114'),
(1707,128,'_images_1_image','field_5da37606d63a2'),
(1708,128,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Printmaschin 1<br />Printmaschin 2<br />Printmaschin 3<br />Printmaschin 4<br />Printmaschin 5</p>'),
(1709,128,'_images_1_text','field_5da37611d63a3'),
(1710,128,'images_2_image','115'),
(1711,128,'_images_2_image','field_5da37606d63a2'),
(1712,128,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1713,128,'_images_2_text','field_5da37611d63a3'),
(1714,128,'images_3_image','116'),
(1715,128,'_images_3_image','field_5da37606d63a2'),
(1716,128,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(1717,128,'_images_3_text','field_5da37611d63a3'),
(1718,128,'images_4_image','115'),
(1719,128,'_images_4_image','field_5da37606d63a2'),
(1720,128,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1721,128,'_images_4_text','field_5da37611d63a3'),
(1722,128,'images_5_image','116'),
(1723,128,'_images_5_image','field_5da37606d63a2'),
(1724,128,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(1725,128,'_images_5_text','field_5da37611d63a3'),
(1726,128,'images','6'),
(1727,128,'_images','field_5da375fcd63a1'),
(1728,129,'top_image','112'),
(1729,129,'_top_image','field_5da37587da91a'),
(1730,129,'images_0_image','116'),
(1731,129,'_images_0_image','field_5da37606d63a2'),
(1732,129,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(1733,129,'_images_0_text','field_5da37611d63a3'),
(1734,129,'images_1_image','113'),
(1735,129,'_images_1_image','field_5da37606d63a2'),
(1736,129,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(1737,129,'_images_1_text','field_5da37611d63a3'),
(1738,129,'images_2_image','115'),
(1739,129,'_images_2_image','field_5da37606d63a2'),
(1740,129,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1741,129,'_images_2_text','field_5da37611d63a3'),
(1742,129,'images_3_image','116'),
(1743,129,'_images_3_image','field_5da37606d63a2'),
(1744,129,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(1745,129,'_images_3_text','field_5da37611d63a3'),
(1746,129,'images_4_image','115'),
(1747,129,'_images_4_image','field_5da37606d63a2'),
(1748,129,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(1749,129,'_images_4_text','field_5da37611d63a3'),
(1750,129,'images_5_image','116'),
(1751,129,'_images_5_image','field_5da37606d63a2'),
(1752,129,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(1753,129,'_images_5_text','field_5da37611d63a3'),
(1754,129,'images','6'),
(1755,129,'_images','field_5da375fcd63a1'),
(1756,132,'_wp_attached_file','2019/10/slide.jpg'),
(1757,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:499;s:4:\"file\";s:17:\"2019/10/slide.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"slide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"slide-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"slide-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"slide-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"slide-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"slide-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1758,16,'top_slider_0_image','132'),
(1759,16,'_top_slider_0_image','field_5da409fc7f421'),
(1768,16,'top_slider','1'),
(1769,16,'_top_slider','field_5da409f17f420'),
(1770,133,'top_slider_0_image','132'),
(1771,133,'_top_slider_0_image','field_5da409fc7f421'),
(1772,133,'top_slider_1_image','132'),
(1773,133,'_top_slider_1_image','field_5da409fc7f421'),
(1774,133,'top_slider_2_image','132'),
(1775,133,'_top_slider_2_image','field_5da409fc7f421'),
(1776,133,'top_slider_3_image','132'),
(1777,133,'_top_slider_3_image','field_5da409fc7f421'),
(1778,133,'top_slider_4_image','132'),
(1779,133,'_top_slider_4_image','field_5da409fc7f421'),
(1780,133,'top_slider','5'),
(1781,133,'_top_slider','field_5da409f17f420'),
(1782,138,'_edit_last','1'),
(1783,138,'_edit_lock','1574162978:1'),
(1784,24,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(1785,24,'_text_blocks_0_text','field_5da4129f01b81'),
(1786,24,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(1787,24,'_text_blocks_1_text','field_5da4129f01b81'),
(1788,24,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(1789,24,'_text_blocks_2_text','field_5da4129f01b81'),
(1790,24,'text_blocks','3'),
(1791,24,'_text_blocks','field_5da4129501b80'),
(1792,24,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(1793,24,'_map_code_iframe','field_5da412baab421'),
(1794,24,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(1795,24,'_before_form_text','field_5da412d7ab422'),
(1796,143,'text_blocks_0_text','<h3>Kontakt</h3>\r\n<p><strong>Schriftehus GmbH</strong></p>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(1797,143,'_text_blocks_0_text','field_5da4129f01b81'),
(1798,143,'text_blocks_1_text','<h3>Öffnungszeiten</h3>\r\n<p><strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(1799,143,'_text_blocks_1_text','field_5da4129f01b81'),
(1800,143,'text_blocks_2_text','<h3>Anfahrt</h3>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(1801,143,'_text_blocks_2_text','field_5da4129f01b81'),
(1802,143,'text_blocks','3'),
(1803,143,'_text_blocks','field_5da4129501b80'),
(1804,143,'map_code_iframe',''),
(1805,143,'_map_code_iframe','field_5da412baab421'),
(1806,143,'before_form_text',''),
(1807,143,'_before_form_text','field_5da412d7ab422'),
(1808,144,'text_blocks_0_text','<h3>Kontakt</h3>\r\n<p><strong>Schriftehus GmbH</strong></p>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(1809,144,'_text_blocks_0_text','field_5da4129f01b81'),
(1810,144,'text_blocks_1_text','<h3>Öffnungszeiten</h3>\r\n<p><strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(1811,144,'_text_blocks_1_text','field_5da4129f01b81'),
(1812,144,'text_blocks_2_text','<h3>Anfahrt</h3>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(1813,144,'_text_blocks_2_text','field_5da4129f01b81'),
(1814,144,'text_blocks','3'),
(1815,144,'_text_blocks','field_5da4129501b80'),
(1816,144,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(1817,144,'_map_code_iframe','field_5da412baab421'),
(1818,144,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(1819,144,'_before_form_text','field_5da412d7ab422'),
(1874,150,'_menu_item_type','post_type'),
(1875,150,'_menu_item_menu_item_parent','44'),
(1876,150,'_menu_item_object_id','20'),
(1877,150,'_menu_item_object','page'),
(1878,150,'_menu_item_target',''),
(1879,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1880,150,'_menu_item_xfn',''),
(1881,150,'_menu_item_url',''),
(1883,151,'_menu_item_type','post_type'),
(1884,151,'_menu_item_menu_item_parent','44'),
(1885,151,'_menu_item_object_id','26'),
(1886,151,'_menu_item_object','page'),
(1887,151,'_menu_item_target',''),
(1888,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1889,151,'_menu_item_xfn',''),
(1890,151,'_menu_item_url',''),
(1965,158,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<p><strong>Schriftehus GmbH</strong></p>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(1966,158,'_text_blocks_0_text','field_5da4129f01b81'),
(1967,158,'text_blocks_1_text','<h3>Öffnungszeiten</h3>\r\n<p><strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(1968,158,'_text_blocks_1_text','field_5da4129f01b81'),
(1969,158,'text_blocks_2_text','<h3>Anfahrt</h3>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(1970,158,'_text_blocks_2_text','field_5da4129f01b81'),
(1971,158,'text_blocks','3'),
(1972,158,'_text_blocks','field_5da4129501b80'),
(1973,158,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(1974,158,'_map_code_iframe','field_5da412baab421'),
(1975,158,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(1976,158,'_before_form_text','field_5da412d7ab422'),
(1989,164,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<p><strong>Schriftehus GmbH</strong></p>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(1990,164,'_text_blocks_0_text','field_5da4129f01b81'),
(1991,164,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p><strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(1992,164,'_text_blocks_1_text','field_5da4129f01b81'),
(1993,164,'text_blocks_2_text','<h3>Anfahrt</h3>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(1994,164,'_text_blocks_2_text','field_5da4129f01b81'),
(1995,164,'text_blocks','3'),
(1996,164,'_text_blocks','field_5da4129501b80'),
(1997,164,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(1998,164,'_map_code_iframe','field_5da412baab421'),
(1999,164,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2000,164,'_before_form_text','field_5da412d7ab422'),
(2001,165,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2><strong>Schriftehus GmbH<h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2002,165,'_text_blocks_0_text','field_5da4129f01b81'),
(2003,165,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p><strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2004,165,'_text_blocks_1_text','field_5da4129f01b81'),
(2005,165,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2006,165,'_text_blocks_2_text','field_5da4129f01b81'),
(2007,165,'text_blocks','3'),
(2008,165,'_text_blocks','field_5da4129501b80'),
(2009,165,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2010,165,'_map_code_iframe','field_5da412baab421'),
(2011,165,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2012,165,'_before_form_text','field_5da412d7ab422'),
(2013,166,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH<h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2014,166,'_text_blocks_0_text','field_5da4129f01b81'),
(2015,166,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p></strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2016,166,'_text_blocks_1_text','field_5da4129f01b81'),
(2017,166,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2018,166,'_text_blocks_2_text','field_5da4129f01b81'),
(2019,166,'text_blocks','3'),
(2020,166,'_text_blocks','field_5da4129501b80'),
(2021,166,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2022,166,'_map_code_iframe','field_5da412baab421'),
(2023,166,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2024,166,'_before_form_text','field_5da412d7ab422'),
(2025,167,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH<h2>\r\n<p></strong>Bremgarterstrasse 94</strong></p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2026,167,'_text_blocks_0_text','field_5da4129f01b81'),
(2027,167,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p></strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2028,167,'_text_blocks_1_text','field_5da4129f01b81'),
(2029,167,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2030,167,'_text_blocks_2_text','field_5da4129f01b81'),
(2031,167,'text_blocks','3'),
(2032,167,'_text_blocks','field_5da4129501b80'),
(2033,167,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2034,167,'_map_code_iframe','field_5da412baab421'),
(2035,167,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2036,167,'_before_form_text','field_5da412d7ab422'),
(2037,168,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH<h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2038,168,'_text_blocks_0_text','field_5da4129f01b81'),
(2039,168,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p></strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Samstag geschlossen</strong></p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2040,168,'_text_blocks_1_text','field_5da4129f01b81'),
(2041,168,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2042,168,'_text_blocks_2_text','field_5da4129f01b81'),
(2043,168,'text_blocks','3'),
(2044,168,'_text_blocks','field_5da4129501b80'),
(2045,168,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2046,168,'_map_code_iframe','field_5da412baab421'),
(2047,168,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2048,168,'_before_form_text','field_5da412d7ab422'),
(2049,169,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH<h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2050,169,'_text_blocks_0_text','field_5da4129f01b81'),
(2051,169,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p></strong>Montag - Freitag</strong></p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2052,169,'_text_blocks_1_text','field_5da4129f01b81'),
(2053,169,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2054,169,'_text_blocks_2_text','field_5da4129f01b81'),
(2055,169,'text_blocks','3'),
(2056,169,'_text_blocks','field_5da4129501b80'),
(2057,169,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2058,169,'_map_code_iframe','field_5da412baab421'),
(2059,169,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2060,169,'_before_form_text','field_5da412d7ab422'),
(2061,170,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH<h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2062,170,'_text_blocks_0_text','field_5da4129f01b81'),
(2063,170,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2064,170,'_text_blocks_1_text','field_5da4129f01b81'),
(2065,170,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2066,170,'_text_blocks_2_text','field_5da4129f01b81'),
(2067,170,'text_blocks','3'),
(2068,170,'_text_blocks','field_5da4129501b80'),
(2069,170,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2070,170,'_map_code_iframe','field_5da412baab421'),
(2071,170,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2072,170,'_before_form_text','field_5da412d7ab422'),
(2073,171,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2074,171,'_text_blocks_0_text','field_5da4129f01b81'),
(2075,171,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2076,171,'_text_blocks_1_text','field_5da4129f01b81'),
(2077,171,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2078,171,'_text_blocks_2_text','field_5da4129f01b81'),
(2079,171,'text_blocks','3'),
(2080,171,'_text_blocks','field_5da4129501b80'),
(2081,171,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2082,171,'_map_code_iframe','field_5da412baab421'),
(2083,171,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2084,171,'_before_form_text','field_5da412d7ab422'),
(2085,172,'top_image','112'),
(2086,172,'_top_image','field_5da37587da91a'),
(2087,172,'images_0_image','116'),
(2088,172,'_images_0_image','field_5da37606d63a2'),
(2089,172,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(2090,172,'_images_0_text','field_5da37611d63a3'),
(2091,172,'images_1_image','113'),
(2092,172,'_images_1_image','field_5da37606d63a2'),
(2093,172,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(2094,172,'_images_1_text','field_5da37611d63a3'),
(2095,172,'images_2_image','115'),
(2096,172,'_images_2_image','field_5da37606d63a2'),
(2097,172,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2098,172,'_images_2_text','field_5da37611d63a3'),
(2099,172,'images_3_image','116'),
(2100,172,'_images_3_image','field_5da37606d63a2'),
(2101,172,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(2102,172,'_images_3_text','field_5da37611d63a3'),
(2103,172,'images_4_image','115'),
(2104,172,'_images_4_image','field_5da37606d63a2'),
(2105,172,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2106,172,'_images_4_text','field_5da37611d63a3'),
(2107,172,'images_5_image','116'),
(2108,172,'_images_5_image','field_5da37606d63a2'),
(2109,172,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(2110,172,'_images_5_text','field_5da37611d63a3'),
(2111,172,'images','6'),
(2112,172,'_images','field_5da375fcd63a1'),
(2113,173,'top_image','112'),
(2114,173,'_top_image','field_5da37587da91a'),
(2115,173,'images_0_image','116'),
(2116,173,'_images_0_image','field_5da37606d63a2'),
(2117,173,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(2118,173,'_images_0_text','field_5da37611d63a3'),
(2119,173,'images_1_image','113'),
(2120,173,'_images_1_image','field_5da37606d63a2'),
(2121,173,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(2122,173,'_images_1_text','field_5da37611d63a3'),
(2123,173,'images_2_image','115'),
(2124,173,'_images_2_image','field_5da37606d63a2'),
(2125,173,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2126,173,'_images_2_text','field_5da37611d63a3'),
(2127,173,'images_3_image','116'),
(2128,173,'_images_3_image','field_5da37606d63a2'),
(2129,173,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(2130,173,'_images_3_text','field_5da37611d63a3'),
(2131,173,'images_4_image','115'),
(2132,173,'_images_4_image','field_5da37606d63a2'),
(2133,173,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2134,173,'_images_4_text','field_5da37611d63a3'),
(2135,173,'images_5_image','116'),
(2136,173,'_images_5_image','field_5da37606d63a2'),
(2137,173,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(2138,173,'_images_5_text','field_5da37611d63a3'),
(2139,173,'images','6'),
(2140,173,'_images','field_5da375fcd63a1'),
(2141,174,'top_image','112'),
(2142,174,'_top_image','field_5da37587da91a'),
(2143,174,'images_0_image','116'),
(2144,174,'_images_0_image','field_5da37606d63a2'),
(2145,174,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(2146,174,'_images_0_text','field_5da37611d63a3'),
(2147,174,'images_1_image','113'),
(2148,174,'_images_1_image','field_5da37606d63a2'),
(2149,174,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(2150,174,'_images_1_text','field_5da37611d63a3'),
(2151,174,'images_2_image','115'),
(2152,174,'_images_2_image','field_5da37606d63a2'),
(2153,174,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2154,174,'_images_2_text','field_5da37611d63a3'),
(2155,174,'images_3_image','116'),
(2156,174,'_images_3_image','field_5da37606d63a2'),
(2157,174,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(2158,174,'_images_3_text','field_5da37611d63a3'),
(2159,174,'images_4_image','115'),
(2160,174,'_images_4_image','field_5da37606d63a2'),
(2161,174,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2162,174,'_images_4_text','field_5da37611d63a3'),
(2163,174,'images_5_image','116'),
(2164,174,'_images_5_image','field_5da37606d63a2'),
(2165,174,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(2166,174,'_images_5_text','field_5da37611d63a3'),
(2167,174,'images','6'),
(2168,174,'_images','field_5da375fcd63a1'),
(2169,175,'top_image','112'),
(2170,175,'_top_image','field_5da37587da91a'),
(2171,175,'images_0_image','116'),
(2172,175,'_images_0_image','field_5da37606d63a2'),
(2173,175,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(2174,175,'_images_0_text','field_5da37611d63a3'),
(2175,175,'images_1_image','113'),
(2176,175,'_images_1_image','field_5da37606d63a2'),
(2177,175,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(2178,175,'_images_1_text','field_5da37611d63a3'),
(2179,175,'images_2_image','115'),
(2180,175,'_images_2_image','field_5da37606d63a2'),
(2181,175,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2182,175,'_images_2_text','field_5da37611d63a3'),
(2183,175,'images_3_image','116'),
(2184,175,'_images_3_image','field_5da37606d63a2'),
(2185,175,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(2186,175,'_images_3_text','field_5da37611d63a3'),
(2187,175,'images_4_image','115'),
(2188,175,'_images_4_image','field_5da37606d63a2'),
(2189,175,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(2190,175,'_images_4_text','field_5da37611d63a3'),
(2191,175,'images_5_image','116'),
(2192,175,'_images_5_image','field_5da37606d63a2'),
(2193,175,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(2194,175,'_images_5_text','field_5da37611d63a3'),
(2195,175,'images','6'),
(2196,175,'_images','field_5da375fcd63a1'),
(2197,176,'top_image','75'),
(2198,176,'_top_image','field_5da359b267419'),
(2199,176,'team_group_0_team_title','Unser Team'),
(2200,176,'_team_group_0_team_title','field_5da359e55e8d3'),
(2201,176,'team_group_0_members','1'),
(2202,176,'_team_group_0_members','field_5da359ef5e8d4'),
(2203,176,'team_group','3'),
(2204,176,'_team_group','field_5da359d75e8d2'),
(2205,176,'team_group_0_members_0_photo','78'),
(2206,176,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(2207,176,'team_group_0_members_0_name','THOMAS HÖLLER'),
(2208,176,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(2209,176,'team_group_0_members_0_position','Inhaber'),
(2210,176,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(2211,176,'team_group_0_members_0_phone','056 633 53 16'),
(2212,176,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(2213,176,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(2214,176,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(2215,176,'team_group_1_team_title',''),
(2216,176,'_team_group_1_team_title','field_5da359e55e8d3'),
(2217,176,'team_group_1_members_0_photo','78'),
(2218,176,'_team_group_1_members_0_photo','field_5da35a0a5e8d5'),
(2219,176,'team_group_1_members_0_name','VORNAME<br />NACHNAME'),
(2220,176,'_team_group_1_members_0_name','field_5da35a135e8d6'),
(2221,176,'team_group_1_members_0_position','Inhaber'),
(2222,176,'_team_group_1_members_0_position','field_5da35a1c5e8d7'),
(2223,176,'team_group_1_members_0_phone','056 633 53 16'),
(2224,176,'_team_group_1_members_0_phone','field_5da35a2b5e8d8'),
(2225,176,'team_group_1_members_0_email','info@autobeschriftungen.ch'),
(2226,176,'_team_group_1_members_0_email','field_5da35a335e8d9'),
(2227,176,'team_group_1_members_1_photo','78'),
(2228,176,'_team_group_1_members_1_photo','field_5da35a0a5e8d5'),
(2229,176,'team_group_1_members_1_name','VORNAME NACHNAME'),
(2230,176,'_team_group_1_members_1_name','field_5da35a135e8d6'),
(2231,176,'team_group_1_members_1_position','Inhaber'),
(2232,176,'_team_group_1_members_1_position','field_5da35a1c5e8d7'),
(2233,176,'team_group_1_members_1_phone','056 633 53 16'),
(2234,176,'_team_group_1_members_1_phone','field_5da35a2b5e8d8'),
(2235,176,'team_group_1_members_1_email','info@autobeschriftungen.ch'),
(2236,176,'_team_group_1_members_1_email','field_5da35a335e8d9'),
(2237,176,'team_group_1_members_2_photo','78'),
(2238,176,'_team_group_1_members_2_photo','field_5da35a0a5e8d5'),
(2239,176,'team_group_1_members_2_name','VORNAME NACHNAME'),
(2240,176,'_team_group_1_members_2_name','field_5da35a135e8d6'),
(2241,176,'team_group_1_members_2_position','Inhaber'),
(2242,176,'_team_group_1_members_2_position','field_5da35a1c5e8d7'),
(2243,176,'team_group_1_members_2_phone','056 633 53 16'),
(2244,176,'_team_group_1_members_2_phone','field_5da35a2b5e8d8'),
(2245,176,'team_group_1_members_2_email','info@autobeschriftungen.ch'),
(2246,176,'_team_group_1_members_2_email','field_5da35a335e8d9'),
(2247,176,'team_group_1_members_3_photo','78'),
(2248,176,'_team_group_1_members_3_photo','field_5da35a0a5e8d5'),
(2249,176,'team_group_1_members_3_name','VORNAME NACHNAME'),
(2250,176,'_team_group_1_members_3_name','field_5da35a135e8d6'),
(2251,176,'team_group_1_members_3_position','Inhaber'),
(2252,176,'_team_group_1_members_3_position','field_5da35a1c5e8d7'),
(2253,176,'team_group_1_members_3_phone','056 633 53 16'),
(2254,176,'_team_group_1_members_3_phone','field_5da35a2b5e8d8'),
(2255,176,'team_group_1_members_3_email','info@autobeschriftungen.ch'),
(2256,176,'_team_group_1_members_3_email','field_5da35a335e8d9'),
(2257,176,'team_group_1_members','4'),
(2258,176,'_team_group_1_members','field_5da359ef5e8d4'),
(2259,176,'team_group_2_team_title',''),
(2260,176,'_team_group_2_team_title','field_5da359e55e8d3'),
(2261,176,'team_group_2_members_0_photo','78'),
(2262,176,'_team_group_2_members_0_photo','field_5da35a0a5e8d5'),
(2263,176,'team_group_2_members_0_name','VORNAME NACHNAME'),
(2264,176,'_team_group_2_members_0_name','field_5da35a135e8d6'),
(2265,176,'team_group_2_members_0_position','Inhaber'),
(2266,176,'_team_group_2_members_0_position','field_5da35a1c5e8d7'),
(2267,176,'team_group_2_members_0_phone','056 633 53 16'),
(2268,176,'_team_group_2_members_0_phone','field_5da35a2b5e8d8'),
(2269,176,'team_group_2_members_0_email','info@autobeschriftungen.ch'),
(2270,176,'_team_group_2_members_0_email','field_5da35a335e8d9'),
(2271,176,'team_group_2_members_1_photo','78'),
(2272,176,'_team_group_2_members_1_photo','field_5da35a0a5e8d5'),
(2273,176,'team_group_2_members_1_name','VORNAME NACHNAME'),
(2274,176,'_team_group_2_members_1_name','field_5da35a135e8d6'),
(2275,176,'team_group_2_members_1_position','Inhaber'),
(2276,176,'_team_group_2_members_1_position','field_5da35a1c5e8d7'),
(2277,176,'team_group_2_members_1_phone','056 633 53 16'),
(2278,176,'_team_group_2_members_1_phone','field_5da35a2b5e8d8'),
(2279,176,'team_group_2_members_1_email','info@autobeschriftungen.ch'),
(2280,176,'_team_group_2_members_1_email','field_5da35a335e8d9'),
(2281,176,'team_group_2_members_2_photo','78'),
(2282,176,'_team_group_2_members_2_photo','field_5da35a0a5e8d5'),
(2283,176,'team_group_2_members_2_name','VORNAME NACHNAME'),
(2284,176,'_team_group_2_members_2_name','field_5da35a135e8d6'),
(2285,176,'team_group_2_members_2_position','Inhaber'),
(2286,176,'_team_group_2_members_2_position','field_5da35a1c5e8d7'),
(2287,176,'team_group_2_members_2_phone','056 633 53 16'),
(2288,176,'_team_group_2_members_2_phone','field_5da35a2b5e8d8'),
(2289,176,'team_group_2_members_2_email','info@autobeschriftungen.ch'),
(2290,176,'_team_group_2_members_2_email','field_5da35a335e8d9'),
(2291,176,'team_group_2_members_3_photo','78'),
(2292,176,'_team_group_2_members_3_photo','field_5da35a0a5e8d5'),
(2293,176,'team_group_2_members_3_name','VORNAME NACHNAME'),
(2294,176,'_team_group_2_members_3_name','field_5da35a135e8d6'),
(2295,176,'team_group_2_members_3_position','Inhaber'),
(2296,176,'_team_group_2_members_3_position','field_5da35a1c5e8d7'),
(2297,176,'team_group_2_members_3_phone','056 633 53 16'),
(2298,176,'_team_group_2_members_3_phone','field_5da35a2b5e8d8'),
(2299,176,'team_group_2_members_3_email','info@autobeschriftungen.ch'),
(2300,176,'_team_group_2_members_3_email','field_5da35a335e8d9'),
(2301,176,'team_group_2_members','4'),
(2302,176,'_team_group_2_members','field_5da359ef5e8d4'),
(2303,177,'text_blocks_0_text','<h5>Kontakt</h5>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2304,177,'_text_blocks_0_text','field_5da4129f01b81'),
(2305,177,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2306,177,'_text_blocks_1_text','field_5da4129f01b81'),
(2307,177,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2308,177,'_text_blocks_2_text','field_5da4129f01b81'),
(2309,177,'text_blocks','3'),
(2310,177,'_text_blocks','field_5da4129501b80'),
(2311,177,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2312,177,'_map_code_iframe','field_5da412baab421'),
(2313,177,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2314,177,'_before_form_text','field_5da412d7ab422'),
(2315,178,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2316,178,'_text_blocks_0_text','field_5da4129f01b81'),
(2317,178,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<h5>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</h5>\r\n<h5>Vertreterbesuche nur nach telefonischer Vereinbarung.</h5>'),
(2318,178,'_text_blocks_1_text','field_5da4129f01b81'),
(2319,178,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2320,178,'_text_blocks_2_text','field_5da4129f01b81'),
(2321,178,'text_blocks','3'),
(2322,178,'_text_blocks','field_5da4129501b80'),
(2323,178,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2324,178,'_map_code_iframe','field_5da412baab421'),
(2325,178,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2326,178,'_before_form_text','field_5da412d7ab422'),
(2327,179,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2328,179,'_text_blocks_0_text','field_5da4129f01b81'),
(2329,179,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2330,179,'_text_blocks_1_text','field_5da4129f01b81'),
(2331,179,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<h5>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</h5>\r\n<h5><strong>Fahrplan: PDF Heinrüti</strong></h5>'),
(2332,179,'_text_blocks_2_text','field_5da4129f01b81'),
(2333,179,'text_blocks','3'),
(2334,179,'_text_blocks','field_5da4129501b80'),
(2335,179,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2336,179,'_map_code_iframe','field_5da412baab421'),
(2337,179,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2338,179,'_before_form_text','field_5da412d7ab422'),
(2353,181,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2354,181,'_text_blocks_0_text','field_5da4129f01b81'),
(2355,181,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2356,181,'_text_blocks_1_text','field_5da4129f01b81'),
(2357,181,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2358,181,'_text_blocks_2_text','field_5da4129f01b81'),
(2359,181,'text_blocks','3'),
(2360,181,'_text_blocks','field_5da4129501b80'),
(2361,181,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d121948.79155705932!2d30.608854555049934!3d50.413235623034495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sru!2sua!4v1570121816439!5m2!1sru!2sua\" width=\"100%\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2362,181,'_map_code_iframe','field_5da412baab421'),
(2363,181,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2364,181,'_before_form_text','field_5da412d7ab422'),
(2404,185,'_edit_last','1'),
(2405,185,'_edit_lock','1571239030:1'),
(2406,185,'_wp_page_template','page-test.php'),
(2407,190,'_menu_item_type','custom'),
(2408,190,'_menu_item_menu_item_parent','0'),
(2409,190,'_menu_item_object_id','190'),
(2410,190,'_menu_item_object','custom'),
(2411,190,'_menu_item_target',''),
(2412,190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2413,190,'_menu_item_xfn',''),
(2414,190,'_menu_item_url','http://flotten.webdress.site/beschriftungen/grafik/'),
(2416,191,'_menu_item_type','custom'),
(2417,191,'_menu_item_menu_item_parent','0'),
(2418,191,'_menu_item_object_id','191'),
(2419,191,'_menu_item_object','custom'),
(2420,191,'_menu_item_target',''),
(2421,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2422,191,'_menu_item_xfn',''),
(2423,191,'_menu_item_url','http://flotten.webdress.site/beschriftungen/werbekonzepte/'),
(2434,193,'_menu_item_type','custom'),
(2435,193,'_menu_item_menu_item_parent','0'),
(2436,193,'_menu_item_object_id','193'),
(2437,193,'_menu_item_object','custom'),
(2438,193,'_menu_item_target',''),
(2439,193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2440,193,'_menu_item_xfn',''),
(2441,193,'_menu_item_url','http://flotten.webdress.site/'),
(2443,194,'_menu_item_type','custom'),
(2444,194,'_menu_item_menu_item_parent','0'),
(2445,194,'_menu_item_object_id','194'),
(2446,194,'_menu_item_object','custom'),
(2447,194,'_menu_item_target',''),
(2448,194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2449,194,'_menu_item_xfn',''),
(2450,194,'_menu_item_url','http://flotten.webdress.site/'),
(2488,199,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2489,199,'_text_blocks_0_text','field_5da4129f01b81'),
(2490,199,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2491,199,'_text_blocks_1_text','field_5da4129f01b81'),
(2492,199,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2493,199,'_text_blocks_2_text','field_5da4129f01b81'),
(2494,199,'text_blocks','3'),
(2495,199,'_text_blocks','field_5da4129501b80'),
(2496,199,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2497,199,'_map_code_iframe','field_5da412baab421'),
(2498,199,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2499,199,'_before_form_text','field_5da412d7ab422'),
(2500,200,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2501,200,'_text_blocks_0_text','field_5da4129f01b81'),
(2502,200,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2503,200,'_text_blocks_1_text','field_5da4129f01b81'),
(2504,200,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle \" Widen Heinrüti \" < br>\r\nder BDWM somit können Sie bequem mit der S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2505,200,'_text_blocks_2_text','field_5da4129f01b81'),
(2506,200,'text_blocks','3'),
(2507,200,'_text_blocks','field_5da4129501b80'),
(2508,200,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2509,200,'_map_code_iframe','field_5da412baab421'),
(2510,200,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2511,200,'_before_form_text','field_5da412d7ab422'),
(2512,201,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2513,201,'_text_blocks_0_text','field_5da4129f01b81'),
(2514,201,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2515,201,'_text_blocks_1_text','field_5da4129f01b81'),
(2516,201,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle< br>\r\n \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der < br>\r\nS17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2517,201,'_text_blocks_2_text','field_5da4129f01b81'),
(2518,201,'text_blocks','3'),
(2519,201,'_text_blocks','field_5da4129501b80'),
(2520,201,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2521,201,'_map_code_iframe','field_5da412baab421'),
(2522,201,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2523,201,'_before_form_text','field_5da412d7ab422'),
(2524,202,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2525,202,'_text_blocks_0_text','field_5da4129f01b81'),
(2526,202,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2527,202,'_text_blocks_1_text','field_5da4129f01b81'),
(2528,202,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle< br>\r\n \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der < /br>\r\nS17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2529,202,'_text_blocks_2_text','field_5da4129f01b81'),
(2530,202,'text_blocks','3'),
(2531,202,'_text_blocks','field_5da4129501b80'),
(2532,202,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2533,202,'_map_code_iframe','field_5da412baab421'),
(2534,202,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2535,202,'_before_form_text','field_5da412d7ab422'),
(2536,203,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2537,203,'_text_blocks_0_text','field_5da4129f01b81'),
(2538,203,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2539,203,'_text_blocks_1_text','field_5da4129f01b81'),
(2540,203,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \" Widen Heinrüti \" der BDWM somit können Sie bequem mit der <br>\r\nS17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2541,203,'_text_blocks_2_text','field_5da4129f01b81'),
(2542,203,'text_blocks','3'),
(2543,203,'_text_blocks','field_5da4129501b80'),
(2544,203,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2545,203,'_map_code_iframe','field_5da412baab421'),
(2546,203,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2547,203,'_before_form_text','field_5da412d7ab422'),
(2548,204,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2549,204,'_text_blocks_0_text','field_5da4129f01b81'),
(2550,204,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2551,204,'_text_blocks_1_text','field_5da4129f01b81'),
(2552,204,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit der<br>\r\nS17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2553,204,'_text_blocks_2_text','field_5da4129f01b81'),
(2554,204,'text_blocks','3'),
(2555,204,'_text_blocks','field_5da4129501b80'),
(2556,204,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2557,204,'_map_code_iframe','field_5da412baab421'),
(2558,204,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2559,204,'_before_form_text','field_5da412d7ab422'),
(2560,205,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2561,205,'_text_blocks_0_text','field_5da4129f01b81'),
(2562,205,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2563,205,'_text_blocks_1_text','field_5da4129f01b81'),
(2564,205,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2565,205,'_text_blocks_2_text','field_5da4129f01b81'),
(2566,205,'text_blocks','3'),
(2567,205,'_text_blocks','field_5da4129501b80'),
(2568,205,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2569,205,'_map_code_iframe','field_5da412baab421'),
(2570,205,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit uns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern uns um Ihr Anliegen.</p>'),
(2571,205,'_before_form_text','field_5da412d7ab422'),
(2572,206,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Schriftehus GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 16</p>\r\n<p><a href=\"#\">info@autobeschriftungen.ch</a></p>'),
(2573,206,'_text_blocks_0_text','field_5da4129f01b81'),
(2574,206,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(2575,206,'_text_blocks_1_text','field_5da4129f01b81'),
(2576,206,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(2577,206,'_text_blocks_2_text','field_5da4129f01b81'),
(2578,206,'text_blocks','3'),
(2579,206,'_text_blocks','field_5da4129501b80'),
(2580,206,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(2581,206,'_map_code_iframe','field_5da412baab421'),
(2582,206,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(2583,206,'_before_form_text','field_5da412d7ab422'),
(2584,208,'_wp_attached_file','2019/10/111.jpg'),
(2585,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2019/10/111.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"111-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"111-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"111-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2590,211,'_menu_item_type','custom'),
(2591,211,'_menu_item_menu_item_parent','0'),
(2592,211,'_menu_item_object_id','211'),
(2593,211,'_menu_item_object','custom'),
(2594,211,'_menu_item_target',''),
(2595,211,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2596,211,'_menu_item_xfn',''),
(2597,211,'_menu_item_url','http://flotten.webdress.site/'),
(2599,212,'_menu_item_type','custom'),
(2600,212,'_menu_item_menu_item_parent','0'),
(2601,212,'_menu_item_object_id','212'),
(2602,212,'_menu_item_object','custom'),
(2603,212,'_menu_item_target',''),
(2604,212,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2605,212,'_menu_item_xfn',''),
(2606,212,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/lkw-beschriftungen/'),
(2608,213,'_menu_item_type','custom'),
(2609,213,'_menu_item_menu_item_parent','0'),
(2610,213,'_menu_item_object_id','213'),
(2611,213,'_menu_item_object','custom'),
(2612,213,'_menu_item_target',''),
(2613,213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2614,213,'_menu_item_xfn',''),
(2615,213,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/schaufensterbeschriftungen/'),
(2617,214,'_menu_item_type','custom'),
(2618,214,'_menu_item_menu_item_parent','0'),
(2619,214,'_menu_item_object_id','214'),
(2620,214,'_menu_item_object','custom'),
(2621,214,'_menu_item_target',''),
(2622,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2623,214,'_menu_item_xfn',''),
(2624,214,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/leuchtreklamen/'),
(2626,215,'_menu_item_type','custom'),
(2627,215,'_menu_item_menu_item_parent','0'),
(2628,215,'_menu_item_object_id','215'),
(2629,215,'_menu_item_object','custom'),
(2630,215,'_menu_item_target',''),
(2631,215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2632,215,'_menu_item_xfn',''),
(2633,215,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/glasdekor-sichtschutz/'),
(2635,216,'_menu_item_type','custom'),
(2636,216,'_menu_item_menu_item_parent','0'),
(2637,216,'_menu_item_object_id','216'),
(2638,216,'_menu_item_object','custom'),
(2639,216,'_menu_item_target',''),
(2640,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2641,216,'_menu_item_xfn',''),
(2642,216,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/teilfolierungen/'),
(2736,224,'top_image','1213'),
(2737,224,'_top_image','field_5da35291d8d87'),
(2738,224,'galleries','1'),
(2739,224,'_galleries','field_5da352e5d8d88'),
(2740,224,'galleries_0_gallery_title','TEILFOLIERUNGEN GALERIE '),
(2741,224,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(2742,224,'galleries_0_images_0_big_image','1377'),
(2743,224,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(2744,224,'galleries_0_images_0_thumbnail','1377'),
(2745,224,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(2746,224,'galleries_0_images_1_big_image','1318'),
(2747,224,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(2748,224,'galleries_0_images_1_thumbnail','1318'),
(2749,224,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(2750,224,'galleries_0_images_2_big_image','1241'),
(2751,224,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(2752,224,'galleries_0_images_2_thumbnail','1241'),
(2753,224,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(2754,224,'galleries_0_images_3_big_image','1236'),
(2755,224,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(2756,224,'galleries_0_images_3_thumbnail','1236'),
(2757,224,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(2758,224,'galleries_0_images','45'),
(2759,224,'_galleries_0_images','field_5da35357d8d8a'),
(2760,224,'galleries_0_images_0_image_desription','<h4>Mercedes AMG GLC Coupe 63S</h4>\r\n<strong>Fahrzeugmodell:</strong> Mercedes AMG GLC Coupe 63S</br>\r\n<strong>Folienfarbe: </strong>PWF Matt Sunflower Metallic</br><strong>Grundfarbe:</strong> Schwarz</br>\r\n<strong>Sontiges: </strong> Spezielle Linienführung ums Auto</br>\r\n</br>'),
(2761,224,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(2762,224,'galleries_0_images_1_image_desription','<h4>Mercedes</h4>\r\n<strong>Fahrzeugmodell:</strong> Mercedes </br>\r\n<strong>Folienfarbe: </strong></br><strong>Grundfarbe:</strong> </br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(2763,224,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(2764,224,'galleries_0_images_2_image_desription','<h4>Audi Q5</h4>\r\n<strong>Fahrzeugmodell:</strong> Audi Q5</br>\r\n<strong>Folienfarbe: </strong>Digitaldruck</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Spezielle Linienführung ums Auto</br>\r\n</br>'),
(2765,224,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(2766,224,'galleries_0_images_3_image_desription',''),
(2767,224,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(2769,224,'thumbnail','1099'),
(2770,224,'_thumbnail','field_5da370a29abce'),
(2771,224,'_dp_original','83'),
(2772,224,'_edit_lock','1585230840:1'),
(2809,229,'_menu_item_type','custom'),
(2810,229,'_menu_item_menu_item_parent','0'),
(2811,229,'_menu_item_object_id','229'),
(2812,229,'_menu_item_object','custom'),
(2813,229,'_menu_item_target',''),
(2814,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2815,229,'_menu_item_xfn',''),
(2816,229,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/abhol-und-lieferservice-von-fahrzeugen/'),
(2845,224,'_edit_last','1'),
(2846,233,'_menu_item_type','custom'),
(2847,233,'_menu_item_menu_item_parent','0'),
(2848,233,'_menu_item_object_id','233'),
(2849,233,'_menu_item_object','custom'),
(2850,233,'_menu_item_target',''),
(2851,233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2852,233,'_menu_item_xfn',''),
(2853,233,'_menu_item_url','http://flotten.webdress.site/dienstleistungen/schweizweiter-montageservice/'),
(2855,224,'_wp_old_slug','komplettfolierungen'),
(3062,244,'_menu_item_type','custom'),
(3063,244,'_menu_item_menu_item_parent','0'),
(3064,244,'_menu_item_object_id','244'),
(3065,244,'_menu_item_object','custom'),
(3066,244,'_menu_item_target',''),
(3067,244,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3068,244,'_menu_item_xfn',''),
(3069,244,'_menu_item_url','http://flotten.webdress.site/impressum-2/'),
(3080,246,'_menu_item_type','custom'),
(3081,246,'_menu_item_menu_item_parent','0'),
(3082,246,'_menu_item_object_id','246'),
(3083,246,'_menu_item_object','custom'),
(3084,246,'_menu_item_target',''),
(3085,246,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3086,246,'_menu_item_xfn',''),
(3087,246,'_menu_item_url','http://flotten.webdress.site/disclaimer/'),
(3089,247,'_menu_item_type','custom'),
(3090,247,'_menu_item_menu_item_parent','0'),
(3091,247,'_menu_item_object_id','247'),
(3092,247,'_menu_item_object','custom'),
(3093,247,'_menu_item_target',''),
(3094,247,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3095,247,'_menu_item_xfn',''),
(3096,247,'_menu_item_url','http://flotten.webdress.site/agbs/'),
(3349,273,'_wp_page_template','page-frontpage.php'),
(3350,273,'top_slider_0_image','132'),
(3351,273,'_top_slider_0_image','field_5da409fc7f421'),
(3352,273,'top_slider_1_image','132'),
(3353,273,'_top_slider_1_image','field_5da409fc7f421'),
(3354,273,'top_slider_2_image','132'),
(3355,273,'_top_slider_2_image','field_5da409fc7f421'),
(3356,273,'top_slider_3_image','132'),
(3357,273,'_top_slider_3_image','field_5da409fc7f421'),
(3358,273,'top_slider_4_image','132'),
(3359,273,'_top_slider_4_image','field_5da409fc7f421'),
(3360,273,'top_slider','5'),
(3361,273,'_top_slider','field_5da409f17f420'),
(3362,273,'_dp_original','16'),
(3363,273,'_edit_lock','1586605739:1'),
(3364,273,'_edit_last','1'),
(3365,274,'top_slider_0_image','132'),
(3366,274,'_top_slider_0_image','field_5da409fc7f421'),
(3367,274,'top_slider_1_image','132'),
(3368,274,'_top_slider_1_image','field_5da409fc7f421'),
(3369,274,'top_slider_2_image','132'),
(3370,274,'_top_slider_2_image','field_5da409fc7f421'),
(3371,274,'top_slider_3_image','132'),
(3372,274,'_top_slider_3_image','field_5da409fc7f421'),
(3373,274,'top_slider_4_image','132'),
(3374,274,'_top_slider_4_image','field_5da409fc7f421'),
(3375,274,'top_slider','5'),
(3376,274,'_top_slider','field_5da409f17f420'),
(3377,275,'top_slider_0_image','132'),
(3378,275,'_top_slider_0_image','field_5da409fc7f421'),
(3379,275,'top_slider_1_image','132'),
(3380,275,'_top_slider_1_image','field_5da409fc7f421'),
(3381,275,'top_slider_2_image','132'),
(3382,275,'_top_slider_2_image','field_5da409fc7f421'),
(3383,275,'top_slider_3_image','132'),
(3384,275,'_top_slider_3_image','field_5da409fc7f421'),
(3385,275,'top_slider_4_image','132'),
(3386,275,'_top_slider_4_image','field_5da409fc7f421'),
(3387,275,'top_slider','5'),
(3388,275,'_top_slider','field_5da409f17f420'),
(3389,276,'top_slider_0_image','132'),
(3390,276,'_top_slider_0_image','field_5da409fc7f421'),
(3391,276,'top_slider_1_image','132'),
(3392,276,'_top_slider_1_image','field_5da409fc7f421'),
(3393,276,'top_slider_2_image','132'),
(3394,276,'_top_slider_2_image','field_5da409fc7f421'),
(3395,276,'top_slider_3_image','132'),
(3396,276,'_top_slider_3_image','field_5da409fc7f421'),
(3397,276,'top_slider_4_image','132'),
(3398,276,'_top_slider_4_image','field_5da409fc7f421'),
(3399,276,'top_slider','5'),
(3400,276,'_top_slider','field_5da409f17f420'),
(3401,277,'top_slider_0_image','132'),
(3402,277,'_top_slider_0_image','field_5da409fc7f421'),
(3403,277,'top_slider_1_image','132'),
(3404,277,'_top_slider_1_image','field_5da409fc7f421'),
(3405,277,'top_slider_2_image','132'),
(3406,277,'_top_slider_2_image','field_5da409fc7f421'),
(3407,277,'top_slider_3_image','132'),
(3408,277,'_top_slider_3_image','field_5da409fc7f421'),
(3409,277,'top_slider_4_image','132'),
(3410,277,'_top_slider_4_image','field_5da409fc7f421'),
(3411,277,'top_slider','5'),
(3412,277,'_top_slider','field_5da409f17f420'),
(3413,278,'top_slider_0_image','132'),
(3414,278,'_top_slider_0_image','field_5da409fc7f421'),
(3415,278,'top_slider_1_image','132'),
(3416,278,'_top_slider_1_image','field_5da409fc7f421'),
(3417,278,'top_slider_2_image','132'),
(3418,278,'_top_slider_2_image','field_5da409fc7f421'),
(3419,278,'top_slider_3_image','132'),
(3420,278,'_top_slider_3_image','field_5da409fc7f421'),
(3421,278,'top_slider_4_image','132'),
(3422,278,'_top_slider_4_image','field_5da409fc7f421'),
(3423,278,'top_slider','5'),
(3424,278,'_top_slider','field_5da409f17f420'),
(3425,279,'top_slider_0_image','132'),
(3426,279,'_top_slider_0_image','field_5da409fc7f421'),
(3427,279,'top_slider_1_image','132'),
(3428,279,'_top_slider_1_image','field_5da409fc7f421'),
(3429,279,'top_slider_2_image','132'),
(3430,279,'_top_slider_2_image','field_5da409fc7f421'),
(3431,279,'top_slider_3_image','132'),
(3432,279,'_top_slider_3_image','field_5da409fc7f421'),
(3433,279,'top_slider_4_image','132'),
(3434,279,'_top_slider_4_image','field_5da409fc7f421'),
(3435,279,'top_slider','5'),
(3436,279,'_top_slider','field_5da409f17f420'),
(3440,282,'top_slider_0_image','132'),
(3441,282,'_top_slider_0_image','field_5da409fc7f421'),
(3442,282,'top_slider_1_image','132'),
(3443,282,'_top_slider_1_image','field_5da409fc7f421'),
(3444,282,'top_slider_2_image','132'),
(3445,282,'_top_slider_2_image','field_5da409fc7f421'),
(3446,282,'top_slider_3_image','132'),
(3447,282,'_top_slider_3_image','field_5da409fc7f421'),
(3448,282,'top_slider_4_image','132'),
(3449,282,'_top_slider_4_image','field_5da409fc7f421'),
(3450,282,'top_slider','5'),
(3451,282,'_top_slider','field_5da409f17f420'),
(3452,283,'top_slider_0_image','132'),
(3453,283,'_top_slider_0_image','field_5da409fc7f421'),
(3454,283,'top_slider_1_image','132'),
(3455,283,'_top_slider_1_image','field_5da409fc7f421'),
(3456,283,'top_slider_2_image','132'),
(3457,283,'_top_slider_2_image','field_5da409fc7f421'),
(3458,283,'top_slider_3_image','132'),
(3459,283,'_top_slider_3_image','field_5da409fc7f421'),
(3460,283,'top_slider_4_image','132'),
(3461,283,'_top_slider_4_image','field_5da409fc7f421'),
(3462,283,'top_slider','5'),
(3463,283,'_top_slider','field_5da409f17f420'),
(3522,84,'galleries_0_images_4_big_image','794'),
(3523,84,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(3524,84,'galleries_0_images_4_thumbnail','794'),
(3525,84,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(3526,84,'galleries_0_images_4_image_desription','<h4>Lackschutz</h4><p></p>'),
(3527,84,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(3528,84,'galleries_0_images_5_big_image','795'),
(3529,84,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(3530,84,'galleries_0_images_5_thumbnail','795'),
(3531,84,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(3532,84,'galleries_0_images_5_image_desription','<h4>Lackschutz</h4><p></p>'),
(3533,84,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(3574,32,'galleries_0_images_4_big_image','309'),
(3575,32,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(3576,32,'galleries_0_images_4_thumbnail','309'),
(3577,32,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(3578,32,'galleries_0_images_4_image_desription','<h4>Flotten</h4><p></p>'),
(3579,32,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(3614,325,'_edit_last','1'),
(3615,325,'_wp_page_template','default'),
(3616,325,'_edit_lock','1571399170:1'),
(3617,329,'_edit_last','1'),
(3618,329,'_wp_page_template','default'),
(3619,329,'_edit_lock','1571919628:1'),
(3620,331,'_edit_last','1'),
(3621,331,'_wp_page_template','page-gallery.php'),
(3622,331,'_edit_lock','1571480819:1'),
(3623,334,'_edit_last','1'),
(3624,334,'_edit_lock','1571375799:1'),
(3625,331,'gallery_images_0_image','432'),
(3626,331,'_gallery_images_0_image','field_5da935395e675'),
(3627,331,'gallery_images_0_description','MINI STYLE'),
(3628,331,'_gallery_images_0_description','field_5da935435e676'),
(3629,331,'gallery_images_1_image','431'),
(3630,331,'_gallery_images_1_image','field_5da935395e675'),
(3631,331,'gallery_images_1_description','MINI STYLE'),
(3632,331,'_gallery_images_1_description','field_5da935435e676'),
(3633,331,'gallery_images_2_image','430'),
(3634,331,'_gallery_images_2_image','field_5da935395e675'),
(3635,331,'gallery_images_2_description','MINI STYLE'),
(3636,331,'_gallery_images_2_description','field_5da935435e676'),
(3637,331,'gallery_images_3_image','429'),
(3638,331,'_gallery_images_3_image','field_5da935395e675'),
(3639,331,'gallery_images_3_description','MINI STYLE'),
(3640,331,'_gallery_images_3_description','field_5da935435e676'),
(3641,331,'gallery_images_4_image','428'),
(3642,331,'_gallery_images_4_image','field_5da935395e675'),
(3643,331,'gallery_images_4_description','MINI STYLE'),
(3644,331,'_gallery_images_4_description','field_5da935435e676'),
(3645,331,'gallery_images_5_image','427'),
(3646,331,'_gallery_images_5_image','field_5da935395e675'),
(3647,331,'gallery_images_5_description','MINI STYLE'),
(3648,331,'_gallery_images_5_description','field_5da935435e676'),
(3649,331,'gallery_images_6_image','426'),
(3650,331,'_gallery_images_6_image','field_5da935395e675'),
(3651,331,'gallery_images_6_description','MINI STYLE'),
(3652,331,'_gallery_images_6_description','field_5da935435e676'),
(3653,331,'gallery_images_7_image','425'),
(3654,331,'_gallery_images_7_image','field_5da935395e675'),
(3655,331,'gallery_images_7_description','MINI STYLE'),
(3656,331,'_gallery_images_7_description','field_5da935435e676'),
(3657,331,'gallery_images','27'),
(3658,331,'_gallery_images','field_5da935245e674'),
(3659,338,'gallery_images_0_image','56'),
(3660,338,'_gallery_images_0_image','field_5da935395e675'),
(3661,338,'gallery_images_0_description','MINI STYLE'),
(3662,338,'_gallery_images_0_description','field_5da935435e676'),
(3663,338,'gallery_images_1_image','57'),
(3664,338,'_gallery_images_1_image','field_5da935395e675'),
(3665,338,'gallery_images_1_description','MINI STYLE'),
(3666,338,'_gallery_images_1_description','field_5da935435e676'),
(3667,338,'gallery_images_2_image','58'),
(3668,338,'_gallery_images_2_image','field_5da935395e675'),
(3669,338,'gallery_images_2_description','MINI STYLE'),
(3670,338,'_gallery_images_2_description','field_5da935435e676'),
(3671,338,'gallery_images_3_image','59'),
(3672,338,'_gallery_images_3_image','field_5da935395e675'),
(3673,338,'gallery_images_3_description','MINI STYLE'),
(3674,338,'_gallery_images_3_description','field_5da935435e676'),
(3675,338,'gallery_images_4_image','60'),
(3676,338,'_gallery_images_4_image','field_5da935395e675'),
(3677,338,'gallery_images_4_description','MINI STYLE'),
(3678,338,'_gallery_images_4_description','field_5da935435e676'),
(3679,338,'gallery_images_5_image','61'),
(3680,338,'_gallery_images_5_image','field_5da935395e675'),
(3681,338,'gallery_images_5_description','MINI STYLE'),
(3682,338,'_gallery_images_5_description','field_5da935435e676'),
(3683,338,'gallery_images_6_image','62'),
(3684,338,'_gallery_images_6_image','field_5da935395e675'),
(3685,338,'gallery_images_6_description','MINI STYLE'),
(3686,338,'_gallery_images_6_description','field_5da935435e676'),
(3687,338,'gallery_images_7_image','63'),
(3688,338,'_gallery_images_7_image','field_5da935395e675'),
(3689,338,'gallery_images_7_description','MINI STYLE'),
(3690,338,'_gallery_images_7_description','field_5da935435e676'),
(3691,338,'gallery_images','8'),
(3692,338,'_gallery_images','field_5da935245e674'),
(3693,331,'gallery_images_0_thumbnail','432'),
(3694,331,'_gallery_images_0_thumbnail','field_5da93660e9ba1'),
(3695,331,'gallery_images_1_thumbnail','431'),
(3696,331,'_gallery_images_1_thumbnail','field_5da93660e9ba1'),
(3697,331,'gallery_images_2_thumbnail','430'),
(3698,331,'_gallery_images_2_thumbnail','field_5da93660e9ba1'),
(3699,331,'gallery_images_3_thumbnail','429'),
(3700,331,'_gallery_images_3_thumbnail','field_5da93660e9ba1'),
(3701,331,'gallery_images_4_thumbnail','428'),
(3702,331,'_gallery_images_4_thumbnail','field_5da93660e9ba1'),
(3703,331,'gallery_images_5_thumbnail','427'),
(3704,331,'_gallery_images_5_thumbnail','field_5da93660e9ba1'),
(3705,331,'gallery_images_6_thumbnail','426'),
(3706,331,'_gallery_images_6_thumbnail','field_5da93660e9ba1'),
(3707,331,'gallery_images_7_thumbnail','425'),
(3708,331,'_gallery_images_7_thumbnail','field_5da93660e9ba1'),
(3709,340,'gallery_images_0_image','56'),
(3710,340,'_gallery_images_0_image','field_5da935395e675'),
(3711,340,'gallery_images_0_description','MINI STYLE'),
(3712,340,'_gallery_images_0_description','field_5da935435e676'),
(3713,340,'gallery_images_1_image','57'),
(3714,340,'_gallery_images_1_image','field_5da935395e675'),
(3715,340,'gallery_images_1_description','MINI STYLE'),
(3716,340,'_gallery_images_1_description','field_5da935435e676'),
(3717,340,'gallery_images_2_image','58'),
(3718,340,'_gallery_images_2_image','field_5da935395e675'),
(3719,340,'gallery_images_2_description','MINI STYLE'),
(3720,340,'_gallery_images_2_description','field_5da935435e676'),
(3721,340,'gallery_images_3_image','59'),
(3722,340,'_gallery_images_3_image','field_5da935395e675'),
(3723,340,'gallery_images_3_description','MINI STYLE'),
(3724,340,'_gallery_images_3_description','field_5da935435e676'),
(3725,340,'gallery_images_4_image','60'),
(3726,340,'_gallery_images_4_image','field_5da935395e675'),
(3727,340,'gallery_images_4_description','MINI STYLE'),
(3728,340,'_gallery_images_4_description','field_5da935435e676'),
(3729,340,'gallery_images_5_image','61'),
(3730,340,'_gallery_images_5_image','field_5da935395e675'),
(3731,340,'gallery_images_5_description','MINI STYLE'),
(3732,340,'_gallery_images_5_description','field_5da935435e676'),
(3733,340,'gallery_images_6_image','62'),
(3734,340,'_gallery_images_6_image','field_5da935395e675'),
(3735,340,'gallery_images_6_description','MINI STYLE'),
(3736,340,'_gallery_images_6_description','field_5da935435e676'),
(3737,340,'gallery_images_7_image','63'),
(3738,340,'_gallery_images_7_image','field_5da935395e675'),
(3739,340,'gallery_images_7_description','MINI STYLE'),
(3740,340,'_gallery_images_7_description','field_5da935435e676'),
(3741,340,'gallery_images','8'),
(3742,340,'_gallery_images','field_5da935245e674'),
(3743,340,'gallery_images_0_thumbnail','56'),
(3744,340,'_gallery_images_0_thumbnail','field_5da93660e9ba1'),
(3745,340,'gallery_images_1_thumbnail','57'),
(3746,340,'_gallery_images_1_thumbnail','field_5da93660e9ba1'),
(3747,340,'gallery_images_2_thumbnail','58'),
(3748,340,'_gallery_images_2_thumbnail','field_5da93660e9ba1'),
(3749,340,'gallery_images_3_thumbnail','59'),
(3750,340,'_gallery_images_3_thumbnail','field_5da93660e9ba1'),
(3751,340,'gallery_images_4_thumbnail','60'),
(3752,340,'_gallery_images_4_thumbnail','field_5da93660e9ba1'),
(3753,340,'gallery_images_5_thumbnail','96'),
(3754,340,'_gallery_images_5_thumbnail','field_5da93660e9ba1'),
(3755,340,'gallery_images_6_thumbnail','62'),
(3756,340,'_gallery_images_6_thumbnail','field_5da93660e9ba1'),
(3757,340,'gallery_images_7_thumbnail','63'),
(3758,340,'_gallery_images_7_thumbnail','field_5da93660e9ba1'),
(3759,341,'gallery_images_0_image','56'),
(3760,341,'_gallery_images_0_image','field_5da935395e675'),
(3761,341,'gallery_images_0_description','MINI STYLE'),
(3762,341,'_gallery_images_0_description','field_5da935435e676'),
(3763,341,'gallery_images_1_image','57'),
(3764,341,'_gallery_images_1_image','field_5da935395e675'),
(3765,341,'gallery_images_1_description','MINI STYLE'),
(3766,341,'_gallery_images_1_description','field_5da935435e676'),
(3767,341,'gallery_images_2_image','58'),
(3768,341,'_gallery_images_2_image','field_5da935395e675'),
(3769,341,'gallery_images_2_description','MINI STYLE'),
(3770,341,'_gallery_images_2_description','field_5da935435e676'),
(3771,341,'gallery_images_3_image','59'),
(3772,341,'_gallery_images_3_image','field_5da935395e675'),
(3773,341,'gallery_images_3_description','MINI STYLE'),
(3774,341,'_gallery_images_3_description','field_5da935435e676'),
(3775,341,'gallery_images_4_image','60'),
(3776,341,'_gallery_images_4_image','field_5da935395e675'),
(3777,341,'gallery_images_4_description','MINI STYLE'),
(3778,341,'_gallery_images_4_description','field_5da935435e676'),
(3779,341,'gallery_images_5_image','61'),
(3780,341,'_gallery_images_5_image','field_5da935395e675'),
(3781,341,'gallery_images_5_description','MINI STYLE'),
(3782,341,'_gallery_images_5_description','field_5da935435e676'),
(3783,341,'gallery_images_6_image','62'),
(3784,341,'_gallery_images_6_image','field_5da935395e675'),
(3785,341,'gallery_images_6_description','MINI STYLE'),
(3786,341,'_gallery_images_6_description','field_5da935435e676'),
(3787,341,'gallery_images_7_image','63'),
(3788,341,'_gallery_images_7_image','field_5da935395e675'),
(3789,341,'gallery_images_7_description','MINI STYLE'),
(3790,341,'_gallery_images_7_description','field_5da935435e676'),
(3791,341,'gallery_images','8'),
(3792,341,'_gallery_images','field_5da935245e674'),
(3793,341,'gallery_images_0_thumbnail','56'),
(3794,341,'_gallery_images_0_thumbnail','field_5da93660e9ba1'),
(3795,341,'gallery_images_1_thumbnail','57'),
(3796,341,'_gallery_images_1_thumbnail','field_5da93660e9ba1'),
(3797,341,'gallery_images_2_thumbnail','58'),
(3798,341,'_gallery_images_2_thumbnail','field_5da93660e9ba1'),
(3799,341,'gallery_images_3_thumbnail','59'),
(3800,341,'_gallery_images_3_thumbnail','field_5da93660e9ba1'),
(3801,341,'gallery_images_4_thumbnail','60'),
(3802,341,'_gallery_images_4_thumbnail','field_5da93660e9ba1'),
(3803,341,'gallery_images_5_thumbnail','61'),
(3804,341,'_gallery_images_5_thumbnail','field_5da93660e9ba1'),
(3805,341,'gallery_images_6_thumbnail','62'),
(3806,341,'_gallery_images_6_thumbnail','field_5da93660e9ba1'),
(3807,341,'gallery_images_7_thumbnail','63'),
(3808,341,'_gallery_images_7_thumbnail','field_5da93660e9ba1'),
(3818,89,'show_on_frontpage','0'),
(3819,89,'_show_on_frontpage','field_5da93c5e5c418'),
(3822,87,'show_on_frontpage','0'),
(3823,87,'_show_on_frontpage','field_5da93c5e5c418'),
(3828,84,'show_on_frontpage','1'),
(3829,84,'_show_on_frontpage','field_5da93c5e5c418'),
(3830,32,'show_on_frontpage','0'),
(3831,32,'_show_on_frontpage','field_5da93c5e5c418'),
(3832,83,'show_on_frontpage','0'),
(3833,83,'_show_on_frontpage','field_5da93c5e5c418'),
(3834,345,'_wp_page_template','default'),
(3835,345,'_dp_original','325'),
(3836,345,'_edit_lock','1571400688:1'),
(3837,345,'_edit_last','1'),
(3856,349,'_menu_item_type','post_type'),
(3857,349,'_menu_item_menu_item_parent','44'),
(3858,349,'_menu_item_object_id','345'),
(3859,349,'_menu_item_object','page'),
(3860,349,'_menu_item_target',''),
(3861,349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3862,349,'_menu_item_xfn',''),
(3863,349,'_menu_item_url',''),
(3865,350,'_menu_item_type','post_type'),
(3866,350,'_menu_item_menu_item_parent','44'),
(3867,350,'_menu_item_object_id','329'),
(3868,350,'_menu_item_object','page'),
(3869,350,'_menu_item_target',''),
(3870,350,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3871,350,'_menu_item_xfn',''),
(3872,350,'_menu_item_url',''),
(3874,351,'_wp_page_template','default'),
(3876,351,'_dp_original','345'),
(3877,351,'_edit_lock','1575476046:1'),
(3878,351,'_edit_last','1'),
(3879,355,'_wp_page_template','default'),
(3881,355,'_dp_original','351'),
(3882,355,'_edit_lock','1577434506:1'),
(3883,355,'_edit_last','1'),
(3893,360,'_menu_item_type','post_type'),
(3894,360,'_menu_item_menu_item_parent','44'),
(3895,360,'_menu_item_object_id','351'),
(3896,360,'_menu_item_object','page'),
(3897,360,'_menu_item_target',''),
(3898,360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3899,360,'_menu_item_xfn',''),
(3900,360,'_menu_item_url',''),
(4044,331,'gallery_images_8_image','424'),
(4045,331,'_gallery_images_8_image','field_5da935395e675'),
(4046,331,'gallery_images_8_thumbnail','424'),
(4047,331,'_gallery_images_8_thumbnail','field_5da93660e9ba1'),
(4048,331,'gallery_images_8_description','MINI STYLE'),
(4049,331,'_gallery_images_8_description','field_5da935435e676'),
(4050,331,'gallery_images_9_image','423'),
(4051,331,'_gallery_images_9_image','field_5da935395e675'),
(4052,331,'gallery_images_9_thumbnail','423'),
(4053,331,'_gallery_images_9_thumbnail','field_5da93660e9ba1'),
(4054,331,'gallery_images_9_description','MINI STYLE'),
(4055,331,'_gallery_images_9_description','field_5da935435e676'),
(4056,331,'gallery_images_10_image','422'),
(4057,331,'_gallery_images_10_image','field_5da935395e675'),
(4058,331,'gallery_images_10_thumbnail','422'),
(4059,331,'_gallery_images_10_thumbnail','field_5da93660e9ba1'),
(4060,331,'gallery_images_10_description','MINI STYLE'),
(4061,331,'_gallery_images_10_description','field_5da935435e676'),
(4062,331,'gallery_images_11_image','419'),
(4063,331,'_gallery_images_11_image','field_5da935395e675'),
(4064,331,'gallery_images_11_thumbnail','419'),
(4065,331,'_gallery_images_11_thumbnail','field_5da93660e9ba1'),
(4066,331,'gallery_images_11_description','MINI STYLE'),
(4067,331,'_gallery_images_11_description','field_5da935435e676'),
(4068,331,'gallery_images_12_image','417'),
(4069,331,'_gallery_images_12_image','field_5da935395e675'),
(4070,331,'gallery_images_12_thumbnail','417'),
(4071,331,'_gallery_images_12_thumbnail','field_5da93660e9ba1'),
(4072,331,'gallery_images_12_description','MINI STYLE'),
(4073,331,'_gallery_images_12_description','field_5da935435e676'),
(4074,331,'gallery_images_13_image','415'),
(4075,331,'_gallery_images_13_image','field_5da935395e675'),
(4076,331,'gallery_images_13_thumbnail','415'),
(4077,331,'_gallery_images_13_thumbnail','field_5da93660e9ba1'),
(4078,331,'gallery_images_13_description','MINI STYLE'),
(4079,331,'_gallery_images_13_description','field_5da935435e676'),
(4080,331,'gallery_images_14_image','413'),
(4081,331,'_gallery_images_14_image','field_5da935395e675'),
(4082,331,'gallery_images_14_thumbnail','413'),
(4083,331,'_gallery_images_14_thumbnail','field_5da93660e9ba1'),
(4084,331,'gallery_images_14_description','MINI STYLE'),
(4085,331,'_gallery_images_14_description','field_5da935435e676'),
(4086,331,'gallery_images_15_image','411'),
(4087,331,'_gallery_images_15_image','field_5da935395e675'),
(4088,331,'gallery_images_15_thumbnail','411'),
(4089,331,'_gallery_images_15_thumbnail','field_5da93660e9ba1'),
(4090,331,'gallery_images_15_description','MINI STYLE'),
(4091,331,'_gallery_images_15_description','field_5da935435e676'),
(4092,331,'gallery_images_16_image','410'),
(4093,331,'_gallery_images_16_image','field_5da935395e675'),
(4094,331,'gallery_images_16_thumbnail','410'),
(4095,331,'_gallery_images_16_thumbnail','field_5da93660e9ba1'),
(4096,331,'gallery_images_16_description','MINI STYLE'),
(4097,331,'_gallery_images_16_description','field_5da935435e676'),
(4098,331,'gallery_images_17_image','407'),
(4099,331,'_gallery_images_17_image','field_5da935395e675'),
(4100,331,'gallery_images_17_thumbnail','407'),
(4101,331,'_gallery_images_17_thumbnail','field_5da93660e9ba1'),
(4102,331,'gallery_images_17_description','MINI STYLE'),
(4103,331,'_gallery_images_17_description','field_5da935435e676'),
(4104,331,'gallery_images_18_image','405'),
(4105,331,'_gallery_images_18_image','field_5da935395e675'),
(4106,331,'gallery_images_18_thumbnail','405'),
(4107,331,'_gallery_images_18_thumbnail','field_5da93660e9ba1'),
(4108,331,'gallery_images_18_description','MINI STYLE'),
(4109,331,'_gallery_images_18_description','field_5da935435e676'),
(4110,331,'gallery_images_19_image','403'),
(4111,331,'_gallery_images_19_image','field_5da935395e675'),
(4112,331,'gallery_images_19_thumbnail','403'),
(4113,331,'_gallery_images_19_thumbnail','field_5da93660e9ba1'),
(4114,331,'gallery_images_19_description','MINI STYLE'),
(4115,331,'_gallery_images_19_description','field_5da935435e676'),
(4116,331,'gallery_images_20_image','401'),
(4117,331,'_gallery_images_20_image','field_5da935395e675'),
(4118,331,'gallery_images_20_thumbnail','401'),
(4119,331,'_gallery_images_20_thumbnail','field_5da93660e9ba1'),
(4120,331,'gallery_images_20_description','MINI STYLE'),
(4121,331,'_gallery_images_20_description','field_5da935435e676'),
(4122,331,'gallery_images_21_image','399'),
(4123,331,'_gallery_images_21_image','field_5da935395e675'),
(4124,331,'gallery_images_21_thumbnail','399'),
(4125,331,'_gallery_images_21_thumbnail','field_5da93660e9ba1'),
(4126,331,'gallery_images_21_description','MINI STYLE'),
(4127,331,'_gallery_images_21_description','field_5da935435e676'),
(4128,331,'gallery_images_22_image','397'),
(4129,331,'_gallery_images_22_image','field_5da935395e675'),
(4130,331,'gallery_images_22_thumbnail','397'),
(4131,331,'_gallery_images_22_thumbnail','field_5da93660e9ba1'),
(4132,331,'gallery_images_22_description','MINI STYLE'),
(4133,331,'_gallery_images_22_description','field_5da935435e676'),
(4134,331,'gallery_images_23_image','395'),
(4135,331,'_gallery_images_23_image','field_5da935395e675'),
(4136,331,'gallery_images_23_thumbnail','395'),
(4137,331,'_gallery_images_23_thumbnail','field_5da93660e9ba1'),
(4138,331,'gallery_images_23_description','MINI STYLE'),
(4139,331,'_gallery_images_23_description','field_5da935435e676'),
(4140,331,'gallery_images_24_image','393'),
(4141,331,'_gallery_images_24_image','field_5da935395e675'),
(4142,331,'gallery_images_24_thumbnail','393'),
(4143,331,'_gallery_images_24_thumbnail','field_5da93660e9ba1'),
(4144,331,'gallery_images_24_description','MINI STYLE'),
(4145,331,'_gallery_images_24_description','field_5da935435e676'),
(4146,331,'gallery_images_25_image','392'),
(4147,331,'_gallery_images_25_image','field_5da935395e675'),
(4148,331,'gallery_images_25_thumbnail','392'),
(4149,331,'_gallery_images_25_thumbnail','field_5da93660e9ba1'),
(4150,331,'gallery_images_25_description','MINI STYLE'),
(4151,331,'_gallery_images_25_description','field_5da935435e676'),
(4152,331,'gallery_images_26_image','389'),
(4153,331,'_gallery_images_26_image','field_5da935395e675'),
(4154,331,'gallery_images_26_thumbnail','389'),
(4155,331,'_gallery_images_26_thumbnail','field_5da93660e9ba1'),
(4156,331,'gallery_images_26_description','MINI STYLE'),
(4157,331,'_gallery_images_26_description','field_5da935435e676'),
(4158,433,'gallery_images_0_image','432'),
(4159,433,'_gallery_images_0_image','field_5da935395e675'),
(4160,433,'gallery_images_0_description','MINI STYLE'),
(4161,433,'_gallery_images_0_description','field_5da935435e676'),
(4162,433,'gallery_images_1_image','431'),
(4163,433,'_gallery_images_1_image','field_5da935395e675'),
(4164,433,'gallery_images_1_description','MINI STYLE'),
(4165,433,'_gallery_images_1_description','field_5da935435e676'),
(4166,433,'gallery_images_2_image','430'),
(4167,433,'_gallery_images_2_image','field_5da935395e675'),
(4168,433,'gallery_images_2_description','MINI STYLE'),
(4169,433,'_gallery_images_2_description','field_5da935435e676'),
(4170,433,'gallery_images_3_image','429'),
(4171,433,'_gallery_images_3_image','field_5da935395e675'),
(4172,433,'gallery_images_3_description','MINI STYLE'),
(4173,433,'_gallery_images_3_description','field_5da935435e676'),
(4174,433,'gallery_images_4_image','428'),
(4175,433,'_gallery_images_4_image','field_5da935395e675'),
(4176,433,'gallery_images_4_description','MINI STYLE'),
(4177,433,'_gallery_images_4_description','field_5da935435e676'),
(4178,433,'gallery_images_5_image','427'),
(4179,433,'_gallery_images_5_image','field_5da935395e675'),
(4180,433,'gallery_images_5_description','MINI STYLE'),
(4181,433,'_gallery_images_5_description','field_5da935435e676'),
(4182,433,'gallery_images_6_image','426'),
(4183,433,'_gallery_images_6_image','field_5da935395e675'),
(4184,433,'gallery_images_6_description','MINI STYLE'),
(4185,433,'_gallery_images_6_description','field_5da935435e676'),
(4186,433,'gallery_images_7_image','425'),
(4187,433,'_gallery_images_7_image','field_5da935395e675'),
(4188,433,'gallery_images_7_description','MINI STYLE'),
(4189,433,'_gallery_images_7_description','field_5da935435e676'),
(4190,433,'gallery_images','27'),
(4191,433,'_gallery_images','field_5da935245e674'),
(4192,433,'gallery_images_0_thumbnail','432'),
(4193,433,'_gallery_images_0_thumbnail','field_5da93660e9ba1'),
(4194,433,'gallery_images_1_thumbnail','431'),
(4195,433,'_gallery_images_1_thumbnail','field_5da93660e9ba1'),
(4196,433,'gallery_images_2_thumbnail','430'),
(4197,433,'_gallery_images_2_thumbnail','field_5da93660e9ba1'),
(4198,433,'gallery_images_3_thumbnail','429'),
(4199,433,'_gallery_images_3_thumbnail','field_5da93660e9ba1'),
(4200,433,'gallery_images_4_thumbnail','428'),
(4201,433,'_gallery_images_4_thumbnail','field_5da93660e9ba1'),
(4202,433,'gallery_images_5_thumbnail','427'),
(4203,433,'_gallery_images_5_thumbnail','field_5da93660e9ba1'),
(4204,433,'gallery_images_6_thumbnail','426'),
(4205,433,'_gallery_images_6_thumbnail','field_5da93660e9ba1'),
(4206,433,'gallery_images_7_thumbnail','425'),
(4207,433,'_gallery_images_7_thumbnail','field_5da93660e9ba1'),
(4208,433,'gallery_images_8_image','424'),
(4209,433,'_gallery_images_8_image','field_5da935395e675'),
(4210,433,'gallery_images_8_thumbnail','424'),
(4211,433,'_gallery_images_8_thumbnail','field_5da93660e9ba1'),
(4212,433,'gallery_images_8_description',''),
(4213,433,'_gallery_images_8_description','field_5da935435e676'),
(4214,433,'gallery_images_9_image','423'),
(4215,433,'_gallery_images_9_image','field_5da935395e675'),
(4216,433,'gallery_images_9_thumbnail','423'),
(4217,433,'_gallery_images_9_thumbnail','field_5da93660e9ba1'),
(4218,433,'gallery_images_9_description',''),
(4219,433,'_gallery_images_9_description','field_5da935435e676'),
(4220,433,'gallery_images_10_image','422'),
(4221,433,'_gallery_images_10_image','field_5da935395e675'),
(4222,433,'gallery_images_10_thumbnail','422'),
(4223,433,'_gallery_images_10_thumbnail','field_5da93660e9ba1'),
(4224,433,'gallery_images_10_description',''),
(4225,433,'_gallery_images_10_description','field_5da935435e676'),
(4226,433,'gallery_images_11_image','419'),
(4227,433,'_gallery_images_11_image','field_5da935395e675'),
(4228,433,'gallery_images_11_thumbnail','419'),
(4229,433,'_gallery_images_11_thumbnail','field_5da93660e9ba1'),
(4230,433,'gallery_images_11_description',''),
(4231,433,'_gallery_images_11_description','field_5da935435e676'),
(4232,433,'gallery_images_12_image','417'),
(4233,433,'_gallery_images_12_image','field_5da935395e675'),
(4234,433,'gallery_images_12_thumbnail','417'),
(4235,433,'_gallery_images_12_thumbnail','field_5da93660e9ba1'),
(4236,433,'gallery_images_12_description',''),
(4237,433,'_gallery_images_12_description','field_5da935435e676'),
(4238,433,'gallery_images_13_image','415'),
(4239,433,'_gallery_images_13_image','field_5da935395e675'),
(4240,433,'gallery_images_13_thumbnail','415'),
(4241,433,'_gallery_images_13_thumbnail','field_5da93660e9ba1'),
(4242,433,'gallery_images_13_description',''),
(4243,433,'_gallery_images_13_description','field_5da935435e676'),
(4244,433,'gallery_images_14_image','413'),
(4245,433,'_gallery_images_14_image','field_5da935395e675'),
(4246,433,'gallery_images_14_thumbnail','413'),
(4247,433,'_gallery_images_14_thumbnail','field_5da93660e9ba1'),
(4248,433,'gallery_images_14_description',''),
(4249,433,'_gallery_images_14_description','field_5da935435e676'),
(4250,433,'gallery_images_15_image','411'),
(4251,433,'_gallery_images_15_image','field_5da935395e675'),
(4252,433,'gallery_images_15_thumbnail','411'),
(4253,433,'_gallery_images_15_thumbnail','field_5da93660e9ba1'),
(4254,433,'gallery_images_15_description',''),
(4255,433,'_gallery_images_15_description','field_5da935435e676'),
(4256,433,'gallery_images_16_image','410'),
(4257,433,'_gallery_images_16_image','field_5da935395e675'),
(4258,433,'gallery_images_16_thumbnail','410'),
(4259,433,'_gallery_images_16_thumbnail','field_5da93660e9ba1'),
(4260,433,'gallery_images_16_description',''),
(4261,433,'_gallery_images_16_description','field_5da935435e676'),
(4262,433,'gallery_images_17_image','407'),
(4263,433,'_gallery_images_17_image','field_5da935395e675'),
(4264,433,'gallery_images_17_thumbnail','407'),
(4265,433,'_gallery_images_17_thumbnail','field_5da93660e9ba1'),
(4266,433,'gallery_images_17_description',''),
(4267,433,'_gallery_images_17_description','field_5da935435e676'),
(4268,433,'gallery_images_18_image','405'),
(4269,433,'_gallery_images_18_image','field_5da935395e675'),
(4270,433,'gallery_images_18_thumbnail','405'),
(4271,433,'_gallery_images_18_thumbnail','field_5da93660e9ba1'),
(4272,433,'gallery_images_18_description',''),
(4273,433,'_gallery_images_18_description','field_5da935435e676'),
(4274,433,'gallery_images_19_image','403'),
(4275,433,'_gallery_images_19_image','field_5da935395e675'),
(4276,433,'gallery_images_19_thumbnail','403'),
(4277,433,'_gallery_images_19_thumbnail','field_5da93660e9ba1'),
(4278,433,'gallery_images_19_description',''),
(4279,433,'_gallery_images_19_description','field_5da935435e676'),
(4280,433,'gallery_images_20_image','401'),
(4281,433,'_gallery_images_20_image','field_5da935395e675'),
(4282,433,'gallery_images_20_thumbnail','401'),
(4283,433,'_gallery_images_20_thumbnail','field_5da93660e9ba1'),
(4284,433,'gallery_images_20_description',''),
(4285,433,'_gallery_images_20_description','field_5da935435e676'),
(4286,433,'gallery_images_21_image','399'),
(4287,433,'_gallery_images_21_image','field_5da935395e675'),
(4288,433,'gallery_images_21_thumbnail','399'),
(4289,433,'_gallery_images_21_thumbnail','field_5da93660e9ba1'),
(4290,433,'gallery_images_21_description',''),
(4291,433,'_gallery_images_21_description','field_5da935435e676'),
(4292,433,'gallery_images_22_image','397'),
(4293,433,'_gallery_images_22_image','field_5da935395e675'),
(4294,433,'gallery_images_22_thumbnail','397'),
(4295,433,'_gallery_images_22_thumbnail','field_5da93660e9ba1'),
(4296,433,'gallery_images_22_description',''),
(4297,433,'_gallery_images_22_description','field_5da935435e676'),
(4298,433,'gallery_images_23_image','395'),
(4299,433,'_gallery_images_23_image','field_5da935395e675'),
(4300,433,'gallery_images_23_thumbnail','395'),
(4301,433,'_gallery_images_23_thumbnail','field_5da93660e9ba1'),
(4302,433,'gallery_images_23_description',''),
(4303,433,'_gallery_images_23_description','field_5da935435e676'),
(4304,433,'gallery_images_24_image','393'),
(4305,433,'_gallery_images_24_image','field_5da935395e675'),
(4306,433,'gallery_images_24_thumbnail','393'),
(4307,433,'_gallery_images_24_thumbnail','field_5da93660e9ba1'),
(4308,433,'gallery_images_24_description',''),
(4309,433,'_gallery_images_24_description','field_5da935435e676'),
(4310,433,'gallery_images_25_image','392'),
(4311,433,'_gallery_images_25_image','field_5da935395e675'),
(4312,433,'gallery_images_25_thumbnail','392'),
(4313,433,'_gallery_images_25_thumbnail','field_5da93660e9ba1'),
(4314,433,'gallery_images_25_description',''),
(4315,433,'_gallery_images_25_description','field_5da935435e676'),
(4316,433,'gallery_images_26_image','389'),
(4317,433,'_gallery_images_26_image','field_5da935395e675'),
(4318,433,'gallery_images_26_thumbnail','389'),
(4319,433,'_gallery_images_26_thumbnail','field_5da93660e9ba1'),
(4320,433,'gallery_images_26_description',''),
(4321,433,'_gallery_images_26_description','field_5da935435e676'),
(4322,434,'gallery_images_0_image','432'),
(4323,434,'_gallery_images_0_image','field_5da935395e675'),
(4324,434,'gallery_images_0_description','MINI STYLE'),
(4325,434,'_gallery_images_0_description','field_5da935435e676'),
(4326,434,'gallery_images_1_image','431'),
(4327,434,'_gallery_images_1_image','field_5da935395e675'),
(4328,434,'gallery_images_1_description','MINI STYLE'),
(4329,434,'_gallery_images_1_description','field_5da935435e676'),
(4330,434,'gallery_images_2_image','430'),
(4331,434,'_gallery_images_2_image','field_5da935395e675'),
(4332,434,'gallery_images_2_description','MINI STYLE'),
(4333,434,'_gallery_images_2_description','field_5da935435e676'),
(4334,434,'gallery_images_3_image','429'),
(4335,434,'_gallery_images_3_image','field_5da935395e675'),
(4336,434,'gallery_images_3_description','MINI STYLE'),
(4337,434,'_gallery_images_3_description','field_5da935435e676'),
(4338,434,'gallery_images_4_image','428'),
(4339,434,'_gallery_images_4_image','field_5da935395e675'),
(4340,434,'gallery_images_4_description','MINI STYLE'),
(4341,434,'_gallery_images_4_description','field_5da935435e676'),
(4342,434,'gallery_images_5_image','427'),
(4343,434,'_gallery_images_5_image','field_5da935395e675'),
(4344,434,'gallery_images_5_description','MINI STYLE'),
(4345,434,'_gallery_images_5_description','field_5da935435e676'),
(4346,434,'gallery_images_6_image','426'),
(4347,434,'_gallery_images_6_image','field_5da935395e675'),
(4348,434,'gallery_images_6_description','MINI STYLE'),
(4349,434,'_gallery_images_6_description','field_5da935435e676'),
(4350,434,'gallery_images_7_image','425'),
(4351,434,'_gallery_images_7_image','field_5da935395e675'),
(4352,434,'gallery_images_7_description','MINI STYLE'),
(4353,434,'_gallery_images_7_description','field_5da935435e676'),
(4354,434,'gallery_images','27'),
(4355,434,'_gallery_images','field_5da935245e674'),
(4356,434,'gallery_images_0_thumbnail','432'),
(4357,434,'_gallery_images_0_thumbnail','field_5da93660e9ba1'),
(4358,434,'gallery_images_1_thumbnail','431'),
(4359,434,'_gallery_images_1_thumbnail','field_5da93660e9ba1'),
(4360,434,'gallery_images_2_thumbnail','430'),
(4361,434,'_gallery_images_2_thumbnail','field_5da93660e9ba1'),
(4362,434,'gallery_images_3_thumbnail','429'),
(4363,434,'_gallery_images_3_thumbnail','field_5da93660e9ba1'),
(4364,434,'gallery_images_4_thumbnail','428'),
(4365,434,'_gallery_images_4_thumbnail','field_5da93660e9ba1'),
(4366,434,'gallery_images_5_thumbnail','427'),
(4367,434,'_gallery_images_5_thumbnail','field_5da93660e9ba1'),
(4368,434,'gallery_images_6_thumbnail','426'),
(4369,434,'_gallery_images_6_thumbnail','field_5da93660e9ba1'),
(4370,434,'gallery_images_7_thumbnail','425'),
(4371,434,'_gallery_images_7_thumbnail','field_5da93660e9ba1'),
(4372,434,'gallery_images_8_image','424'),
(4373,434,'_gallery_images_8_image','field_5da935395e675'),
(4374,434,'gallery_images_8_thumbnail','424'),
(4375,434,'_gallery_images_8_thumbnail','field_5da93660e9ba1'),
(4376,434,'gallery_images_8_description','MINI STYLE'),
(4377,434,'_gallery_images_8_description','field_5da935435e676'),
(4378,434,'gallery_images_9_image','423'),
(4379,434,'_gallery_images_9_image','field_5da935395e675'),
(4380,434,'gallery_images_9_thumbnail','423'),
(4381,434,'_gallery_images_9_thumbnail','field_5da93660e9ba1'),
(4382,434,'gallery_images_9_description','MINI STYLE'),
(4383,434,'_gallery_images_9_description','field_5da935435e676'),
(4384,434,'gallery_images_10_image','422'),
(4385,434,'_gallery_images_10_image','field_5da935395e675'),
(4386,434,'gallery_images_10_thumbnail','422'),
(4387,434,'_gallery_images_10_thumbnail','field_5da93660e9ba1'),
(4388,434,'gallery_images_10_description','MINI STYLE'),
(4389,434,'_gallery_images_10_description','field_5da935435e676'),
(4390,434,'gallery_images_11_image','419'),
(4391,434,'_gallery_images_11_image','field_5da935395e675'),
(4392,434,'gallery_images_11_thumbnail','419'),
(4393,434,'_gallery_images_11_thumbnail','field_5da93660e9ba1'),
(4394,434,'gallery_images_11_description','MINI STYLE'),
(4395,434,'_gallery_images_11_description','field_5da935435e676'),
(4396,434,'gallery_images_12_image','417'),
(4397,434,'_gallery_images_12_image','field_5da935395e675'),
(4398,434,'gallery_images_12_thumbnail','417'),
(4399,434,'_gallery_images_12_thumbnail','field_5da93660e9ba1'),
(4400,434,'gallery_images_12_description','MINI STYLE'),
(4401,434,'_gallery_images_12_description','field_5da935435e676'),
(4402,434,'gallery_images_13_image','415'),
(4403,434,'_gallery_images_13_image','field_5da935395e675'),
(4404,434,'gallery_images_13_thumbnail','415'),
(4405,434,'_gallery_images_13_thumbnail','field_5da93660e9ba1'),
(4406,434,'gallery_images_13_description','MINI STYLE'),
(4407,434,'_gallery_images_13_description','field_5da935435e676'),
(4408,434,'gallery_images_14_image','413'),
(4409,434,'_gallery_images_14_image','field_5da935395e675'),
(4410,434,'gallery_images_14_thumbnail','413'),
(4411,434,'_gallery_images_14_thumbnail','field_5da93660e9ba1'),
(4412,434,'gallery_images_14_description','MINI STYLE'),
(4413,434,'_gallery_images_14_description','field_5da935435e676'),
(4414,434,'gallery_images_15_image','411'),
(4415,434,'_gallery_images_15_image','field_5da935395e675'),
(4416,434,'gallery_images_15_thumbnail','411'),
(4417,434,'_gallery_images_15_thumbnail','field_5da93660e9ba1'),
(4418,434,'gallery_images_15_description','MINI STYLE'),
(4419,434,'_gallery_images_15_description','field_5da935435e676'),
(4420,434,'gallery_images_16_image','410'),
(4421,434,'_gallery_images_16_image','field_5da935395e675'),
(4422,434,'gallery_images_16_thumbnail','410'),
(4423,434,'_gallery_images_16_thumbnail','field_5da93660e9ba1'),
(4424,434,'gallery_images_16_description','MINI STYLE'),
(4425,434,'_gallery_images_16_description','field_5da935435e676'),
(4426,434,'gallery_images_17_image','407'),
(4427,434,'_gallery_images_17_image','field_5da935395e675'),
(4428,434,'gallery_images_17_thumbnail','407'),
(4429,434,'_gallery_images_17_thumbnail','field_5da93660e9ba1'),
(4430,434,'gallery_images_17_description','MINI STYLE'),
(4431,434,'_gallery_images_17_description','field_5da935435e676'),
(4432,434,'gallery_images_18_image','405'),
(4433,434,'_gallery_images_18_image','field_5da935395e675'),
(4434,434,'gallery_images_18_thumbnail','405'),
(4435,434,'_gallery_images_18_thumbnail','field_5da93660e9ba1'),
(4436,434,'gallery_images_18_description','MINI STYLE'),
(4437,434,'_gallery_images_18_description','field_5da935435e676'),
(4438,434,'gallery_images_19_image','403'),
(4439,434,'_gallery_images_19_image','field_5da935395e675'),
(4440,434,'gallery_images_19_thumbnail','403'),
(4441,434,'_gallery_images_19_thumbnail','field_5da93660e9ba1'),
(4442,434,'gallery_images_19_description','MINI STYLE'),
(4443,434,'_gallery_images_19_description','field_5da935435e676'),
(4444,434,'gallery_images_20_image','401'),
(4445,434,'_gallery_images_20_image','field_5da935395e675'),
(4446,434,'gallery_images_20_thumbnail','401'),
(4447,434,'_gallery_images_20_thumbnail','field_5da93660e9ba1'),
(4448,434,'gallery_images_20_description','MINI STYLE'),
(4449,434,'_gallery_images_20_description','field_5da935435e676'),
(4450,434,'gallery_images_21_image','399'),
(4451,434,'_gallery_images_21_image','field_5da935395e675'),
(4452,434,'gallery_images_21_thumbnail','399'),
(4453,434,'_gallery_images_21_thumbnail','field_5da93660e9ba1'),
(4454,434,'gallery_images_21_description','MINI STYLE'),
(4455,434,'_gallery_images_21_description','field_5da935435e676'),
(4456,434,'gallery_images_22_image','397'),
(4457,434,'_gallery_images_22_image','field_5da935395e675'),
(4458,434,'gallery_images_22_thumbnail','397'),
(4459,434,'_gallery_images_22_thumbnail','field_5da93660e9ba1'),
(4460,434,'gallery_images_22_description','MINI STYLE'),
(4461,434,'_gallery_images_22_description','field_5da935435e676'),
(4462,434,'gallery_images_23_image','395'),
(4463,434,'_gallery_images_23_image','field_5da935395e675'),
(4464,434,'gallery_images_23_thumbnail','395'),
(4465,434,'_gallery_images_23_thumbnail','field_5da93660e9ba1'),
(4466,434,'gallery_images_23_description','MINI STYLE'),
(4467,434,'_gallery_images_23_description','field_5da935435e676'),
(4468,434,'gallery_images_24_image','393'),
(4469,434,'_gallery_images_24_image','field_5da935395e675'),
(4470,434,'gallery_images_24_thumbnail','393'),
(4471,434,'_gallery_images_24_thumbnail','field_5da93660e9ba1'),
(4472,434,'gallery_images_24_description','MINI STYLE'),
(4473,434,'_gallery_images_24_description','field_5da935435e676'),
(4474,434,'gallery_images_25_image','392'),
(4475,434,'_gallery_images_25_image','field_5da935395e675'),
(4476,434,'gallery_images_25_thumbnail','392'),
(4477,434,'_gallery_images_25_thumbnail','field_5da93660e9ba1'),
(4478,434,'gallery_images_25_description','MINI STYLE'),
(4479,434,'_gallery_images_25_description','field_5da935435e676'),
(4480,434,'gallery_images_26_image','389'),
(4481,434,'_gallery_images_26_image','field_5da935395e675'),
(4482,434,'gallery_images_26_thumbnail','389'),
(4483,434,'_gallery_images_26_thumbnail','field_5da93660e9ba1'),
(4484,434,'gallery_images_26_description','MINI STYLE'),
(4485,434,'_gallery_images_26_description','field_5da935435e676'),
(4504,437,'_wp_attached_file','2019/10/image0_ips.jpg'),
(4505,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:22:\"2019/10/image0_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"image0_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"image0_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"image0_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image0_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"image0_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"image0_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"image0_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4506,438,'_wp_attached_file','2019/10/image2_ips.jpg'),
(4507,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:22:\"2019/10/image2_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"image2_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"image2_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"image2_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image2_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"image2_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"image2_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"image2_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4508,439,'_wp_attached_file','2019/10/image3_ips.jpg'),
(4509,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:22:\"2019/10/image3_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"image3_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"image3_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"image3_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image3_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"image3_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"image3_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"image3_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4510,440,'_wp_attached_file','2019/10/image5_ips.jpg'),
(4511,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:22:\"2019/10/image5_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"image5_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"image5_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"image5_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image5_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"image5_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"image5_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"image5_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4526,451,'top_image','112'),
(4527,451,'_top_image','field_5da37587da91a'),
(4528,451,'images_0_image','116'),
(4529,451,'_images_0_image','field_5da37606d63a2'),
(4530,451,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(4531,451,'_images_0_text','field_5da37611d63a3'),
(4532,451,'images_1_image','113'),
(4533,451,'_images_1_image','field_5da37606d63a2'),
(4534,451,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(4535,451,'_images_1_text','field_5da37611d63a3'),
(4536,451,'images_2_image','115'),
(4537,451,'_images_2_image','field_5da37606d63a2'),
(4538,451,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4539,451,'_images_2_text','field_5da37611d63a3'),
(4540,451,'images_3_image','116'),
(4541,451,'_images_3_image','field_5da37606d63a2'),
(4542,451,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(4543,451,'_images_3_text','field_5da37611d63a3'),
(4544,451,'images_4_image','115'),
(4545,451,'_images_4_image','field_5da37606d63a2'),
(4546,451,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4547,451,'_images_4_text','field_5da37611d63a3'),
(4548,451,'images_5_image','116'),
(4549,451,'_images_5_image','field_5da37606d63a2'),
(4550,451,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(4551,451,'_images_5_text','field_5da37611d63a3'),
(4552,451,'images','6'),
(4553,451,'_images','field_5da375fcd63a1'),
(4554,452,'top_image','112'),
(4555,452,'_top_image','field_5da37587da91a'),
(4556,452,'images_0_image','116'),
(4557,452,'_images_0_image','field_5da37606d63a2'),
(4558,452,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(4559,452,'_images_0_text','field_5da37611d63a3'),
(4560,452,'images_1_image','113'),
(4561,452,'_images_1_image','field_5da37606d63a2'),
(4562,452,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(4563,452,'_images_1_text','field_5da37611d63a3'),
(4564,452,'images_2_image','115'),
(4565,452,'_images_2_image','field_5da37606d63a2'),
(4566,452,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4567,452,'_images_2_text','field_5da37611d63a3'),
(4568,452,'images_3_image','116'),
(4569,452,'_images_3_image','field_5da37606d63a2'),
(4570,452,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(4571,452,'_images_3_text','field_5da37611d63a3'),
(4572,452,'images_4_image','115'),
(4573,452,'_images_4_image','field_5da37606d63a2'),
(4574,452,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4575,452,'_images_4_text','field_5da37611d63a3'),
(4576,452,'images_5_image','116'),
(4577,452,'_images_5_image','field_5da37606d63a2'),
(4578,452,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(4579,452,'_images_5_text','field_5da37611d63a3'),
(4580,452,'images','6'),
(4581,452,'_images','field_5da375fcd63a1'),
(4582,453,'top_image','112'),
(4583,453,'_top_image','field_5da37587da91a'),
(4584,453,'images_0_image','116'),
(4585,453,'_images_0_image','field_5da37606d63a2'),
(4586,453,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(4587,453,'_images_0_text','field_5da37611d63a3'),
(4588,453,'images_1_image','113'),
(4589,453,'_images_1_image','field_5da37606d63a2'),
(4590,453,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(4591,453,'_images_1_text','field_5da37611d63a3'),
(4592,453,'images_2_image','115'),
(4593,453,'_images_2_image','field_5da37606d63a2'),
(4594,453,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4595,453,'_images_2_text','field_5da37611d63a3'),
(4596,453,'images_3_image','116'),
(4597,453,'_images_3_image','field_5da37606d63a2'),
(4598,453,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(4599,453,'_images_3_text','field_5da37611d63a3'),
(4600,453,'images_4_image','115'),
(4601,453,'_images_4_image','field_5da37606d63a2'),
(4602,453,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4603,453,'_images_4_text','field_5da37611d63a3'),
(4604,453,'images_5_image','116'),
(4605,453,'_images_5_image','field_5da37606d63a2'),
(4606,453,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(4607,453,'_images_5_text','field_5da37611d63a3'),
(4608,453,'images','6'),
(4609,453,'_images','field_5da375fcd63a1'),
(4610,454,'top_image','112'),
(4611,454,'_top_image','field_5da37587da91a'),
(4612,454,'images_0_image','116'),
(4613,454,'_images_0_image','field_5da37606d63a2'),
(4614,454,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(4615,454,'_images_0_text','field_5da37611d63a3'),
(4616,454,'images_1_image','113'),
(4617,454,'_images_1_image','field_5da37606d63a2'),
(4618,454,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(4619,454,'_images_1_text','field_5da37611d63a3'),
(4620,454,'images_2_image','115'),
(4621,454,'_images_2_image','field_5da37606d63a2'),
(4622,454,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4623,454,'_images_2_text','field_5da37611d63a3'),
(4624,454,'images_3_image','116'),
(4625,454,'_images_3_image','field_5da37606d63a2'),
(4626,454,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(4627,454,'_images_3_text','field_5da37611d63a3'),
(4628,454,'images_4_image','115'),
(4629,454,'_images_4_image','field_5da37606d63a2'),
(4630,454,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4631,454,'_images_4_text','field_5da37611d63a3'),
(4632,454,'images_5_image','116'),
(4633,454,'_images_5_image','field_5da37606d63a2'),
(4634,454,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(4635,454,'_images_5_text','field_5da37611d63a3'),
(4636,454,'images','6'),
(4637,454,'_images','field_5da375fcd63a1'),
(4638,455,'top_image','112'),
(4639,455,'_top_image','field_5da37587da91a'),
(4640,455,'images_0_image','116'),
(4641,455,'_images_0_image','field_5da37606d63a2'),
(4642,455,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(4643,455,'_images_0_text','field_5da37611d63a3'),
(4644,455,'images_1_image','113'),
(4645,455,'_images_1_image','field_5da37606d63a2'),
(4646,455,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(4647,455,'_images_1_text','field_5da37611d63a3'),
(4648,455,'images_2_image','115'),
(4649,455,'_images_2_image','field_5da37606d63a2'),
(4650,455,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4651,455,'_images_2_text','field_5da37611d63a3'),
(4652,455,'images_3_image','116'),
(4653,455,'_images_3_image','field_5da37606d63a2'),
(4654,455,'images_3_text','<h3>Ausbildungsbetrieb</h3>'),
(4655,455,'_images_3_text','field_5da37611d63a3'),
(4656,455,'images_4_image','115'),
(4657,455,'_images_4_image','field_5da37606d63a2'),
(4658,455,'images_4_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(4659,455,'_images_4_text','field_5da37611d63a3'),
(4660,455,'images_5_image','116'),
(4661,455,'_images_5_image','field_5da37606d63a2'),
(4662,455,'images_5_text','<h3>Ausbildungsbetrieb</h3>'),
(4663,455,'_images_5_text','field_5da37611d63a3'),
(4664,455,'images','6'),
(4665,455,'_images','field_5da375fcd63a1'),
(4698,470,'_wp_attached_file','2019/10/modelle2_ips.jpg'),
(4699,470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/modelle2_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"modelle2_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"modelle2_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"modelle2_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"modelle2_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"modelle2_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"modelle2_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"modelle2_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5748,585,'top_image','586'),
(5749,585,'_top_image','field_5da35291d8d87'),
(5750,585,'galleries','1'),
(5751,585,'_galleries','field_5da352e5d8d88'),
(5752,585,'galleries_0_gallery_title','FOLIENFARBEN GALERIE '),
(5753,585,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(5754,585,'galleries_0_images_0_big_image','587'),
(5755,585,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(5756,585,'galleries_0_images_0_thumbnail','587'),
(5757,585,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(5758,585,'galleries_0_images','3'),
(5759,585,'_galleries_0_images','field_5da35357d8d8a'),
(5760,585,'galleries_0_images_0_image_desription','<h4>Folienfarben</h4><p></p>'),
(5761,585,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(5762,585,'thumbnail',''),
(5763,585,'_thumbnail','field_5da370a29abce'),
(5764,585,'show_on_frontpage','0'),
(5765,585,'_show_on_frontpage','field_5da93c5e5c418'),
(5766,585,'_wp_old_slug','siebdruck-2'),
(5768,585,'_dp_original','557'),
(5769,585,'_edit_lock','1575275406:1'),
(5770,585,'_edit_last','1'),
(5781,585,'galleries_0_images_1_big_image','588'),
(5782,585,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(5783,585,'galleries_0_images_1_thumbnail','588'),
(5784,585,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(5785,585,'galleries_0_images_1_image_desription','<h4>Folienfarben</h4><p></p>'),
(5786,585,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(5787,585,'galleries_0_images_2_big_image','589'),
(5788,585,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(5789,585,'galleries_0_images_2_thumbnail','589'),
(5790,585,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(5791,585,'galleries_0_images_2_image_desription','<h4>Folienfarben</h4><p></p>'),
(5792,585,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(5802,224,'show_on_frontpage','1'),
(5803,224,'_show_on_frontpage','field_5da93c5e5c418'),
(5812,596,'_wp_attached_file','2019/10/2018-11-20-17.17.14_ips.jpg'),
(5813,596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:35:\"2019/10/2018-11-20-17.17.14_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-11-20-17.17.14_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-20-17.17.14_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2018-11-20-17.17.14_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-20-17.17.14_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2018-11-20-17.17.14_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2018-11-20-17.17.14_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2018-11-20-17.17.14_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5814,597,'_wp_attached_file','2019/10/2019-02-14-06.07.17_ips.jpg'),
(5815,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-02-14-06.07.17_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-02-14-06.07.17_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-02-14-06.07.17_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-02-14-06.07.17_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-02-14-06.07.17_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-02-14-06.07.17_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-02-14-06.07.17_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-02-14-06.07.17_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5816,598,'_wp_attached_file','2019/10/2019-04-18-14.47.13_ips.jpg'),
(5817,598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-04-18-14.47.13_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-04-18-14.47.13_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-18-14.47.13_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-04-18-14.47.13_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-18-14.47.13_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-04-18-14.47.13_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-04-18-14.47.13_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-04-18-14.47.13_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5818,599,'_wp_attached_file','2019/10/2019-04-29-15.27.11_ips.jpg'),
(5819,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-04-29-15.27.11_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-04-29-15.27.11_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.11_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.11_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.11_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.11_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.11_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-04-29-15.27.11_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5820,600,'_wp_attached_file','2019/10/2019-05-10-13.39.18_ips.jpg'),
(5821,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-05-10-13.39.18_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-05-10-13.39.18_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5822,601,'_wp_attached_file','2019/10/2019-06-05-22.28.48_ips.jpg'),
(5823,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:35:\"2019/10/2019-06-05-22.28.48_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-06-05-22.28.48_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-06-05-22.28.48_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-06-05-22.28.48_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-06-05-22.28.48_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-06-05-22.28.48_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-06-05-22.28.48_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-06-05-22.28.48_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5824,602,'_wp_attached_file','2019/10/2019-07-26-15.07.11_ips.jpg'),
(5825,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-07-26-15.07.11_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-07-26-15.07.11_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.11_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.11_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.11_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.11_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.11_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-07-26-15.07.11_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5826,603,'_wp_attached_file','2019/10/2019-07-30-14.54.10_ips.jpg'),
(5827,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-07-30-14.54.10_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-07-30-14.54.10_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-30-14.54.10_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-07-30-14.54.10_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-30-14.54.10_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-07-30-14.54.10_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-07-30-14.54.10_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-07-30-14.54.10_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5828,604,'_wp_attached_file','2019/10/2019-08-05-14.31.21_ips.jpg'),
(5829,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:35:\"2019/10/2019-08-05-14.31.21_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-08-05-14.31.21_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-05-14.31.21_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-08-05-14.31.21_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-05-14.31.21_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-08-05-14.31.21_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-08-05-14.31.21_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-08-05-14.31.21_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5830,605,'_wp_attached_file','2019/10/2019-08-07-07.25.13_ips.jpg'),
(5831,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-08-07-07.25.13_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-08-07-07.25.13_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-07-07.25.13_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-08-07-07.25.13_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-07-07.25.13_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-08-07-07.25.13_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-08-07-07.25.13_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-08-07-07.25.13_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5832,606,'_wp_attached_file','2019/10/20140927_161014_ips.jpg'),
(5833,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:31:\"2019/10/20140927_161014_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"20140927_161014_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"20140927_161014_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"20140927_161014_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"20140927_161014_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"20140927_161014_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"20140927_161014_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"20140927_161014_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5834,607,'_wp_attached_file','2019/10/img_3755_ips.jpg'),
(5835,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/img_3755_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_3755_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"img_3755_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"img_3755_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"img_3755_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"img_3755_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"img_3755_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"img_3755_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5836,608,'_wp_attached_file','2019/10/IMG_4004_ips.jpg'),
(5837,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4004_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4004_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4004_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4004_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4004_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4004_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4004_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4004_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5838,609,'_wp_attached_file','2019/10/IMG_4236_ips.jpg'),
(5839,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4236_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4236_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4236_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4236_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4236_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4236_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4236_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4236_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5840,610,'_wp_attached_file','2019/10/IMG_4412_ips.jpg'),
(5841,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4412_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4412_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4412_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4412_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4412_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4412_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4412_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4412_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5842,611,'_wp_attached_file','2019/10/IMG_4765_ips.jpg'),
(5843,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4765_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4765_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4765_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4765_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4765_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4765_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4765_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4765_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5844,612,'_wp_attached_file','2019/10/IMG_4802_ips.jpg'),
(5845,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4802_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4802_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4802_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4802_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4802_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4802_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4802_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4802_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5846,613,'_wp_attached_file','2019/10/IMG_4987_ips.jpg'),
(5847,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4987_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4987_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4987_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4987_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4987_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4987_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4987_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4987_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5848,614,'_wp_attached_file','2019/10/IMG_6801_ips.jpg'),
(5849,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/IMG_6801_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_6801_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_6801_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_6801_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_6801_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_6801_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_6801_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_6801_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5850,615,'_wp_attached_file','2019/10/PICT0045_ips.jpg'),
(5851,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/PICT0045_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0045_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0045_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0045_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0045_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0045_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0045_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0045_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5852,616,'_wp_attached_file','2019/10/PICT0132_ips.jpg'),
(5853,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/PICT0132_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0132_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0132_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0132_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0132_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0132_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0132_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0132_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5854,617,'_wp_attached_file','2019/10/PICT0173_ips.jpg'),
(5855,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/PICT0173_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0173_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0173_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0173_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0173_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0173_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0173_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0173_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5856,618,'_wp_attached_file','2019/10/PICT0179_ips.jpg'),
(5857,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/PICT0179_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0179_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0179_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5858,619,'_wp_attached_file','2019/10/PICT0192_ips.jpg'),
(5859,619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/PICT0192_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0192_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0192_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0192_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0192_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0192_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0192_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0192_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5860,620,'_wp_attached_file','2019/10/PICT0198_ips.jpg'),
(5861,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/PICT0198_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0198_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0198_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0198_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0198_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0198_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0198_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0198_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5862,621,'_wp_attached_file','2019/10/PICT0292_ips.jpg'),
(5863,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/PICT0292_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0292_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0292_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0292_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0292_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0292_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0292_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0292_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5864,622,'_wp_attached_file','2019/10/Slide-Teilfilierungen2.jpg'),
(5865,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2019/10/Slide-Teilfilierungen2.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Slide-Teilfilierungen2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Slide-Teilfilierungen2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"Slide-Teilfilierungen2-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Slide-Teilfilierungen2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Slide-Teilfilierungen2-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Slide-Teilfilierungen2-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Slide-Teilfilierungen2-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5866,224,'galleries_0_images_4_big_image','608'),
(5867,224,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(5868,224,'galleries_0_images_4_thumbnail','608'),
(5869,224,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(5870,224,'galleries_0_images_4_image_desription','<h4>Smart for Four Batman</h4>\r\n<strong>Fahrzeugmodell:</strong>Smart for Four Batman</br>\r\n<strong>Folienfarbe: </strong>Matt Caribbean Mint Metallic, Matt Diamond White Metallic, Matt Diamond Black Metallic</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Batman Design</br>\r\n</br>'),
(5871,224,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(5872,224,'galleries_0_images_5_big_image','1117'),
(5873,224,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(5874,224,'galleries_0_images_5_thumbnail','1117'),
(5875,224,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(5876,224,'galleries_0_images_5_image_desription','<h4>VW T6 Beach</h4>\r\n<strong>Fahrzeugmodell:</strong>VW T6 Beach</br>\r\n<strong>Folienfarbe: </strong> Matt Sunrise Metallic</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(5877,224,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(5878,224,'galleries_0_images_6_big_image','1114'),
(5879,224,'_galleries_0_images_6_big_image','field_5da3536cd8d8b'),
(5880,224,'galleries_0_images_6_thumbnail','1114'),
(5881,224,'_galleries_0_images_6_thumbnail','field_5da3537dd8d8c'),
(5882,224,'galleries_0_images_6_image_desription','<h4>MINI Cooper S</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI COOPER S</br>\r\n<strong>Folienfarbe: </strong>Banana Yellow</br><strong>Grundfarbe:</strong> Blau, Silber</br>\r\n<strong>Sontiges: </strong> Danis Cooper S</br>\r\n</br>'),
(5883,224,'_galleries_0_images_6_image_desription','field_5da3573301dea'),
(5884,224,'galleries_0_images_7_big_image','615'),
(5885,224,'_galleries_0_images_7_big_image','field_5da3536cd8d8b'),
(5886,224,'galleries_0_images_7_thumbnail','615'),
(5887,224,'_galleries_0_images_7_thumbnail','field_5da3537dd8d8c'),
(5888,224,'galleries_0_images_7_image_desription','<h4>MINI Cooper S</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI COOPER S</br>\r\n<strong>Folienfarbe: </strong>Matt Dark Charcoal Mettalic und Glanz Schwarz </br><strong>Grundfarbe:</strong> Blazing Red 2 Mettalic</br>\r\n<strong>Sontiges: </strong> Bulldog Design</br>\r\n</br>'),
(5889,224,'_galleries_0_images_7_image_desription','field_5da3573301dea'),
(5890,224,'galleries_0_images_8_big_image','1115'),
(5891,224,'_galleries_0_images_8_big_image','field_5da3536cd8d8b'),
(5892,224,'galleries_0_images_8_thumbnail','1115'),
(5893,224,'_galleries_0_images_8_thumbnail','field_5da3537dd8d8c'),
(5894,224,'galleries_0_images_8_image_desription','<h4>MINI JCW Cabrio</h4>\r\n<strong>Fahrzeugmodell:</strong>MINI JCW Cabrio</br>\r\n<strong>Folienfarbe: </strong>Matt Caribbean Mint Metallic und Matt Diamond White Metallic</br><strong>Grundfarbe:</strong> Eclipse Grey Metallic</br>\r\n<strong>Sontiges: </strong> British Flag Design\r\n</br>\r\n</br>'),
(5895,224,'_galleries_0_images_8_image_desription','field_5da3573301dea'),
(5896,224,'galleries_0_images_9_big_image','610'),
(5897,224,'_galleries_0_images_9_big_image','field_5da3536cd8d8b'),
(5898,224,'galleries_0_images_9_thumbnail','610'),
(5899,224,'_galleries_0_images_9_thumbnail','field_5da3537dd8d8c'),
(5900,224,'galleries_0_images_9_image_desription','<h4>Toyota Auris</h4>\r\n<strong>Fahrzeugmodell:</strong>Toyota Auris</br>\r\n<strong>Folienfarbe: </strong>Matt Orange</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Schriftehus Design</br>\r\n</br>'),
(5901,224,'_galleries_0_images_9_image_desription','field_5da3573301dea'),
(5902,224,'galleries_0_images_10_big_image','1110'),
(5903,224,'_galleries_0_images_10_big_image','field_5da3536cd8d8b'),
(5904,224,'galleries_0_images_10_thumbnail','1110'),
(5905,224,'_galleries_0_images_10_thumbnail','field_5da3537dd8d8c'),
(5906,224,'galleries_0_images_10_image_desription','<h4>MINI Countryman JCW</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI Countryman JCW</br>\r\n<strong>Folienfarbe: </strong>Matt Orange</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Teilfolierung im Firmendesign</br>\r\n</br>'),
(5907,224,'_galleries_0_images_10_image_desription','field_5da3573301dea'),
(5908,224,'galleries_0_images_11_big_image','616'),
(5909,224,'_galleries_0_images_11_big_image','field_5da3536cd8d8b'),
(5910,224,'galleries_0_images_11_thumbnail','616'),
(5911,224,'_galleries_0_images_11_thumbnail','field_5da3537dd8d8c'),
(5912,224,'galleries_0_images_11_image_desription','<h4>Hummer H2</h4>\r\n<strong>Fahrzeugmodell:</strong>Hummer H2</br>\r\n<strong>Folienfarbe: </strong>Schwarz Velvet</br><strong>Grundfarbe:</strong> Schwarz</br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(5913,224,'_galleries_0_images_11_image_desription','field_5da3573301dea'),
(5914,224,'galleries_0_images_12_big_image','1109'),
(5915,224,'_galleries_0_images_12_big_image','field_5da3536cd8d8b'),
(5916,224,'galleries_0_images_12_thumbnail','1109'),
(5917,224,'_galleries_0_images_12_thumbnail','field_5da3537dd8d8c'),
(5918,224,'galleries_0_images_12_image_desription','<h4>MINI Cooper S</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI COOPER S</br>\r\n<strong>Folienfarbe: </strong>Matt Saphir Metallic, Matt Diamond White Metallic und Matt Schwarz</br><strong>Grundfarbe:</strong> Dark Silver</br>\r\n<strong>Sontiges: </strong> Camouflage Design</br>\r\n</br>'),
(5919,224,'_galleries_0_images_12_image_desription','field_5da3573301dea'),
(5920,224,'galleries_0_images_13_big_image','607'),
(5921,224,'_galleries_0_images_13_big_image','field_5da3536cd8d8b'),
(5922,224,'galleries_0_images_13_thumbnail','607'),
(5923,224,'_galleries_0_images_13_thumbnail','field_5da3537dd8d8c'),
(5924,224,'galleries_0_images_13_image_desription','<h4>Seat Ibiza Panda</h4>\r\n<strong>Fahrzeugmodell:</strong>Seat Ibiza Panda</br>\r\n<strong>Folienfarbe: </strong>Matte Red Metallic</br><strong>Grundfarbe:</strong> White</br>\r\n<strong>Sontiges: </strong> Panda Design</br>\r\n</br>'),
(5925,224,'_galleries_0_images_13_image_desription','field_5da3573301dea'),
(5926,224,'galleries_0_images_14_big_image','605'),
(5927,224,'_galleries_0_images_14_big_image','field_5da3536cd8d8b'),
(5928,224,'galleries_0_images_14_thumbnail','605'),
(5929,224,'_galleries_0_images_14_thumbnail','field_5da3537dd8d8c'),
(5930,224,'galleries_0_images_14_image_desription',''),
(5931,224,'_galleries_0_images_14_image_desription','field_5da3573301dea'),
(5932,224,'galleries_0_images_15_big_image','1116'),
(5933,224,'_galleries_0_images_15_big_image','field_5da3536cd8d8b'),
(5934,224,'galleries_0_images_15_thumbnail','1116'),
(5935,224,'_galleries_0_images_15_thumbnail','field_5da3537dd8d8c'),
(5936,224,'galleries_0_images_15_image_desription',''),
(5937,224,'_galleries_0_images_15_image_desription','field_5da3573301dea'),
(5938,224,'galleries_0_images_16_big_image','1113'),
(5939,224,'_galleries_0_images_16_big_image','field_5da3536cd8d8b'),
(5940,224,'galleries_0_images_16_thumbnail','1113'),
(5941,224,'_galleries_0_images_16_thumbnail','field_5da3537dd8d8c'),
(5942,224,'galleries_0_images_16_image_desription',''),
(5943,224,'_galleries_0_images_16_image_desription','field_5da3573301dea'),
(5944,224,'galleries_0_images_17_big_image','1112'),
(5945,224,'_galleries_0_images_17_big_image','field_5da3536cd8d8b'),
(5946,224,'galleries_0_images_17_thumbnail','1112'),
(5947,224,'_galleries_0_images_17_thumbnail','field_5da3537dd8d8c'),
(5948,224,'galleries_0_images_17_image_desription',''),
(5949,224,'_galleries_0_images_17_image_desription','field_5da3573301dea'),
(5950,224,'galleries_0_images_18_big_image','1111'),
(5951,224,'_galleries_0_images_18_big_image','field_5da3536cd8d8b'),
(5952,224,'galleries_0_images_18_thumbnail','1111'),
(5953,224,'_galleries_0_images_18_thumbnail','field_5da3537dd8d8c'),
(5954,224,'galleries_0_images_18_image_desription',''),
(5955,224,'_galleries_0_images_18_image_desription','field_5da3573301dea'),
(5956,224,'galleries_0_images_19_big_image','612'),
(5957,224,'_galleries_0_images_19_big_image','field_5da3536cd8d8b'),
(5958,224,'galleries_0_images_19_thumbnail','612'),
(5959,224,'_galleries_0_images_19_thumbnail','field_5da3537dd8d8c'),
(5960,224,'galleries_0_images_19_image_desription',''),
(5961,224,'_galleries_0_images_19_image_desription','field_5da3573301dea'),
(5962,224,'galleries_0_images_20_big_image','609'),
(5963,224,'_galleries_0_images_20_big_image','field_5da3536cd8d8b'),
(5964,224,'galleries_0_images_20_thumbnail','609'),
(5965,224,'_galleries_0_images_20_thumbnail','field_5da3537dd8d8c'),
(5966,224,'galleries_0_images_20_image_desription',''),
(5967,224,'_galleries_0_images_20_image_desription','field_5da3573301dea'),
(5968,224,'galleries_0_images_21_big_image','1108'),
(5969,224,'_galleries_0_images_21_big_image','field_5da3536cd8d8b'),
(5970,224,'galleries_0_images_21_thumbnail','1108'),
(5971,224,'_galleries_0_images_21_thumbnail','field_5da3537dd8d8c'),
(5972,224,'galleries_0_images_21_image_desription',''),
(5973,224,'_galleries_0_images_21_image_desription','field_5da3573301dea'),
(5974,224,'galleries_0_images_22_big_image','603'),
(5975,224,'_galleries_0_images_22_big_image','field_5da3536cd8d8b'),
(5976,224,'galleries_0_images_22_thumbnail','603'),
(5977,224,'_galleries_0_images_22_thumbnail','field_5da3537dd8d8c'),
(5978,224,'galleries_0_images_22_image_desription',''),
(5979,224,'_galleries_0_images_22_image_desription','field_5da3573301dea'),
(5980,224,'galleries_0_images_23_big_image','602'),
(5981,224,'_galleries_0_images_23_big_image','field_5da3536cd8d8b'),
(5982,224,'galleries_0_images_23_thumbnail','602'),
(5983,224,'_galleries_0_images_23_thumbnail','field_5da3537dd8d8c'),
(5984,224,'galleries_0_images_23_image_desription',''),
(5985,224,'_galleries_0_images_23_image_desription','field_5da3573301dea'),
(5986,224,'galleries_0_images_24_big_image','1107'),
(5987,224,'_galleries_0_images_24_big_image','field_5da3536cd8d8b'),
(5988,224,'galleries_0_images_24_thumbnail','1107'),
(5989,224,'_galleries_0_images_24_thumbnail','field_5da3537dd8d8c'),
(5990,224,'galleries_0_images_24_image_desription',''),
(5991,224,'_galleries_0_images_24_image_desription','field_5da3573301dea'),
(5992,224,'galleries_0_images_25_big_image','600'),
(5993,224,'_galleries_0_images_25_big_image','field_5da3536cd8d8b'),
(5994,224,'galleries_0_images_25_thumbnail','600'),
(5995,224,'_galleries_0_images_25_thumbnail','field_5da3537dd8d8c'),
(5996,224,'galleries_0_images_25_image_desription',''),
(5997,224,'_galleries_0_images_25_image_desription','field_5da3573301dea'),
(5998,224,'galleries_0_images_26_big_image','599'),
(5999,224,'_galleries_0_images_26_big_image','field_5da3536cd8d8b'),
(6000,224,'galleries_0_images_26_thumbnail','599'),
(6001,224,'_galleries_0_images_26_thumbnail','field_5da3537dd8d8c'),
(6002,224,'galleries_0_images_26_image_desription',''),
(6003,224,'_galleries_0_images_26_image_desription','field_5da3573301dea'),
(6004,224,'galleries_0_images_27_big_image','598'),
(6005,224,'_galleries_0_images_27_big_image','field_5da3536cd8d8b'),
(6006,224,'galleries_0_images_27_thumbnail','598'),
(6007,224,'_galleries_0_images_27_thumbnail','field_5da3537dd8d8c'),
(6008,224,'galleries_0_images_27_image_desription',''),
(6009,224,'_galleries_0_images_27_image_desription','field_5da3573301dea'),
(6032,26,'images_6_image','631'),
(6033,26,'_images_6_image','field_5da37606d63a2'),
(6034,26,'images_6_text',''),
(6035,26,'_images_6_text','field_5da37611d63a3'),
(6036,26,'images_7_image','636'),
(6037,26,'_images_7_image','field_5da37606d63a2'),
(6038,26,'images_7_text',''),
(6039,26,'_images_7_text','field_5da37611d63a3'),
(6040,26,'images_8_image','633'),
(6041,26,'_images_8_image','field_5da37606d63a2'),
(6042,26,'images_8_text',''),
(6043,26,'_images_8_text','field_5da37611d63a3'),
(6044,26,'images_9_image','638'),
(6045,26,'_images_9_image','field_5da37606d63a2'),
(6046,26,'images_9_text',''),
(6047,26,'_images_9_text','field_5da37611d63a3'),
(6048,624,'top_image','112'),
(6049,624,'_top_image','field_5da37587da91a'),
(6050,624,'images_0_image','116'),
(6051,624,'_images_0_image','field_5da37606d63a2'),
(6052,624,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6053,624,'_images_0_text','field_5da37611d63a3'),
(6054,624,'images_1_image','113'),
(6055,624,'_images_1_image','field_5da37606d63a2'),
(6056,624,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p>Maschine 1<br />Maschine 2<br />Maschine</p>'),
(6057,624,'_images_1_text','field_5da37611d63a3'),
(6058,624,'images_2_image','115'),
(6059,624,'_images_2_image','field_5da37606d63a2'),
(6060,624,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6061,624,'_images_2_text','field_5da37611d63a3'),
(6062,624,'images_3_image','116'),
(6063,624,'_images_3_image','field_5da37606d63a2'),
(6064,624,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6065,624,'_images_3_text','field_5da37611d63a3'),
(6066,624,'images_4_image','115'),
(6067,624,'_images_4_image','field_5da37606d63a2'),
(6068,624,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6069,624,'_images_4_text','field_5da37611d63a3'),
(6070,624,'images_5_image',''),
(6071,624,'_images_5_image','field_5da37606d63a2'),
(6072,624,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6073,624,'_images_5_text','field_5da37611d63a3'),
(6074,624,'images','10'),
(6075,624,'_images','field_5da375fcd63a1'),
(6076,624,'images_6_image',''),
(6077,624,'_images_6_image','field_5da37606d63a2'),
(6078,624,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6079,624,'_images_6_text','field_5da37611d63a3'),
(6080,624,'images_7_image',''),
(6081,624,'_images_7_image','field_5da37606d63a2'),
(6082,624,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6083,624,'_images_7_text','field_5da37611d63a3'),
(6084,624,'images_8_image',''),
(6085,624,'_images_8_image','field_5da37606d63a2'),
(6086,624,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6087,624,'_images_8_text','field_5da37611d63a3'),
(6088,624,'images_9_image','116'),
(6089,624,'_images_9_image','field_5da37606d63a2'),
(6090,624,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6091,624,'_images_9_text','field_5da37611d63a3'),
(6092,625,'top_image','112'),
(6093,625,'_top_image','field_5da37587da91a'),
(6094,625,'images_0_image','116'),
(6095,625,'_images_0_image','field_5da37606d63a2'),
(6096,625,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6097,625,'_images_0_text','field_5da37611d63a3'),
(6098,625,'images_1_image','113'),
(6099,625,'_images_1_image','field_5da37606d63a2'),
(6100,625,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6101,625,'_images_1_text','field_5da37611d63a3'),
(6102,625,'images_2_image','115'),
(6103,625,'_images_2_image','field_5da37606d63a2'),
(6104,625,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6105,625,'_images_2_text','field_5da37611d63a3'),
(6106,625,'images_3_image','116'),
(6107,625,'_images_3_image','field_5da37606d63a2'),
(6108,625,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6109,625,'_images_3_text','field_5da37611d63a3'),
(6110,625,'images_4_image','115'),
(6111,625,'_images_4_image','field_5da37606d63a2'),
(6112,625,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6113,625,'_images_4_text','field_5da37611d63a3'),
(6114,625,'images_5_image',''),
(6115,625,'_images_5_image','field_5da37606d63a2'),
(6116,625,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6117,625,'_images_5_text','field_5da37611d63a3'),
(6118,625,'images','10'),
(6119,625,'_images','field_5da375fcd63a1'),
(6120,625,'images_6_image',''),
(6121,625,'_images_6_image','field_5da37606d63a2'),
(6122,625,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6123,625,'_images_6_text','field_5da37611d63a3'),
(6124,625,'images_7_image',''),
(6125,625,'_images_7_image','field_5da37606d63a2'),
(6126,625,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6127,625,'_images_7_text','field_5da37611d63a3'),
(6128,625,'images_8_image',''),
(6129,625,'_images_8_image','field_5da37606d63a2'),
(6130,625,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6131,625,'_images_8_text','field_5da37611d63a3'),
(6132,625,'images_9_image','116'),
(6133,625,'_images_9_image','field_5da37606d63a2'),
(6134,625,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6135,625,'_images_9_text','field_5da37611d63a3'),
(6136,626,'top_image','112'),
(6137,626,'_top_image','field_5da37587da91a'),
(6138,626,'images_0_image','116'),
(6139,626,'_images_0_image','field_5da37606d63a2'),
(6140,626,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6141,626,'_images_0_text','field_5da37611d63a3'),
(6142,626,'images_1_image','113'),
(6143,626,'_images_1_image','field_5da37606d63a2'),
(6144,626,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6145,626,'_images_1_text','field_5da37611d63a3'),
(6146,626,'images_2_image','115'),
(6147,626,'_images_2_image','field_5da37606d63a2'),
(6148,626,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6149,626,'_images_2_text','field_5da37611d63a3'),
(6150,626,'images_3_image','116'),
(6151,626,'_images_3_image','field_5da37606d63a2'),
(6152,626,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6153,626,'_images_3_text','field_5da37611d63a3'),
(6154,626,'images_4_image','115'),
(6155,626,'_images_4_image','field_5da37606d63a2'),
(6156,626,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6157,626,'_images_4_text','field_5da37611d63a3'),
(6158,626,'images_5_image','586'),
(6159,626,'_images_5_image','field_5da37606d63a2'),
(6160,626,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6161,626,'_images_5_text','field_5da37611d63a3'),
(6162,626,'images','10'),
(6163,626,'_images','field_5da375fcd63a1'),
(6164,626,'images_6_image',''),
(6165,626,'_images_6_image','field_5da37606d63a2'),
(6166,626,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6167,626,'_images_6_text','field_5da37611d63a3'),
(6168,626,'images_7_image',''),
(6169,626,'_images_7_image','field_5da37606d63a2'),
(6170,626,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6171,626,'_images_7_text','field_5da37611d63a3'),
(6172,626,'images_8_image',''),
(6173,626,'_images_8_image','field_5da37606d63a2'),
(6174,626,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6175,626,'_images_8_text','field_5da37611d63a3'),
(6176,626,'images_9_image','116'),
(6177,626,'_images_9_image','field_5da37606d63a2'),
(6178,626,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6179,626,'_images_9_text','field_5da37611d63a3'),
(6182,628,'top_image','112'),
(6183,628,'_top_image','field_5da37587da91a'),
(6184,628,'images_0_image','116'),
(6185,628,'_images_0_image','field_5da37606d63a2'),
(6186,628,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6187,628,'_images_0_text','field_5da37611d63a3'),
(6188,628,'images_1_image','113'),
(6189,628,'_images_1_image','field_5da37606d63a2'),
(6190,628,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6191,628,'_images_1_text','field_5da37611d63a3'),
(6192,628,'images_2_image','115'),
(6193,628,'_images_2_image','field_5da37606d63a2'),
(6194,628,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6195,628,'_images_2_text','field_5da37611d63a3'),
(6196,628,'images_3_image','116'),
(6197,628,'_images_3_image','field_5da37606d63a2'),
(6198,628,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6199,628,'_images_3_text','field_5da37611d63a3'),
(6200,628,'images_4_image','115'),
(6201,628,'_images_4_image','field_5da37606d63a2'),
(6202,628,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6203,628,'_images_4_text','field_5da37611d63a3'),
(6204,628,'images_5_image','627'),
(6205,628,'_images_5_image','field_5da37606d63a2'),
(6206,628,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6207,628,'_images_5_text','field_5da37611d63a3'),
(6208,628,'images','10'),
(6209,628,'_images','field_5da375fcd63a1'),
(6210,628,'images_6_image',''),
(6211,628,'_images_6_image','field_5da37606d63a2'),
(6212,628,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6213,628,'_images_6_text','field_5da37611d63a3'),
(6214,628,'images_7_image',''),
(6215,628,'_images_7_image','field_5da37606d63a2'),
(6216,628,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6217,628,'_images_7_text','field_5da37611d63a3'),
(6218,628,'images_8_image',''),
(6219,628,'_images_8_image','field_5da37606d63a2'),
(6220,628,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6221,628,'_images_8_text','field_5da37611d63a3'),
(6222,628,'images_9_image','116'),
(6223,628,'_images_9_image','field_5da37606d63a2'),
(6224,628,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6225,628,'_images_9_text','field_5da37611d63a3'),
(6226,629,'_wp_attached_file','2019/10/folienrollen_568_ips.jpg'),
(6227,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:32:\"2019/10/folienrollen_568_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"folienrollen_568_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"folienrollen_568_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"folienrollen_568_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"folienrollen_568_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6228,630,'top_image','112'),
(6229,630,'_top_image','field_5da37587da91a'),
(6230,630,'images_0_image','116'),
(6231,630,'_images_0_image','field_5da37606d63a2'),
(6232,630,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6233,630,'_images_0_text','field_5da37611d63a3'),
(6234,630,'images_1_image','113'),
(6235,630,'_images_1_image','field_5da37606d63a2'),
(6236,630,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6237,630,'_images_1_text','field_5da37611d63a3'),
(6238,630,'images_2_image','115'),
(6239,630,'_images_2_image','field_5da37606d63a2'),
(6240,630,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6241,630,'_images_2_text','field_5da37611d63a3'),
(6242,630,'images_3_image','116'),
(6243,630,'_images_3_image','field_5da37606d63a2'),
(6244,630,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6245,630,'_images_3_text','field_5da37611d63a3'),
(6246,630,'images_4_image','115'),
(6247,630,'_images_4_image','field_5da37606d63a2'),
(6248,630,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6249,630,'_images_4_text','field_5da37611d63a3'),
(6250,630,'images_5_image','629'),
(6251,630,'_images_5_image','field_5da37606d63a2'),
(6252,630,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6253,630,'_images_5_text','field_5da37611d63a3'),
(6254,630,'images','10'),
(6255,630,'_images','field_5da375fcd63a1'),
(6256,630,'images_6_image',''),
(6257,630,'_images_6_image','field_5da37606d63a2'),
(6258,630,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6259,630,'_images_6_text','field_5da37611d63a3'),
(6260,630,'images_7_image',''),
(6261,630,'_images_7_image','field_5da37606d63a2'),
(6262,630,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6263,630,'_images_7_text','field_5da37611d63a3'),
(6264,630,'images_8_image',''),
(6265,630,'_images_8_image','field_5da37606d63a2'),
(6266,630,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6267,630,'_images_8_text','field_5da37611d63a3'),
(6268,630,'images_9_image','116'),
(6269,630,'_images_9_image','field_5da37606d63a2'),
(6270,630,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6271,630,'_images_9_text','field_5da37611d63a3'),
(6272,631,'_wp_attached_file','2019/10/flotten_568_ips.jpg'),
(6273,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:27:\"2019/10/flotten_568_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"flotten_568_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"flotten_568_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"flotten_568_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"flotten_568_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6274,632,'top_image','112'),
(6275,632,'_top_image','field_5da37587da91a'),
(6276,632,'images_0_image','116'),
(6277,632,'_images_0_image','field_5da37606d63a2'),
(6278,632,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6279,632,'_images_0_text','field_5da37611d63a3'),
(6280,632,'images_1_image','113'),
(6281,632,'_images_1_image','field_5da37606d63a2'),
(6282,632,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6283,632,'_images_1_text','field_5da37611d63a3'),
(6284,632,'images_2_image','115'),
(6285,632,'_images_2_image','field_5da37606d63a2'),
(6286,632,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6287,632,'_images_2_text','field_5da37611d63a3'),
(6288,632,'images_3_image','116'),
(6289,632,'_images_3_image','field_5da37606d63a2'),
(6290,632,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6291,632,'_images_3_text','field_5da37611d63a3'),
(6292,632,'images_4_image','115'),
(6293,632,'_images_4_image','field_5da37606d63a2'),
(6294,632,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6295,632,'_images_4_text','field_5da37611d63a3'),
(6296,632,'images_5_image','629'),
(6297,632,'_images_5_image','field_5da37606d63a2'),
(6298,632,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6299,632,'_images_5_text','field_5da37611d63a3'),
(6300,632,'images','10'),
(6301,632,'_images','field_5da375fcd63a1'),
(6302,632,'images_6_image','631'),
(6303,632,'_images_6_image','field_5da37606d63a2'),
(6304,632,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6305,632,'_images_6_text','field_5da37611d63a3'),
(6306,632,'images_7_image',''),
(6307,632,'_images_7_image','field_5da37606d63a2'),
(6308,632,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6309,632,'_images_7_text','field_5da37611d63a3'),
(6310,632,'images_8_image',''),
(6311,632,'_images_8_image','field_5da37606d63a2'),
(6312,632,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6313,632,'_images_8_text','field_5da37611d63a3'),
(6314,632,'images_9_image','116'),
(6315,632,'_images_9_image','field_5da37606d63a2'),
(6316,632,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6317,632,'_images_9_text','field_5da37611d63a3'),
(6318,633,'_wp_attached_file','2019/10/firma1_370_ips.jpg'),
(6319,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2019/10/firma1_370_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"firma1_370_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"firma1_370_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"firma1_370_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"firma1_370_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6320,634,'_wp_attached_file','2019/10/firma2_370_ips.jpg'),
(6321,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2019/10/firma2_370_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"firma2_370_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"firma2_370_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"firma2_370_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"firma2_370_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6322,635,'_wp_attached_file','2019/10/firma3_370_ips.jpg'),
(6323,635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2019/10/firma3_370_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"firma3_370_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"firma3_370_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"firma3_370_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"firma3_370_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6324,636,'_wp_attached_file','2019/10/firma4_370_ips.jpg'),
(6325,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2019/10/firma4_370_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"firma4_370_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"firma4_370_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"firma4_370_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"firma4_370_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6326,637,'top_image','112'),
(6327,637,'_top_image','field_5da37587da91a'),
(6328,637,'images_0_image','116'),
(6329,637,'_images_0_image','field_5da37606d63a2'),
(6330,637,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6331,637,'_images_0_text','field_5da37611d63a3'),
(6332,637,'images_1_image','113'),
(6333,637,'_images_1_image','field_5da37606d63a2'),
(6334,637,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6335,637,'_images_1_text','field_5da37611d63a3'),
(6336,637,'images_2_image','115'),
(6337,637,'_images_2_image','field_5da37606d63a2'),
(6338,637,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6339,637,'_images_2_text','field_5da37611d63a3'),
(6340,637,'images_3_image','635'),
(6341,637,'_images_3_image','field_5da37606d63a2'),
(6342,637,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6343,637,'_images_3_text','field_5da37611d63a3'),
(6344,637,'images_4_image','634'),
(6345,637,'_images_4_image','field_5da37606d63a2'),
(6346,637,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6347,637,'_images_4_text','field_5da37611d63a3'),
(6348,637,'images_5_image','629'),
(6349,637,'_images_5_image','field_5da37606d63a2'),
(6350,637,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6351,637,'_images_5_text','field_5da37611d63a3'),
(6352,637,'images','10'),
(6353,637,'_images','field_5da375fcd63a1'),
(6354,637,'images_6_image','631'),
(6355,637,'_images_6_image','field_5da37606d63a2'),
(6356,637,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6357,637,'_images_6_text','field_5da37611d63a3'),
(6358,637,'images_7_image','636'),
(6359,637,'_images_7_image','field_5da37606d63a2'),
(6360,637,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6361,637,'_images_7_text','field_5da37611d63a3'),
(6362,637,'images_8_image','633'),
(6363,637,'_images_8_image','field_5da37606d63a2'),
(6364,637,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6365,637,'_images_8_text','field_5da37611d63a3'),
(6366,637,'images_9_image','116'),
(6367,637,'_images_9_image','field_5da37606d63a2'),
(6368,637,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6369,637,'_images_9_text','field_5da37611d63a3'),
(6370,638,'_wp_attached_file','2019/10/firma5_370_ips.jpg'),
(6371,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2019/10/firma5_370_ips.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"firma5_370_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"firma5_370_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"firma5_370_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"firma5_370_ips-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6372,639,'top_image','112'),
(6373,639,'_top_image','field_5da37587da91a'),
(6374,639,'images_0_image','116'),
(6375,639,'_images_0_image','field_5da37606d63a2'),
(6376,639,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(6377,639,'_images_0_text','field_5da37611d63a3'),
(6378,639,'images_1_image','113'),
(6379,639,'_images_1_image','field_5da37606d63a2'),
(6380,639,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(6381,639,'_images_1_text','field_5da37611d63a3'),
(6382,639,'images_2_image','115'),
(6383,639,'_images_2_image','field_5da37606d63a2'),
(6384,639,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(6385,639,'_images_2_text','field_5da37611d63a3'),
(6386,639,'images_3_image','635'),
(6387,639,'_images_3_image','field_5da37606d63a2'),
(6388,639,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(6389,639,'_images_3_text','field_5da37611d63a3'),
(6390,639,'images_4_image','634'),
(6391,639,'_images_4_image','field_5da37606d63a2'),
(6392,639,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(6393,639,'_images_4_text','field_5da37611d63a3'),
(6394,639,'images_5_image','629'),
(6395,639,'_images_5_image','field_5da37606d63a2'),
(6396,639,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(6397,639,'_images_5_text','field_5da37611d63a3'),
(6398,639,'images','10'),
(6399,639,'_images','field_5da375fcd63a1'),
(6400,639,'images_6_image','631'),
(6401,639,'_images_6_image','field_5da37606d63a2'),
(6402,639,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(6403,639,'_images_6_text','field_5da37611d63a3'),
(6404,639,'images_7_image','636'),
(6405,639,'_images_7_image','field_5da37606d63a2'),
(6406,639,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(6407,639,'_images_7_text','field_5da37611d63a3'),
(6408,639,'images_8_image','633'),
(6409,639,'_images_8_image','field_5da37606d63a2'),
(6410,639,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(6411,639,'_images_8_text','field_5da37611d63a3'),
(6412,639,'images_9_image','638'),
(6413,639,'_images_9_image','field_5da37606d63a2'),
(6414,639,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(6415,639,'_images_9_text','field_5da37611d63a3'),
(6416,640,'top_slider_0_image','132'),
(6417,640,'_top_slider_0_image','field_5da409fc7f421'),
(6418,640,'top_slider_1_image','132'),
(6419,640,'_top_slider_1_image','field_5da409fc7f421'),
(6420,640,'top_slider_2_image','132'),
(6421,640,'_top_slider_2_image','field_5da409fc7f421'),
(6422,640,'top_slider_3_image','132'),
(6423,640,'_top_slider_3_image','field_5da409fc7f421'),
(6424,640,'top_slider_4_image','132'),
(6425,640,'_top_slider_4_image','field_5da409fc7f421'),
(6426,640,'top_slider','5'),
(6427,640,'_top_slider','field_5da409f17f420'),
(6428,641,'top_slider_0_image','132'),
(6429,641,'_top_slider_0_image','field_5da409fc7f421'),
(6430,641,'top_slider_1_image','132'),
(6431,641,'_top_slider_1_image','field_5da409fc7f421'),
(6432,641,'top_slider_2_image','132'),
(6433,641,'_top_slider_2_image','field_5da409fc7f421'),
(6434,641,'top_slider_3_image','132'),
(6435,641,'_top_slider_3_image','field_5da409fc7f421'),
(6436,641,'top_slider_4_image','132'),
(6437,641,'_top_slider_4_image','field_5da409fc7f421'),
(6438,641,'top_slider','5'),
(6439,641,'_top_slider','field_5da409f17f420'),
(6524,684,'_wp_attached_file','2019/10/2017-05-04-07.18.40_ips.jpg'),
(6525,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-04-07.18.40_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-04-07.18.40_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-04-07.18.40_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-04-07.18.40_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-04-07.18.40_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-04-07.18.40_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-04-07.18.40_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-04-07.18.40_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6526,685,'_wp_attached_file','2019/10/2017-05-05-11.24.39_ips.jpg'),
(6527,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-05-11.24.39_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-05-11.24.39_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-05-11.24.39_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-05-11.24.39_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-05-11.24.39_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-05-11.24.39_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-05-11.24.39_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-05-11.24.39_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6528,686,'_wp_attached_file','2019/10/2017-05-17-10.22.34_ips.jpg'),
(6529,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-17-10.22.34_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-17-10.22.34_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-17-10.22.34_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-17-10.22.34_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-17-10.22.34_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-17-10.22.34_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-17-10.22.34_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-17-10.22.34_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6538,691,'_wp_attached_file','2019/10/2017-08-24-08.09.49_ips.jpg'),
(6539,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-08-24-08.09.49_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-24-08.09.49_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.09.49_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.09.49_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.09.49_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.09.49_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.09.49_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-24-08.09.49_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6554,699,'_wp_attached_file','2019/10/2018-03-15-14.52.34_ips-1.jpg'),
(6555,699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/10/2018-03-15-14.52.34_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2018-03-15-14.52.34_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2018-03-15-14.52.34_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2018-03-15-14.52.34_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2018-03-15-14.52.34_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2018-03-15-14.52.34_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2018-03-15-14.52.34_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2018-03-15-14.52.34_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6556,700,'_wp_attached_file','2019/10/2018-06-21-07.12.49_ips.jpg'),
(6557,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2018-06-21-07.12.49_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-06-21-07.12.49_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-06-21-07.12.49_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2018-06-21-07.12.49_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-06-21-07.12.49_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2018-06-21-07.12.49_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2018-06-21-07.12.49_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2018-06-21-07.12.49_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6574,709,'_wp_attached_file','2019/10/2019-05-03-14.40.05_ips.jpg'),
(6575,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-05-03-14.40.05_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-05-03-14.40.05_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.40.05_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.40.05_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.40.05_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.40.05_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.40.05_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-05-03-14.40.05_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6576,710,'_wp_attached_file','2019/10/2019-05-10-13.39.26_ips.jpg'),
(6577,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-05-10-13.39.26_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-05-10-13.39.26_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.26_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.26_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.26_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.26_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.26_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-05-10-13.39.26_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6584,714,'_wp_attached_file','2019/10/2019-06-27-16.19.49_ips.jpg'),
(6585,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-06-27-16.19.49_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-06-27-16.19.49_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-06-27-16.19.49_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-06-27-16.19.49_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-06-27-16.19.49_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-06-27-16.19.49_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-06-27-16.19.49_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-06-27-16.19.49_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6588,716,'_wp_attached_file','2019/10/2019-08-02-14.37.33_ips.jpg'),
(6589,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-08-02-14.37.33_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-08-02-14.37.33_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.33_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.33_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.33_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.33_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.33_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-08-02-14.37.33_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6594,719,'_wp_attached_file','2019/10/20160610_140630_ips.jpg'),
(6595,719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:31:\"2019/10/20160610_140630_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"20160610_140630_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"20160610_140630_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"20160610_140630_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"20160610_140630_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"20160610_140630_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"20160610_140630_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"20160610_140630_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6596,720,'_wp_attached_file','2019/10/Foto-19.07.16-16-11-12_ips.jpg'),
(6597,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-19.07.16-16-11-12_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-19.07.16-16-11-12_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-11-12_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-11-12_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-11-12_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-11-12_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-11-12_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-19.07.16-16-11-12_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6598,721,'_wp_attached_file','2019/10/img_3751_ips.jpg'),
(6599,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/img_3751_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_3751_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"img_3751_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"img_3751_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"img_3751_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"img_3751_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"img_3751_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"img_3751_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6600,722,'_wp_attached_file','2019/10/IMG_4013_ips.jpg'),
(6601,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4013_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4013_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4013_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4013_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4013_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4013_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4013_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4013_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6602,723,'_wp_attached_file','2019/10/IMG_4241_ips.jpg'),
(6603,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4241_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4241_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4241_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4241_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4241_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4241_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4241_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4241_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6604,724,'_wp_attached_file','2019/10/IMG_4410_ips.jpg'),
(6605,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4410_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4410_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4410_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4410_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4410_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4410_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4410_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4410_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6606,83,'galleries_0_images_4_big_image','645'),
(6607,83,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(6608,83,'galleries_0_images_4_thumbnail','645'),
(6609,83,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(6610,83,'galleries_0_images_4_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6611,83,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(6612,83,'galleries_0_images_5_big_image','646'),
(6613,83,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(6614,83,'galleries_0_images_5_thumbnail','646'),
(6615,83,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(6616,83,'galleries_0_images_5_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6617,83,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(6618,83,'galleries_0_images_6_big_image','647'),
(6619,83,'_galleries_0_images_6_big_image','field_5da3536cd8d8b'),
(6620,83,'galleries_0_images_6_thumbnail','647'),
(6621,83,'_galleries_0_images_6_thumbnail','field_5da3537dd8d8c'),
(6622,83,'galleries_0_images_6_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6623,83,'_galleries_0_images_6_image_desription','field_5da3573301dea'),
(6624,83,'galleries_0_images_7_big_image','648'),
(6625,83,'_galleries_0_images_7_big_image','field_5da3536cd8d8b'),
(6626,83,'galleries_0_images_7_thumbnail','648'),
(6627,83,'_galleries_0_images_7_thumbnail','field_5da3537dd8d8c'),
(6628,83,'galleries_0_images_7_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6629,83,'_galleries_0_images_7_image_desription','field_5da3573301dea'),
(6630,83,'galleries_0_images_8_big_image','649'),
(6631,83,'_galleries_0_images_8_big_image','field_5da3536cd8d8b'),
(6632,83,'galleries_0_images_8_thumbnail','649'),
(6633,83,'_galleries_0_images_8_thumbnail','field_5da3537dd8d8c'),
(6634,83,'galleries_0_images_8_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6635,83,'_galleries_0_images_8_image_desription','field_5da3573301dea'),
(6636,83,'galleries_0_images_9_big_image','650'),
(6637,83,'_galleries_0_images_9_big_image','field_5da3536cd8d8b'),
(6638,83,'galleries_0_images_9_thumbnail','650'),
(6639,83,'_galleries_0_images_9_thumbnail','field_5da3537dd8d8c'),
(6640,83,'galleries_0_images_9_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6641,83,'_galleries_0_images_9_image_desription','field_5da3573301dea'),
(6642,83,'galleries_0_images_10_big_image','651'),
(6643,83,'_galleries_0_images_10_big_image','field_5da3536cd8d8b'),
(6644,83,'galleries_0_images_10_thumbnail','651'),
(6645,83,'_galleries_0_images_10_thumbnail','field_5da3537dd8d8c'),
(6646,83,'galleries_0_images_10_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6647,83,'_galleries_0_images_10_image_desription','field_5da3573301dea'),
(6648,83,'galleries_0_images_11_big_image','652'),
(6649,83,'_galleries_0_images_11_big_image','field_5da3536cd8d8b'),
(6650,83,'galleries_0_images_11_thumbnail','652'),
(6651,83,'_galleries_0_images_11_thumbnail','field_5da3537dd8d8c'),
(6652,83,'galleries_0_images_11_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6653,83,'_galleries_0_images_11_image_desription','field_5da3573301dea'),
(6654,83,'galleries_0_images_12_big_image','653'),
(6655,83,'_galleries_0_images_12_big_image','field_5da3536cd8d8b'),
(6656,83,'galleries_0_images_12_thumbnail','653'),
(6657,83,'_galleries_0_images_12_thumbnail','field_5da3537dd8d8c'),
(6658,83,'galleries_0_images_12_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6659,83,'_galleries_0_images_12_image_desription','field_5da3573301dea'),
(6660,83,'galleries_0_images_13_big_image','654'),
(6661,83,'_galleries_0_images_13_big_image','field_5da3536cd8d8b'),
(6662,83,'galleries_0_images_13_thumbnail','654'),
(6663,83,'_galleries_0_images_13_thumbnail','field_5da3537dd8d8c'),
(6664,83,'galleries_0_images_13_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6665,83,'_galleries_0_images_13_image_desription','field_5da3573301dea'),
(6666,83,'galleries_0_images_14_big_image','655'),
(6667,83,'_galleries_0_images_14_big_image','field_5da3536cd8d8b'),
(6668,83,'galleries_0_images_14_thumbnail','655'),
(6669,83,'_galleries_0_images_14_thumbnail','field_5da3537dd8d8c'),
(6670,83,'galleries_0_images_14_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6671,83,'_galleries_0_images_14_image_desription','field_5da3573301dea'),
(6672,83,'galleries_0_images_15_big_image','656'),
(6673,83,'_galleries_0_images_15_big_image','field_5da3536cd8d8b'),
(6674,83,'galleries_0_images_15_thumbnail','656'),
(6675,83,'_galleries_0_images_15_thumbnail','field_5da3537dd8d8c'),
(6676,83,'galleries_0_images_15_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6677,83,'_galleries_0_images_15_image_desription','field_5da3573301dea'),
(6678,83,'galleries_0_images_16_big_image','657'),
(6679,83,'_galleries_0_images_16_big_image','field_5da3536cd8d8b'),
(6680,83,'galleries_0_images_16_thumbnail','657'),
(6681,83,'_galleries_0_images_16_thumbnail','field_5da3537dd8d8c'),
(6682,83,'galleries_0_images_16_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6683,83,'_galleries_0_images_16_image_desription','field_5da3573301dea'),
(6684,83,'galleries_0_images_17_big_image','658'),
(6685,83,'_galleries_0_images_17_big_image','field_5da3536cd8d8b'),
(6686,83,'galleries_0_images_17_thumbnail','658'),
(6687,83,'_galleries_0_images_17_thumbnail','field_5da3537dd8d8c'),
(6688,83,'galleries_0_images_17_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6689,83,'_galleries_0_images_17_image_desription','field_5da3573301dea'),
(6690,83,'galleries_0_images_18_big_image','659'),
(6691,83,'_galleries_0_images_18_big_image','field_5da3536cd8d8b'),
(6692,83,'galleries_0_images_18_thumbnail','659'),
(6693,83,'_galleries_0_images_18_thumbnail','field_5da3537dd8d8c'),
(6694,83,'galleries_0_images_18_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6695,83,'_galleries_0_images_18_image_desription','field_5da3573301dea'),
(6696,83,'galleries_0_images_19_big_image','660'),
(6697,83,'_galleries_0_images_19_big_image','field_5da3536cd8d8b'),
(6698,83,'galleries_0_images_19_thumbnail','660'),
(6699,83,'_galleries_0_images_19_thumbnail','field_5da3537dd8d8c'),
(6700,83,'galleries_0_images_19_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6701,83,'_galleries_0_images_19_image_desription','field_5da3573301dea'),
(6702,83,'galleries_0_images_20_big_image','661'),
(6703,83,'_galleries_0_images_20_big_image','field_5da3536cd8d8b'),
(6704,83,'galleries_0_images_20_thumbnail','661'),
(6705,83,'_galleries_0_images_20_thumbnail','field_5da3537dd8d8c'),
(6706,83,'galleries_0_images_20_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6707,83,'_galleries_0_images_20_image_desription','field_5da3573301dea'),
(6708,83,'galleries_0_images_21_big_image','662'),
(6709,83,'_galleries_0_images_21_big_image','field_5da3536cd8d8b'),
(6710,83,'galleries_0_images_21_thumbnail','662'),
(6711,83,'_galleries_0_images_21_thumbnail','field_5da3537dd8d8c'),
(6712,83,'galleries_0_images_21_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6713,83,'_galleries_0_images_21_image_desription','field_5da3573301dea'),
(6714,83,'galleries_0_images_22_big_image','663'),
(6715,83,'_galleries_0_images_22_big_image','field_5da3536cd8d8b'),
(6716,83,'galleries_0_images_22_thumbnail','663'),
(6717,83,'_galleries_0_images_22_thumbnail','field_5da3537dd8d8c'),
(6718,83,'galleries_0_images_22_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6719,83,'_galleries_0_images_22_image_desription','field_5da3573301dea'),
(6720,83,'galleries_0_images_23_big_image','664'),
(6721,83,'_galleries_0_images_23_big_image','field_5da3536cd8d8b'),
(6722,83,'galleries_0_images_23_thumbnail','664'),
(6723,83,'_galleries_0_images_23_thumbnail','field_5da3537dd8d8c'),
(6724,83,'galleries_0_images_23_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6725,83,'_galleries_0_images_23_image_desription','field_5da3573301dea'),
(6726,83,'galleries_0_images_24_big_image','665'),
(6727,83,'_galleries_0_images_24_big_image','field_5da3536cd8d8b'),
(6728,83,'galleries_0_images_24_thumbnail','665'),
(6729,83,'_galleries_0_images_24_thumbnail','field_5da3537dd8d8c'),
(6730,83,'galleries_0_images_24_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6731,83,'_galleries_0_images_24_image_desription','field_5da3573301dea'),
(6732,83,'galleries_0_images_25_big_image','666'),
(6733,83,'_galleries_0_images_25_big_image','field_5da3536cd8d8b'),
(6734,83,'galleries_0_images_25_thumbnail','666'),
(6735,83,'_galleries_0_images_25_thumbnail','field_5da3537dd8d8c'),
(6736,83,'galleries_0_images_25_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6737,83,'_galleries_0_images_25_image_desription','field_5da3573301dea'),
(6738,83,'galleries_0_images_26_big_image','667'),
(6739,83,'_galleries_0_images_26_big_image','field_5da3536cd8d8b'),
(6740,83,'galleries_0_images_26_thumbnail','667'),
(6741,83,'_galleries_0_images_26_thumbnail','field_5da3537dd8d8c'),
(6742,83,'galleries_0_images_26_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6743,83,'_galleries_0_images_26_image_desription','field_5da3573301dea'),
(6744,83,'galleries_0_images_27_big_image','668'),
(6745,83,'_galleries_0_images_27_big_image','field_5da3536cd8d8b'),
(6746,83,'galleries_0_images_27_thumbnail','668'),
(6747,83,'_galleries_0_images_27_thumbnail','field_5da3537dd8d8c'),
(6748,83,'galleries_0_images_27_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6749,83,'_galleries_0_images_27_image_desription','field_5da3573301dea'),
(6750,83,'galleries_0_images_28_big_image','669'),
(6751,83,'_galleries_0_images_28_big_image','field_5da3536cd8d8b'),
(6752,83,'galleries_0_images_28_thumbnail','669'),
(6753,83,'_galleries_0_images_28_thumbnail','field_5da3537dd8d8c'),
(6754,83,'galleries_0_images_28_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6755,83,'_galleries_0_images_28_image_desription','field_5da3573301dea'),
(6756,83,'galleries_0_images_29_big_image','670'),
(6757,83,'_galleries_0_images_29_big_image','field_5da3536cd8d8b'),
(6758,83,'galleries_0_images_29_thumbnail','670'),
(6759,83,'_galleries_0_images_29_thumbnail','field_5da3537dd8d8c'),
(6760,83,'galleries_0_images_29_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6761,83,'_galleries_0_images_29_image_desription','field_5da3573301dea'),
(6762,83,'galleries_0_images_30_big_image','671'),
(6763,83,'_galleries_0_images_30_big_image','field_5da3536cd8d8b'),
(6764,83,'galleries_0_images_30_thumbnail','671'),
(6765,83,'_galleries_0_images_30_thumbnail','field_5da3537dd8d8c'),
(6766,83,'galleries_0_images_30_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6767,83,'_galleries_0_images_30_image_desription','field_5da3573301dea'),
(6768,83,'galleries_0_images_31_big_image','672'),
(6769,83,'_galleries_0_images_31_big_image','field_5da3536cd8d8b'),
(6770,83,'galleries_0_images_31_thumbnail','672'),
(6771,83,'_galleries_0_images_31_thumbnail','field_5da3537dd8d8c'),
(6772,83,'galleries_0_images_31_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6773,83,'_galleries_0_images_31_image_desription','field_5da3573301dea'),
(6774,83,'galleries_0_images_32_big_image','673'),
(6775,83,'_galleries_0_images_32_big_image','field_5da3536cd8d8b'),
(6776,83,'galleries_0_images_32_thumbnail','673'),
(6777,83,'_galleries_0_images_32_thumbnail','field_5da3537dd8d8c'),
(6778,83,'galleries_0_images_32_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6779,83,'_galleries_0_images_32_image_desription','field_5da3573301dea'),
(6780,83,'galleries_0_images_33_big_image','674'),
(6781,83,'_galleries_0_images_33_big_image','field_5da3536cd8d8b'),
(6782,83,'galleries_0_images_33_thumbnail','674'),
(6783,83,'_galleries_0_images_33_thumbnail','field_5da3537dd8d8c'),
(6784,83,'galleries_0_images_33_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6785,83,'_galleries_0_images_33_image_desription','field_5da3573301dea'),
(6786,83,'galleries_0_images_34_big_image','675'),
(6787,83,'_galleries_0_images_34_big_image','field_5da3536cd8d8b'),
(6788,83,'galleries_0_images_34_thumbnail','675'),
(6789,83,'_galleries_0_images_34_thumbnail','field_5da3537dd8d8c'),
(6790,83,'galleries_0_images_34_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6791,83,'_galleries_0_images_34_image_desription','field_5da3573301dea'),
(6792,83,'galleries_0_images_35_big_image','676'),
(6793,83,'_galleries_0_images_35_big_image','field_5da3536cd8d8b'),
(6794,83,'galleries_0_images_35_thumbnail','676'),
(6795,83,'_galleries_0_images_35_thumbnail','field_5da3537dd8d8c'),
(6796,83,'galleries_0_images_35_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6797,83,'_galleries_0_images_35_image_desription','field_5da3573301dea'),
(6798,83,'galleries_0_images_36_big_image','677'),
(6799,83,'_galleries_0_images_36_big_image','field_5da3536cd8d8b'),
(6800,83,'galleries_0_images_36_thumbnail','677'),
(6801,83,'_galleries_0_images_36_thumbnail','field_5da3537dd8d8c'),
(6802,83,'galleries_0_images_36_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6803,83,'_galleries_0_images_36_image_desription','field_5da3573301dea'),
(6804,83,'galleries_0_images_37_big_image','678'),
(6805,83,'_galleries_0_images_37_big_image','field_5da3536cd8d8b'),
(6806,83,'galleries_0_images_37_thumbnail','678'),
(6807,83,'_galleries_0_images_37_thumbnail','field_5da3537dd8d8c'),
(6808,83,'galleries_0_images_37_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6809,83,'_galleries_0_images_37_image_desription','field_5da3573301dea'),
(6810,83,'galleries_0_images_38_big_image','679'),
(6811,83,'_galleries_0_images_38_big_image','field_5da3536cd8d8b'),
(6812,83,'galleries_0_images_38_thumbnail','679'),
(6813,83,'_galleries_0_images_38_thumbnail','field_5da3537dd8d8c'),
(6814,83,'galleries_0_images_38_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6815,83,'_galleries_0_images_38_image_desription','field_5da3573301dea'),
(6816,83,'galleries_0_images_39_big_image','680'),
(6817,83,'_galleries_0_images_39_big_image','field_5da3536cd8d8b'),
(6818,83,'galleries_0_images_39_thumbnail','680'),
(6819,83,'_galleries_0_images_39_thumbnail','field_5da3537dd8d8c'),
(6820,83,'galleries_0_images_39_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6821,83,'_galleries_0_images_39_image_desription','field_5da3573301dea'),
(6822,83,'galleries_0_images_40_big_image','681'),
(6823,83,'_galleries_0_images_40_big_image','field_5da3536cd8d8b'),
(6824,83,'galleries_0_images_40_thumbnail','681'),
(6825,83,'_galleries_0_images_40_thumbnail','field_5da3537dd8d8c'),
(6826,83,'galleries_0_images_40_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6827,83,'_galleries_0_images_40_image_desription','field_5da3573301dea'),
(6828,83,'galleries_0_images_41_big_image','682'),
(6829,83,'_galleries_0_images_41_big_image','field_5da3536cd8d8b'),
(6830,83,'galleries_0_images_41_thumbnail','682'),
(6831,83,'_galleries_0_images_41_thumbnail','field_5da3537dd8d8c'),
(6832,83,'galleries_0_images_41_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6833,83,'_galleries_0_images_41_image_desription','field_5da3573301dea'),
(6834,83,'galleries_0_images_42_big_image','683'),
(6835,83,'_galleries_0_images_42_big_image','field_5da3536cd8d8b'),
(6836,83,'galleries_0_images_42_thumbnail','683'),
(6837,83,'_galleries_0_images_42_thumbnail','field_5da3537dd8d8c'),
(6838,83,'galleries_0_images_42_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6839,83,'_galleries_0_images_42_image_desription','field_5da3573301dea'),
(6840,83,'galleries_0_images_43_big_image','684'),
(6841,83,'_galleries_0_images_43_big_image','field_5da3536cd8d8b'),
(6842,83,'galleries_0_images_43_thumbnail','684'),
(6843,83,'_galleries_0_images_43_thumbnail','field_5da3537dd8d8c'),
(6844,83,'galleries_0_images_43_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6845,83,'_galleries_0_images_43_image_desription','field_5da3573301dea'),
(6846,83,'galleries_0_images_44_big_image','685'),
(6847,83,'_galleries_0_images_44_big_image','field_5da3536cd8d8b'),
(6848,83,'galleries_0_images_44_thumbnail','685'),
(6849,83,'_galleries_0_images_44_thumbnail','field_5da3537dd8d8c'),
(6850,83,'galleries_0_images_44_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6851,83,'_galleries_0_images_44_image_desription','field_5da3573301dea'),
(6852,83,'galleries_0_images_45_big_image','686'),
(6853,83,'_galleries_0_images_45_big_image','field_5da3536cd8d8b'),
(6854,83,'galleries_0_images_45_thumbnail','686'),
(6855,83,'_galleries_0_images_45_thumbnail','field_5da3537dd8d8c'),
(6856,83,'galleries_0_images_45_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6857,83,'_galleries_0_images_45_image_desription','field_5da3573301dea'),
(6858,83,'galleries_0_images_46_big_image','687'),
(6859,83,'_galleries_0_images_46_big_image','field_5da3536cd8d8b'),
(6860,83,'galleries_0_images_46_thumbnail','687'),
(6861,83,'_galleries_0_images_46_thumbnail','field_5da3537dd8d8c'),
(6862,83,'galleries_0_images_46_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6863,83,'_galleries_0_images_46_image_desription','field_5da3573301dea'),
(6864,83,'galleries_0_images_47_big_image','688'),
(6865,83,'_galleries_0_images_47_big_image','field_5da3536cd8d8b'),
(6866,83,'galleries_0_images_47_thumbnail','688'),
(6867,83,'_galleries_0_images_47_thumbnail','field_5da3537dd8d8c'),
(6868,83,'galleries_0_images_47_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6869,83,'_galleries_0_images_47_image_desription','field_5da3573301dea'),
(6870,83,'galleries_0_images_48_big_image','689'),
(6871,83,'_galleries_0_images_48_big_image','field_5da3536cd8d8b'),
(6872,83,'galleries_0_images_48_thumbnail','689'),
(6873,83,'_galleries_0_images_48_thumbnail','field_5da3537dd8d8c'),
(6874,83,'galleries_0_images_48_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6875,83,'_galleries_0_images_48_image_desription','field_5da3573301dea'),
(6876,83,'galleries_0_images_49_big_image','690'),
(6877,83,'_galleries_0_images_49_big_image','field_5da3536cd8d8b'),
(6878,83,'galleries_0_images_49_thumbnail','690'),
(6879,83,'_galleries_0_images_49_thumbnail','field_5da3537dd8d8c'),
(6880,83,'galleries_0_images_49_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6881,83,'_galleries_0_images_49_image_desription','field_5da3573301dea'),
(6882,83,'galleries_0_images_50_big_image','691'),
(6883,83,'_galleries_0_images_50_big_image','field_5da3536cd8d8b'),
(6884,83,'galleries_0_images_50_thumbnail','691'),
(6885,83,'_galleries_0_images_50_thumbnail','field_5da3537dd8d8c'),
(6886,83,'galleries_0_images_50_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6887,83,'_galleries_0_images_50_image_desription','field_5da3573301dea'),
(6888,83,'galleries_0_images_51_big_image','692'),
(6889,83,'_galleries_0_images_51_big_image','field_5da3536cd8d8b'),
(6890,83,'galleries_0_images_51_thumbnail','692'),
(6891,83,'_galleries_0_images_51_thumbnail','field_5da3537dd8d8c'),
(6892,83,'galleries_0_images_51_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6893,83,'_galleries_0_images_51_image_desription','field_5da3573301dea'),
(6894,83,'galleries_0_images_52_big_image','693'),
(6895,83,'_galleries_0_images_52_big_image','field_5da3536cd8d8b'),
(6896,83,'galleries_0_images_52_thumbnail','693'),
(6897,83,'_galleries_0_images_52_thumbnail','field_5da3537dd8d8c'),
(6898,83,'galleries_0_images_52_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6899,83,'_galleries_0_images_52_image_desription','field_5da3573301dea'),
(6900,83,'galleries_0_images_53_big_image','694'),
(6901,83,'_galleries_0_images_53_big_image','field_5da3536cd8d8b'),
(6902,83,'galleries_0_images_53_thumbnail','694'),
(6903,83,'_galleries_0_images_53_thumbnail','field_5da3537dd8d8c'),
(6904,83,'galleries_0_images_53_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6905,83,'_galleries_0_images_53_image_desription','field_5da3573301dea'),
(6906,83,'galleries_0_images_54_big_image','695'),
(6907,83,'_galleries_0_images_54_big_image','field_5da3536cd8d8b'),
(6908,83,'galleries_0_images_54_thumbnail','695'),
(6909,83,'_galleries_0_images_54_thumbnail','field_5da3537dd8d8c'),
(6910,83,'galleries_0_images_54_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6911,83,'_galleries_0_images_54_image_desription','field_5da3573301dea'),
(6912,83,'galleries_0_images_55_big_image','696'),
(6913,83,'_galleries_0_images_55_big_image','field_5da3536cd8d8b'),
(6914,83,'galleries_0_images_55_thumbnail','696'),
(6915,83,'_galleries_0_images_55_thumbnail','field_5da3537dd8d8c'),
(6916,83,'galleries_0_images_55_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6917,83,'_galleries_0_images_55_image_desription','field_5da3573301dea'),
(6918,83,'galleries_0_images_56_big_image','697'),
(6919,83,'_galleries_0_images_56_big_image','field_5da3536cd8d8b'),
(6920,83,'galleries_0_images_56_thumbnail','697'),
(6921,83,'_galleries_0_images_56_thumbnail','field_5da3537dd8d8c'),
(6922,83,'galleries_0_images_56_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6923,83,'_galleries_0_images_56_image_desription','field_5da3573301dea'),
(6924,83,'galleries_0_images_57_big_image','698'),
(6925,83,'_galleries_0_images_57_big_image','field_5da3536cd8d8b'),
(6926,83,'galleries_0_images_57_thumbnail','698'),
(6927,83,'_galleries_0_images_57_thumbnail','field_5da3537dd8d8c'),
(6928,83,'galleries_0_images_57_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6929,83,'_galleries_0_images_57_image_desription','field_5da3573301dea'),
(6930,83,'galleries_0_images_58_big_image','699'),
(6931,83,'_galleries_0_images_58_big_image','field_5da3536cd8d8b'),
(6932,83,'galleries_0_images_58_thumbnail','699'),
(6933,83,'_galleries_0_images_58_thumbnail','field_5da3537dd8d8c'),
(6934,83,'galleries_0_images_58_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6935,83,'_galleries_0_images_58_image_desription','field_5da3573301dea'),
(6936,83,'galleries_0_images_59_big_image','700'),
(6937,83,'_galleries_0_images_59_big_image','field_5da3536cd8d8b'),
(6938,83,'galleries_0_images_59_thumbnail','700'),
(6939,83,'_galleries_0_images_59_thumbnail','field_5da3537dd8d8c'),
(6940,83,'galleries_0_images_59_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6941,83,'_galleries_0_images_59_image_desription','field_5da3573301dea'),
(6942,83,'galleries_0_images_60_big_image','701'),
(6943,83,'_galleries_0_images_60_big_image','field_5da3536cd8d8b'),
(6944,83,'galleries_0_images_60_thumbnail','701'),
(6945,83,'_galleries_0_images_60_thumbnail','field_5da3537dd8d8c'),
(6946,83,'galleries_0_images_60_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6947,83,'_galleries_0_images_60_image_desription','field_5da3573301dea'),
(6948,83,'galleries_0_images_61_big_image','702'),
(6949,83,'_galleries_0_images_61_big_image','field_5da3536cd8d8b'),
(6950,83,'galleries_0_images_61_thumbnail','702'),
(6951,83,'_galleries_0_images_61_thumbnail','field_5da3537dd8d8c'),
(6952,83,'galleries_0_images_61_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6953,83,'_galleries_0_images_61_image_desription','field_5da3573301dea'),
(6954,83,'galleries_0_images_62_big_image','703'),
(6955,83,'_galleries_0_images_62_big_image','field_5da3536cd8d8b'),
(6956,83,'galleries_0_images_62_thumbnail','703'),
(6957,83,'_galleries_0_images_62_thumbnail','field_5da3537dd8d8c'),
(6958,83,'galleries_0_images_62_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6959,83,'_galleries_0_images_62_image_desription','field_5da3573301dea'),
(6960,83,'galleries_0_images_63_big_image','704'),
(6961,83,'_galleries_0_images_63_big_image','field_5da3536cd8d8b'),
(6962,83,'galleries_0_images_63_thumbnail','704'),
(6963,83,'_galleries_0_images_63_thumbnail','field_5da3537dd8d8c'),
(6964,83,'galleries_0_images_63_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6965,83,'_galleries_0_images_63_image_desription','field_5da3573301dea'),
(6966,83,'galleries_0_images_64_big_image','705'),
(6967,83,'_galleries_0_images_64_big_image','field_5da3536cd8d8b'),
(6968,83,'galleries_0_images_64_thumbnail','705'),
(6969,83,'_galleries_0_images_64_thumbnail','field_5da3537dd8d8c'),
(6970,83,'galleries_0_images_64_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6971,83,'_galleries_0_images_64_image_desription','field_5da3573301dea'),
(6972,83,'galleries_0_images_65_big_image','706'),
(6973,83,'_galleries_0_images_65_big_image','field_5da3536cd8d8b'),
(6974,83,'galleries_0_images_65_thumbnail','706'),
(6975,83,'_galleries_0_images_65_thumbnail','field_5da3537dd8d8c'),
(6976,83,'galleries_0_images_65_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6977,83,'_galleries_0_images_65_image_desription','field_5da3573301dea'),
(6978,83,'galleries_0_images_66_big_image','707'),
(6979,83,'_galleries_0_images_66_big_image','field_5da3536cd8d8b'),
(6980,83,'galleries_0_images_66_thumbnail','707'),
(6981,83,'_galleries_0_images_66_thumbnail','field_5da3537dd8d8c'),
(6982,83,'galleries_0_images_66_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6983,83,'_galleries_0_images_66_image_desription','field_5da3573301dea'),
(6984,83,'galleries_0_images_67_big_image','722'),
(6985,83,'_galleries_0_images_67_big_image','field_5da3536cd8d8b'),
(6986,83,'galleries_0_images_67_thumbnail','722'),
(6987,83,'_galleries_0_images_67_thumbnail','field_5da3537dd8d8c'),
(6988,83,'galleries_0_images_67_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6989,83,'_galleries_0_images_67_image_desription','field_5da3573301dea'),
(6990,83,'galleries_0_images_68_big_image','708'),
(6991,83,'_galleries_0_images_68_big_image','field_5da3536cd8d8b'),
(6992,83,'galleries_0_images_68_thumbnail','708'),
(6993,83,'_galleries_0_images_68_thumbnail','field_5da3537dd8d8c'),
(6994,83,'galleries_0_images_68_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(6995,83,'_galleries_0_images_68_image_desription','field_5da3573301dea'),
(6996,83,'galleries_0_images_69_big_image','724'),
(6997,83,'_galleries_0_images_69_big_image','field_5da3536cd8d8b'),
(6998,83,'galleries_0_images_69_thumbnail','724'),
(6999,83,'_galleries_0_images_69_thumbnail','field_5da3537dd8d8c'),
(7000,83,'galleries_0_images_69_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7001,83,'_galleries_0_images_69_image_desription','field_5da3573301dea'),
(7002,83,'galleries_0_images_70_big_image','709'),
(7003,83,'_galleries_0_images_70_big_image','field_5da3536cd8d8b'),
(7004,83,'galleries_0_images_70_thumbnail','709'),
(7005,83,'_galleries_0_images_70_thumbnail','field_5da3537dd8d8c'),
(7006,83,'galleries_0_images_70_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7007,83,'_galleries_0_images_70_image_desription','field_5da3573301dea'),
(7008,83,'galleries_0_images_71_big_image','710'),
(7009,83,'_galleries_0_images_71_big_image','field_5da3536cd8d8b'),
(7010,83,'galleries_0_images_71_thumbnail','710'),
(7011,83,'_galleries_0_images_71_thumbnail','field_5da3537dd8d8c'),
(7012,83,'galleries_0_images_71_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7013,83,'_galleries_0_images_71_image_desription','field_5da3573301dea'),
(7014,83,'galleries_0_images_72_big_image','711'),
(7015,83,'_galleries_0_images_72_big_image','field_5da3536cd8d8b'),
(7016,83,'galleries_0_images_72_thumbnail','711'),
(7017,83,'_galleries_0_images_72_thumbnail','field_5da3537dd8d8c'),
(7018,83,'galleries_0_images_72_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7019,83,'_galleries_0_images_72_image_desription','field_5da3573301dea'),
(7020,83,'galleries_0_images_73_big_image','712'),
(7021,83,'_galleries_0_images_73_big_image','field_5da3536cd8d8b'),
(7022,83,'galleries_0_images_73_thumbnail','712'),
(7023,83,'_galleries_0_images_73_thumbnail','field_5da3537dd8d8c'),
(7024,83,'galleries_0_images_73_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7025,83,'_galleries_0_images_73_image_desription','field_5da3573301dea'),
(7026,83,'galleries_0_images_74_big_image','713'),
(7027,83,'_galleries_0_images_74_big_image','field_5da3536cd8d8b'),
(7028,83,'galleries_0_images_74_thumbnail','713'),
(7029,83,'_galleries_0_images_74_thumbnail','field_5da3537dd8d8c'),
(7030,83,'galleries_0_images_74_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7031,83,'_galleries_0_images_74_image_desription','field_5da3573301dea'),
(7032,83,'galleries_0_images_75_big_image','714'),
(7033,83,'_galleries_0_images_75_big_image','field_5da3536cd8d8b'),
(7034,83,'galleries_0_images_75_thumbnail','714'),
(7035,83,'_galleries_0_images_75_thumbnail','field_5da3537dd8d8c'),
(7036,83,'galleries_0_images_75_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7037,83,'_galleries_0_images_75_image_desription','field_5da3573301dea'),
(7038,83,'galleries_0_images_76_big_image','715'),
(7039,83,'_galleries_0_images_76_big_image','field_5da3536cd8d8b'),
(7040,83,'galleries_0_images_76_thumbnail','715'),
(7041,83,'_galleries_0_images_76_thumbnail','field_5da3537dd8d8c'),
(7042,83,'galleries_0_images_76_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7043,83,'_galleries_0_images_76_image_desription','field_5da3573301dea'),
(7044,83,'galleries_0_images_77_big_image','716'),
(7045,83,'_galleries_0_images_77_big_image','field_5da3536cd8d8b'),
(7046,83,'galleries_0_images_77_thumbnail','716'),
(7047,83,'_galleries_0_images_77_thumbnail','field_5da3537dd8d8c'),
(7048,83,'galleries_0_images_77_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7049,83,'_galleries_0_images_77_image_desription','field_5da3573301dea'),
(7050,83,'galleries_0_images_78_big_image','717'),
(7051,83,'_galleries_0_images_78_big_image','field_5da3536cd8d8b'),
(7052,83,'galleries_0_images_78_thumbnail','717'),
(7053,83,'_galleries_0_images_78_thumbnail','field_5da3537dd8d8c'),
(7054,83,'galleries_0_images_78_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7055,83,'_galleries_0_images_78_image_desription','field_5da3573301dea'),
(7056,83,'galleries_0_images_79_big_image','718'),
(7057,83,'_galleries_0_images_79_big_image','field_5da3536cd8d8b'),
(7058,83,'galleries_0_images_79_thumbnail','718'),
(7059,83,'_galleries_0_images_79_thumbnail','field_5da3537dd8d8c'),
(7060,83,'galleries_0_images_79_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7061,83,'_galleries_0_images_79_image_desription','field_5da3573301dea'),
(7062,83,'galleries_0_images_80_big_image','719'),
(7063,83,'_galleries_0_images_80_big_image','field_5da3536cd8d8b'),
(7064,83,'galleries_0_images_80_thumbnail','719'),
(7065,83,'_galleries_0_images_80_thumbnail','field_5da3537dd8d8c'),
(7066,83,'galleries_0_images_80_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7067,83,'_galleries_0_images_80_image_desription','field_5da3573301dea'),
(7068,83,'galleries_0_images_81_big_image','720'),
(7069,83,'_galleries_0_images_81_big_image','field_5da3536cd8d8b'),
(7070,83,'galleries_0_images_81_thumbnail','720'),
(7071,83,'_galleries_0_images_81_thumbnail','field_5da3537dd8d8c'),
(7072,83,'galleries_0_images_81_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7073,83,'_galleries_0_images_81_image_desription','field_5da3573301dea'),
(7074,83,'galleries_0_images_82_big_image','721'),
(7075,83,'_galleries_0_images_82_big_image','field_5da3536cd8d8b'),
(7076,83,'galleries_0_images_82_thumbnail','721'),
(7077,83,'_galleries_0_images_82_thumbnail','field_5da3537dd8d8c'),
(7078,83,'galleries_0_images_82_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(7079,83,'_galleries_0_images_82_image_desription','field_5da3573301dea'),
(7086,728,'_wp_attached_file','2019/10/2016-03-14-13.31.17_ips.jpg'),
(7087,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-14-13.31.17_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-14-13.31.17_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-14-13.31.17_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-14-13.31.17_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-14-13.31.17_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-14-13.31.17_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-14-13.31.17_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-14-13.31.17_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7092,731,'_wp_attached_file','2019/10/2019-09-04-14.37.48_ips.jpg'),
(7093,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-09-04-14.37.48_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-09-04-14.37.48_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-09-04-14.37.48_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-09-04-14.37.48_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-09-04-14.37.48_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-09-04-14.37.48_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-09-04-14.37.48_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-09-04-14.37.48_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7148,31,'old_name','beschriftungen'),
(7149,31,'publicly_queryable','1'),
(7150,31,'exclude_from_search','0'),
(7151,31,'capability_type','post'),
(7152,31,'capability_type_custom','beschriftungen'),
(7153,31,'capability_type_extra','1'),
(7154,31,'has_archive','0'),
(7155,31,'hierarchical','0'),
(7156,31,'rewrite','1'),
(7157,31,'rewrite_with_front','1'),
(7158,31,'rewrite_feeds','0'),
(7159,31,'rewrite_pages','1'),
(7160,31,'query_var','1'),
(7161,31,'can_export','1'),
(7162,31,'default_status','draft'),
(7163,31,'supports_author','0'),
(7164,31,'supports_thumbnail','0'),
(7165,31,'supports_excerpt','0'),
(7166,31,'supports_trackbacks','0'),
(7167,31,'supports_custom_fields','0'),
(7168,31,'supports_comments','0'),
(7169,31,'supports_revisions','0'),
(7170,31,'supports_page_attributes','0'),
(7171,31,'supports_post_formats','0'),
(7172,31,'built_in_taxonomies_category','0'),
(7173,31,'built_in_taxonomies_link_category','0'),
(7174,31,'built_in_taxonomies_post_tag','0'),
(7175,31,'show_in_menu','1'),
(7176,31,'menu_position','0'),
(7177,31,'show_in_nav_menus','1'),
(7178,31,'show_in_admin_bar','1'),
(7179,31,'pfat_enable','0'),
(7180,31,'pfat_run_outside_loop','0'),
(7181,31,'pfat_append_single','append'),
(7182,31,'pfat_filter_single','the_content'),
(7183,31,'pfat_append_archive','append'),
(7184,31,'pfat_filter_archive','the_content'),
(7185,31,'rest_enable','0'),
(7186,31,'read_all','0'),
(7187,31,'write_all','0'),
(7188,31,'rewrite_custom_slug','dienstleistungen'),
(7190,739,'label_singular','Service'),
(7191,739,'public','1'),
(7192,739,'show_ui','1'),
(7193,739,'hierarchical','1'),
(7194,739,'type','taxonomy'),
(7195,739,'storage','meta'),
(7196,739,'old_name','kategorien'),
(7197,739,'rewrite','1'),
(7198,739,'rewrite_with_front','1'),
(7199,739,'rewrite_hierarchical','1'),
(7200,739,'capability_type','default'),
(7201,739,'capability_type_custom','ategory_'),
(7202,739,'query_var','0'),
(7203,739,'sort','0'),
(7204,739,'built_in_post_types_acf-field','0'),
(7205,739,'built_in_post_types_acf-field-group','0'),
(7206,739,'built_in_post_types_custom_css','0'),
(7207,739,'built_in_post_types_customize_changeset','0'),
(7208,739,'built_in_post_types_dienstleistungen','1'),
(7209,739,'built_in_post_types_oembed_cache','0'),
(7210,739,'built_in_post_types_page','0'),
(7211,739,'built_in_post_types_post','0'),
(7212,739,'built_in_post_types_user_request','0'),
(7213,739,'built_in_post_types_wp_block','0'),
(7214,739,'built_in_post_types_wpcf7_contact_form','0'),
(7215,739,'built_in_post_types_attachment','0'),
(7216,739,'show_in_menu','1'),
(7217,739,'menu_location','default'),
(7218,739,'menu_position','0'),
(7219,739,'show_in_nav_menus','1'),
(7220,739,'show_tagcloud','1'),
(7221,739,'show_tagcloud_in_edit','1'),
(7222,739,'show_in_quick_edit','1'),
(7223,739,'show_admin_column','0'),
(7224,739,'pfat_enable','0'),
(7225,739,'pfat_run_outside_loop','0'),
(7226,739,'pfat_append_archive','append'),
(7227,739,'rest_enable','0'),
(7228,739,'read_all','0'),
(7229,739,'write_all','0'),
(7230,31,'built_in_taxonomies_ategory_','1'),
(7232,31,'built_in_taxonomies_kategorien','1'),
(7234,31,'built_in_taxonomies_services','1'),
(7399,760,'_wp_attached_file','2019/10/Logo-cd-footer-50.png'),
(7400,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:176;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2019/10/Logo-cd-footer-50.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Logo-cd-footer-50-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Logo-cd-footer-50-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7405,763,'_wp_attached_file','2019/10/Logo-cd90-copy.png'),
(7406,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:90;s:4:\"file\";s:26:\"2019/10/Logo-cd90-copy.png\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Logo-cd90-copy-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Logo-cd90-copy-100x90.png\";s:5:\"width\";i:100;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Logo-cd90-copy-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Logo-cd90-copy-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7407,764,'_wp_attached_file','2019/10/SliderRost-rost2finoben-blue2-web.jpg'),
(7408,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:226;s:4:\"file\";s:45:\"2019/10/SliderRost-rost2finoben-blue2-web.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"SliderRost-rost2finoben-blue2-web-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"SliderRost-rost2finoben-blue2-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"SliderRost-rost2finoben-blue2-web-600x116.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"SliderRost-rost2finoben-blue2-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"SliderRost-rost2finoben-blue2-web-300x58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SliderRost-rost2finoben-blue2-web-768x148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"SliderRost-rost2finoben-blue2-web-1024x198.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7409,765,'_wp_attached_file','2019/10/Slide-Lackschutz.jpg'),
(7410,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2019/10/Slide-Lackschutz.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Slide-Lackschutz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Slide-Lackschutz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Slide-Lackschutz-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Slide-Lackschutz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Slide-Lackschutz-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Slide-Lackschutz-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Slide-Lackschutz-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7417,769,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(7418,769,'_text_blocks_0_text','field_5da4129f01b81'),
(7419,769,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(7420,769,'_text_blocks_1_text','field_5da4129f01b81'),
(7421,769,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(7422,769,'_text_blocks_2_text','field_5da4129f01b81'),
(7423,769,'text_blocks','3'),
(7424,769,'_text_blocks','field_5da4129501b80'),
(7425,769,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2702.5639151641626!2d8.353434850828625!3d47.36191131274044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47900e183e212d9f%3A0xb56cd649d04cfb1b!2zQnJlbWdhcnRlcnN0cmFzc2UgOTQsIDg5NjcgV2lkZW4sINCo0LLQtdC50YbQsNGA0LjRjw!5e0!3m2!1sru!2sua!4v1571154137337!5m2!1sru!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(7426,769,'_map_code_iframe','field_5da412baab421'),
(7427,769,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(7428,769,'_before_form_text','field_5da412d7ab422'),
(7429,771,'top_slider_0_image','132'),
(7430,771,'_top_slider_0_image','field_5da409fc7f421'),
(7431,771,'top_slider_1_image','132'),
(7432,771,'_top_slider_1_image','field_5da409fc7f421'),
(7433,771,'top_slider_2_image','132'),
(7434,771,'_top_slider_2_image','field_5da409fc7f421'),
(7435,771,'top_slider_3_image','132'),
(7436,771,'_top_slider_3_image','field_5da409fc7f421'),
(7437,771,'top_slider_4_image','132'),
(7438,771,'_top_slider_4_image','field_5da409fc7f421'),
(7439,771,'top_slider','5'),
(7440,771,'_top_slider','field_5da409f17f420'),
(7441,772,'top_image','112'),
(7442,772,'_top_image','field_5da37587da91a'),
(7443,772,'images_0_image','116'),
(7444,772,'_images_0_image','field_5da37606d63a2'),
(7445,772,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(7446,772,'_images_0_text','field_5da37611d63a3'),
(7447,772,'images_1_image','113'),
(7448,772,'_images_1_image','field_5da37606d63a2'),
(7449,772,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(7450,772,'_images_1_text','field_5da37611d63a3'),
(7451,772,'images_2_image','115'),
(7452,772,'_images_2_image','field_5da37606d63a2'),
(7453,772,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(7454,772,'_images_2_text','field_5da37611d63a3'),
(7455,772,'images_3_image','635'),
(7456,772,'_images_3_image','field_5da37606d63a2'),
(7457,772,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(7458,772,'_images_3_text','field_5da37611d63a3'),
(7459,772,'images_4_image','634'),
(7460,772,'_images_4_image','field_5da37606d63a2'),
(7461,772,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(7462,772,'_images_4_text','field_5da37611d63a3'),
(7463,772,'images_5_image','629'),
(7464,772,'_images_5_image','field_5da37606d63a2'),
(7465,772,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(7466,772,'_images_5_text','field_5da37611d63a3'),
(7467,772,'images','10'),
(7468,772,'_images','field_5da375fcd63a1'),
(7469,772,'images_6_image','631'),
(7470,772,'_images_6_image','field_5da37606d63a2'),
(7471,772,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(7472,772,'_images_6_text','field_5da37611d63a3'),
(7473,772,'images_7_image','636'),
(7474,772,'_images_7_image','field_5da37606d63a2'),
(7475,772,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(7476,772,'_images_7_text','field_5da37611d63a3'),
(7477,772,'images_8_image','633'),
(7478,772,'_images_8_image','field_5da37606d63a2'),
(7479,772,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(7480,772,'_images_8_text','field_5da37611d63a3'),
(7481,772,'images_9_image','638'),
(7482,772,'_images_9_image','field_5da37606d63a2'),
(7483,772,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(7484,772,'_images_9_text','field_5da37611d63a3'),
(7485,773,'top_image','112'),
(7486,773,'_top_image','field_5da37587da91a'),
(7487,773,'images_0_image','116'),
(7488,773,'_images_0_image','field_5da37606d63a2'),
(7489,773,'images_0_text','<h3>Über 25 Jahre Erfahrung</h3>\r\n<p>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.</p>'),
(7490,773,'_images_0_text','field_5da37611d63a3'),
(7491,773,'images_1_image','113'),
(7492,773,'_images_1_image','field_5da37606d63a2'),
(7493,773,'images_1_text','<h3>Moderner Maschinenpark</h3>\r\n<p><br /><br /></p>'),
(7494,773,'_images_1_text','field_5da37611d63a3'),
(7495,773,'images_2_image','115'),
(7496,773,'_images_2_image','field_5da37606d63a2'),
(7497,773,'images_2_text','<h3>Qualifizierte und geschulte Mitarbeiter</h3>'),
(7498,773,'_images_2_text','field_5da37611d63a3'),
(7499,773,'images_3_image','635'),
(7500,773,'_images_3_image','field_5da37606d63a2'),
(7501,773,'images_3_text','<h3>Ausbildungsbetrieb für Gestalter Werbetechnik</h3>'),
(7502,773,'_images_3_text','field_5da37611d63a3'),
(7503,773,'images_4_image','634'),
(7504,773,'_images_4_image','field_5da37606d63a2'),
(7505,773,'images_4_text','<h3>Über 1500 beschriftete und 100 folierte Fahrzeuge</h3>'),
(7506,773,'_images_4_text','field_5da37611d63a3'),
(7507,773,'images_5_image','629'),
(7508,773,'_images_5_image','field_5da37606d63a2'),
(7509,773,'images_5_text','<h3>Über 100km verklebte Hochleistungfolien</h3>'),
(7510,773,'_images_5_text','field_5da37611d63a3'),
(7511,773,'images','10'),
(7512,773,'_images','field_5da375fcd63a1'),
(7513,773,'images_6_image','631'),
(7514,773,'_images_6_image','field_5da37606d63a2'),
(7515,773,'images_6_text','<h3>Eigene Ersatzwagenflotte</h3>'),
(7516,773,'_images_6_text','field_5da37611d63a3'),
(7517,773,'images_7_image','636'),
(7518,773,'_images_7_image','field_5da37606d63a2'),
(7519,773,'images_7_text','<h3>Zuverlässige Lieferanten</h3>'),
(7520,773,'_images_7_text','field_5da37611d63a3'),
(7521,773,'images_8_image','633'),
(7522,773,'_images_8_image','field_5da37606d63a2'),
(7523,773,'images_8_text','<h3>Liefer- und Montageservice in der ganzen Schweiz</h3>'),
(7524,773,'_images_8_text','field_5da37611d63a3'),
(7525,773,'images_9_image','638'),
(7526,773,'_images_9_image','field_5da37606d63a2'),
(7527,773,'images_9_text','<h3>Kontaktpartner für neue Medien</h3>'),
(7528,773,'_images_9_text','field_5da37611d63a3'),
(7529,776,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(7530,776,'_text_blocks_0_text','field_5da4129f01b81'),
(7531,776,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(7532,776,'_text_blocks_1_text','field_5da4129f01b81'),
(7533,776,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(7534,776,'_text_blocks_2_text','field_5da4129f01b81'),
(7535,776,'text_blocks','3'),
(7536,776,'_text_blocks','field_5da4129501b80'),
(7537,776,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.256400937762!2d8.3556289!3d47.3619077!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xe3510189a1ce255f!2sSCHRIFTEHUS%20GmbH!5e0!3m2!1sde!2sua!4v1573118768088!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(7538,776,'_map_code_iframe','field_5da412baab421'),
(7539,776,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(7540,776,'_before_form_text','field_5da412d7ab422'),
(7541,777,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(7542,777,'_text_blocks_0_text','field_5da4129f01b81'),
(7543,777,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(7544,777,'_text_blocks_1_text','field_5da4129f01b81'),
(7545,777,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(7546,777,'_text_blocks_2_text','field_5da4129f01b81'),
(7547,777,'text_blocks','3'),
(7548,777,'_text_blocks','field_5da4129501b80'),
(7549,777,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"600\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(7550,777,'_map_code_iframe','field_5da412baab421'),
(7551,777,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(7552,777,'_before_form_text','field_5da412d7ab422'),
(7553,778,'top_slider_0_image','132'),
(7554,778,'_top_slider_0_image','field_5da409fc7f421'),
(7555,778,'top_slider','1'),
(7556,778,'_top_slider','field_5da409f17f420'),
(7557,779,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(7558,779,'_text_blocks_0_text','field_5da4129f01b81'),
(7559,779,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(7560,779,'_text_blocks_1_text','field_5da4129f01b81'),
(7561,779,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(7562,779,'_text_blocks_2_text','field_5da4129f01b81'),
(7563,779,'text_blocks','3'),
(7564,779,'_text_blocks','field_5da4129501b80'),
(7565,779,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(7566,779,'_map_code_iframe','field_5da412baab421'),
(7567,779,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(7568,779,'_before_form_text','field_5da412d7ab422'),
(7577,785,'top_image','75'),
(7578,785,'_top_image','field_5da359b267419'),
(7579,785,'team_group_0_team_title','Unser Team'),
(7580,785,'_team_group_0_team_title','field_5da359e55e8d3'),
(7581,785,'team_group_0_members','1'),
(7582,785,'_team_group_0_members','field_5da359ef5e8d4'),
(7583,785,'team_group','2'),
(7584,785,'_team_group','field_5da359d75e8d2'),
(7585,785,'team_group_0_members_0_photo','78'),
(7586,785,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(7587,785,'team_group_0_members_0_name','THOMAS HÖLLER'),
(7588,785,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(7589,785,'team_group_0_members_0_position','Inhaber'),
(7590,785,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(7591,785,'team_group_0_members_0_phone','056 633 53 16'),
(7592,785,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(7593,785,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(7594,785,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(7595,785,'team_group_1_team_title',''),
(7596,785,'_team_group_1_team_title','field_5da359e55e8d3'),
(7597,785,'team_group_1_members_0_photo','78'),
(7598,785,'_team_group_1_members_0_photo','field_5da35a0a5e8d5'),
(7599,785,'team_group_1_members_0_name','VORNAME<br />NACHNAME'),
(7600,785,'_team_group_1_members_0_name','field_5da35a135e8d6'),
(7601,785,'team_group_1_members_0_position','Inhaber'),
(7602,785,'_team_group_1_members_0_position','field_5da35a1c5e8d7'),
(7603,785,'team_group_1_members_0_phone','056 633 53 16'),
(7604,785,'_team_group_1_members_0_phone','field_5da35a2b5e8d8'),
(7605,785,'team_group_1_members_0_email','info@autobeschriftungen.ch'),
(7606,785,'_team_group_1_members_0_email','field_5da35a335e8d9'),
(7607,785,'team_group_1_members_1_photo','78'),
(7608,785,'_team_group_1_members_1_photo','field_5da35a0a5e8d5'),
(7609,785,'team_group_1_members_1_name','VORNAME NACHNAME'),
(7610,785,'_team_group_1_members_1_name','field_5da35a135e8d6'),
(7611,785,'team_group_1_members_1_position','Inhaber'),
(7612,785,'_team_group_1_members_1_position','field_5da35a1c5e8d7'),
(7613,785,'team_group_1_members_1_phone','056 633 53 16'),
(7614,785,'_team_group_1_members_1_phone','field_5da35a2b5e8d8'),
(7615,785,'team_group_1_members_1_email','info@autobeschriftungen.ch'),
(7616,785,'_team_group_1_members_1_email','field_5da35a335e8d9'),
(7617,785,'team_group_1_members_2_photo','78'),
(7618,785,'_team_group_1_members_2_photo','field_5da35a0a5e8d5'),
(7619,785,'team_group_1_members_2_name','VORNAME NACHNAME'),
(7620,785,'_team_group_1_members_2_name','field_5da35a135e8d6'),
(7621,785,'team_group_1_members_2_position','Inhaber'),
(7622,785,'_team_group_1_members_2_position','field_5da35a1c5e8d7'),
(7623,785,'team_group_1_members_2_phone','056 633 53 16'),
(7624,785,'_team_group_1_members_2_phone','field_5da35a2b5e8d8'),
(7625,785,'team_group_1_members_2_email','info@autobeschriftungen.ch'),
(7626,785,'_team_group_1_members_2_email','field_5da35a335e8d9'),
(7627,785,'team_group_1_members_3_photo','78'),
(7628,785,'_team_group_1_members_3_photo','field_5da35a0a5e8d5'),
(7629,785,'team_group_1_members_3_name','VORNAME NACHNAME'),
(7630,785,'_team_group_1_members_3_name','field_5da35a135e8d6'),
(7631,785,'team_group_1_members_3_position','Inhaber'),
(7632,785,'_team_group_1_members_3_position','field_5da35a1c5e8d7'),
(7633,785,'team_group_1_members_3_phone','056 633 53 16'),
(7634,785,'_team_group_1_members_3_phone','field_5da35a2b5e8d8'),
(7635,785,'team_group_1_members_3_email','info@autobeschriftungen.ch'),
(7636,785,'_team_group_1_members_3_email','field_5da35a335e8d9'),
(7637,785,'team_group_1_members','4'),
(7638,785,'_team_group_1_members','field_5da359ef5e8d4'),
(7639,786,'_wp_attached_file','2019/11/Fotolia_team_cardress_ohne3.jpg'),
(7640,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2019/11/Fotolia_team_cardress_ohne3.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Fotolia_team_cardress_ohne3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Fotolia_team_cardress_ohne3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"Fotolia_team_cardress_ohne3-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Fotolia_team_cardress_ohne3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Fotolia_team_cardress_ohne3-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Fotolia_team_cardress_ohne3-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Fotolia_team_cardress_ohne3-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"Copyright: Andrey Popov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7641,787,'top_image','786'),
(7642,787,'_top_image','field_5da359b267419'),
(7643,787,'team_group_0_team_title','Unser Team'),
(7644,787,'_team_group_0_team_title','field_5da359e55e8d3'),
(7645,787,'team_group_0_members','1'),
(7646,787,'_team_group_0_members','field_5da359ef5e8d4'),
(7647,787,'team_group','2'),
(7648,787,'_team_group','field_5da359d75e8d2'),
(7649,787,'team_group_0_members_0_photo','78'),
(7650,787,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(7651,787,'team_group_0_members_0_name','THOMAS HÖLLER'),
(7652,787,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(7653,787,'team_group_0_members_0_position','Inhaber'),
(7654,787,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(7655,787,'team_group_0_members_0_phone','056 633 53 16'),
(7656,787,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(7657,787,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(7658,787,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(7659,787,'team_group_1_team_title',''),
(7660,787,'_team_group_1_team_title','field_5da359e55e8d3'),
(7661,787,'team_group_1_members_0_photo','78'),
(7662,787,'_team_group_1_members_0_photo','field_5da35a0a5e8d5'),
(7663,787,'team_group_1_members_0_name','VORNAME<br />NACHNAME'),
(7664,787,'_team_group_1_members_0_name','field_5da35a135e8d6'),
(7665,787,'team_group_1_members_0_position','Inhaber'),
(7666,787,'_team_group_1_members_0_position','field_5da35a1c5e8d7'),
(7667,787,'team_group_1_members_0_phone','056 633 53 16'),
(7668,787,'_team_group_1_members_0_phone','field_5da35a2b5e8d8'),
(7669,787,'team_group_1_members_0_email','info@autobeschriftungen.ch'),
(7670,787,'_team_group_1_members_0_email','field_5da35a335e8d9'),
(7671,787,'team_group_1_members_1_photo','78'),
(7672,787,'_team_group_1_members_1_photo','field_5da35a0a5e8d5'),
(7673,787,'team_group_1_members_1_name','VORNAME NACHNAME'),
(7674,787,'_team_group_1_members_1_name','field_5da35a135e8d6'),
(7675,787,'team_group_1_members_1_position','Inhaber'),
(7676,787,'_team_group_1_members_1_position','field_5da35a1c5e8d7'),
(7677,787,'team_group_1_members_1_phone','056 633 53 16'),
(7678,787,'_team_group_1_members_1_phone','field_5da35a2b5e8d8'),
(7679,787,'team_group_1_members_1_email','info@autobeschriftungen.ch'),
(7680,787,'_team_group_1_members_1_email','field_5da35a335e8d9'),
(7681,787,'team_group_1_members_2_photo','78'),
(7682,787,'_team_group_1_members_2_photo','field_5da35a0a5e8d5'),
(7683,787,'team_group_1_members_2_name','VORNAME NACHNAME'),
(7684,787,'_team_group_1_members_2_name','field_5da35a135e8d6'),
(7685,787,'team_group_1_members_2_position','Inhaber'),
(7686,787,'_team_group_1_members_2_position','field_5da35a1c5e8d7'),
(7687,787,'team_group_1_members_2_phone','056 633 53 16'),
(7688,787,'_team_group_1_members_2_phone','field_5da35a2b5e8d8'),
(7689,787,'team_group_1_members_2_email','info@autobeschriftungen.ch'),
(7690,787,'_team_group_1_members_2_email','field_5da35a335e8d9'),
(7691,787,'team_group_1_members_3_photo','78'),
(7692,787,'_team_group_1_members_3_photo','field_5da35a0a5e8d5'),
(7693,787,'team_group_1_members_3_name','VORNAME NACHNAME'),
(7694,787,'_team_group_1_members_3_name','field_5da35a135e8d6'),
(7695,787,'team_group_1_members_3_position','Inhaber'),
(7696,787,'_team_group_1_members_3_position','field_5da35a1c5e8d7'),
(7697,787,'team_group_1_members_3_phone','056 633 53 16'),
(7698,787,'_team_group_1_members_3_phone','field_5da35a2b5e8d8'),
(7699,787,'team_group_1_members_3_email','info@autobeschriftungen.ch'),
(7700,787,'_team_group_1_members_3_email','field_5da35a335e8d9'),
(7701,787,'team_group_1_members','4'),
(7702,787,'_team_group_1_members','field_5da359ef5e8d4'),
(7703,32,'_wp_old_slug','flottenbeschriftungen'),
(7704,84,'_wp_old_slug','anhangerbeschriftungen'),
(7707,224,'_wp_old_date','2019-10-15'),
(7709,89,'_wp_old_slug','schaufensterbeschriftung'),
(7710,788,'_wp_attached_file','2019/10/Lackschutz270.jpg'),
(7711,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:25:\"2019/10/Lackschutz270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Lackschutz270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lackschutz270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454399680\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7713,789,'_wp_attached_file','2019/10/Teilfilierungen270.jpg'),
(7714,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:30:\"2019/10/Teilfilierungen270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Teilfilierungen270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Teilfilierungen270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7715,790,'_wp_attached_file','2019/10/2016-02-02-07.54.40_ips.jpg'),
(7716,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-02-02-07.54.40_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-02-02-07.54.40_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-02-02-07.54.40_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-02-02-07.54.40_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-02-02-07.54.40_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-02-02-07.54.40_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-02-02-07.54.40_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-02-02-07.54.40_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7719,792,'_wp_attached_file','2019/10/2016-12-05-16.36.00_ips.jpg'),
(7720,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-12-05-16.36.00_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-12-05-16.36.00_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-12-05-16.36.00_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-12-05-16.36.00_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-12-05-16.36.00_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-12-05-16.36.00_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-12-05-16.36.00_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-12-05-16.36.00_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7721,793,'_wp_attached_file','2019/10/2017-08-18-14.31.55_ips.jpg'),
(7722,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-08-18-14.31.55_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-18-14.31.55_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-18-14.31.55_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-18-14.31.55_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-18-14.31.55_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-18-14.31.55_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-18-14.31.55_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-18-14.31.55_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7723,794,'_wp_attached_file','2019/10/2018-11-08-11.16.00_ips.jpg'),
(7724,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2018-11-08-11.16.00_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-11-08-11.16.00_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-08-11.16.00_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2018-11-08-11.16.00_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-08-11.16.00_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2018-11-08-11.16.00_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2018-11-08-11.16.00_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2018-11-08-11.16.00_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7725,795,'_wp_attached_file','2019/10/2019-04-23-09.55.10_ips.jpg'),
(7726,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-04-23-09.55.10_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-04-23-09.55.10_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-23-09.55.10_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-04-23-09.55.10_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-23-09.55.10_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-04-23-09.55.10_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-04-23-09.55.10_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-04-23-09.55.10_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7727,796,'_wp_attached_file','2019/10/IMG_4764_ips.jpg'),
(7728,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:877;s:4:\"file\";s:24:\"2019/10/IMG_4764_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4764_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4764_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4764_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4764_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4764_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4764_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4764_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7729,84,'galleries_0_images_6_big_image','796'),
(7730,84,'_galleries_0_images_6_big_image','field_5da3536cd8d8b'),
(7731,84,'galleries_0_images_6_thumbnail','796'),
(7732,84,'_galleries_0_images_6_thumbnail','field_5da3537dd8d8c'),
(7733,84,'galleries_0_images_6_image_desription','<h4>Lackschutz</h4><p></p>'),
(7734,84,'_galleries_0_images_6_image_desription','field_5da3573301dea'),
(7735,798,'_wp_attached_file','2019/10/Car4sale270.jpg'),
(7736,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:23:\"2019/10/Car4sale270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Car4sale270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Car4sale270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7737,799,'_wp_attached_file','2019/10/2016-03-11-13.56.00_ips.jpg'),
(7738,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-11-13.56.00_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-11-13.56.00_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.00_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.00_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.00_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.00_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.00_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-11-13.56.00_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7739,800,'_wp_attached_file','2019/10/2016-03-11-13.56.46_ips.jpg'),
(7740,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-11-13.56.46_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-11-13.56.46_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.46_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.46_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.46_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.46_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-11-13.56.46_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-11-13.56.46_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7741,801,'_wp_attached_file','2019/10/2016-03-16-11.50.28_ips.jpg'),
(7742,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-16-11.50.28_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-16-11.50.28_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-16-11.50.28_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-16-11.50.28_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-16-11.50.28_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-16-11.50.28_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-16-11.50.28_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-16-11.50.28_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1458129028\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0013642564802183\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7745,803,'_wp_attached_file','2019/10/2016-03-21-17.00.32_ips.jpg'),
(7746,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-21-17.00.32_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-21-17.00.32_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-21-17.00.32_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-21-17.00.32_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-21-17.00.32_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-21-17.00.32_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-21-17.00.32_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-21-17.00.32_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7747,804,'_wp_attached_file','2019/10/2017-02-09-16.39.19_ips.jpg'),
(7748,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-02-09-16.39.19_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-02-09-16.39.19_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-02-09-16.39.19_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-02-09-16.39.19_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-02-09-16.39.19_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-02-09-16.39.19_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-02-09-16.39.19_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-02-09-16.39.19_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7749,805,'_wp_attached_file','2019/10/2017-05-16-15.38.01_ips.jpg'),
(7750,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-16-15.38.01_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-16-15.38.01_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-16-15.38.01_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-16-15.38.01_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-16-15.38.01_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-16-15.38.01_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-16-15.38.01_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-16-15.38.01_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7751,806,'_wp_attached_file','2019/10/2019-07-26-15.07.38_ips.jpg'),
(7752,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-07-26-15.07.38_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-07-26-15.07.38_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.38_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.38_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.38_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.38_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-07-26-15.07.38_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-07-26-15.07.38_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7753,807,'_wp_attached_file','2019/10/Foto-22.05.17-15-58-43_ips.jpg'),
(7754,807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-22.05.17-15-58-43_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-22.05.17-15-58-43_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-22.05.17-15-58-43_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-22.05.17-15-58-43_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-22.05.17-15-58-43_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-22.05.17-15-58-43_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-22.05.17-15-58-43_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-22.05.17-15-58-43_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7755,808,'_wp_attached_file','2019/10/Scheibentonen270_1.jpg'),
(7756,808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:30:\"2019/10/Scheibentonen270_1.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Scheibentonen270_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scheibentonen270_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486658359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7759,810,'_wp_attached_file','2019/10/Slider_scheibentonen.jpg'),
(7760,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2019/10/Slider_scheibentonen.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Slider_scheibentonen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Slider_scheibentonen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Slider_scheibentonen-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Slider_scheibentonen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Slider_scheibentonen-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Slider_scheibentonen-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7761,811,'_wp_attached_file','2019/10/Slider_scheibentonen2.jpg'),
(7762,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2019/10/Slider_scheibentonen2.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Slider_scheibentonen2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen2-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen2-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen2-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Slider_scheibentonen2-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457704606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.000999000999001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7763,812,'_wp_attached_file','2019/10/Scheibentonen270.jpg'),
(7764,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:28:\"2019/10/Scheibentonen270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Scheibentonen270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Scheibentonen270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457704606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.000999000999001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7795,813,'_wp_attached_file','2019/10/Scheibentonen270_2.jpg'),
(7796,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:30:\"2019/10/Scheibentonen270_2.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Scheibentonen270_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Scheibentonen270_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457704560\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00058513750731422\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7797,814,'_wp_attached_file','2019/10/Slider_scheibentonen3.jpg'),
(7798,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2019/10/Slider_scheibentonen3.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Slider_scheibentonen3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen3-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen3-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Slider_scheibentonen3-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Slider_scheibentonen3-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457704560\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00058513750731422\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7799,815,'_wp_attached_file','2019/10/2016-03-02-11.38.24_ips.jpg'),
(7800,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-02-11.38.24_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-02-11.38.24_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-02-11.38.24_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-02-11.38.24_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-02-11.38.24_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-02-11.38.24_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-02-11.38.24_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-02-11.38.24_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7801,816,'_wp_attached_file','2019/10/2016-04-04-16.36.25_ips.jpg'),
(7802,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-04-04-16.36.25_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-04-04-16.36.25_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-04-04-16.36.25_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-04-04-16.36.25_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-04-04-16.36.25_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-04-04-16.36.25_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-04-04-16.36.25_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-04-04-16.36.25_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7803,817,'_wp_attached_file','2019/10/2016-06-17-09.19.18_ips.jpg'),
(7804,817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-06-17-09.19.18_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-06-17-09.19.18_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-06-17-09.19.18_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-06-17-09.19.18_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-06-17-09.19.18_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-06-17-09.19.18_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-06-17-09.19.18_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-06-17-09.19.18_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7805,818,'_wp_attached_file','2019/10/2016-07-12-15.08.52_ips.jpg'),
(7806,818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-07-12-15.08.52_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-07-12-15.08.52_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-07-12-15.08.52_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-07-12-15.08.52_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-07-12-15.08.52_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-07-12-15.08.52_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-07-12-15.08.52_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-07-12-15.08.52_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7807,819,'_wp_attached_file','2019/10/2017-05-13-11.41.54_ips.jpg'),
(7808,819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-13-11.41.54_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-13-11.41.54_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-13-11.41.54_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-13-11.41.54_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-13-11.41.54_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-13-11.41.54_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-13-11.41.54_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-13-11.41.54_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7809,820,'_wp_attached_file','2019/10/2017-06-28-18.08.52_ips.jpg'),
(7810,820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-06-28-18.08.52_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-06-28-18.08.52_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-06-28-18.08.52_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-06-28-18.08.52_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-06-28-18.08.52_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-06-28-18.08.52_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-06-28-18.08.52_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-06-28-18.08.52_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7811,821,'_wp_attached_file','2019/10/2017-09-12-11.15.11_ips.jpg'),
(7812,821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-09-12-11.15.11_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-09-12-11.15.11_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-09-12-11.15.11_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-09-12-11.15.11_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-09-12-11.15.11_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-09-12-11.15.11_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-09-12-11.15.11_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-09-12-11.15.11_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7813,822,'_wp_attached_file','2019/10/2017-10-25-14.51.28_ips.jpg'),
(7814,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-10-25-14.51.28_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-10-25-14.51.28_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-10-25-14.51.28_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-10-25-14.51.28_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-10-25-14.51.28_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-10-25-14.51.28_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-10-25-14.51.28_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-10-25-14.51.28_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7815,823,'_wp_attached_file','2019/10/2017-12-02-11.16.39_ips.jpg'),
(7816,823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-12-02-11.16.39_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-12-02-11.16.39_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-12-02-11.16.39_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-12-02-11.16.39_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-12-02-11.16.39_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-12-02-11.16.39_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-12-02-11.16.39_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-12-02-11.16.39_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7817,224,'galleries_0_images_28_big_image','597'),
(7818,224,'_galleries_0_images_28_big_image','field_5da3536cd8d8b'),
(7819,224,'galleries_0_images_28_thumbnail','597'),
(7820,224,'_galleries_0_images_28_thumbnail','field_5da3537dd8d8c'),
(7821,224,'galleries_0_images_28_image_desription',''),
(7822,224,'_galleries_0_images_28_image_desription','field_5da3573301dea'),
(7823,224,'galleries_0_images_29_big_image','1106'),
(7824,224,'_galleries_0_images_29_big_image','field_5da3536cd8d8b'),
(7825,224,'galleries_0_images_29_thumbnail','1106'),
(7826,224,'_galleries_0_images_29_thumbnail','field_5da3537dd8d8c'),
(7827,224,'galleries_0_images_29_image_desription',''),
(7828,224,'_galleries_0_images_29_image_desription','field_5da3573301dea'),
(7829,224,'galleries_0_images_30_big_image','595'),
(7830,224,'_galleries_0_images_30_big_image','field_5da3536cd8d8b'),
(7831,224,'galleries_0_images_30_thumbnail','595'),
(7832,224,'_galleries_0_images_30_thumbnail','field_5da3537dd8d8c'),
(7833,224,'galleries_0_images_30_image_desription',''),
(7834,224,'_galleries_0_images_30_image_desription','field_5da3573301dea'),
(7835,224,'galleries_0_images_31_big_image','594'),
(7836,224,'_galleries_0_images_31_big_image','field_5da3536cd8d8b'),
(7837,224,'galleries_0_images_31_thumbnail','594'),
(7838,224,'_galleries_0_images_31_thumbnail','field_5da3537dd8d8c'),
(7839,224,'galleries_0_images_31_image_desription',''),
(7840,224,'_galleries_0_images_31_image_desription','field_5da3573301dea'),
(7841,224,'galleries_0_images_32_big_image','593'),
(7842,224,'_galleries_0_images_32_big_image','field_5da3536cd8d8b'),
(7843,224,'galleries_0_images_32_thumbnail','593'),
(7844,224,'_galleries_0_images_32_thumbnail','field_5da3537dd8d8c'),
(7845,224,'galleries_0_images_32_image_desription',''),
(7846,224,'_galleries_0_images_32_image_desription','field_5da3573301dea'),
(7847,224,'galleries_0_images_33_big_image','592'),
(7848,224,'_galleries_0_images_33_big_image','field_5da3536cd8d8b'),
(7849,224,'galleries_0_images_33_thumbnail','592'),
(7850,224,'_galleries_0_images_33_thumbnail','field_5da3537dd8d8c'),
(7851,224,'galleries_0_images_33_image_desription',''),
(7852,224,'_galleries_0_images_33_image_desription','field_5da3573301dea'),
(7853,224,'galleries_0_images_34_big_image','815'),
(7854,224,'_galleries_0_images_34_big_image','field_5da3536cd8d8b'),
(7855,224,'galleries_0_images_34_thumbnail','815'),
(7856,224,'_galleries_0_images_34_thumbnail','field_5da3537dd8d8c'),
(7857,224,'galleries_0_images_34_image_desription',''),
(7858,224,'_galleries_0_images_34_image_desription','field_5da3573301dea'),
(7859,224,'galleries_0_images_35_big_image','816'),
(7860,224,'_galleries_0_images_35_big_image','field_5da3536cd8d8b'),
(7861,224,'galleries_0_images_35_thumbnail','816'),
(7862,224,'_galleries_0_images_35_thumbnail','field_5da3537dd8d8c'),
(7863,224,'galleries_0_images_35_image_desription',''),
(7864,224,'_galleries_0_images_35_image_desription','field_5da3573301dea'),
(7865,224,'galleries_0_images_36_big_image','817'),
(7866,224,'_galleries_0_images_36_big_image','field_5da3536cd8d8b'),
(7867,224,'galleries_0_images_36_thumbnail','817'),
(7868,224,'_galleries_0_images_36_thumbnail','field_5da3537dd8d8c'),
(7869,224,'galleries_0_images_36_image_desription',''),
(7870,224,'_galleries_0_images_36_image_desription','field_5da3573301dea'),
(7898,827,'_edit_last','1'),
(7899,827,'_edit_lock','1575827959:1'),
(7900,827,'show_on_frontpage','0'),
(7901,827,'_show_on_frontpage','field_5da93c5e5c418'),
(7902,827,'top_image','1206'),
(7903,827,'_top_image','field_5da35291d8d87'),
(7904,827,'thumbnail','58'),
(7905,827,'_thumbnail','field_5da370a29abce'),
(7906,827,'galleries','1'),
(7907,827,'_galleries','field_5da352e5d8d88'),
(7908,827,'galleries_0_gallery_title','ANHÄNGER GALERIE '),
(7909,827,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(7910,827,'galleries_0_images_0_big_image','298'),
(7911,827,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(7912,827,'galleries_0_images_0_thumbnail','298'),
(7913,827,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(7914,827,'galleries_0_images_0_image_desription','<h4> Anhängerfolierungen</h4><p></p>'),
(7915,827,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(7916,827,'galleries_0_images_1_big_image','299'),
(7917,827,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(7918,827,'galleries_0_images_1_thumbnail','299'),
(7919,827,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(7920,827,'galleries_0_images_1_image_desription','<h4> Anhängerfolierungen</h4><p></p>'),
(7921,827,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(7922,827,'galleries_0_images_2_big_image','300'),
(7923,827,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(7924,827,'galleries_0_images_2_thumbnail','300'),
(7925,827,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(7926,827,'galleries_0_images_2_image_desription','<h4> Anhängerfolierungen</h4><p></p>'),
(7927,827,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(7928,827,'galleries_0_images_3_big_image','301'),
(7929,827,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(7930,827,'galleries_0_images_3_thumbnail','301'),
(7931,827,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(7932,827,'galleries_0_images_3_image_desription','<h4> Anhängerfolierungen</h4><p></p>'),
(7933,827,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(7934,827,'galleries_0_images_4_big_image','302'),
(7935,827,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(7936,827,'galleries_0_images_4_thumbnail','302'),
(7937,827,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(7938,827,'galleries_0_images_4_image_desription','<h4> Anhängerfolierungen</h4><p></p>'),
(7939,827,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(7940,827,'galleries_0_images_5_big_image','303'),
(7941,827,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(7942,827,'galleries_0_images_5_thumbnail','303'),
(7943,827,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(7944,827,'galleries_0_images_5_image_desription','<h4> Anhängerfolierungen</h4><p></p>'),
(7945,827,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(7946,827,'galleries_0_images','6'),
(7947,827,'_galleries_0_images','field_5da35357d8d8a'),
(7948,828,'_edit_last','1'),
(7949,828,'_edit_lock','1573838420:1'),
(7950,828,'show_on_frontpage','0'),
(7951,828,'_show_on_frontpage','field_5da93c5e5c418'),
(7952,828,'top_image',''),
(7953,828,'_top_image','field_5da35291d8d87'),
(7954,828,'thumbnail',''),
(7955,828,'_thumbnail','field_5da370a29abce'),
(7956,828,'galleries',''),
(7957,828,'_galleries','field_5da352e5d8d88'),
(7958,829,'_edit_last','1'),
(7959,829,'_edit_lock','1575275383:1'),
(7960,829,'show_on_frontpage','0'),
(7961,829,'_show_on_frontpage','field_5da93c5e5c418'),
(7962,829,'top_image',''),
(7963,829,'_top_image','field_5da35291d8d87'),
(7964,829,'thumbnail',''),
(7965,829,'_thumbnail','field_5da370a29abce'),
(7966,829,'galleries',''),
(7967,829,'_galleries','field_5da352e5d8d88'),
(8049,839,'_edit_last','1'),
(8050,839,'_edit_lock','1575275375:1'),
(8051,839,'show_on_frontpage','0'),
(8052,839,'_show_on_frontpage','field_5da93c5e5c418'),
(8053,839,'top_image',''),
(8054,839,'_top_image','field_5da35291d8d87'),
(8055,839,'thumbnail',''),
(8056,839,'_thumbnail','field_5da370a29abce'),
(8057,839,'galleries',''),
(8058,839,'_galleries','field_5da352e5d8d88'),
(8079,842,'_edit_last','1'),
(8080,842,'_edit_lock','1575275367:1'),
(8081,842,'show_on_frontpage','0'),
(8082,842,'_show_on_frontpage','field_5da93c5e5c418'),
(8083,842,'top_image',''),
(8084,842,'_top_image','field_5da35291d8d87'),
(8085,842,'thumbnail',''),
(8086,842,'_thumbnail','field_5da370a29abce'),
(8087,842,'galleries',''),
(8088,842,'_galleries','field_5da352e5d8d88'),
(8131,847,'_wp_attached_file','2019/10/flotten270.jpg'),
(8132,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:22:\"2019/10/flotten270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"flotten270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"flotten270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8135,32,'galleries_0_images_5_big_image','711'),
(8136,32,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(8137,32,'galleries_0_images_5_thumbnail','711'),
(8138,32,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(8139,32,'galleries_0_images_5_image_desription','<h4>Flotten</h4><p></p>'),
(8140,32,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(8141,849,'_edit_last','1'),
(8142,849,'_edit_lock','1575833781:1'),
(8143,849,'show_on_frontpage','1'),
(8144,849,'_show_on_frontpage','field_5da93c5e5c418'),
(8145,849,'top_image','1212'),
(8146,849,'_top_image','field_5da35291d8d87'),
(8147,849,'thumbnail','1096'),
(8148,849,'_thumbnail','field_5da370a29abce'),
(8149,849,'galleries',''),
(8150,849,'_galleries','field_5da352e5d8d88'),
(8151,849,'_wp_old_date','2019-11-15'),
(8152,89,'_wp_old_slug','car4sale'),
(8153,850,'_edit_last','1'),
(8154,850,'_edit_lock','1575831896:1'),
(8155,850,'show_on_frontpage','1'),
(8156,850,'_show_on_frontpage','field_5da93c5e5c418'),
(8157,850,'top_image','1209'),
(8158,850,'_top_image','field_5da35291d8d87'),
(8159,850,'thumbnail','1088'),
(8160,850,'_thumbnail','field_5da370a29abce'),
(8161,850,'galleries',''),
(8162,850,'_galleries','field_5da352e5d8d88'),
(8163,850,'_wp_old_date','2019-11-15'),
(8200,855,'_edit_last','1'),
(8201,855,'_edit_lock','1575275359:1'),
(8202,855,'show_on_frontpage','0'),
(8203,855,'_show_on_frontpage','field_5da93c5e5c418'),
(8204,855,'top_image','55'),
(8205,855,'_top_image','field_5da35291d8d87'),
(8206,855,'thumbnail','57'),
(8207,855,'_thumbnail','field_5da370a29abce'),
(8208,855,'galleries','1'),
(8209,855,'_galleries','field_5da352e5d8d88'),
(8210,855,'galleries_0_gallery_title','LKW GALERIE '),
(8211,855,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(8212,855,'galleries_0_images_0_big_image','698'),
(8213,855,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(8214,855,'galleries_0_images_0_thumbnail','698'),
(8215,855,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(8216,855,'galleries_0_images_0_image_desription','<h4>LKW Beschriftungen</h4><p></p>'),
(8217,855,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(8218,855,'galleries_0_images_1_big_image','665'),
(8219,855,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(8220,855,'galleries_0_images_1_thumbnail','665'),
(8221,855,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(8222,855,'galleries_0_images_1_image_desription','<h4>LKW Beschriftungen</h4><p></p>'),
(8223,855,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(8224,855,'galleries_0_images_2_big_image','305'),
(8225,855,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(8226,855,'galleries_0_images_2_thumbnail','305'),
(8227,855,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(8228,855,'galleries_0_images_2_image_desription','<h4>LKW Beschriftungen</h4><p></p>'),
(8229,855,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(8230,855,'galleries_0_images_3_big_image','306'),
(8231,855,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(8232,855,'galleries_0_images_3_thumbnail','306'),
(8233,855,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(8234,855,'galleries_0_images_3_image_desription','<h4>LKW Beschriftungen</h4><p></p>'),
(8235,855,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(8236,855,'galleries_0_images_4_big_image','718'),
(8237,855,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(8238,855,'galleries_0_images_4_thumbnail','718'),
(8239,855,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(8240,855,'galleries_0_images_4_image_desription','<h4>LKW Beschriftungen</h4><p></p>'),
(8241,855,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(8242,855,'galleries_0_images','5'),
(8243,855,'_galleries_0_images','field_5da35357d8d8a'),
(8253,857,'_wp_attached_file','2019/10/slide_folienrollen270_ips.jpg'),
(8254,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:37:\"2019/10/slide_folienrollen270_ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_folienrollen270_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_folienrollen270_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8255,858,'_wp_attached_file','2019/10/slide_folienrollen_ips-1.jpg'),
(8256,858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2019/10/slide_folienrollen_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"slide_folienrollen_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"slide_folienrollen_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"slide_folienrollen_ips-1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"slide_folienrollen_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"slide_folienrollen_ips-1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"slide_folienrollen_ips-1-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"slide_folienrollen_ips-1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8257,859,'_edit_last','1'),
(8258,859,'_edit_lock','1575829105:1'),
(8259,859,'_wp_old_date','2019-11-15'),
(8260,859,'show_on_frontpage','1'),
(8261,859,'_show_on_frontpage','field_5da93c5e5c418'),
(8262,859,'top_image','1207'),
(8263,859,'_top_image','field_5da35291d8d87'),
(8264,859,'thumbnail','1097'),
(8265,859,'_thumbnail','field_5da370a29abce'),
(8266,859,'galleries','1'),
(8267,859,'_galleries','field_5da352e5d8d88'),
(8282,867,'_wp_attached_file','2019/10/boot_ips.jpg'),
(8283,867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:20:\"2019/10/boot_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"boot_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"boot_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"boot_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"boot_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"boot_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"boot_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"boot_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8284,868,'_wp_attached_file','2019/10/boot1_ips.jpg'),
(8285,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:21:\"2019/10/boot1_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"boot1_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"boot1_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"boot1_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"boot1_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"boot1_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"boot1_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"boot1_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8286,869,'_wp_attached_file','2019/10/boot3_ips.jpg'),
(8287,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:21:\"2019/10/boot3_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"boot3_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"boot3_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"boot3_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"boot3_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"boot3_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"boot3_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"boot3_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8288,870,'_wp_attached_file','2019/10/boot4_ips.jpg'),
(8289,870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:21:\"2019/10/boot4_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"boot4_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"boot4_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"boot4_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"boot4_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"boot4_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"boot4_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"boot4_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8290,871,'_wp_attached_file','2019/10/Boot270.jpg'),
(8291,871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:19:\"2019/10/Boot270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Boot270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Boot270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8292,872,'_wp_attached_file','2019/10/Slider_boot.jpg'),
(8293,872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2019/10/Slider_boot.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Slider_boot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Slider_boot-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Slider_boot-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Slider_boot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Slider_boot-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Slider_boot-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Slider_boot-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8294,873,'_wp_attached_file','2019/10/boot2_ips.jpg'),
(8295,873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:21:\"2019/10/boot2_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"boot2_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"boot2_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"boot2_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"boot2_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"boot2_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"boot2_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"boot2_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8296,859,'galleries_0_gallery_title','BOOTSFOLIERUNGEN GALERIE '),
(8297,859,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(8298,859,'galleries_0_images_0_big_image','873'),
(8299,859,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(8300,859,'galleries_0_images_0_thumbnail','873'),
(8301,859,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(8302,859,'galleries_0_images_0_image_desription','<h4> Bootsfolierungen </h4><p></p>'),
(8303,859,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(8304,859,'galleries_0_images_1_big_image','1069'),
(8305,859,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(8306,859,'galleries_0_images_1_thumbnail','1070'),
(8307,859,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(8308,859,'galleries_0_images_1_image_desription','<h4> Bootsfolierungen </h4><p></p>'),
(8309,859,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(8310,859,'galleries_0_images_2_big_image','870'),
(8311,859,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(8312,859,'galleries_0_images_2_thumbnail','870'),
(8313,859,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(8314,859,'galleries_0_images_2_image_desription','<h4> Bootsfolierungen </h4><p></p>'),
(8315,859,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(8316,859,'galleries_0_images_3_big_image','869'),
(8317,859,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(8318,859,'galleries_0_images_3_thumbnail','869'),
(8319,859,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(8320,859,'galleries_0_images_3_image_desription','<h4> Bootsfolierungen </h4><p></p>'),
(8321,859,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(8322,859,'galleries_0_images_4_big_image','868'),
(8323,859,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(8324,859,'galleries_0_images_4_thumbnail','868'),
(8325,859,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(8326,859,'galleries_0_images_4_image_desription','<h4> Bootsfolierungen </h4><p></p>'),
(8327,859,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(8328,859,'galleries_0_images','6'),
(8329,859,'_galleries_0_images','field_5da35357d8d8a'),
(8339,875,'_edit_last','1'),
(8340,875,'_edit_lock','1575295334:1'),
(8341,875,'show_on_frontpage','0'),
(8342,875,'_show_on_frontpage','field_5da93c5e5c418'),
(8343,875,'top_image',''),
(8344,875,'_top_image','field_5da35291d8d87'),
(8345,875,'thumbnail',''),
(8346,875,'_thumbnail','field_5da370a29abce'),
(8347,875,'galleries',''),
(8348,875,'_galleries','field_5da352e5d8d88'),
(8349,876,'_edit_last','1'),
(8350,876,'_edit_lock','1575298827:1'),
(8351,876,'show_on_frontpage','0'),
(8352,876,'_show_on_frontpage','field_5da93c5e5c418'),
(8353,876,'top_image',''),
(8354,876,'_top_image','field_5da35291d8d87'),
(8355,876,'thumbnail',''),
(8356,876,'_thumbnail','field_5da370a29abce'),
(8357,876,'galleries',''),
(8358,876,'_galleries','field_5da352e5d8d88'),
(8377,879,'_edit_last','1'),
(8378,879,'_edit_lock','1585230457:1'),
(8379,879,'show_on_frontpage','1'),
(8380,879,'_show_on_frontpage','field_5da93c5e5c418'),
(8381,879,'top_image','1208'),
(8382,879,'_top_image','field_5da35291d8d87'),
(8383,879,'thumbnail','1102'),
(8384,879,'_thumbnail','field_5da370a29abce'),
(8385,879,'galleries','1'),
(8386,879,'_galleries','field_5da352e5d8d88'),
(8387,879,'_wp_old_date','2019-11-16'),
(8406,882,'_menu_item_type','post_type'),
(8407,882,'_menu_item_menu_item_parent','0'),
(8408,882,'_menu_item_object_id','879'),
(8409,882,'_menu_item_object','dienstleistungen'),
(8410,882,'_menu_item_target',''),
(8411,882,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8412,882,'_menu_item_xfn',''),
(8413,882,'_menu_item_url',''),
(8415,883,'_menu_item_type','post_type'),
(8416,883,'_menu_item_menu_item_parent','0'),
(8417,883,'_menu_item_object_id','224'),
(8418,883,'_menu_item_object','dienstleistungen'),
(8419,883,'_menu_item_target',''),
(8420,883,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8421,883,'_menu_item_xfn',''),
(8422,883,'_menu_item_url',''),
(8424,884,'_menu_item_type','post_type'),
(8425,884,'_menu_item_menu_item_parent','0'),
(8426,884,'_menu_item_object_id','859'),
(8427,884,'_menu_item_object','dienstleistungen'),
(8428,884,'_menu_item_target',''),
(8429,884,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8430,884,'_menu_item_xfn',''),
(8431,884,'_menu_item_url',''),
(8433,885,'_menu_item_type','post_type'),
(8434,885,'_menu_item_menu_item_parent','0'),
(8435,885,'_menu_item_object_id','827'),
(8436,885,'_menu_item_object','dienstleistungen'),
(8437,885,'_menu_item_target',''),
(8438,885,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8439,885,'_menu_item_xfn',''),
(8440,885,'_menu_item_url',''),
(8442,886,'_menu_item_type','post_type'),
(8443,886,'_menu_item_menu_item_parent','0'),
(8444,886,'_menu_item_object_id','828'),
(8445,886,'_menu_item_object','dienstleistungen'),
(8446,886,'_menu_item_target',''),
(8447,886,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8448,886,'_menu_item_xfn',''),
(8449,886,'_menu_item_url',''),
(8451,887,'_menu_item_type','post_type'),
(8452,887,'_menu_item_menu_item_parent','0'),
(8453,887,'_menu_item_object_id','829'),
(8454,887,'_menu_item_object','dienstleistungen'),
(8455,887,'_menu_item_target',''),
(8456,887,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8457,887,'_menu_item_xfn',''),
(8458,887,'_menu_item_url',''),
(8469,889,'_menu_item_type','post_type'),
(8470,889,'_menu_item_menu_item_parent','0'),
(8471,889,'_menu_item_object_id','84'),
(8472,889,'_menu_item_object','dienstleistungen'),
(8473,889,'_menu_item_target',''),
(8474,889,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8475,889,'_menu_item_xfn',''),
(8476,889,'_menu_item_url',''),
(8494,891,'_wp_page_template','page-contacts.php'),
(8495,891,'text_blocks_0_text','<h1>E-mail senden</h1>'),
(8496,891,'_text_blocks_0_text','field_5da4129f01b81'),
(8501,891,'text_blocks','1'),
(8502,891,'_text_blocks','field_5da4129501b80'),
(8503,891,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(8504,891,'_map_code_iframe','field_5da412baab421'),
(8505,891,'before_form_text','<h1>Kontaktformular</h1>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(8506,891,'_before_form_text','field_5da412d7ab422'),
(8507,891,'_dp_original','24'),
(8508,892,'_wp_page_template','page-contacts.php'),
(8509,892,'text_blocks_0_text','<h1>Anfahrt</h1>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.<br>\r\nSo erreichen Sie uns bequem mit den öffendtlichen <br>\r\nVerkehrsmittel.<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\nKlicken Sie auf den roten Marker um den Routenplaner <br>\r\nanzuzeigen.</p>\r\n\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(8510,892,'_text_blocks_0_text','field_5da4129f01b81'),
(8515,892,'text_blocks','1'),
(8516,892,'_text_blocks','field_5da4129501b80'),
(8517,892,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(8518,892,'_map_code_iframe','field_5da412baab421'),
(8519,892,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(8520,892,'_before_form_text','field_5da412d7ab422'),
(8521,892,'_dp_original','24'),
(8560,897,'_wp_attached_file','2019/10/Slide_fahrzeugfolirungen.jpg'),
(8561,897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2019/10/Slide_fahrzeugfolirungen.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"Slide_fahrzeugfolirungen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"Slide_fahrzeugfolirungen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"Slide_fahrzeugfolirungen-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Slide_fahrzeugfolirungen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Slide_fahrzeugfolirungen-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Slide_fahrzeugfolirungen-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8562,898,'_wp_attached_file','2019/10/PICT0357_ips.jpg'),
(8563,898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/PICT0357_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0357_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0357_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0357_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0357_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0357_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0357_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0357_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8564,899,'_wp_attached_file','2019/10/PICT0245_ips.jpg'),
(8565,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/PICT0245_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0245_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0245_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0245_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0245_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0245_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0245_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0245_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8566,900,'_wp_attached_file','2019/10/PICT0147_ips.jpg'),
(8567,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/PICT0147_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0147_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0147_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0147_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0147_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0147_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0147_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0147_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8568,901,'_wp_attached_file','2019/10/IMG_5646_ips.jpg'),
(8569,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_5646_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_5646_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_5646_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_5646_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_5646_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_5646_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_5646_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_5646_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8570,902,'_wp_attached_file','2019/10/IMG_4858_ips.jpg'),
(8571,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4858_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4858_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4858_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4858_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4858_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4858_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4858_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4858_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8572,903,'_wp_attached_file','2019/10/IMG_4564_ips.jpg'),
(8573,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4564_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4564_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4564_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4564_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4564_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4564_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4564_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4564_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8574,904,'_wp_attached_file','2019/10/IMG_4492_ips.jpg'),
(8575,904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4492_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4492_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4492_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4492_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4492_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4492_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4492_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4492_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8576,905,'_wp_attached_file','2019/10/Foto-15.02.14-15-21-55_ips.jpg'),
(8577,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-15.02.14-15-21-55_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-55_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-55_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-55_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-55_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-55_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-55_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-15.02.14-15-21-55_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8578,906,'_wp_attached_file','2019/10/Foto-11.08.16-10-38-25_ips.jpg'),
(8579,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-11.08.16-10-38-25_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-11.08.16-10-38-25_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-11.08.16-10-38-25_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-11.08.16-10-38-25_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-11.08.16-10-38-25_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-11.08.16-10-38-25_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-11.08.16-10-38-25_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-11.08.16-10-38-25_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8580,907,'_wp_attached_file','2019/10/fahrzeugfolirungen270_1.jpg'),
(8581,907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:35:\"2019/10/fahrzeugfolirungen270_1.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"fahrzeugfolirungen270_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"fahrzeugfolirungen270_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1462169859\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8582,908,'_wp_attached_file','2019/10/fahrzeugfolirungen270.jpg'),
(8583,908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:33:\"2019/10/fahrzeugfolirungen270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"fahrzeugfolirungen270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fahrzeugfolirungen270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1491987598\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8584,909,'_wp_attached_file','2019/10/2019-03-04-15.33.49_ips.jpg'),
(8585,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-03-04-15.33.49_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-03-04-15.33.49_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-03-04-15.33.49_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-03-04-15.33.49_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-03-04-15.33.49_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-03-04-15.33.49_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-03-04-15.33.49_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-03-04-15.33.49_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8586,910,'_wp_attached_file','2019/10/Foto-17.06.16-10-13-27_ips.jpg'),
(8587,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-17.06.16-10-13-27_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-17.06.16-10-13-27_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-17.06.16-10-13-27_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-17.06.16-10-13-27_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-17.06.16-10-13-27_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-17.06.16-10-13-27_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-17.06.16-10-13-27_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-17.06.16-10-13-27_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8588,911,'_wp_attached_file','2019/10/2019-02-22-13.31.45_ips.jpg'),
(8589,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-02-22-13.31.45_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-02-22-13.31.45_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-02-22-13.31.45_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-02-22-13.31.45_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-02-22-13.31.45_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-02-22-13.31.45_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-02-22-13.31.45_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-02-22-13.31.45_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8590,912,'_wp_attached_file','2019/10/IMG_4861_ips.jpg'),
(8591,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4861_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4861_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4861_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4861_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4861_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4861_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4861_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4861_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8592,913,'_wp_attached_file','2019/10/Foto-19.07.16-16-10-43_ips.jpg'),
(8593,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-19.07.16-16-10-43_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-19.07.16-16-10-43_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-10-43_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-10-43_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-10-43_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-10-43_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-19.07.16-16-10-43_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-19.07.16-16-10-43_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8594,914,'_wp_attached_file','2019/10/2019-02-22-08.46.16_ips.jpg'),
(8595,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-02-22-08.46.16_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-02-22-08.46.16_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-02-22-08.46.16_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-02-22-08.46.16_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-02-22-08.46.16_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-02-22-08.46.16_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-02-22-08.46.16_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-02-22-08.46.16_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8596,915,'_wp_attached_file','2019/10/2017-11-30-09.14.35_ips.jpg'),
(8597,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-11-30-09.14.35_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-11-30-09.14.35_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-11-30-09.14.35_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-11-30-09.14.35_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-11-30-09.14.35_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-11-30-09.14.35_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-11-30-09.14.35_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-11-30-09.14.35_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8598,916,'_wp_attached_file','2019/10/IMG_4938_ips.jpg'),
(8599,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4938_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4938_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4938_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4938_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4938_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4938_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4938_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4938_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8600,917,'_wp_attached_file','2019/10/2017-10-12-16.15.00_ips.jpg'),
(8601,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-10-12-16.15.00_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-10-12-16.15.00_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-10-12-16.15.00_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-10-12-16.15.00_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-10-12-16.15.00_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-10-12-16.15.00_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-10-12-16.15.00_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-10-12-16.15.00_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8602,918,'_wp_attached_file','2019/10/2017-09-06-14.57.01_ips.jpg'),
(8603,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-09-06-14.57.01_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-09-06-14.57.01_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-09-06-14.57.01_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-09-06-14.57.01_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-09-06-14.57.01_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-09-06-14.57.01_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-09-06-14.57.01_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-09-06-14.57.01_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8604,919,'_wp_attached_file','2019/10/img_5416_ips.jpg'),
(8605,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/img_5416_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_5416_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"img_5416_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"img_5416_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"img_5416_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"img_5416_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"img_5416_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"img_5416_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8606,920,'_wp_attached_file','2019/10/Foto-15.02.14-15-21-53_ips.jpg'),
(8607,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-15.02.14-15-21-53_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-53_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-53_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-53_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-53_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-53_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-15.02.14-15-21-53_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-15.02.14-15-21-53_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8608,921,'_wp_attached_file','2019/10/2017-09-01-16.38.37_ips.jpg'),
(8609,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-09-01-16.38.37_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-09-01-16.38.37_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-09-01-16.38.37_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-09-01-16.38.37_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-09-01-16.38.37_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-09-01-16.38.37_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-09-01-16.38.37_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-09-01-16.38.37_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8610,922,'_wp_attached_file','2019/10/2017-08-14-13.32.14_ips.jpg'),
(8611,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-08-14-13.32.14_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-14-13.32.14_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.32.14_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.32.14_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.32.14_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.32.14_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.32.14_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-14-13.32.14_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8612,923,'_wp_attached_file','2019/10/2017-08-14-13.35.21_ips.jpg'),
(8613,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-08-14-13.35.21_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-14-13.35.21_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.35.21_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.35.21_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.35.21_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.35.21_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-14-13.35.21_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-14-13.35.21_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8614,924,'_wp_attached_file','2019/10/2017-08-03-14.37.23_ips.jpg'),
(8615,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-08-03-14.37.23_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-03-14.37.23_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.37.23_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.37.23_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.37.23_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.37.23_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.37.23_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-03-14.37.23_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8616,925,'_wp_attached_file','2019/10/Foto-14-00-57_ips.jpg'),
(8617,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:29:\"2019/10/Foto-14-00-57_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Foto-14-00-57_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Foto-14-00-57_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Foto-14-00-57_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Foto-14-00-57_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Foto-14-00-57_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Foto-14-00-57_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Foto-14-00-57_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8618,926,'_wp_attached_file','2019/10/2017-07-31-08.59.30_ips.jpg'),
(8619,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-07-31-08.59.30_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-07-31-08.59.30_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-07-31-08.59.30_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-07-31-08.59.30_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-07-31-08.59.30_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-07-31-08.59.30_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-07-31-08.59.30_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-07-31-08.59.30_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8620,927,'_wp_attached_file','2019/10/PICT0217_ips.jpg'),
(8621,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/PICT0217_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0217_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0217_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0217_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0217_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0217_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0217_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0217_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8622,928,'_wp_attached_file','2019/10/Foto-19.02.14-09-10-58_ips.jpg'),
(8623,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-19.02.14-09-10-58_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-19.02.14-09-10-58_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-19.02.14-09-10-58_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-19.02.14-09-10-58_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-19.02.14-09-10-58_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-19.02.14-09-10-58_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-19.02.14-09-10-58_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-19.02.14-09-10-58_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8624,929,'_wp_attached_file','2019/10/2017-07-20-16.24.59_ips.jpg'),
(8625,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-07-20-16.24.59_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-07-20-16.24.59_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-07-20-16.24.59_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-07-20-16.24.59_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-07-20-16.24.59_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-07-20-16.24.59_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-07-20-16.24.59_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-07-20-16.24.59_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8626,930,'_wp_attached_file','2019/10/2017-06-01-17.09.02_ips.jpg'),
(8627,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-06-01-17.09.02_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-06-01-17.09.02_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-06-01-17.09.02_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-06-01-17.09.02_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-06-01-17.09.02_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-06-01-17.09.02_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-06-01-17.09.02_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-06-01-17.09.02_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8628,931,'_wp_attached_file','2019/10/2019-07-04-12.37.19_ips.jpg'),
(8629,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-07-04-12.37.19_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-07-04-12.37.19_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-04-12.37.19_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-07-04-12.37.19_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-07-04-12.37.19_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-07-04-12.37.19_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-07-04-12.37.19_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-07-04-12.37.19_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8630,932,'_wp_attached_file','2019/10/2017-05-24-13.48.19_ips.jpg'),
(8631,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-24-13.48.19_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-24-13.48.19_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-24-13.48.19_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-24-13.48.19_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-24-13.48.19_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-24-13.48.19_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-24-13.48.19_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-24-13.48.19_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8632,933,'_wp_attached_file','2019/10/2017-05-03-06.05.47_ips.jpg'),
(8633,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-05-03-06.05.47_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-05-03-06.05.47_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-03-06.05.47_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-05-03-06.05.47_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-05-03-06.05.47_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-05-03-06.05.47_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-05-03-06.05.47_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-05-03-06.05.47_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8636,935,'_wp_attached_file','2019/10/2019-04-29-15.27.06_ips.jpg'),
(8637,935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-04-29-15.27.06_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-04-29-15.27.06_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.06_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.06_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.06_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.06_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-04-29-15.27.06_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-04-29-15.27.06_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8640,937,'_wp_attached_file','2019/10/IMG_4556_ips.jpg'),
(8641,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_4556_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4556_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4556_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4556_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4556_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4556_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4556_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4556_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8642,938,'_wp_attached_file','2019/10/2016-06-16-05.45.23_ips.jpg'),
(8643,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-06-16-05.45.23_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-06-16-05.45.23_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-06-16-05.45.23_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-06-16-05.45.23_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-06-16-05.45.23_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-06-16-05.45.23_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-06-16-05.45.23_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-06-16-05.45.23_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8644,939,'_wp_attached_file','2019/10/IMG_5500_ips.jpg'),
(8645,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_5500_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_5500_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_5500_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_5500_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_5500_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_5500_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_5500_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_5500_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8646,940,'_wp_attached_file','2019/10/Foto-05.03.15-16-34-48_ips.jpg'),
(8647,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-05.03.15-16-34-48_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-05.03.15-16-34-48_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-34-48_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-34-48_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-34-48_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-34-48_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-34-48_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-05.03.15-16-34-48_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8648,941,'_wp_attached_file','2019/10/DSC09174_ips.jpg'),
(8649,941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/DSC09174_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"DSC09174_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"DSC09174_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"DSC09174_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"DSC09174_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"DSC09174_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"DSC09174_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"DSC09174_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8650,942,'_wp_attached_file','2019/10/2019-03-12-14.59.29_ips.jpg'),
(8651,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-03-12-14.59.29_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-03-12-14.59.29_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-03-12-14.59.29_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-03-12-14.59.29_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-03-12-14.59.29_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-03-12-14.59.29_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-03-12-14.59.29_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-03-12-14.59.29_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8652,943,'_wp_attached_file','2019/10/2016-05-23-17.36.36_ips.jpg'),
(8653,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-05-23-17.36.36_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-05-23-17.36.36_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-05-23-17.36.36_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-05-23-17.36.36_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-05-23-17.36.36_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-05-23-17.36.36_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-05-23-17.36.36_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-05-23-17.36.36_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8654,944,'_wp_attached_file','2019/10/2017-04-12-08.59.58_ips.jpg'),
(8655,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2017-04-12-08.59.58_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-04-12-08.59.58_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-04-12-08.59.58_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-04-12-08.59.58_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-04-12-08.59.58_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-04-12-08.59.58_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-04-12-08.59.58_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-04-12-08.59.58_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8656,945,'_wp_attached_file','2019/10/2016-05-02-06.17.39_ips.jpg'),
(8657,945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-05-02-06.17.39_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-05-02-06.17.39_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-05-02-06.17.39_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-05-02-06.17.39_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-05-02-06.17.39_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-05-02-06.17.39_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-05-02-06.17.39_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-05-02-06.17.39_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8658,946,'_wp_attached_file','2019/10/2016-03-10-15.13.51_ips.jpg'),
(8659,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2016-03-10-15.13.51_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-03-10-15.13.51_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-10-15.13.51_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-03-10-15.13.51_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-03-10-15.13.51_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-03-10-15.13.51_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-03-10-15.13.51_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-03-10-15.13.51_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8660,947,'_wp_attached_file','2019/10/Foto-12.08.16-11-12-56_ips.jpg'),
(8661,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/10/Foto-12.08.16-11-12-56_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-12.08.16-11-12-56_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-12.08.16-11-12-56_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-12.08.16-11-12-56_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-12.08.16-11-12-56_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-12.08.16-11-12-56_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-12.08.16-11-12-56_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-12.08.16-11-12-56_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8662,948,'_wp_attached_file','2019/10/2015-03-05-16.36.08-1_ips.jpg'),
(8663,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/10/2015-03-05-16.36.08-1_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2015-03-05-16.36.08-1_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2015-03-05-16.36.08-1_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2015-03-05-16.36.08-1_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2015-03-05-16.36.08-1_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2015-03-05-16.36.08-1_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2015-03-05-16.36.08-1_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2015-03-05-16.36.08-1_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8664,949,'_wp_attached_file','2019/10/Slide_fahrzeugfolirungen1.jpg'),
(8665,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2019/10/Slide_fahrzeugfolirungen1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Slide_fahrzeugfolirungen1-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Slide_fahrzeugfolirungen1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8666,879,'galleries_0_gallery_title','FAHRZEUGFOLIERUNGEN GALERIE'),
(8667,879,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(8668,879,'galleries_0_images_0_big_image','1353'),
(8669,879,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(8670,879,'galleries_0_images_0_thumbnail','1353'),
(8671,879,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(8672,879,'galleries_0_images_0_image_desription','<h4>AUDI RS6</h4>\r\n<strong>Fahrzeugmodell:</strong> AUDI RS6 </br>\r\n<strong>Folienfarbe: </strong>Supreme Wrapping Avery Satin Metallic Dark Bassalt </br><strong>Grundfarbe:</strong> Schwarz </br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(8673,879,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(8674,879,'galleries_0_images_1_big_image','1251'),
(8675,879,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(8676,879,'galleries_0_images_1_thumbnail','1251'),
(8677,879,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(8678,879,'galleries_0_images_1_image_desription','<h4>CLUBMAN</h4>\r\n<strong>Fahrzeugmodell:</strong> CLUBMAN </br>\r\n<strong>Folienfarbe: </strong>Digitaldruck Rost</br><strong>Grundfarbe:</strong> White</br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(8679,879,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(8680,879,'galleries_0_images_2_big_image','1009'),
(8681,879,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(8682,879,'galleries_0_images_2_thumbnail','1009'),
(8683,879,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(8684,879,'galleries_0_images_2_image_desription','<h4>MINI Cooper S</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI COOPER S</br>\r\n<strong>Folienfarbe: </strong>Matt Sunflower Metallic und Glanz Schwarz</br><strong>Grundfarbe:</strong> Pepper White</br>\r\n<strong>Sontiges: </strong> Stickerbomb Design, inkl. Türeinstieg, Scheibentönen</br>\r\n</br>'),
(8685,879,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(8686,879,'galleries_0_images_3_big_image','947'),
(8687,879,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(8688,879,'galleries_0_images_3_thumbnail','947'),
(8689,879,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(8690,879,'galleries_0_images_3_image_desription','<h4>Toyota Auris Manga</h4>\r\n<strong>Fahrzeugmodell:</strong> Toyota Auris</br>\r\n<strong>Folienfarbe: </strong>Chocolate Brown und Schwarz Glanz</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Manga Design, Interiour Folierung</br>\r\n</br>'),
(8691,879,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(8692,879,'galleries_0_images_4_big_image','900'),
(8693,879,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(8694,879,'galleries_0_images_4_thumbnail','900'),
(8695,879,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(8696,879,'galleries_0_images_4_image_desription','<h4>Opel Insignia Sports Tourer</h4>\r\n<strong>Fahrzeugmodell:</strong> Opel Insignia Sport Tourer</br>\r\n<strong>Folienfarbe: </strong>Matt Frozen Bronze Mettalic und Matt Caribbean Mint Metallic</br><strong>Grundfarbe:</strong> Grafitschwarz</br>\r\n<strong>Sontiges: </strong> New Dress 4 Your Car! Design\r\n</br>\r\n</br>'),
(8697,879,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(8698,879,'galleries_0_images_5_big_image','904'),
(8699,879,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(8700,879,'galleries_0_images_5_thumbnail','904'),
(8701,879,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(8702,879,'galleries_0_images_5_image_desription','<h4>VW Käfer</h4>\r\n<strong>Fahrzeugmodell:</strong> VW Käfer</br>\r\n<strong>Folienfarbe: </strong>Matt Anthrazit</br><strong>Grundfarbe:</strong> Silber</br>\r\n<strong>Sontiges: </strong> VAUWEH Design</br>\r\n</br>'),
(8703,879,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(8704,879,'galleries_0_images_6_big_image','899'),
(8705,879,'_galleries_0_images_6_big_image','field_5da3536cd8d8b'),
(8706,879,'galleries_0_images_6_thumbnail','899'),
(8707,879,'_galleries_0_images_6_thumbnail','field_5da3537dd8d8c'),
(8708,879,'galleries_0_images_6_image_desription','<h4>Range Rover Sport</h4>\r\n<strong>Fahrzeugmodell:</strong> Range Rover Sport</br>\r\n<strong>Folienfarbe: </strong>Anodized Red</br><strong>Grundfarbe:</strong> Causeway Grey</br>\r\n<strong>Sontiges: </strong> dezentes Union Jack, Scheibentönen</br>\r\n</br>'),
(8709,879,'_galleries_0_images_6_image_desription','field_5da3573301dea'),
(8710,879,'galleries_0_images_7_big_image','920'),
(8711,879,'_galleries_0_images_7_big_image','field_5da3536cd8d8b'),
(8712,879,'galleries_0_images_7_thumbnail','920'),
(8713,879,'_galleries_0_images_7_thumbnail','field_5da3537dd8d8c'),
(8714,879,'galleries_0_images_7_image_desription','<h4>MINI Countryman JCW</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI Countryman JCW</br>\r\n<strong>Folienfarbe: </strong>Matt Orange</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Teilfolierung im Firmendesign</br>\r\n</br>'),
(8715,879,'_galleries_0_images_7_image_desription','field_5da3573301dea'),
(8716,879,'galleries_0_images_8_big_image','898'),
(8717,879,'_galleries_0_images_8_big_image','field_5da3536cd8d8b'),
(8718,879,'galleries_0_images_8_thumbnail','898'),
(8719,879,'_galleries_0_images_8_thumbnail','field_5da3537dd8d8c'),
(8720,879,'galleries_0_images_8_image_desription','<h4>MINI Cooper S</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI COOPER S</br>\r\n<strong>Folienfarbe: </strong>Lagoon Blue Matte Metallic, Diamond Black und Matt Schwarz</br><strong>Grundfarbe:</strong> Dark Silver</br>\r\n<strong>Sontiges: </strong> '),
(8721,879,'_galleries_0_images_8_image_desription','field_5da3573301dea'),
(8722,879,'galleries_0_images_9_big_image','941'),
(8723,879,'_galleries_0_images_9_big_image','field_5da3536cd8d8b'),
(8724,879,'galleries_0_images_9_thumbnail','941'),
(8725,879,'_galleries_0_images_9_thumbnail','field_5da3537dd8d8c'),
(8726,879,'galleries_0_images_9_image_desription','<h4>Porsche 911 Carrera</h4>\r\n<strong>Fahrzeugmodell:</strong> Porsche 911 Carrera</br>\r\n<strong>Folienfarbe: </strong>Matt Diamond White Metallic</br><strong>Grundfarbe:</strong> Blau</br>\r\n<strong>Sontiges: </strong> Komplettfolierung</br>\r\n</br>'),
(8727,879,'_galleries_0_images_9_image_desription','field_5da3573301dea'),
(8728,879,'galleries_0_images_10_big_image','928'),
(8729,879,'_galleries_0_images_10_big_image','field_5da3536cd8d8b'),
(8730,879,'galleries_0_images_10_thumbnail','928'),
(8731,879,'_galleries_0_images_10_thumbnail','field_5da3537dd8d8c'),
(8732,879,'galleries_0_images_10_image_desription','<h4>Audi R8 Spyder</h4>\r\n<strong>Fahrzeugmodell:</strong> Audi R8 Spyder</br>\r\n<strong>Folienfarbe: </strong> Matt Weiss</br><strong>Grundfarbe:</strong> Weiss</br>\r\n<strong>Sontiges: </strong> Stickerbomb Design, inkl. Türeinstieg, Scheibentönen</br>\r\n</br>'),
(8733,879,'_galleries_0_images_10_image_desription','field_5da3573301dea'),
(8734,879,'galleries_0_images_11_big_image','913'),
(8735,879,'_galleries_0_images_11_big_image','field_5da3536cd8d8b'),
(8736,879,'galleries_0_images_11_thumbnail','913'),
(8737,879,'_galleries_0_images_11_thumbnail','field_5da3537dd8d8c'),
(8738,879,'galleries_0_images_11_image_desription','<h4>Daihatsu Copen</h4>\r\n<strong>Fahrzeugmodell:</strong> Daihatsu Copen</br>\r\n<strong>Folienfarbe: </strong>Matt Diamond White Metallic</br><strong>Grundfarbe:</strong> Rot</br>\r\n<strong>Sontiges: </strong> Werbeträger</br>\r\n</br>'),
(8739,879,'_galleries_0_images_11_image_desription','field_5da3573301dea'),
(8740,879,'galleries_0_images_12_big_image','910'),
(8741,879,'_galleries_0_images_12_big_image','field_5da3536cd8d8b'),
(8742,879,'galleries_0_images_12_thumbnail','910'),
(8743,879,'_galleries_0_images_12_thumbnail','field_5da3537dd8d8c'),
(8744,879,'galleries_0_images_12_image_desription','<h4>Werbeträger</h4>\r\n<strong>Fahrzeugmodell:</strong> Werbeträger</br>\r\n<strong>Folienfarbe: </strong>Matt Diamond White Metallic</br><strong>Grundfarbe:</strong> Schwarz</br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(8745,879,'_galleries_0_images_12_image_desription','field_5da3573301dea'),
(8746,879,'galleries_0_images_13_big_image','943'),
(8747,879,'_galleries_0_images_13_big_image','field_5da3536cd8d8b'),
(8748,879,'galleries_0_images_13_thumbnail','943'),
(8749,879,'_galleries_0_images_13_thumbnail','field_5da3537dd8d8c'),
(8750,879,'galleries_0_images_13_image_desription','<h4>Mercedes Slk</h4>\r\n<strong>Fahrzeugmodell:</strong> Mercedes Slk</br>\r\n<strong>Folienfarbe: </strong>Cardinal Red </br><strong>Grundfarbe:</strong> Schwarz</br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(8751,879,'_galleries_0_images_13_image_desription','field_5da3573301dea'),
(8752,879,'galleries_0_images_14_big_image','927'),
(8753,879,'_galleries_0_images_14_big_image','field_5da3536cd8d8b'),
(8754,879,'galleries_0_images_14_thumbnail','927'),
(8755,879,'_galleries_0_images_14_thumbnail','field_5da3537dd8d8c'),
(8756,879,'galleries_0_images_14_image_desription','<h4>MINI Cooper S Countryman</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI Cooper S Countryman</br>\r\n<strong>Folienfarbe: </strong> Matt Anodized Blue, Matt Dark Charcoal Mettalic</br><strong>Grundfarbe:</strong> Blau, Weiss</br>\r\n<strong>Sontiges: </strong> Komplettfolierung</br>\r\n</br>'),
(8757,879,'_galleries_0_images_14_image_desription','field_5da3573301dea'),
(8758,879,'galleries_0_images_15_big_image','925'),
(8759,879,'_galleries_0_images_15_big_image','field_5da3536cd8d8b'),
(8760,879,'galleries_0_images_15_thumbnail','925'),
(8761,879,'_galleries_0_images_15_thumbnail','field_5da3537dd8d8c'),
(8762,879,'galleries_0_images_15_image_desription','<h4>MINI JCW Cabrio</h4>\r\n<strong>Fahrzeugmodell:</strong> MINI JCW Cabrio</br>\r\n<strong>Folienfarbe: </strong>Matt Diamond Black</br><strong>Grundfarbe:</strong> Midnight Black Metallic</br>\r\n<strong>Sontiges: </strong> </br>\r\n</br>'),
(8763,879,'_galleries_0_images_15_image_desription','field_5da3573301dea'),
(8764,879,'galleries_0_images_16_big_image','939'),
(8765,879,'_galleries_0_images_16_big_image','field_5da3536cd8d8b'),
(8766,879,'galleries_0_images_16_thumbnail','939'),
(8767,879,'_galleries_0_images_16_thumbnail','field_5da3537dd8d8c'),
(8768,879,'galleries_0_images_16_image_desription',''),
(8769,879,'_galleries_0_images_16_image_desription','field_5da3573301dea'),
(8770,879,'galleries_0_images_17_big_image','938'),
(8771,879,'_galleries_0_images_17_big_image','field_5da3536cd8d8b'),
(8772,879,'galleries_0_images_17_thumbnail','938'),
(8773,879,'_galleries_0_images_17_thumbnail','field_5da3537dd8d8c'),
(8774,879,'galleries_0_images_17_image_desription',''),
(8775,879,'_galleries_0_images_17_image_desription','field_5da3573301dea'),
(8776,879,'galleries_0_images_18_big_image','937'),
(8777,879,'_galleries_0_images_18_big_image','field_5da3536cd8d8b'),
(8778,879,'galleries_0_images_18_thumbnail','937'),
(8779,879,'_galleries_0_images_18_thumbnail','field_5da3537dd8d8c'),
(8780,879,'galleries_0_images_18_image_desription',''),
(8781,879,'_galleries_0_images_18_image_desription','field_5da3573301dea'),
(8782,879,'galleries_0_images_19_big_image','932'),
(8783,879,'_galleries_0_images_19_big_image','field_5da3536cd8d8b'),
(8784,879,'galleries_0_images_19_thumbnail','932'),
(8785,879,'_galleries_0_images_19_thumbnail','field_5da3537dd8d8c'),
(8786,879,'galleries_0_images_19_image_desription',''),
(8787,879,'_galleries_0_images_19_image_desription','field_5da3573301dea'),
(8788,879,'galleries_0_images_20_big_image','931'),
(8789,879,'_galleries_0_images_20_big_image','field_5da3536cd8d8b'),
(8790,879,'galleries_0_images_20_thumbnail','931'),
(8791,879,'_galleries_0_images_20_thumbnail','field_5da3537dd8d8c'),
(8792,879,'galleries_0_images_20_image_desription',''),
(8793,879,'_galleries_0_images_20_image_desription','field_5da3573301dea'),
(8794,879,'galleries_0_images_21_big_image','930'),
(8795,879,'_galleries_0_images_21_big_image','field_5da3536cd8d8b'),
(8796,879,'galleries_0_images_21_thumbnail','930'),
(8797,879,'_galleries_0_images_21_thumbnail','field_5da3537dd8d8c'),
(8798,879,'galleries_0_images_21_image_desription',''),
(8799,879,'_galleries_0_images_21_image_desription','field_5da3573301dea'),
(8800,879,'galleries_0_images_22_big_image','929'),
(8801,879,'_galleries_0_images_22_big_image','field_5da3536cd8d8b'),
(8802,879,'galleries_0_images_22_thumbnail','929'),
(8803,879,'_galleries_0_images_22_thumbnail','field_5da3537dd8d8c'),
(8804,879,'galleries_0_images_22_image_desription',''),
(8805,879,'_galleries_0_images_22_image_desription','field_5da3573301dea'),
(8806,879,'galleries_0_images_23_big_image','924'),
(8807,879,'_galleries_0_images_23_big_image','field_5da3536cd8d8b'),
(8808,879,'galleries_0_images_23_thumbnail','924'),
(8809,879,'_galleries_0_images_23_thumbnail','field_5da3537dd8d8c'),
(8810,879,'galleries_0_images_23_image_desription',''),
(8811,879,'_galleries_0_images_23_image_desription','field_5da3573301dea'),
(8812,879,'galleries_0_images_24_big_image','919'),
(8813,879,'_galleries_0_images_24_big_image','field_5da3536cd8d8b'),
(8814,879,'galleries_0_images_24_thumbnail','919'),
(8815,879,'_galleries_0_images_24_thumbnail','field_5da3537dd8d8c'),
(8816,879,'galleries_0_images_24_image_desription',''),
(8817,879,'_galleries_0_images_24_image_desription','field_5da3573301dea'),
(8818,879,'galleries_0_images_25_big_image','918'),
(8819,879,'_galleries_0_images_25_big_image','field_5da3536cd8d8b'),
(8820,879,'galleries_0_images_25_thumbnail','918'),
(8821,879,'_galleries_0_images_25_thumbnail','field_5da3537dd8d8c'),
(8822,879,'galleries_0_images_25_image_desription',''),
(8823,879,'_galleries_0_images_25_image_desription','field_5da3573301dea'),
(8824,879,'galleries_0_images_26_big_image','917'),
(8825,879,'_galleries_0_images_26_big_image','field_5da3536cd8d8b'),
(8826,879,'galleries_0_images_26_thumbnail','917'),
(8827,879,'_galleries_0_images_26_thumbnail','field_5da3537dd8d8c'),
(8828,879,'galleries_0_images_26_image_desription',''),
(8829,879,'_galleries_0_images_26_image_desription','field_5da3573301dea'),
(8830,879,'galleries_0_images_27_big_image','916'),
(8831,879,'_galleries_0_images_27_big_image','field_5da3536cd8d8b'),
(8832,879,'galleries_0_images_27_thumbnail','916'),
(8833,879,'_galleries_0_images_27_thumbnail','field_5da3537dd8d8c'),
(8834,879,'galleries_0_images_27_image_desription',''),
(8835,879,'_galleries_0_images_27_image_desription','field_5da3573301dea'),
(8836,879,'galleries_0_images_28_big_image','914'),
(8837,879,'_galleries_0_images_28_big_image','field_5da3536cd8d8b'),
(8838,879,'galleries_0_images_28_thumbnail','914'),
(8839,879,'_galleries_0_images_28_thumbnail','field_5da3537dd8d8c'),
(8840,879,'galleries_0_images_28_image_desription',''),
(8841,879,'_galleries_0_images_28_image_desription','field_5da3573301dea'),
(8842,879,'galleries_0_images_29_big_image','915'),
(8843,879,'_galleries_0_images_29_big_image','field_5da3536cd8d8b'),
(8844,879,'galleries_0_images_29_thumbnail','915'),
(8845,879,'_galleries_0_images_29_thumbnail','field_5da3537dd8d8c'),
(8846,879,'galleries_0_images_29_image_desription',''),
(8847,879,'_galleries_0_images_29_image_desription','field_5da3573301dea'),
(8848,879,'galleries_0_images_30_big_image','906'),
(8849,879,'_galleries_0_images_30_big_image','field_5da3536cd8d8b'),
(8850,879,'galleries_0_images_30_thumbnail','906'),
(8851,879,'_galleries_0_images_30_thumbnail','field_5da3537dd8d8c'),
(8852,879,'galleries_0_images_30_image_desription',''),
(8853,879,'_galleries_0_images_30_image_desription','field_5da3573301dea'),
(8854,879,'galleries_0_images_31_big_image','909'),
(8855,879,'_galleries_0_images_31_big_image','field_5da3536cd8d8b'),
(8856,879,'galleries_0_images_31_thumbnail','909'),
(8857,879,'_galleries_0_images_31_thumbnail','field_5da3537dd8d8c'),
(8858,879,'galleries_0_images_31_image_desription',''),
(8859,879,'_galleries_0_images_31_image_desription','field_5da3573301dea'),
(8956,879,'galleries_0_images','33'),
(8957,879,'_galleries_0_images','field_5da35357d8d8a'),
(8959,951,'_wp_attached_file','2019/11/Screen-Shot-2019-11-16-at-19.13.00.png'),
(8960,951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:687;s:4:\"file\";s:46:\"2019/11/Screen-Shot-2019-11-16-at-19.13.00.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.13.00-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.13.00-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.13.00-600x322.png\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.13.00-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.13.00-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.13.00-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-11-16-at-19.13.00-1024x550.png\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-11-16-at-19.13.00-1200x644.png\";s:5:\"width\";i:1200;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8961,952,'_wp_attached_file','2019/11/Screen-Shot-2019-11-16-at-19.18.07.png'),
(8962,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:688;s:4:\"file\";s:46:\"2019/11/Screen-Shot-2019-11-16-at-19.18.07.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.18.07-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.18.07-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.18.07-600x323.png\";s:5:\"width\";i:600;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.18.07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.18.07-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.18.07-768x413.png\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-11-16-at-19.18.07-1024x551.png\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-11-16-at-19.18.07-1200x646.png\";s:5:\"width\";i:1200;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8963,953,'_wp_attached_file','2019/11/Screen-Shot-2019-11-16-at-19.23.15.png'),
(8964,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:683;s:4:\"file\";s:46:\"2019/11/Screen-Shot-2019-11-16-at-19.23.15.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.23.15-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.23.15-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.23.15-600x320.png\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.23.15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.23.15-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-11-16-at-19.23.15-768x410.png\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-11-16-at-19.23.15-1024x546.png\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-11-16-at-19.23.15-1200x640.png\";s:5:\"width\";i:1200;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8965,954,'_wp_attached_file','2019/11/3M2.jpg'),
(8966,954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:683;s:4:\"file\";s:15:\"2019/11/3M2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"3M2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"3M2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"3M2-600x320.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3M2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3M2-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3M2-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3M2-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"3M2-1200x640.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8967,955,'_wp_attached_file','2019/11/3M1.jpg'),
(8968,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:683;s:4:\"file\";s:15:\"2019/11/3M1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"3M1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"3M1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"3M1-600x320.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3M1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3M1-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3M1-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3M1-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"3M1-1200x640.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8971,957,'_wp_attached_file','2019/11/slide_blue-rost3m3.jpg'),
(8972,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:138;s:4:\"file\";s:30:\"2019/11/slide_blue-rost3m3.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"slide_blue-rost3m3-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"slide_blue-rost3m3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"slide_blue-rost3m3-600x71.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"slide_blue-rost3m3-150x138.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"slide_blue-rost3m3-300x35.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"slide_blue-rost3m3-768x91.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"slide_blue-rost3m3-1024x121.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8973,958,'_edit_last','1'),
(8974,958,'_edit_lock','1584356735:1'),
(8975,958,'show_on_frontpage','0'),
(8976,958,'_show_on_frontpage','field_5da93c5e5c418'),
(8977,958,'top_image','1050'),
(8978,958,'_top_image','field_5da35291d8d87'),
(8979,958,'thumbnail',''),
(8980,958,'_thumbnail','field_5da370a29abce'),
(8981,958,'galleries',''),
(8982,958,'_galleries','field_5da352e5d8d88'),
(8992,960,'top_slider_0_image','132'),
(8993,960,'_top_slider_0_image','field_5da409fc7f421'),
(8994,960,'top_slider','1'),
(8995,960,'_top_slider','field_5da409f17f420'),
(8996,964,'_edit_last','1'),
(8997,964,'_edit_lock','1576133785:1'),
(8998,965,'_wp_attached_file','2019/11/Slide-cd1.jpg'),
(8999,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2019/11/Slide-cd1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Slide-cd1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Slide-cd1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Slide-cd1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Slide-cd1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Slide-cd1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Slide-cd1-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Slide-cd1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9000,966,'_wp_attached_file','2019/11/520A2348_ips270.jpg'),
(9001,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/520A2348_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"520A2348_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"520A2348_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Stefan Heiniger\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"Stefan Heiniger\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9002,967,'_wp_attached_file','2019/11/2015-10-30-05.25.06_ips270.jpg'),
(9003,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2015-10-30-05.25.06_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2015-10-30-05.25.06_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2015-10-30-05.25.06_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446182706\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9004,968,'_wp_attached_file','2019/11/2015-10-30-05.25.12_ips270.jpg'),
(9005,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2015-10-30-05.25.12_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2015-10-30-05.25.12_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2015-10-30-05.25.12_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446182712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9008,970,'_wp_attached_file','2019/11/2016-12-09-20.33.29_ips270.jpg'),
(9009,970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2016-12-09-20.33.29_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2016-12-09-20.33.29_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2016-12-09-20.33.29_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9010,971,'_wp_attached_file','2019/11/2017-01-11-20.12.23_ips270.jpg'),
(9011,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2017-01-11-20.12.23_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-01-11-20.12.23_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-01-11-20.12.23_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9012,972,'_wp_attached_file','2019/11/2017-02-01-10.42.07_ips270.jpg'),
(9013,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2017-02-01-10.42.07_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-02-01-10.42.07_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-02-01-10.42.07_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485945727\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0036101083032491\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9014,973,'_wp_attached_file','2019/11/2017-08-03-14.28.48_ips270.jpg'),
(9015,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2017-08-03-14.28.48_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-08-03-14.28.48_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-08-03-14.28.48_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9016,974,'_wp_attached_file','2019/11/2017-08-24-08.10.01_ips270.jpg'),
(9017,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2017-08-24-08.10.01_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-08-24-08.10.01_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-08-24-08.10.01_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503562201\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9018,975,'_wp_attached_file','2019/11/2017-11-10-16.29.26_ips270.jpg'),
(9019,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2017-11-10-16.29.26_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-11-10-16.29.26_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2017-11-10-16.29.26_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9020,976,'_wp_attached_file','2019/11/2018-11-16-06.00.46_ips270.jpg'),
(9021,976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2018-11-16-06.00.46_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-11-16-06.00.46_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-11-16-06.00.46_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9022,977,'_wp_attached_file','2019/11/2018-11-16-06.01.05_ips270.jpg'),
(9023,977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2018-11-16-06.01.05_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-11-16-06.01.05_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2018-11-16-06.01.05_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9030,981,'_wp_attached_file','2019/11/2019-08-02-14.37.49_ips270.jpg'),
(9031,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/11/2019-08-02-14.37.49_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"2019-08-02-14.37.49_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2019-08-02-14.37.49_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9032,982,'_wp_attached_file','2019/11/Foto-05.03.15-16-35-10_ips270.jpg'),
(9033,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:41:\"2019/11/Foto-05.03.15-16-35-10_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Foto-05.03.15-16-35-10_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Foto-05.03.15-16-35-10_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9034,983,'_wp_attached_file','2019/11/Foto-31.05.16-14-04-16_ips270.jpg'),
(9035,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:41:\"2019/11/Foto-31.05.16-14-04-16_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Foto-31.05.16-14-04-16_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Foto-31.05.16-14-04-16_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9036,984,'_wp_attached_file','2019/11/IMG_4549_ips270.jpg'),
(9037,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/IMG_4549_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_4549_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_4549_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9038,985,'_wp_attached_file','2019/11/IMG_6799_ips270.jpg'),
(9039,985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/IMG_6799_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_6799_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_6799_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9040,986,'_wp_attached_file','2019/11/P8271270_ips270.jpg'),
(9041,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/P8271270_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"P8271270_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"P8271270_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9042,987,'_wp_attached_file','2019/11/P8272028_ips270.jpg'),
(9043,987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/P8272028_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"P8272028_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"P8272028_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9044,988,'_wp_attached_file','2019/11/PICT0047_ips270.jpg'),
(9045,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/PICT0047_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0047_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0047_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9046,989,'_wp_attached_file','2019/11/PICT0179_ips270.jpg'),
(9047,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/PICT0179_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0179_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0179_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9048,990,'_wp_attached_file','2019/11/PICT0200_ips270.jpg'),
(9049,990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/PICT0200_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0200_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0200_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9050,991,'_wp_attached_file','2019/11/PICT0290_ips270.jpg'),
(9051,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/PICT0290_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0290_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0290_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9052,992,'_wp_attached_file','2019/11/PICT0354_ips270.jpg'),
(9053,992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:27:\"2019/11/PICT0354_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0354_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PICT0354_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9054,993,'_wp_attached_file','2019/11/520A2348_ips.jpg'),
(9055,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/520A2348_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"520A2348_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"520A2348_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"520A2348_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"520A2348_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"520A2348_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"520A2348_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"520A2348_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"Stefan Heiniger\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9056,994,'_wp_attached_file','2019/11/2015-10-30-05.25.06_ips.jpg'),
(9057,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2015-10-30-05.25.06_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2015-10-30-05.25.06_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.06_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.06_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.06_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.06_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.06_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2015-10-30-05.25.06_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9058,995,'_wp_attached_file','2019/11/2015-10-30-05.25.12_ips.jpg'),
(9059,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2015-10-30-05.25.12_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2015-10-30-05.25.12_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.12_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.12_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.12_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.12_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2015-10-30-05.25.12_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2015-10-30-05.25.12_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9060,996,'_wp_attached_file','2019/11/2016-08-27-15.26.12_ips.jpg'),
(9061,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2016-08-27-15.26.12_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-08-27-15.26.12_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-08-27-15.26.12_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-08-27-15.26.12_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-08-27-15.26.12_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-08-27-15.26.12_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-08-27-15.26.12_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-08-27-15.26.12_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9062,997,'_wp_attached_file','2019/11/2016-12-09-20.33.29_ips.jpg'),
(9063,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2016-12-09-20.33.29_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2016-12-09-20.33.29_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-12-09-20.33.29_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2016-12-09-20.33.29_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2016-12-09-20.33.29_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2016-12-09-20.33.29_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2016-12-09-20.33.29_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2016-12-09-20.33.29_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9064,998,'_wp_attached_file','2019/11/2017-01-11-20.12.23_ips.jpg'),
(9065,998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:731;s:4:\"file\";s:35:\"2019/11/2017-01-11-20.12.23_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-01-11-20.12.23_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-01-11-20.12.23_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-01-11-20.12.23_ips-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-01-11-20.12.23_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-01-11-20.12.23_ips-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-01-11-20.12.23_ips-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-01-11-20.12.23_ips-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9066,999,'_wp_attached_file','2019/11/2017-02-01-10.42.07_ips.jpg'),
(9067,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2017-02-01-10.42.07_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-02-01-10.42.07_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-02-01-10.42.07_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-02-01-10.42.07_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-02-01-10.42.07_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-02-01-10.42.07_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-02-01-10.42.07_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-02-01-10.42.07_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9068,1000,'_wp_attached_file','2019/11/2017-08-03-14.28.48_ips.jpg'),
(9069,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2017-08-03-14.28.48_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-03-14.28.48_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.28.48_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.28.48_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.28.48_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.28.48_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-03-14.28.48_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-03-14.28.48_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9070,1001,'_wp_attached_file','2019/11/2017-08-24-08.10.01_ips.jpg'),
(9071,1001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2017-08-24-08.10.01_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-08-24-08.10.01_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.10.01_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.10.01_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.10.01_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.10.01_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-08-24-08.10.01_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-08-24-08.10.01_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9072,1002,'_wp_attached_file','2019/11/2017-11-10-16.29.26_ips.jpg'),
(9073,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2017-11-10-16.29.26_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2017-11-10-16.29.26_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-11-10-16.29.26_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2017-11-10-16.29.26_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2017-11-10-16.29.26_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2017-11-10-16.29.26_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2017-11-10-16.29.26_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2017-11-10-16.29.26_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9074,1003,'_wp_attached_file','2019/11/2018-11-16-06.00.46_ips.jpg'),
(9075,1003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2018-11-16-06.00.46_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-11-16-06.00.46_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.00.46_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.00.46_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.00.46_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.00.46_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.00.46_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2018-11-16-06.00.46_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9076,1004,'_wp_attached_file','2019/11/2018-11-16-06.01.05_ips.jpg'),
(9077,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2018-11-16-06.01.05_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-11-16-06.01.05_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.01.05_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.01.05_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.01.05_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.01.05_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2018-11-16-06.01.05_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2018-11-16-06.01.05_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9078,1005,'_wp_attached_file','2019/11/2019-05-03-14.39.22_ips.jpg'),
(9079,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2019-05-03-14.39.22_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-05-03-14.39.22_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.39.22_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.39.22_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.39.22_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.39.22_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-05-03-14.39.22_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-05-03-14.39.22_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9080,1006,'_wp_attached_file','2019/11/2019-05-10-13.39.18_ips.jpg'),
(9081,1006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2019-05-10-13.39.18_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-05-10-13.39.18_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-05-10-13.39.18_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9084,1008,'_wp_attached_file','2019/11/2019-08-02-14.37.49_ips.jpg'),
(9085,1008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/11/2019-08-02-14.37.49_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-08-02-14.37.49_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.49_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.49_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.49_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.49_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-08-02-14.37.49_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-08-02-14.37.49_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9086,1009,'_wp_attached_file','2019/11/Foto-05.03.15-16-35-10_ips.jpg'),
(9087,1009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/11/Foto-05.03.15-16-35-10_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-05.03.15-16-35-10_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-35-10_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-35-10_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-35-10_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-35-10_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-05.03.15-16-35-10_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-05.03.15-16-35-10_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9088,1010,'_wp_attached_file','2019/11/Foto-31.05.16-14-04-16_ips.jpg'),
(9089,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2019/11/Foto-31.05.16-14-04-16_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-31.05.16-14-04-16_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-31.05.16-14-04-16_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-31.05.16-14-04-16_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-31.05.16-14-04-16_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-31.05.16-14-04-16_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-31.05.16-14-04-16_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-31.05.16-14-04-16_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9090,1011,'_wp_attached_file','2019/11/IMG_4549_ips.jpg'),
(9091,1011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/IMG_4549_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4549_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4549_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_4549_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_4549_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_4549_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4549_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_4549_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9092,1012,'_wp_attached_file','2019/11/IMG_6799_ips.jpg'),
(9093,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/IMG_6799_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_6799_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_6799_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_6799_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_6799_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_6799_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_6799_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_6799_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9094,1013,'_wp_attached_file','2019/11/P8271270_ips.jpg'),
(9095,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/P8271270_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"P8271270_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"P8271270_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"P8271270_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"P8271270_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"P8271270_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"P8271270_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"P8271270_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9096,1014,'_wp_attached_file','2019/11/P8272028_ips.jpg'),
(9097,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:24:\"2019/11/P8272028_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"P8272028_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"P8272028_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"P8272028_ips-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"P8272028_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"P8272028_ips-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"P8272028_ips-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"P8272028_ips-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9098,1015,'_wp_attached_file','2019/11/PICT0047_ips.jpg'),
(9099,1015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/PICT0047_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0047_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0047_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0047_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0047_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0047_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0047_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0047_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9100,1016,'_wp_attached_file','2019/11/PICT0179_ips.jpg'),
(9101,1016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/PICT0179_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0179_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0179_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0179_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9102,1017,'_wp_attached_file','2019/11/PICT0200_ips.jpg'),
(9103,1017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/PICT0200_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0200_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0200_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0200_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0200_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0200_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0200_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0200_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9104,1018,'_wp_attached_file','2019/11/PICT0290_ips.jpg'),
(9105,1018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/PICT0290_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0290_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0290_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0290_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0290_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0290_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0290_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0290_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9106,1019,'_wp_attached_file','2019/11/PICT0354_ips.jpg'),
(9107,1019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/11/PICT0354_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"PICT0354_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0354_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"PICT0354_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PICT0354_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"PICT0354_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"PICT0354_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"PICT0354_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9108,964,'show_on_frontpage','0'),
(9109,964,'_show_on_frontpage','field_5da93c5e5c418'),
(9110,964,'top_image','965'),
(9111,964,'_top_image','field_5da35291d8d87'),
(9112,964,'thumbnail',''),
(9113,964,'_thumbnail','field_5da370a29abce'),
(9114,964,'galleries_0_gallery_title','STRIPES UND TEILFOLIERUNGEN'),
(9115,964,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(9116,964,'galleries_0_images_0_big_image','1006'),
(9117,964,'_galleries_0_images_0_big_image','field_5da3536cd8d8b'),
(9118,964,'galleries_0_images_0_thumbnail','979'),
(9119,964,'_galleries_0_images_0_thumbnail','field_5da3537dd8d8c'),
(9120,964,'galleries_0_images_0_image_desription','<h4>MINI Style </h4>'),
(9121,964,'_galleries_0_images_0_image_desription','field_5da3573301dea'),
(9122,964,'galleries_0_images_1_big_image','1017'),
(9123,964,'_galleries_0_images_1_big_image','field_5da3536cd8d8b'),
(9124,964,'galleries_0_images_1_thumbnail','990'),
(9125,964,'_galleries_0_images_1_thumbnail','field_5da3537dd8d8c'),
(9126,964,'galleries_0_images_1_image_desription','<h4>MINI Style </h4>'),
(9127,964,'_galleries_0_images_1_image_desription','field_5da3573301dea'),
(9128,964,'galleries_0_images_2_big_image','1004'),
(9129,964,'_galleries_0_images_2_big_image','field_5da3536cd8d8b'),
(9130,964,'galleries_0_images_2_thumbnail','977'),
(9131,964,'_galleries_0_images_2_thumbnail','field_5da3537dd8d8c'),
(9132,964,'galleries_0_images_2_image_desription','<h4>MINI Style </h4>'),
(9133,964,'_galleries_0_images_2_image_desription','field_5da3573301dea'),
(9134,964,'galleries_0_images_3_big_image','1002'),
(9135,964,'_galleries_0_images_3_big_image','field_5da3536cd8d8b'),
(9136,964,'galleries_0_images_3_thumbnail','975'),
(9137,964,'_galleries_0_images_3_thumbnail','field_5da3537dd8d8c'),
(9138,964,'galleries_0_images_3_image_desription','<h4>MINI Style </h4>'),
(9139,964,'_galleries_0_images_3_image_desription','field_5da3573301dea'),
(9140,964,'galleries_0_images_4_big_image','1003'),
(9141,964,'_galleries_0_images_4_big_image','field_5da3536cd8d8b'),
(9142,964,'galleries_0_images_4_thumbnail','976'),
(9143,964,'_galleries_0_images_4_thumbnail','field_5da3537dd8d8c'),
(9144,964,'galleries_0_images_4_image_desription','<h4>MINI Style </h4>'),
(9145,964,'_galleries_0_images_4_image_desription','field_5da3573301dea'),
(9146,964,'galleries_0_images_5_big_image','999'),
(9147,964,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(9148,964,'galleries_0_images_5_thumbnail','972'),
(9149,964,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(9150,964,'galleries_0_images_5_image_desription','<h4>MINI Style </h4>'),
(9151,964,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(9152,964,'galleries_0_images_6_big_image','1018'),
(9153,964,'_galleries_0_images_6_big_image','field_5da3536cd8d8b'),
(9154,964,'galleries_0_images_6_thumbnail','991'),
(9155,964,'_galleries_0_images_6_thumbnail','field_5da3537dd8d8c'),
(9156,964,'galleries_0_images_6_image_desription','<h4>MINI Style </h4>'),
(9157,964,'_galleries_0_images_6_image_desription','field_5da3573301dea'),
(9158,964,'galleries_0_images_7_big_image','1016'),
(9159,964,'_galleries_0_images_7_big_image','field_5da3536cd8d8b'),
(9160,964,'galleries_0_images_7_thumbnail','989'),
(9161,964,'_galleries_0_images_7_thumbnail','field_5da3537dd8d8c'),
(9162,964,'galleries_0_images_7_image_desription','<h4>MINI Style </h4>'),
(9163,964,'_galleries_0_images_7_image_desription','field_5da3573301dea'),
(9164,964,'galleries_0_images_8_big_image','1015'),
(9165,964,'_galleries_0_images_8_big_image','field_5da3536cd8d8b'),
(9166,964,'galleries_0_images_8_thumbnail','988'),
(9167,964,'_galleries_0_images_8_thumbnail','field_5da3537dd8d8c'),
(9168,964,'galleries_0_images_8_image_desription','<h4>MINI Style </h4>'),
(9169,964,'_galleries_0_images_8_image_desription','field_5da3573301dea'),
(9170,964,'galleries_0_images_9_big_image','1014'),
(9171,964,'_galleries_0_images_9_big_image','field_5da3536cd8d8b'),
(9172,964,'galleries_0_images_9_thumbnail','987'),
(9173,964,'_galleries_0_images_9_thumbnail','field_5da3537dd8d8c'),
(9174,964,'galleries_0_images_9_image_desription','<h4>MINI Style </h4>'),
(9175,964,'_galleries_0_images_9_image_desription','field_5da3573301dea'),
(9176,964,'galleries_0_images_10_big_image','1013'),
(9177,964,'_galleries_0_images_10_big_image','field_5da3536cd8d8b'),
(9178,964,'galleries_0_images_10_thumbnail','986'),
(9179,964,'_galleries_0_images_10_thumbnail','field_5da3537dd8d8c'),
(9180,964,'galleries_0_images_10_image_desription','<h4>MINI Style </h4>'),
(9181,964,'_galleries_0_images_10_image_desription','field_5da3573301dea'),
(9182,964,'galleries_0_images_11_big_image','1009'),
(9183,964,'_galleries_0_images_11_big_image','field_5da3536cd8d8b'),
(9184,964,'galleries_0_images_11_thumbnail','982'),
(9185,964,'_galleries_0_images_11_thumbnail','field_5da3537dd8d8c'),
(9186,964,'galleries_0_images_11_image_desription','<h4>MINI Style </h4>'),
(9187,964,'_galleries_0_images_11_image_desription','field_5da3573301dea'),
(9188,964,'galleries_0_images_12_big_image','1012'),
(9189,964,'_galleries_0_images_12_big_image','field_5da3536cd8d8b'),
(9190,964,'galleries_0_images_12_thumbnail','985'),
(9191,964,'_galleries_0_images_12_thumbnail','field_5da3537dd8d8c'),
(9192,964,'galleries_0_images_12_image_desription','<h4>MINI Style </h4>'),
(9193,964,'_galleries_0_images_12_image_desription','field_5da3573301dea'),
(9194,964,'galleries_0_images_13_big_image','998'),
(9195,964,'_galleries_0_images_13_big_image','field_5da3536cd8d8b'),
(9196,964,'galleries_0_images_13_thumbnail','971'),
(9197,964,'_galleries_0_images_13_thumbnail','field_5da3537dd8d8c'),
(9198,964,'galleries_0_images_13_image_desription','<h4>MINI Style </h4>'),
(9199,964,'_galleries_0_images_13_image_desription','field_5da3573301dea'),
(9200,964,'galleries_0_images_14_big_image','1008'),
(9201,964,'_galleries_0_images_14_big_image','field_5da3536cd8d8b'),
(9202,964,'galleries_0_images_14_thumbnail','981'),
(9203,964,'_galleries_0_images_14_thumbnail','field_5da3537dd8d8c'),
(9204,964,'galleries_0_images_14_image_desription','<h4>MINI Style </h4>'),
(9205,964,'_galleries_0_images_14_image_desription','field_5da3573301dea'),
(9206,964,'galleries_0_images_15_big_image','1029'),
(9207,964,'_galleries_0_images_15_big_image','field_5da3536cd8d8b'),
(9208,964,'galleries_0_images_15_thumbnail','1028'),
(9209,964,'_galleries_0_images_15_thumbnail','field_5da3537dd8d8c'),
(9210,964,'galleries_0_images_15_image_desription','<h4>MINI Style </h4>'),
(9211,964,'_galleries_0_images_15_image_desription','field_5da3573301dea'),
(9212,964,'galleries_0_images_16_big_image','1005'),
(9213,964,'_galleries_0_images_16_big_image','field_5da3536cd8d8b'),
(9214,964,'galleries_0_images_16_thumbnail','978'),
(9215,964,'_galleries_0_images_16_thumbnail','field_5da3537dd8d8c'),
(9216,964,'galleries_0_images_16_image_desription','<h4>MINI Style </h4>'),
(9217,964,'_galleries_0_images_16_image_desription','field_5da3573301dea'),
(9218,964,'galleries_0_images_17_big_image','1001'),
(9219,964,'_galleries_0_images_17_big_image','field_5da3536cd8d8b'),
(9220,964,'galleries_0_images_17_thumbnail','974'),
(9221,964,'_galleries_0_images_17_thumbnail','field_5da3537dd8d8c'),
(9222,964,'galleries_0_images_17_image_desription','<h4>MINI Style </h4>'),
(9223,964,'_galleries_0_images_17_image_desription','field_5da3573301dea'),
(9224,964,'galleries_0_images_18_big_image','1000'),
(9225,964,'_galleries_0_images_18_big_image','field_5da3536cd8d8b'),
(9226,964,'galleries_0_images_18_thumbnail','973'),
(9227,964,'_galleries_0_images_18_thumbnail','field_5da3537dd8d8c'),
(9228,964,'galleries_0_images_18_image_desription','<h4>MINI Style </h4>'),
(9229,964,'_galleries_0_images_18_image_desription','field_5da3573301dea'),
(9230,964,'galleries_0_images_19_big_image','996'),
(9231,964,'_galleries_0_images_19_big_image','field_5da3536cd8d8b'),
(9232,964,'galleries_0_images_19_thumbnail','969'),
(9233,964,'_galleries_0_images_19_thumbnail','field_5da3537dd8d8c'),
(9234,964,'galleries_0_images_19_image_desription','<h4>MINI Style </h4>'),
(9235,964,'_galleries_0_images_19_image_desription','field_5da3573301dea'),
(9236,964,'galleries_0_images_20_big_image','994'),
(9237,964,'_galleries_0_images_20_big_image','field_5da3536cd8d8b'),
(9238,964,'galleries_0_images_20_thumbnail','967'),
(9239,964,'_galleries_0_images_20_thumbnail','field_5da3537dd8d8c'),
(9240,964,'galleries_0_images_20_image_desription','<h4>MINI Style </h4>'),
(9241,964,'_galleries_0_images_20_image_desription','field_5da3573301dea'),
(9242,964,'galleries_0_images_21_big_image','993'),
(9243,964,'_galleries_0_images_21_big_image','field_5da3536cd8d8b'),
(9244,964,'galleries_0_images_21_thumbnail','966'),
(9245,964,'_galleries_0_images_21_thumbnail','field_5da3537dd8d8c'),
(9246,964,'galleries_0_images_21_image_desription','<h4>MINI Style </h4>'),
(9247,964,'_galleries_0_images_21_image_desription','field_5da3573301dea'),
(9278,964,'galleries_0_images','22'),
(9279,964,'_galleries_0_images','field_5da35357d8d8a'),
(9280,964,'galleries','3'),
(9281,964,'_galleries','field_5da352e5d8d88'),
(9354,1028,'_wp_attached_file','2019/11/2019-06-27-16.20.00-1_ips270.jpg'),
(9355,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:40:\"2019/11/2019-06-27-16.20.00-1_ips270.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"2019-06-27-16.20.00-1_ips270-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2019-06-27-16.20.00-1_ips270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9356,1029,'_wp_attached_file','2019/11/2019-06-27-16.20.00-1_ips.jpg'),
(9357,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/11/2019-06-27-16.20.00-1_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2019-06-27-16.20.00-1_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2019-06-27-16.20.00-1_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2019-06-27-16.20.00-1_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2019-06-27-16.20.00-1_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2019-06-27-16.20.00-1_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2019-06-27-16.20.00-1_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2019-06-27-16.20.00-1_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9358,891,'_edit_lock','1574179024:1'),
(9359,891,'_edit_last','1'),
(9360,891,'hide_text_section','1'),
(9361,891,'_hide_text_section','field_5dd3d236266d4'),
(9362,891,'hide_map_section','1'),
(9363,891,'_hide_map_section','field_5dd3d262266d5'),
(9364,891,'hide_form_section','0'),
(9365,891,'_hide_form_section','field_5dd3d28c266d6'),
(9366,1030,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(9367,1030,'_text_blocks_0_text','field_5da4129f01b81'),
(9368,1030,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(9369,1030,'_text_blocks_1_text','field_5da4129f01b81'),
(9370,1030,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(9371,1030,'_text_blocks_2_text','field_5da4129f01b81'),
(9372,1030,'text_blocks','3'),
(9373,1030,'_text_blocks','field_5da4129501b80'),
(9374,1030,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9375,1030,'_map_code_iframe','field_5da412baab421'),
(9376,1030,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9377,1030,'_before_form_text','field_5da412d7ab422'),
(9378,1030,'hide_text_section','0'),
(9379,1030,'_hide_text_section','field_5dd3d236266d4'),
(9380,1030,'hide_map_section','0'),
(9381,1030,'_hide_map_section','field_5dd3d262266d5'),
(9382,1030,'hide_form_section','0'),
(9383,1030,'_hide_form_section','field_5dd3d28c266d6'),
(9384,1031,'text_blocks_0_text','<h1>E-mail senden</h1>'),
(9385,1031,'_text_blocks_0_text','field_5da4129f01b81'),
(9386,1031,'text_blocks','1'),
(9387,1031,'_text_blocks','field_5da4129501b80'),
(9388,1031,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9389,1031,'_map_code_iframe','field_5da412baab421'),
(9390,1031,'before_form_text','<h1>Kontaktformular</h1>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9391,1031,'_before_form_text','field_5da412d7ab422'),
(9392,1031,'hide_text_section','0'),
(9393,1031,'_hide_text_section','field_5dd3d236266d4'),
(9394,1031,'hide_map_section','1'),
(9395,1031,'_hide_map_section','field_5dd3d262266d5'),
(9396,1031,'hide_form_section','0'),
(9397,1031,'_hide_form_section','field_5dd3d28c266d6'),
(9398,892,'_edit_lock','1574349158:1'),
(9399,892,'_edit_last','1'),
(9400,892,'hide_text_section','0'),
(9401,892,'_hide_text_section','field_5dd3d236266d4'),
(9402,892,'hide_map_section','0'),
(9403,892,'_hide_map_section','field_5dd3d262266d5'),
(9404,892,'hide_form_section','1'),
(9405,892,'_hide_form_section','field_5dd3d28c266d6'),
(9406,1032,'text_blocks_0_text','<h1>Anfahrt</h1>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.<br>\r\nSo erreichen Sie uns bequem mit den öffendtlichen <br>\r\nVerkehrsmittel.<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\nKlicken Sie auf den roten Marker um den Routenplaner <br>\r\nanzuzeigen.</p>\r\n\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(9407,1032,'_text_blocks_0_text','field_5da4129f01b81'),
(9408,1032,'text_blocks','1'),
(9409,1032,'_text_blocks','field_5da4129501b80'),
(9410,1032,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9411,1032,'_map_code_iframe','field_5da412baab421'),
(9412,1032,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9413,1032,'_before_form_text','field_5da412d7ab422'),
(9414,1032,'hide_text_section','0'),
(9415,1032,'_hide_text_section','field_5dd3d236266d4'),
(9416,1032,'hide_map_section','0'),
(9417,1032,'_hide_map_section','field_5dd3d262266d5'),
(9418,1032,'hide_form_section','1'),
(9419,1032,'_hide_form_section','field_5dd3d28c266d6'),
(9423,1033,'_wp_page_template','page-contacts.php'),
(9424,1033,'text_blocks_0_text','<h1>Öffnungszeiten</h1>\r\n<p><strong>Mo</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Di</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Mi</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Do</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Fr</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<br>\r\n<p><strong>Samstag</strong> geschlossen</p>\r\n<p><strong>Sonntag</strong> geschlossen</p>\r\n<br>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>'),
(9425,1033,'_text_blocks_0_text','field_5da4129f01b81'),
(9430,1033,'text_blocks','1'),
(9431,1033,'_text_blocks','field_5da4129501b80'),
(9432,1033,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9433,1033,'_map_code_iframe','field_5da412baab421'),
(9434,1033,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9435,1033,'_before_form_text','field_5da412d7ab422'),
(9436,1033,'_dp_original','24'),
(9437,1033,'_edit_lock','1574178143:1'),
(9438,1033,'_edit_last','1'),
(9439,1033,'hide_text_section','0'),
(9440,1033,'_hide_text_section','field_5dd3d236266d4'),
(9441,1033,'hide_map_section','1'),
(9442,1033,'_hide_map_section','field_5dd3d262266d5'),
(9443,1033,'hide_form_section','1'),
(9444,1033,'_hide_form_section','field_5dd3d28c266d6'),
(9445,1034,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(9446,1034,'_text_blocks_0_text','field_5da4129f01b81'),
(9447,1034,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(9448,1034,'_text_blocks_1_text','field_5da4129f01b81'),
(9449,1034,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(9450,1034,'_text_blocks_2_text','field_5da4129f01b81'),
(9451,1034,'text_blocks','3'),
(9452,1034,'_text_blocks','field_5da4129501b80'),
(9453,1034,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9454,1034,'_map_code_iframe','field_5da412baab421'),
(9455,1034,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9456,1034,'_before_form_text','field_5da412d7ab422'),
(9457,1034,'hide_text_section','0'),
(9458,1034,'_hide_text_section','field_5dd3d236266d4'),
(9459,1034,'hide_map_section','0'),
(9460,1034,'_hide_map_section','field_5dd3d262266d5'),
(9461,1034,'hide_form_section','0'),
(9462,1034,'_hide_form_section','field_5dd3d28c266d6'),
(9463,1035,'text_blocks_0_text','<h1>Öffnungszeiten</h1>\r\n<p><strong>Mo</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Di</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Mi</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Do</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p><strong>Fr</strong> - 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<br>\r\n<p><strong>Samstag</strong> geschlossen</p>\r\n<p><strong>Sonntag</strong> geschlossen</p>\r\n<br>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<br>'),
(9464,1035,'_text_blocks_0_text','field_5da4129f01b81'),
(9465,1035,'text_blocks','1'),
(9466,1035,'_text_blocks','field_5da4129501b80'),
(9467,1035,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9468,1035,'_map_code_iframe','field_5da412baab421'),
(9469,1035,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9470,1035,'_before_form_text','field_5da412d7ab422'),
(9471,1035,'hide_text_section','0'),
(9472,1035,'_hide_text_section','field_5dd3d236266d4'),
(9473,1035,'hide_map_section','1'),
(9474,1035,'_hide_map_section','field_5dd3d262266d5'),
(9475,1035,'hide_form_section','1'),
(9476,1035,'_hide_form_section','field_5dd3d28c266d6'),
(9477,1036,'_menu_item_type','post_type'),
(9478,1036,'_menu_item_menu_item_parent','47'),
(9479,1036,'_menu_item_object_id','1033'),
(9480,1036,'_menu_item_object','page'),
(9481,1036,'_menu_item_target',''),
(9482,1036,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9483,1036,'_menu_item_xfn',''),
(9484,1036,'_menu_item_url',''),
(9486,1037,'_menu_item_type','post_type'),
(9487,1037,'_menu_item_menu_item_parent','47'),
(9488,1037,'_menu_item_object_id','892'),
(9489,1037,'_menu_item_object','page'),
(9490,1037,'_menu_item_target',''),
(9491,1037,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9492,1037,'_menu_item_xfn',''),
(9493,1037,'_menu_item_url',''),
(9495,1038,'_menu_item_type','post_type'),
(9496,1038,'_menu_item_menu_item_parent','47'),
(9497,1038,'_menu_item_object_id','891'),
(9498,1038,'_menu_item_object','page'),
(9499,1038,'_menu_item_target',''),
(9500,1038,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9501,1038,'_menu_item_xfn',''),
(9502,1038,'_menu_item_url',''),
(9504,1039,'text_blocks_0_text','<h1>E-mail senden</h1>'),
(9505,1039,'_text_blocks_0_text','field_5da4129f01b81'),
(9506,1039,'text_blocks','1'),
(9507,1039,'_text_blocks','field_5da4129501b80'),
(9508,1039,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(9509,1039,'_map_code_iframe','field_5da412baab421'),
(9510,1039,'before_form_text','<h1>Kontaktformular</h1>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(9511,1039,'_before_form_text','field_5da412d7ab422'),
(9512,1039,'hide_text_section','1'),
(9513,1039,'_hide_text_section','field_5dd3d236266d4'),
(9514,1039,'hide_map_section','1'),
(9515,1039,'_hide_map_section','field_5dd3d262266d5'),
(9516,1039,'hide_form_section','0'),
(9517,1039,'_hide_form_section','field_5dd3d28c266d6'),
(9518,879,'gallerie_title','FAHRZEUGFOLIERUNGEN GALERIE'),
(9519,879,'_gallerie_title','field_5dd50176fc8cc'),
(9520,827,'gallerie_title','ANHÄNGER GALERIE '),
(9521,827,'_gallerie_title','field_5dd50176fc8cc'),
(9522,585,'gallerie_title','FOLIENFARBEN GALERIE '),
(9523,585,'_gallerie_title','field_5dd50176fc8cc'),
(9524,83,'gallerie_title','WERBEBESCHRIFTUNGEN GALERIE '),
(9525,83,'_gallerie_title','field_5dd50176fc8cc'),
(9526,224,'gallerie_title','TEILFOLIERUNGEN GALERIE '),
(9527,224,'_gallerie_title','field_5dd50176fc8cc'),
(9528,84,'gallerie_title','LACKSCHUTZ GALERIE '),
(9529,84,'_gallerie_title','field_5dd50176fc8cc'),
(9530,859,'gallerie_title','BOOTSFOLIERUNGEN GALERIE '),
(9531,859,'_gallerie_title','field_5dd50176fc8cc'),
(9588,855,'gallerie_title','BESCHRIFTUNGEN GALERIE'),
(9589,855,'_gallerie_title','field_5dd50176fc8cc'),
(9590,89,'gallerie_title','SCHAUFENSTERBESCHRIFTUNGEN GALERIE '),
(9591,89,'_gallerie_title','field_5dd50176fc8cc'),
(9594,87,'gallerie_title','GLASDEKOR FOLIERUNGEN GALERIE'),
(9595,87,'_gallerie_title','field_5dd50176fc8cc'),
(9596,32,'gallerie_title','FLOTTENBESCHRIFTUNGEN GALERIE'),
(9597,32,'_gallerie_title','field_5dd50176fc8cc'),
(9608,1047,'_wp_attached_file','2019/11/fav_car.png'),
(9609,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2019/11/fav_car.png\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"fav_car-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"fav_car-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fav_car-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"fav_car-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9610,1048,'_wp_attached_file','2019/11/cropped-fav_car.png'),
(9611,1048,'_wp_attachment_context','site-icon'),
(9612,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2019/11/cropped-fav_car.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-fav_car-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-fav_car-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:27:\"cropped-fav_car-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:27:\"cropped-fav_car-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:27:\"cropped-fav_car-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:25:\"cropped-fav_car-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9615,958,'gallerie_title',''),
(9616,958,'_gallerie_title','field_5dd50176fc8cc'),
(9617,1050,'_wp_attached_file','2019/11/Slider_job.jpg'),
(9618,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2019/11/Slider_job.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Slider_job-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_job-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Slider_job-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_job-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Slider_job-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Slider_job-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Slider_job-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9619,879,'galleries_0_images_0_subgallery','1'),
(9620,879,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(9621,879,'galleries_0_images_0_sub_images_0_image','1352'),
(9622,879,'_galleries_0_images_0_sub_images_0_image','field_5ddbb00d495a9'),
(9623,879,'galleries_0_images_0_sub_images_1_image','1351'),
(9624,879,'_galleries_0_images_0_sub_images_1_image','field_5ddbb00d495a9'),
(9625,879,'galleries_0_images_0_sub_images_2_image','1350'),
(9626,879,'_galleries_0_images_0_sub_images_2_image','field_5ddbb00d495a9'),
(9631,879,'galleries_0_images_0_sub_images','3'),
(9632,879,'_galleries_0_images_0_sub_images','field_5ddbafed495a8'),
(9633,879,'galleries_0_images_1_subgallery','1'),
(9634,879,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(9635,879,'galleries_0_images_2_subgallery','1'),
(9636,879,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(9637,879,'galleries_0_images_3_subgallery','1'),
(9638,879,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(9639,879,'galleries_0_images_4_subgallery','1'),
(9640,879,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(9641,879,'galleries_0_images_5_subgallery','1'),
(9642,879,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(9643,879,'galleries_0_images_6_subgallery','1'),
(9644,879,'_galleries_0_images_6_subgallery','field_5ddbb01e495aa'),
(9645,879,'galleries_0_images_7_subgallery','1'),
(9646,879,'_galleries_0_images_7_subgallery','field_5ddbb01e495aa'),
(9647,879,'galleries_0_images_8_subgallery','1'),
(9648,879,'_galleries_0_images_8_subgallery','field_5ddbb01e495aa'),
(9649,879,'galleries_0_images_9_subgallery','1'),
(9650,879,'_galleries_0_images_9_subgallery','field_5ddbb01e495aa'),
(9651,879,'galleries_0_images_10_subgallery','1'),
(9652,879,'_galleries_0_images_10_subgallery','field_5ddbb01e495aa'),
(9653,879,'galleries_0_images_11_subgallery','1'),
(9654,879,'_galleries_0_images_11_subgallery','field_5ddbb01e495aa'),
(9655,879,'galleries_0_images_12_subgallery','1'),
(9656,879,'_galleries_0_images_12_subgallery','field_5ddbb01e495aa'),
(9657,879,'galleries_0_images_13_subgallery','1'),
(9658,879,'_galleries_0_images_13_subgallery','field_5ddbb01e495aa'),
(9659,879,'galleries_0_images_14_subgallery','1'),
(9660,879,'_galleries_0_images_14_subgallery','field_5ddbb01e495aa'),
(9661,879,'galleries_0_images_15_subgallery','1'),
(9662,879,'_galleries_0_images_15_subgallery','field_5ddbb01e495aa'),
(9663,879,'galleries_0_images_16_subgallery','1'),
(9664,879,'_galleries_0_images_16_subgallery','field_5ddbb01e495aa'),
(9665,879,'galleries_0_images_17_subgallery','1'),
(9666,879,'_galleries_0_images_17_subgallery','field_5ddbb01e495aa'),
(9667,879,'galleries_0_images_18_subgallery','1'),
(9668,879,'_galleries_0_images_18_subgallery','field_5ddbb01e495aa'),
(9669,879,'galleries_0_images_19_subgallery','1'),
(9670,879,'_galleries_0_images_19_subgallery','field_5ddbb01e495aa'),
(9671,879,'galleries_0_images_20_subgallery','1'),
(9672,879,'_galleries_0_images_20_subgallery','field_5ddbb01e495aa'),
(9673,879,'galleries_0_images_21_subgallery','1'),
(9674,879,'_galleries_0_images_21_subgallery','field_5ddbb01e495aa'),
(9675,879,'galleries_0_images_22_subgallery','1'),
(9676,879,'_galleries_0_images_22_subgallery','field_5ddbb01e495aa'),
(9677,879,'galleries_0_images_23_subgallery','1'),
(9678,879,'_galleries_0_images_23_subgallery','field_5ddbb01e495aa'),
(9679,879,'galleries_0_images_24_subgallery','1'),
(9680,879,'_galleries_0_images_24_subgallery','field_5ddbb01e495aa'),
(9681,879,'galleries_0_images_25_subgallery','1'),
(9682,879,'_galleries_0_images_25_subgallery','field_5ddbb01e495aa'),
(9683,879,'galleries_0_images_26_subgallery','1'),
(9684,879,'_galleries_0_images_26_subgallery','field_5ddbb01e495aa'),
(9685,879,'galleries_0_images_27_subgallery','1'),
(9686,879,'_galleries_0_images_27_subgallery','field_5ddbb01e495aa'),
(9687,879,'galleries_0_images_28_subgallery','1'),
(9688,879,'_galleries_0_images_28_subgallery','field_5ddbb01e495aa'),
(9689,879,'galleries_0_images_29_subgallery','1'),
(9690,879,'_galleries_0_images_29_subgallery','field_5ddbb01e495aa'),
(9691,879,'galleries_0_images_30_subgallery','1'),
(9692,879,'_galleries_0_images_30_subgallery','field_5ddbb01e495aa'),
(9693,879,'galleries_0_images_31_subgallery','1'),
(9694,879,'_galleries_0_images_31_subgallery','field_5ddbb01e495aa'),
(9727,879,'galleries_0_images_1_sub_images_0_image','1252'),
(9728,879,'_galleries_0_images_1_sub_images_0_image','field_5ddbb00d495a9'),
(9733,879,'galleries_0_images_1_sub_images','3'),
(9734,879,'_galleries_0_images_1_sub_images','field_5ddbafed495a8'),
(9735,879,'galleries_0_images_2_sub_images_0_image','948'),
(9736,879,'_galleries_0_images_2_sub_images_0_image','field_5ddbb00d495a9'),
(9741,879,'galleries_0_images_2_sub_images','2'),
(9742,879,'_galleries_0_images_2_sub_images','field_5ddbafed495a8'),
(9743,879,'galleries_0_images_3_sub_images_0_image','947'),
(9744,879,'_galleries_0_images_3_sub_images_0_image','field_5ddbb00d495a9'),
(9747,879,'galleries_0_images_3_sub_images','1'),
(9748,879,'_galleries_0_images_3_sub_images','field_5ddbafed495a8'),
(9753,879,'galleries_0_images_4_sub_images','1'),
(9754,879,'_galleries_0_images_4_sub_images','field_5ddbafed495a8'),
(9757,879,'galleries_0_images_5_sub_images',''),
(9758,879,'_galleries_0_images_5_sub_images','field_5ddbafed495a8'),
(9795,859,'galleries_0_images_0_subgallery','0'),
(9796,859,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(9797,859,'galleries_0_images_1_subgallery','0'),
(9798,859,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(9799,859,'galleries_0_images_2_subgallery','0'),
(9800,859,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(9801,859,'galleries_0_images_3_subgallery','0'),
(9802,859,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(9803,859,'galleries_0_images_4_subgallery','0'),
(9804,859,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(9805,1069,'_wp_attached_file','2019/10/boot1170_ips.jpg'),
(9806,1069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/boot1170_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"boot1170_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"boot1170_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"boot1170_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"boot1170_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"boot1170_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"boot1170_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"boot1170_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9807,1070,'_wp_attached_file','2019/10/boot270_203.jpg'),
(9808,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:23:\"2019/10/boot270_203.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"boot270_203-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"boot270_203-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567607886\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0084745762711864\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9809,859,'galleries_0_images_5_big_image','867'),
(9810,859,'_galleries_0_images_5_big_image','field_5da3536cd8d8b'),
(9811,859,'galleries_0_images_5_thumbnail','867'),
(9812,859,'_galleries_0_images_5_thumbnail','field_5da3537dd8d8c'),
(9813,859,'galleries_0_images_5_image_desription','<h4> Bootsfolierungen </h4><p></p>'),
(9814,859,'_galleries_0_images_5_image_desription','field_5da3573301dea'),
(9815,859,'galleries_0_images_5_subgallery','0'),
(9816,859,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(9817,1071,'_wp_attached_file','2019/10/slide_boot.jpg'),
(9818,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2019/10/slide_boot.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"slide_boot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_boot-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"slide_boot-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slide_boot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slide_boot-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"slide_boot-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"slide_boot-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9819,1072,'_wp_attached_file','2019/10/slide_boot-1.jpg'),
(9820,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2019/10/slide_boot-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slide_boot-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slide_boot-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slide_boot-1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slide_boot-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"slide_boot-1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slide_boot-1-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slide_boot-1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9827,1076,'_wp_attached_file','2019/10/fahrzeugfolierungen270_176_ips.jpg'),
(9828,1076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:42:\"2019/10/fahrzeugfolierungen270_176_ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"fahrzeugfolierungen270_176_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fahrzeugfolierungen270_176_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"DiMAGE A200\";s:7:\"caption\";s:29:\"KONICA MINOLTA DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1072915200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:29:\"KONICA MINOLTA DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9829,1077,'_wp_attached_file','2019/10/slide_fahrzeugfolierungen_ips.jpg'),
(9830,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2019/10/slide_fahrzeugfolierungen_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9833,1079,'_wp_attached_file','2019/10/fahrzeugfolierungen270_176_2ips.jpg'),
(9834,1079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:43:\"2019/10/fahrzeugfolierungen270_176_2ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"fahrzeugfolierungen270_176_2ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fahrzeugfolierungen270_176_2ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"DiMAGE A200\";s:7:\"caption\";s:29:\"KONICA MINOLTA DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1072915200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:29:\"KONICA MINOLTA DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(9835,1080,'_wp_attached_file','2019/10/slide_fahrzeubeschriftungen_ips.jpg'),
(9836,1080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2019/10/slide_fahrzeubeschriftungen_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"slide_fahrzeubeschriftungen_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"slide_fahrzeubeschriftungen_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"slide_fahrzeubeschriftungen_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"slide_fahrzeubeschriftungen_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"slide_fahrzeubeschriftungen_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"slide_fahrzeubeschriftungen_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"slide_fahrzeubeschriftungen_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9837,1081,'_wp_attached_file','2019/10/Fahrzeubeschriftungen_ips.jpg'),
(9838,1081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/10/Fahrzeubeschriftungen_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Fahrzeubeschriftungen_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Fahrzeubeschriftungen_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Fahrzeubeschriftungen_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Fahrzeubeschriftungen_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Fahrzeubeschriftungen_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Fahrzeubeschriftungen_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Fahrzeubeschriftungen_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9839,1082,'_wp_attached_file','2019/10/fahrzeubeschriftungen270_203.jpg'),
(9840,1082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:40:\"2019/10/fahrzeubeschriftungen270_203.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"fahrzeubeschriftungen270_203-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"fahrzeubeschriftungen270_203-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9841,83,'galleries_0_images_0_subgallery','0'),
(9842,83,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(9843,83,'galleries_0_images_1_subgallery','0'),
(9844,83,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(9845,83,'galleries_0_images_2_subgallery','0'),
(9846,83,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(9847,83,'galleries_0_images_3_subgallery','0'),
(9848,83,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(9849,83,'galleries_0_images_4_subgallery','0'),
(9850,83,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(9851,83,'galleries_0_images_5_subgallery','0'),
(9852,83,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(9853,83,'galleries_0_images_6_subgallery','0'),
(9854,83,'_galleries_0_images_6_subgallery','field_5ddbb01e495aa'),
(9855,83,'galleries_0_images_7_subgallery','0'),
(9856,83,'_galleries_0_images_7_subgallery','field_5ddbb01e495aa'),
(9857,83,'galleries_0_images_8_subgallery','0'),
(9858,83,'_galleries_0_images_8_subgallery','field_5ddbb01e495aa'),
(9859,83,'galleries_0_images_9_subgallery','0'),
(9860,83,'_galleries_0_images_9_subgallery','field_5ddbb01e495aa'),
(9861,83,'galleries_0_images_10_subgallery','0'),
(9862,83,'_galleries_0_images_10_subgallery','field_5ddbb01e495aa'),
(9863,83,'galleries_0_images_11_subgallery','0'),
(9864,83,'_galleries_0_images_11_subgallery','field_5ddbb01e495aa'),
(9865,83,'galleries_0_images_12_subgallery','0'),
(9866,83,'_galleries_0_images_12_subgallery','field_5ddbb01e495aa'),
(9867,83,'galleries_0_images_13_subgallery','0'),
(9868,83,'_galleries_0_images_13_subgallery','field_5ddbb01e495aa'),
(9869,83,'galleries_0_images_14_subgallery','0'),
(9870,83,'_galleries_0_images_14_subgallery','field_5ddbb01e495aa'),
(9871,83,'galleries_0_images_15_subgallery','0'),
(9872,83,'_galleries_0_images_15_subgallery','field_5ddbb01e495aa'),
(9873,83,'galleries_0_images_16_subgallery','0'),
(9874,83,'_galleries_0_images_16_subgallery','field_5ddbb01e495aa'),
(9875,83,'galleries_0_images_17_subgallery','0'),
(9876,83,'_galleries_0_images_17_subgallery','field_5ddbb01e495aa'),
(9877,83,'galleries_0_images_18_subgallery','0'),
(9878,83,'_galleries_0_images_18_subgallery','field_5ddbb01e495aa'),
(9879,83,'galleries_0_images_19_subgallery','0'),
(9880,83,'_galleries_0_images_19_subgallery','field_5ddbb01e495aa'),
(9881,83,'galleries_0_images_20_subgallery','0'),
(9882,83,'_galleries_0_images_20_subgallery','field_5ddbb01e495aa'),
(9883,83,'galleries_0_images_21_subgallery','0'),
(9884,83,'_galleries_0_images_21_subgallery','field_5ddbb01e495aa'),
(9885,83,'galleries_0_images_22_subgallery','0'),
(9886,83,'_galleries_0_images_22_subgallery','field_5ddbb01e495aa'),
(9887,83,'galleries_0_images_23_subgallery','0'),
(9888,83,'_galleries_0_images_23_subgallery','field_5ddbb01e495aa'),
(9889,83,'galleries_0_images_24_subgallery','0'),
(9890,83,'_galleries_0_images_24_subgallery','field_5ddbb01e495aa'),
(9891,83,'galleries_0_images_25_subgallery','0'),
(9892,83,'_galleries_0_images_25_subgallery','field_5ddbb01e495aa'),
(9893,83,'galleries_0_images_26_subgallery','0'),
(9894,83,'_galleries_0_images_26_subgallery','field_5ddbb01e495aa'),
(9895,83,'galleries_0_images_27_subgallery','0'),
(9896,83,'_galleries_0_images_27_subgallery','field_5ddbb01e495aa'),
(9897,83,'galleries_0_images_28_subgallery','0'),
(9898,83,'_galleries_0_images_28_subgallery','field_5ddbb01e495aa'),
(9899,83,'galleries_0_images_29_subgallery','0'),
(9900,83,'_galleries_0_images_29_subgallery','field_5ddbb01e495aa'),
(9901,83,'galleries_0_images_30_subgallery','0'),
(9902,83,'_galleries_0_images_30_subgallery','field_5ddbb01e495aa'),
(9903,83,'galleries_0_images_31_subgallery','0'),
(9904,83,'_galleries_0_images_31_subgallery','field_5ddbb01e495aa'),
(9905,83,'galleries_0_images_32_subgallery','0'),
(9906,83,'_galleries_0_images_32_subgallery','field_5ddbb01e495aa'),
(9907,83,'galleries_0_images_33_subgallery','0'),
(9908,83,'_galleries_0_images_33_subgallery','field_5ddbb01e495aa'),
(9909,83,'galleries_0_images_34_subgallery','0'),
(9910,83,'_galleries_0_images_34_subgallery','field_5ddbb01e495aa'),
(9911,83,'galleries_0_images_35_subgallery','0'),
(9912,83,'_galleries_0_images_35_subgallery','field_5ddbb01e495aa'),
(9913,83,'galleries_0_images_36_subgallery','0'),
(9914,83,'_galleries_0_images_36_subgallery','field_5ddbb01e495aa'),
(9915,83,'galleries_0_images_37_subgallery','0'),
(9916,83,'_galleries_0_images_37_subgallery','field_5ddbb01e495aa'),
(9917,83,'galleries_0_images_38_subgallery','0'),
(9918,83,'_galleries_0_images_38_subgallery','field_5ddbb01e495aa'),
(9919,83,'galleries_0_images_39_subgallery','0'),
(9920,83,'_galleries_0_images_39_subgallery','field_5ddbb01e495aa'),
(9921,83,'galleries_0_images_40_subgallery','0'),
(9922,83,'_galleries_0_images_40_subgallery','field_5ddbb01e495aa'),
(9923,83,'galleries_0_images_41_subgallery','0'),
(9924,83,'_galleries_0_images_41_subgallery','field_5ddbb01e495aa'),
(9925,83,'galleries_0_images_42_subgallery','0'),
(9926,83,'_galleries_0_images_42_subgallery','field_5ddbb01e495aa'),
(9927,83,'galleries_0_images_43_subgallery','0'),
(9928,83,'_galleries_0_images_43_subgallery','field_5ddbb01e495aa'),
(9929,83,'galleries_0_images_44_subgallery','0'),
(9930,83,'_galleries_0_images_44_subgallery','field_5ddbb01e495aa'),
(9931,83,'galleries_0_images_45_subgallery','0'),
(9932,83,'_galleries_0_images_45_subgallery','field_5ddbb01e495aa'),
(9933,83,'galleries_0_images_46_subgallery','0'),
(9934,83,'_galleries_0_images_46_subgallery','field_5ddbb01e495aa'),
(9935,83,'galleries_0_images_47_subgallery','0'),
(9936,83,'_galleries_0_images_47_subgallery','field_5ddbb01e495aa'),
(9937,83,'galleries_0_images_48_subgallery','0'),
(9938,83,'_galleries_0_images_48_subgallery','field_5ddbb01e495aa'),
(9939,83,'galleries_0_images_49_subgallery','0'),
(9940,83,'_galleries_0_images_49_subgallery','field_5ddbb01e495aa'),
(9941,83,'galleries_0_images_50_subgallery','0'),
(9942,83,'_galleries_0_images_50_subgallery','field_5ddbb01e495aa'),
(9943,83,'galleries_0_images_51_subgallery','0'),
(9944,83,'_galleries_0_images_51_subgallery','field_5ddbb01e495aa'),
(9945,83,'galleries_0_images_52_subgallery','0'),
(9946,83,'_galleries_0_images_52_subgallery','field_5ddbb01e495aa'),
(9947,83,'galleries_0_images_53_subgallery','0'),
(9948,83,'_galleries_0_images_53_subgallery','field_5ddbb01e495aa'),
(9949,83,'galleries_0_images_54_subgallery','0'),
(9950,83,'_galleries_0_images_54_subgallery','field_5ddbb01e495aa'),
(9951,83,'galleries_0_images_55_subgallery','0'),
(9952,83,'_galleries_0_images_55_subgallery','field_5ddbb01e495aa'),
(9953,83,'galleries_0_images_56_subgallery','0'),
(9954,83,'_galleries_0_images_56_subgallery','field_5ddbb01e495aa'),
(9955,83,'galleries_0_images_57_subgallery','0'),
(9956,83,'_galleries_0_images_57_subgallery','field_5ddbb01e495aa'),
(9957,83,'galleries_0_images_58_subgallery','0'),
(9958,83,'_galleries_0_images_58_subgallery','field_5ddbb01e495aa'),
(9959,83,'galleries_0_images_59_subgallery','0'),
(9960,83,'_galleries_0_images_59_subgallery','field_5ddbb01e495aa'),
(9961,83,'galleries_0_images_60_subgallery','0'),
(9962,83,'_galleries_0_images_60_subgallery','field_5ddbb01e495aa'),
(9963,83,'galleries_0_images_61_subgallery','0'),
(9964,83,'_galleries_0_images_61_subgallery','field_5ddbb01e495aa'),
(9965,83,'galleries_0_images_62_subgallery','0'),
(9966,83,'_galleries_0_images_62_subgallery','field_5ddbb01e495aa'),
(9967,83,'galleries_0_images_63_subgallery','0'),
(9968,83,'_galleries_0_images_63_subgallery','field_5ddbb01e495aa'),
(9969,83,'galleries_0_images_64_subgallery','0'),
(9970,83,'_galleries_0_images_64_subgallery','field_5ddbb01e495aa'),
(9971,83,'galleries_0_images_65_subgallery','0'),
(9972,83,'_galleries_0_images_65_subgallery','field_5ddbb01e495aa'),
(9973,83,'galleries_0_images_66_subgallery','0'),
(9974,83,'_galleries_0_images_66_subgallery','field_5ddbb01e495aa'),
(9975,83,'galleries_0_images_67_subgallery','0'),
(9976,83,'_galleries_0_images_67_subgallery','field_5ddbb01e495aa'),
(9977,83,'galleries_0_images_68_subgallery','0'),
(9978,83,'_galleries_0_images_68_subgallery','field_5ddbb01e495aa'),
(9979,83,'galleries_0_images_69_subgallery','0'),
(9980,83,'_galleries_0_images_69_subgallery','field_5ddbb01e495aa'),
(9981,83,'galleries_0_images_70_subgallery','0'),
(9982,83,'_galleries_0_images_70_subgallery','field_5ddbb01e495aa'),
(9983,83,'galleries_0_images_71_subgallery','0'),
(9984,83,'_galleries_0_images_71_subgallery','field_5ddbb01e495aa'),
(9985,83,'galleries_0_images_72_subgallery','0'),
(9986,83,'_galleries_0_images_72_subgallery','field_5ddbb01e495aa'),
(9987,83,'galleries_0_images_73_subgallery','0'),
(9988,83,'_galleries_0_images_73_subgallery','field_5ddbb01e495aa'),
(9989,83,'galleries_0_images_74_subgallery','0'),
(9990,83,'_galleries_0_images_74_subgallery','field_5ddbb01e495aa'),
(9991,83,'galleries_0_images_75_subgallery','0'),
(9992,83,'_galleries_0_images_75_subgallery','field_5ddbb01e495aa'),
(9993,83,'galleries_0_images_76_subgallery','0'),
(9994,83,'_galleries_0_images_76_subgallery','field_5ddbb01e495aa'),
(9995,83,'galleries_0_images_77_subgallery','0'),
(9996,83,'_galleries_0_images_77_subgallery','field_5ddbb01e495aa'),
(9997,83,'galleries_0_images_78_subgallery','0'),
(9998,83,'_galleries_0_images_78_subgallery','field_5ddbb01e495aa'),
(9999,83,'galleries_0_images_79_subgallery','0'),
(10000,83,'_galleries_0_images_79_subgallery','field_5ddbb01e495aa'),
(10001,83,'galleries_0_images_80_subgallery','0'),
(10002,83,'_galleries_0_images_80_subgallery','field_5ddbb01e495aa'),
(10003,83,'galleries_0_images_81_subgallery','0'),
(10004,83,'_galleries_0_images_81_subgallery','field_5ddbb01e495aa'),
(10005,83,'galleries_0_images_82_subgallery','0'),
(10006,83,'_galleries_0_images_82_subgallery','field_5ddbb01e495aa'),
(10007,83,'galleries_0_images_83_big_image','723'),
(10008,83,'_galleries_0_images_83_big_image','field_5da3536cd8d8b'),
(10009,83,'galleries_0_images_83_thumbnail','723'),
(10010,83,'_galleries_0_images_83_thumbnail','field_5da3537dd8d8c'),
(10011,83,'galleries_0_images_83_image_desription','<h4> Autobeschriftungen </h4><p></p>'),
(10012,83,'_galleries_0_images_83_image_desription','field_5da3573301dea'),
(10013,83,'galleries_0_images_83_subgallery','0'),
(10014,83,'_galleries_0_images_83_subgallery','field_5ddbb01e495aa'),
(10037,1086,'_edit_last','1'),
(10038,1086,'show_on_frontpage','0'),
(10039,1086,'_show_on_frontpage','field_5da93c5e5c418'),
(10040,1086,'top_image','1094'),
(10041,1086,'_top_image','field_5da35291d8d87'),
(10042,1086,'thumbnail',''),
(10043,1086,'_thumbnail','field_5da370a29abce'),
(10044,1086,'gallerie_title',''),
(10045,1086,'_gallerie_title','field_5dd50176fc8cc'),
(10046,1086,'galleries',''),
(10047,1086,'_galleries','field_5da352e5d8d88'),
(10048,1086,'_edit_lock','1575828012:1'),
(10058,1088,'_wp_attached_file','2019/10/folienpflege270_176_ips.jpg'),
(10059,1088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:35:\"2019/10/folienpflege270_176_ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"folienpflege270_176_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"folienpflege270_176_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10060,1089,'_wp_attached_file','2019/10/slide_folienpflege_ips.jpg'),
(10061,1089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2019/10/slide_folienpflege_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"slide_folienpflege_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"slide_folienpflege_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"slide_folienpflege_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"slide_folienpflege_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"slide_folienpflege_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"slide_folienpflege_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"slide_folienpflege_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10062,850,'gallerie_title',''),
(10063,850,'_gallerie_title','field_5dd50176fc8cc'),
(10064,1090,'_wp_attached_file','2019/10/scheiben-toenen270_176.jpg'),
(10065,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:34:\"2019/10/scheiben-toenen270_176.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"scheiben-toenen270_176-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"scheiben-toenen270_176-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(10066,1091,'_wp_attached_file','2019/10/lackschutzfolien270_176ips.jpg'),
(10067,1091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:38:\"2019/10/lackschutzfolien270_176ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"lackschutzfolien270_176ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"lackschutzfolien270_176ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10068,1092,'_wp_attached_file','2019/10/slide_lackschutzfolien_ips.jpg'),
(10069,1092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2019/10/slide_lackschutzfolien_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"slide_lackschutzfolien_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"slide_lackschutzfolien_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"slide_lackschutzfolien_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"slide_lackschutzfolien_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"slide_lackschutzfolien_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"slide_lackschutzfolien_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"slide_lackschutzfolien_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10070,84,'galleries_0_images_0_subgallery','0'),
(10071,84,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(10072,84,'galleries_0_images_1_subgallery','0'),
(10073,84,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(10074,84,'galleries_0_images_2_subgallery','0'),
(10075,84,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(10076,84,'galleries_0_images_3_subgallery','0'),
(10077,84,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(10078,84,'galleries_0_images_4_subgallery','0'),
(10079,84,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(10080,84,'galleries_0_images_5_subgallery','0'),
(10081,84,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(10082,84,'galleries_0_images_6_subgallery','0'),
(10083,84,'_galleries_0_images_6_subgallery','field_5ddbb01e495aa'),
(10086,1094,'_wp_attached_file','2019/11/slide_carwrapping_ips.jpg'),
(10087,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2019/11/slide_carwrapping_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"slide_carwrapping_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"slide_carwrapping_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"slide_carwrapping_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"slide_carwrapping_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"slide_carwrapping_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"slide_carwrapping_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"slide_carwrapping_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10088,1095,'_wp_attached_file','2019/10/slide_folienverkauf.jpg'),
(10089,1095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2019/10/slide_folienverkauf.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"slide_folienverkauf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"slide_folienverkauf-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"slide_folienverkauf-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"slide_folienverkauf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"slide_folienverkauf-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"slide_folienverkauf-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"slide_folienverkauf-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10090,1096,'_wp_attached_file','2019/10/folienverkauf270_176.jpg'),
(10091,1096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:32:\"2019/10/folienverkauf270_176.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"folienverkauf270_176-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"folienverkauf270_176-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10092,849,'gallerie_title',''),
(10093,849,'_gallerie_title','field_5dd50176fc8cc'),
(10094,1097,'_wp_attached_file','2019/10/boot270_176.jpg'),
(10095,1097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:23:\"2019/10/boot270_176.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"boot270_176-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"boot270_176-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10096,1098,'_wp_attached_file','2019/10/slide_teilfolierungen_ips.jpg'),
(10097,1098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2019/10/slide_teilfolierungen_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"slide_teilfolierungen_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_teilfolierungen_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"slide_teilfolierungen_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_teilfolierungen_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"slide_teilfolierungen_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"slide_teilfolierungen_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"slide_teilfolierungen_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10098,1099,'_wp_attached_file','2019/10/teilfolierungen270_176_ips.jpg'),
(10099,1099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:38:\"2019/10/teilfolierungen270_176_ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"teilfolierungen270_176_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"teilfolierungen270_176_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10100,224,'galleries_0_images_0_subgallery','1'),
(10101,224,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(10102,224,'galleries_0_images_1_subgallery','1'),
(10103,224,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(10104,224,'galleries_0_images_2_subgallery','1'),
(10105,224,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(10106,224,'galleries_0_images_3_subgallery','1'),
(10107,224,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(10108,224,'galleries_0_images_4_subgallery','1'),
(10109,224,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(10110,224,'galleries_0_images_5_subgallery','1'),
(10111,224,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(10112,224,'galleries_0_images_6_subgallery','0'),
(10113,224,'_galleries_0_images_6_subgallery','field_5ddbb01e495aa'),
(10114,224,'galleries_0_images_7_subgallery','0'),
(10115,224,'_galleries_0_images_7_subgallery','field_5ddbb01e495aa'),
(10116,224,'galleries_0_images_8_subgallery','0'),
(10117,224,'_galleries_0_images_8_subgallery','field_5ddbb01e495aa'),
(10118,224,'galleries_0_images_9_subgallery','0'),
(10119,224,'_galleries_0_images_9_subgallery','field_5ddbb01e495aa'),
(10120,224,'galleries_0_images_10_subgallery','0'),
(10121,224,'_galleries_0_images_10_subgallery','field_5ddbb01e495aa'),
(10122,224,'galleries_0_images_11_subgallery','0'),
(10123,224,'_galleries_0_images_11_subgallery','field_5ddbb01e495aa'),
(10124,224,'galleries_0_images_12_subgallery','0'),
(10125,224,'_galleries_0_images_12_subgallery','field_5ddbb01e495aa'),
(10126,224,'galleries_0_images_13_subgallery','0'),
(10127,224,'_galleries_0_images_13_subgallery','field_5ddbb01e495aa'),
(10128,224,'galleries_0_images_14_subgallery','0'),
(10129,224,'_galleries_0_images_14_subgallery','field_5ddbb01e495aa'),
(10130,224,'galleries_0_images_15_subgallery','1'),
(10131,224,'_galleries_0_images_15_subgallery','field_5ddbb01e495aa'),
(10132,224,'galleries_0_images_16_subgallery','0'),
(10133,224,'_galleries_0_images_16_subgallery','field_5ddbb01e495aa'),
(10134,224,'galleries_0_images_17_subgallery','0'),
(10135,224,'_galleries_0_images_17_subgallery','field_5ddbb01e495aa'),
(10136,224,'galleries_0_images_18_subgallery','0'),
(10137,224,'_galleries_0_images_18_subgallery','field_5ddbb01e495aa'),
(10138,224,'galleries_0_images_19_subgallery','0'),
(10139,224,'_galleries_0_images_19_subgallery','field_5ddbb01e495aa'),
(10140,224,'galleries_0_images_20_subgallery','0'),
(10141,224,'_galleries_0_images_20_subgallery','field_5ddbb01e495aa'),
(10142,224,'galleries_0_images_21_subgallery','0'),
(10143,224,'_galleries_0_images_21_subgallery','field_5ddbb01e495aa'),
(10144,224,'galleries_0_images_22_subgallery','0'),
(10145,224,'_galleries_0_images_22_subgallery','field_5ddbb01e495aa'),
(10146,224,'galleries_0_images_23_subgallery','0'),
(10147,224,'_galleries_0_images_23_subgallery','field_5ddbb01e495aa'),
(10148,224,'galleries_0_images_24_subgallery','0'),
(10149,224,'_galleries_0_images_24_subgallery','field_5ddbb01e495aa'),
(10150,224,'galleries_0_images_25_subgallery','0'),
(10151,224,'_galleries_0_images_25_subgallery','field_5ddbb01e495aa'),
(10152,224,'galleries_0_images_26_subgallery','0'),
(10153,224,'_galleries_0_images_26_subgallery','field_5ddbb01e495aa'),
(10154,224,'galleries_0_images_27_subgallery','0'),
(10155,224,'_galleries_0_images_27_subgallery','field_5ddbb01e495aa'),
(10156,224,'galleries_0_images_28_subgallery','0'),
(10157,224,'_galleries_0_images_28_subgallery','field_5ddbb01e495aa'),
(10158,224,'galleries_0_images_29_subgallery','0'),
(10159,224,'_galleries_0_images_29_subgallery','field_5ddbb01e495aa'),
(10160,224,'galleries_0_images_30_subgallery','0'),
(10161,224,'_galleries_0_images_30_subgallery','field_5ddbb01e495aa'),
(10162,224,'galleries_0_images_31_subgallery','0'),
(10163,224,'_galleries_0_images_31_subgallery','field_5ddbb01e495aa'),
(10164,224,'galleries_0_images_32_subgallery','0'),
(10165,224,'_galleries_0_images_32_subgallery','field_5ddbb01e495aa'),
(10166,224,'galleries_0_images_33_subgallery','0'),
(10167,224,'_galleries_0_images_33_subgallery','field_5ddbb01e495aa'),
(10168,224,'galleries_0_images_34_subgallery','0'),
(10169,224,'_galleries_0_images_34_subgallery','field_5ddbb01e495aa'),
(10170,224,'galleries_0_images_35_subgallery','0'),
(10171,224,'_galleries_0_images_35_subgallery','field_5ddbb01e495aa'),
(10172,224,'galleries_0_images_36_subgallery','0'),
(10173,224,'_galleries_0_images_36_subgallery','field_5ddbb01e495aa'),
(10174,1100,'_wp_attached_file','2019/10/slide_teilfolierungen_ips-1.jpg'),
(10175,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2019/10/slide_teilfolierungen_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"slide_teilfolierungen_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"slide_teilfolierungen_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"slide_teilfolierungen_ips-1-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"slide_teilfolierungen_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"slide_teilfolierungen_ips-1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"slide_teilfolierungen_ips-1-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"slide_teilfolierungen_ips-1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10176,1101,'_wp_attached_file','2019/10/teilfolierungen270_203_ips.jpg'),
(10177,1101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:203;s:4:\"file\";s:38:\"2019/10/teilfolierungen270_203_ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"teilfolierungen270_203_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"teilfolierungen270_203_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10178,224,'galleries_0_images_37_big_image','818'),
(10179,224,'_galleries_0_images_37_big_image','field_5da3536cd8d8b'),
(10180,224,'galleries_0_images_37_thumbnail','818'),
(10181,224,'_galleries_0_images_37_thumbnail','field_5da3537dd8d8c'),
(10182,224,'galleries_0_images_37_image_desription',''),
(10183,224,'_galleries_0_images_37_image_desription','field_5da3573301dea'),
(10184,224,'galleries_0_images_37_subgallery','0'),
(10185,224,'_galleries_0_images_37_subgallery','field_5ddbb01e495aa'),
(10186,1102,'_wp_attached_file','2019/10/fahrzeugfolierungen270_176_2_ips.jpg'),
(10187,1102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:44:\"2019/10/fahrzeugfolierungen270_176_2_ips.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"fahrzeugfolierungen270_176_2_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"fahrzeugfolierungen270_176_2_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10188,1103,'_wp_attached_file','2019/10/slide_fahrzeugfolierungen1_ips.jpg'),
(10189,1103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2019/10/slide_fahrzeugfolierungen1_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1_ips-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1_ips-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1_ips-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"slide_fahrzeugfolierungen1_ips-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10190,1104,'_wp_attached_file','2019/10/lackschutzfolien270_176ips-1.jpg'),
(10191,1104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:176;s:4:\"file\";s:40:\"2019/10/lackschutzfolien270_176ips-1.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"lackschutzfolien270_176ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"lackschutzfolien270_176ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10204,1106,'_wp_attached_file','2019/10/2018-11-20-17.17.14_ips-1.jpg'),
(10205,1106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/10/2018-11-20-17.17.14_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2018-11-20-17.17.14_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2018-11-20-17.17.14_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2018-11-20-17.17.14_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2018-11-20-17.17.14_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2018-11-20-17.17.14_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2018-11-20-17.17.14_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2018-11-20-17.17.14_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10206,1107,'_wp_attached_file','2019/10/2019-06-05-22.28.48_ips-1.jpg'),
(10207,1107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/10/2019-06-05-22.28.48_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2019-06-05-22.28.48_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2019-06-05-22.28.48_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2019-06-05-22.28.48_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2019-06-05-22.28.48_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2019-06-05-22.28.48_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2019-06-05-22.28.48_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2019-06-05-22.28.48_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10208,1108,'_wp_attached_file','2019/10/2019-08-05-14.31.21_ips-1.jpg'),
(10209,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2019/10/2019-08-05-14.31.21_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2019-08-05-14.31.21_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2019-08-05-14.31.21_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2019-08-05-14.31.21_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2019-08-05-14.31.21_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2019-08-05-14.31.21_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2019-08-05-14.31.21_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2019-08-05-14.31.21_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10210,1109,'_wp_attached_file','2019/10/20140927_161014_ips-1.jpg'),
(10211,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:33:\"2019/10/20140927_161014_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"20140927_161014_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"20140927_161014_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"20140927_161014_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20140927_161014_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"20140927_161014_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"20140927_161014_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20140927_161014_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10212,1110,'_wp_attached_file','2019/10/IMG_6801_ips-1.jpg'),
(10213,1110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/IMG_6801_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_6801_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_6801_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"IMG_6801_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_6801_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IMG_6801_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IMG_6801_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_6801_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10214,1111,'_wp_attached_file','2019/10/PICT0173_ips-1.jpg'),
(10215,1111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/PICT0173_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"PICT0173_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0173_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"PICT0173_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0173_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"PICT0173_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"PICT0173_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"PICT0173_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10216,1112,'_wp_attached_file','2019/10/PICT0179_ips-1.jpg'),
(10217,1112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/PICT0179_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"PICT0179_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0179_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"PICT0179_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0179_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"PICT0179_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"PICT0179_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"PICT0179_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10218,1113,'_wp_attached_file','2019/10/PICT0192_ips-1.jpg'),
(10219,1113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/PICT0192_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"PICT0192_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0192_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"PICT0192_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0192_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"PICT0192_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"PICT0192_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"PICT0192_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10220,1114,'_wp_attached_file','2019/10/PICT0198_ips-1.jpg'),
(10221,1114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/PICT0198_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"PICT0198_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0198_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"PICT0198_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"PICT0198_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"PICT0198_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"PICT0198_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"PICT0198_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10224,1116,'_wp_attached_file','2019/10/Teilfolierungen_ips.jpg'),
(10225,1116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:31:\"2019/10/Teilfolierungen_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Teilfolierungen_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Teilfolierungen_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Teilfolierungen_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Teilfolierungen_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Teilfolierungen_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Teilfolierungen_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Teilfolierungen_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10226,1117,'_wp_attached_file','2019/10/teilfolierungen2_ips.jpg'),
(10227,1117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:32:\"2019/10/teilfolierungen2_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"teilfolierungen2_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"teilfolierungen2_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"teilfolierungen2_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"teilfolierungen2_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"teilfolierungen2_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"teilfolierungen2_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"teilfolierungen2_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10228,224,'galleries_0_images_38_big_image','819'),
(10229,224,'_galleries_0_images_38_big_image','field_5da3536cd8d8b'),
(10230,224,'galleries_0_images_38_thumbnail','819'),
(10231,224,'_galleries_0_images_38_thumbnail','field_5da3537dd8d8c'),
(10232,224,'galleries_0_images_38_image_desription',''),
(10233,224,'_galleries_0_images_38_image_desription','field_5da3573301dea'),
(10234,224,'galleries_0_images_38_subgallery','0'),
(10235,224,'_galleries_0_images_38_subgallery','field_5ddbb01e495aa'),
(10236,879,'galleries_0_images_0_sub_images_0_image_desription',''),
(10237,879,'_galleries_0_images_0_sub_images_0_image_desription','field_5dde16f0f1d78'),
(10238,879,'galleries_0_images_0_sub_images_1_image_desription',''),
(10239,879,'_galleries_0_images_0_sub_images_1_image_desription','field_5dde16f0f1d78'),
(10240,879,'galleries_0_images_0_sub_images_2_image_desription',''),
(10241,879,'_galleries_0_images_0_sub_images_2_image_desription','field_5dde16f0f1d78'),
(10242,879,'galleries_0_images_1_sub_images_0_image_desription',''),
(10243,879,'_galleries_0_images_1_sub_images_0_image_desription','field_5dde16f0f1d78'),
(10248,879,'galleries_0_images_2_sub_images_0_image_desription',''),
(10249,879,'_galleries_0_images_2_sub_images_0_image_desription','field_5dde16f0f1d78'),
(10254,879,'galleries_0_images_3_sub_images_0_image_desription',''),
(10255,879,'_galleries_0_images_3_sub_images_0_image_desription','field_5dde16f0f1d78'),
(10292,224,'galleries_0_images_0_sub_images','3'),
(10293,224,'_galleries_0_images_0_sub_images','field_5ddbafed495a8'),
(10294,224,'galleries_0_images_1_sub_images_0_image','1320'),
(10295,224,'_galleries_0_images_1_sub_images_0_image','field_5ddbb00d495a9'),
(10296,224,'galleries_0_images_1_sub_images_0_image_desription',''),
(10297,224,'_galleries_0_images_1_sub_images_0_image_desription','field_5dde16f0f1d78'),
(10298,224,'galleries_0_images_1_sub_images_1_image','1319'),
(10299,224,'_galleries_0_images_1_sub_images_1_image','field_5ddbb00d495a9'),
(10300,224,'galleries_0_images_1_sub_images_1_image_desription',''),
(10301,224,'_galleries_0_images_1_sub_images_1_image_desription','field_5dde16f0f1d78'),
(10302,224,'galleries_0_images_1_sub_images_2_image','1318'),
(10303,224,'_galleries_0_images_1_sub_images_2_image','field_5ddbb00d495a9'),
(10304,224,'galleries_0_images_1_sub_images_2_image_desription',''),
(10305,224,'_galleries_0_images_1_sub_images_2_image_desription','field_5dde16f0f1d78'),
(10310,224,'galleries_0_images_1_sub_images','3'),
(10311,224,'_galleries_0_images_1_sub_images','field_5ddbafed495a8'),
(10378,1086,'_wp_old_slug','carwrapping__trashed'),
(10379,1122,'_wp_attached_file','2019/12/Logo-cd-footer_1-50.png'),
(10380,1122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:55;s:4:\"file\";s:31:\"2019/12/Logo-cd-footer_1-50.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Logo-cd-footer_1-50-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Logo-cd-footer_1-50-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10381,1123,'_wp_attached_file','2019/12/logo_schrifte_footer55.png'),
(10382,1123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:55;s:4:\"file\";s:34:\"2019/12/logo_schrifte_footer55.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"logo_schrifte_footer55-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"logo_schrifte_footer55-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10383,1124,'_wp_attached_file','2019/12/logo_web-footer55.png'),
(10384,1124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:55;s:4:\"file\";s:29:\"2019/12/logo_web-footer55.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"logo_web-footer55-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"logo_web-footer55-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10385,1125,'_wp_attached_file','2019/12/logo-werbe-footer55.png'),
(10386,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:55;s:4:\"file\";s:31:\"2019/12/logo-werbe-footer55.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-werbe-footer55-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo-werbe-footer55-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10447,1126,'_edit_last','1'),
(10448,1126,'_edit_lock','1579450779:1'),
(10449,1126,'show_on_frontpage','0'),
(10450,1126,'_show_on_frontpage','field_5da93c5e5c418'),
(10451,1126,'top_image',''),
(10452,1126,'_top_image','field_5da35291d8d87'),
(10453,1126,'thumbnail',''),
(10454,1126,'_thumbnail','field_5da370a29abce'),
(10455,1126,'gallerie_title',''),
(10456,1126,'_gallerie_title','field_5dd50176fc8cc'),
(10457,1126,'galleries_0_gallery_title',''),
(10458,1126,'_galleries_0_gallery_title','field_5da3531dd8d89'),
(10459,1126,'galleries_0_images',''),
(10460,1126,'_galleries_0_images','field_5da35357d8d8a'),
(10461,1126,'galleries','1'),
(10462,1126,'_galleries','field_5da352e5d8d88'),
(10463,1127,'_edit_last','1'),
(10464,1127,'show_on_frontpage','0'),
(10465,1127,'_show_on_frontpage','field_5da93c5e5c418'),
(10466,1127,'top_image',''),
(10467,1127,'_top_image','field_5da35291d8d87'),
(10468,1127,'thumbnail',''),
(10469,1127,'_thumbnail','field_5da370a29abce'),
(10470,1127,'gallerie_title',''),
(10471,1127,'_gallerie_title','field_5dd50176fc8cc'),
(10472,1127,'galleries',''),
(10473,1127,'_galleries','field_5da352e5d8d88'),
(10474,1127,'_edit_lock','1575293756:1'),
(10502,964,'gallerie_title','MINI STYLE GALERIE '),
(10503,964,'_gallerie_title','field_5dd50176fc8cc'),
(10504,964,'galleries_0_images_0_subgallery','0'),
(10505,964,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(10506,964,'galleries_0_images_1_subgallery','0'),
(10507,964,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(10508,964,'galleries_0_images_2_subgallery','0'),
(10509,964,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(10510,964,'galleries_0_images_3_subgallery','0'),
(10511,964,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(10512,964,'galleries_0_images_4_subgallery','0'),
(10513,964,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(10514,964,'galleries_0_images_5_subgallery','0'),
(10515,964,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(10516,964,'galleries_0_images_6_subgallery','0'),
(10517,964,'_galleries_0_images_6_subgallery','field_5ddbb01e495aa'),
(10518,964,'galleries_0_images_7_subgallery','0'),
(10519,964,'_galleries_0_images_7_subgallery','field_5ddbb01e495aa'),
(10520,964,'galleries_0_images_8_subgallery','0'),
(10521,964,'_galleries_0_images_8_subgallery','field_5ddbb01e495aa'),
(10522,964,'galleries_0_images_9_subgallery','0'),
(10523,964,'_galleries_0_images_9_subgallery','field_5ddbb01e495aa'),
(10524,964,'galleries_0_images_10_subgallery','0'),
(10525,964,'_galleries_0_images_10_subgallery','field_5ddbb01e495aa'),
(10526,964,'galleries_0_images_11_subgallery','0'),
(10527,964,'_galleries_0_images_11_subgallery','field_5ddbb01e495aa'),
(10528,964,'galleries_0_images_12_subgallery','0'),
(10529,964,'_galleries_0_images_12_subgallery','field_5ddbb01e495aa'),
(10530,964,'galleries_0_images_13_subgallery','0'),
(10531,964,'_galleries_0_images_13_subgallery','field_5ddbb01e495aa'),
(10532,964,'galleries_0_images_14_subgallery','0'),
(10533,964,'_galleries_0_images_14_subgallery','field_5ddbb01e495aa'),
(10534,964,'galleries_0_images_15_subgallery','0'),
(10535,964,'_galleries_0_images_15_subgallery','field_5ddbb01e495aa'),
(10536,964,'galleries_0_images_16_subgallery','0'),
(10537,964,'_galleries_0_images_16_subgallery','field_5ddbb01e495aa'),
(10538,964,'galleries_0_images_17_subgallery','0'),
(10539,964,'_galleries_0_images_17_subgallery','field_5ddbb01e495aa'),
(10540,964,'galleries_0_images_18_subgallery','0'),
(10541,964,'_galleries_0_images_18_subgallery','field_5ddbb01e495aa'),
(10542,964,'galleries_0_images_19_subgallery','0'),
(10543,964,'_galleries_0_images_19_subgallery','field_5ddbb01e495aa'),
(10544,964,'galleries_0_images_20_subgallery','0'),
(10545,964,'_galleries_0_images_20_subgallery','field_5ddbb01e495aa'),
(10546,964,'galleries_0_images_21_subgallery','0'),
(10547,964,'_galleries_0_images_21_subgallery','field_5ddbb01e495aa'),
(10558,964,'galleries_1_gallery_title','KOMPLETTFOLIERUNGEN'),
(10559,964,'_galleries_1_gallery_title','field_5da3531dd8d89'),
(10560,964,'galleries_1_images','4'),
(10561,964,'_galleries_1_images','field_5da35357d8d8a'),
(10562,964,'galleries_2_gallery_title','STICKER'),
(10563,964,'_galleries_2_gallery_title','field_5da3531dd8d89'),
(10564,964,'galleries_2_images','1'),
(10565,964,'_galleries_2_images','field_5da35357d8d8a'),
(10566,964,'galleries_1_images_0_big_image','1019'),
(10567,964,'_galleries_1_images_0_big_image','field_5da3536cd8d8b'),
(10568,964,'galleries_1_images_0_thumbnail','1019'),
(10569,964,'_galleries_1_images_0_thumbnail','field_5da3537dd8d8c'),
(10570,964,'galleries_1_images_0_image_desription','<h4>MINI Style </h4>'),
(10571,964,'_galleries_1_images_0_image_desription','field_5da3573301dea'),
(10572,964,'galleries_1_images_0_subgallery','0'),
(10573,964,'_galleries_1_images_0_subgallery','field_5ddbb01e495aa'),
(10574,964,'galleries_1_images_1_big_image','1011'),
(10575,964,'_galleries_1_images_1_big_image','field_5da3536cd8d8b'),
(10576,964,'galleries_1_images_1_thumbnail','1011'),
(10577,964,'_galleries_1_images_1_thumbnail','field_5da3537dd8d8c'),
(10578,964,'galleries_1_images_1_image_desription','<h4>MINI Style </h4>'),
(10579,964,'_galleries_1_images_1_image_desription','field_5da3573301dea'),
(10580,964,'galleries_1_images_1_subgallery','0'),
(10581,964,'_galleries_1_images_1_subgallery','field_5ddbb01e495aa'),
(10582,964,'galleries_1_images_2_big_image','1010'),
(10583,964,'_galleries_1_images_2_big_image','field_5da3536cd8d8b'),
(10584,964,'galleries_1_images_2_thumbnail','1010'),
(10585,964,'_galleries_1_images_2_thumbnail','field_5da3537dd8d8c'),
(10586,964,'galleries_1_images_2_image_desription','<h4>MINI Style </h4>'),
(10587,964,'_galleries_1_images_2_image_desription','field_5da3573301dea'),
(10588,964,'galleries_1_images_2_subgallery','0'),
(10589,964,'_galleries_1_images_2_subgallery','field_5ddbb01e495aa'),
(10590,964,'galleries_1_images_3_big_image','997'),
(10591,964,'_galleries_1_images_3_big_image','field_5da3536cd8d8b'),
(10592,964,'galleries_1_images_3_thumbnail','997'),
(10593,964,'_galleries_1_images_3_thumbnail','field_5da3537dd8d8c'),
(10594,964,'galleries_1_images_3_image_desription','<h4>MINI Style </h4>'),
(10595,964,'_galleries_1_images_3_image_desription','field_5da3573301dea'),
(10596,964,'galleries_1_images_3_subgallery','0'),
(10597,964,'_galleries_1_images_3_subgallery','field_5ddbb01e495aa'),
(10598,964,'galleries_2_images_0_big_image','995'),
(10599,964,'_galleries_2_images_0_big_image','field_5da3536cd8d8b'),
(10600,964,'galleries_2_images_0_thumbnail','995'),
(10601,964,'_galleries_2_images_0_thumbnail','field_5da3537dd8d8c'),
(10602,964,'galleries_2_images_0_image_desription','<h4>MINI Style </h4>'),
(10603,964,'_galleries_2_images_0_image_desription','field_5da3573301dea'),
(10604,964,'galleries_2_images_0_subgallery','0'),
(10605,964,'_galleries_2_images_0_subgallery','field_5ddbb01e495aa'),
(10606,1131,'_wp_attached_file','2019/12/DKmini317_1.png'),
(10607,1131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:131;s:4:\"file\";s:23:\"2019/12/DKmini317_1.png\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"DKmini317_1-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"DKmini317_1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DKmini317_1-150x131.png\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DKmini317_1-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10608,1132,'_wp_attached_file','2019/12/MPC110-87.png'),
(10609,1132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:87;s:4:\"file\";s:21:\"2019/12/MPC110-87.png\";s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"MPC110-87-100x87.png\";s:5:\"width\";i:100;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10610,1133,'_wp_attached_file','2019/12/swiss-mini-freaks96_1.png'),
(10611,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:87;s:4:\"file\";s:33:\"2019/12/swiss-mini-freaks96_1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10612,1134,'_menu_item_type','custom'),
(10613,1134,'_menu_item_menu_item_parent','0'),
(10614,1134,'_menu_item_object_id','1134'),
(10615,1134,'_menu_item_object','custom'),
(10616,1134,'_menu_item_target',''),
(10617,1134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10618,1134,'_menu_item_xfn',''),
(10619,1134,'_menu_item_url','https://schriftehus.ch/dienstleistungen/fahrzeugbeschriftungen/'),
(10621,1135,'_menu_item_type','custom'),
(10622,1135,'_menu_item_menu_item_parent','0'),
(10623,1135,'_menu_item_object_id','1135'),
(10624,1135,'_menu_item_object','custom'),
(10625,1135,'_menu_item_target',''),
(10626,1135,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10627,1135,'_menu_item_xfn',''),
(10628,1135,'_menu_item_url','https://schriftehus.ch/dienstleistungen/flottenbeschriftungen/'),
(10630,1136,'_menu_item_type','custom'),
(10631,1136,'_menu_item_menu_item_parent','0'),
(10632,1136,'_menu_item_object_id','1136'),
(10633,1136,'_menu_item_object','custom'),
(10634,1136,'_menu_item_target',''),
(10635,1136,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10636,1136,'_menu_item_xfn',''),
(10637,1136,'_menu_item_url','https://schriftehus.ch/dienstleistungen/anhangerbeschriftungen/'),
(10639,1137,'_menu_item_type','custom'),
(10640,1137,'_menu_item_menu_item_parent','0'),
(10641,1137,'_menu_item_object_id','1137'),
(10642,1137,'_menu_item_object','custom'),
(10643,1137,'_menu_item_target',''),
(10644,1137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10645,1137,'_menu_item_xfn',''),
(10646,1137,'_menu_item_url','https://schriftehus.ch/dienstleistungen/buswerbungen/'),
(10648,1138,'_menu_item_type','custom'),
(10649,1138,'_menu_item_menu_item_parent','0'),
(10650,1138,'_menu_item_object_id','1138'),
(10651,1138,'_menu_item_object','custom'),
(10652,1138,'_menu_item_target',''),
(10653,1138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10654,1138,'_menu_item_xfn',''),
(10655,1138,'_menu_item_url','https://schriftehus.ch/dienstleistungen/werbe-firmentafeln/'),
(10657,1139,'_menu_item_type','custom'),
(10658,1139,'_menu_item_menu_item_parent','0'),
(10659,1139,'_menu_item_object_id','1139'),
(10660,1139,'_menu_item_object','custom'),
(10661,1139,'_menu_item_target',''),
(10662,1139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10663,1139,'_menu_item_xfn',''),
(10664,1139,'_menu_item_url','https://schriftehus.ch/dienstleistungen/glasdekor-sichtschutz/'),
(10666,1140,'_menu_item_type','custom'),
(10667,1140,'_menu_item_menu_item_parent','0'),
(10668,1140,'_menu_item_object_id','1140'),
(10669,1140,'_menu_item_object','custom'),
(10670,1140,'_menu_item_target',''),
(10671,1140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10672,1140,'_menu_item_xfn',''),
(10673,1140,'_menu_item_url','https://schriftehus.ch/dienstleistungen/banner-gitternetze/'),
(10675,1141,'_menu_item_type','custom'),
(10676,1141,'_menu_item_menu_item_parent','0'),
(10677,1141,'_menu_item_object_id','1141'),
(10678,1141,'_menu_item_object','custom'),
(10679,1141,'_menu_item_target',''),
(10680,1141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10681,1141,'_menu_item_xfn',''),
(10682,1141,'_menu_item_url','https://schriftehus.ch/dienstleistungen/schaufensterbeschriftung/'),
(10684,1142,'_menu_item_type','custom'),
(10685,1142,'_menu_item_menu_item_parent','0'),
(10686,1142,'_menu_item_object_id','1142'),
(10687,1142,'_menu_item_object','custom'),
(10688,1142,'_menu_item_target',''),
(10689,1142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10690,1142,'_menu_item_xfn',''),
(10691,1142,'_menu_item_url','https://schriftehus.ch/dienstleistungen/fassaden/'),
(10693,1143,'_menu_item_type','custom'),
(10694,1143,'_menu_item_menu_item_parent','0'),
(10695,1143,'_menu_item_object_id','1143'),
(10696,1143,'_menu_item_object','custom'),
(10697,1143,'_menu_item_target',''),
(10698,1143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10699,1143,'_menu_item_xfn',''),
(10700,1143,'_menu_item_url','https://schriftehus.ch/dienstleistungen/leuchtreklamen/'),
(10702,1144,'_menu_item_type','custom'),
(10703,1144,'_menu_item_menu_item_parent','0'),
(10704,1144,'_menu_item_object_id','1144'),
(10705,1144,'_menu_item_object','custom'),
(10706,1144,'_menu_item_target',''),
(10707,1144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10708,1144,'_menu_item_xfn',''),
(10709,1144,'_menu_item_url','https://schriftehus.ch/dienstleistungen/magnettafeln/'),
(10711,1145,'_menu_item_type','custom'),
(10712,1145,'_menu_item_menu_item_parent','0'),
(10713,1145,'_menu_item_object_id','1145'),
(10714,1145,'_menu_item_object','custom'),
(10715,1145,'_menu_item_target',''),
(10716,1145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10717,1145,'_menu_item_xfn',''),
(10718,1145,'_menu_item_url','https://schriftehus.ch/dienstleistungen/modelle/'),
(10720,1146,'_menu_item_type','custom'),
(10721,1146,'_menu_item_menu_item_parent','0'),
(10722,1146,'_menu_item_object_id','1146'),
(10723,1146,'_menu_item_object','custom'),
(10724,1146,'_menu_item_target',''),
(10725,1146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10726,1146,'_menu_item_xfn',''),
(10727,1146,'_menu_item_url','https://schriftehus.ch/dienstleistungen/3d-doming/'),
(10729,1147,'_menu_item_type','custom'),
(10730,1147,'_menu_item_menu_item_parent','0'),
(10731,1147,'_menu_item_object_id','1147'),
(10732,1147,'_menu_item_object','custom'),
(10733,1147,'_menu_item_target',''),
(10734,1147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10735,1147,'_menu_item_xfn',''),
(10736,1147,'_menu_item_url','https://schriftehus.ch/dienstleistungen/display/'),
(10738,1148,'_menu_item_type','custom'),
(10739,1148,'_menu_item_menu_item_parent','0'),
(10740,1148,'_menu_item_object_id','1148'),
(10741,1148,'_menu_item_object','custom'),
(10742,1148,'_menu_item_target',''),
(10743,1148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10744,1148,'_menu_item_xfn',''),
(10745,1148,'_menu_item_url','https://schriftehus.ch/dienstleistungen/fahnen/'),
(10747,1149,'_menu_item_type','custom'),
(10748,1149,'_menu_item_menu_item_parent','0'),
(10749,1149,'_menu_item_object_id','1149'),
(10750,1149,'_menu_item_object','custom'),
(10751,1149,'_menu_item_target',''),
(10752,1149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10753,1149,'_menu_item_xfn',''),
(10754,1149,'_menu_item_url','https://schriftehus.ch/dienstleistungen/kundenstopper/'),
(10756,1150,'_menu_item_type','custom'),
(10757,1150,'_menu_item_menu_item_parent','0'),
(10758,1150,'_menu_item_object_id','1150'),
(10759,1150,'_menu_item_object','custom'),
(10760,1150,'_menu_item_target',''),
(10761,1150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10762,1150,'_menu_item_xfn',''),
(10763,1150,'_menu_item_url','https://schriftehus.ch/dienstleistungen/messestand/'),
(10765,1151,'_menu_item_type','post_type'),
(10766,1151,'_menu_item_menu_item_parent','0'),
(10767,1151,'_menu_item_object_id','879'),
(10768,1151,'_menu_item_object','dienstleistungen'),
(10769,1151,'_menu_item_target',''),
(10770,1151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10771,1151,'_menu_item_xfn',''),
(10772,1151,'_menu_item_url',''),
(10774,1152,'_menu_item_type','post_type'),
(10775,1152,'_menu_item_menu_item_parent','0'),
(10776,1152,'_menu_item_object_id','224'),
(10777,1152,'_menu_item_object','dienstleistungen'),
(10778,1152,'_menu_item_target',''),
(10779,1152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10780,1152,'_menu_item_xfn',''),
(10781,1152,'_menu_item_url',''),
(10783,1153,'_menu_item_type','post_type'),
(10784,1153,'_menu_item_menu_item_parent','0'),
(10785,1153,'_menu_item_object_id','84'),
(10786,1153,'_menu_item_object','dienstleistungen'),
(10787,1153,'_menu_item_target',''),
(10788,1153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10789,1153,'_menu_item_xfn',''),
(10790,1153,'_menu_item_url',''),
(10801,1155,'_menu_item_type','post_type'),
(10802,1155,'_menu_item_menu_item_parent','0'),
(10803,1155,'_menu_item_object_id','1126'),
(10804,1155,'_menu_item_object','dienstleistungen'),
(10805,1155,'_menu_item_target',''),
(10806,1155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10807,1155,'_menu_item_xfn',''),
(10808,1155,'_menu_item_url',''),
(10810,1156,'_menu_item_type','post_type'),
(10811,1156,'_menu_item_menu_item_parent','0'),
(10812,1156,'_menu_item_object_id','828'),
(10813,1156,'_menu_item_object','dienstleistungen'),
(10814,1156,'_menu_item_target',''),
(10815,1156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10816,1156,'_menu_item_xfn',''),
(10817,1156,'_menu_item_url',''),
(10819,1157,'_menu_item_type','post_type'),
(10820,1157,'_menu_item_menu_item_parent','0'),
(10821,1157,'_menu_item_object_id','859'),
(10822,1157,'_menu_item_object','dienstleistungen'),
(10823,1157,'_menu_item_target',''),
(10824,1157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10825,1157,'_menu_item_xfn',''),
(10826,1157,'_menu_item_url',''),
(10828,1158,'_menu_item_type','post_type'),
(10829,1158,'_menu_item_menu_item_parent','0'),
(10830,1158,'_menu_item_object_id','827'),
(10831,1158,'_menu_item_object','dienstleistungen'),
(10832,1158,'_menu_item_target',''),
(10833,1158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10834,1158,'_menu_item_xfn',''),
(10835,1158,'_menu_item_url',''),
(10837,1159,'_menu_item_type','post_type'),
(10838,1159,'_menu_item_menu_item_parent','0'),
(10839,1159,'_menu_item_object_id','829'),
(10840,1159,'_menu_item_object','dienstleistungen'),
(10841,1159,'_menu_item_target',''),
(10842,1159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10843,1159,'_menu_item_xfn',''),
(10844,1159,'_menu_item_url',''),
(10846,1160,'_menu_item_type','post_type'),
(10847,1160,'_menu_item_menu_item_parent','0'),
(10848,1160,'_menu_item_object_id','1127'),
(10849,1160,'_menu_item_object','dienstleistungen'),
(10850,1160,'_menu_item_target',''),
(10851,1160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10852,1160,'_menu_item_xfn',''),
(10853,1160,'_menu_item_url',''),
(10855,1161,'_menu_item_type','post_type'),
(10856,1161,'_menu_item_menu_item_parent','0'),
(10857,1161,'_menu_item_object_id','850'),
(10858,1161,'_menu_item_object','dienstleistungen'),
(10859,1161,'_menu_item_target',''),
(10860,1161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10861,1161,'_menu_item_xfn',''),
(10862,1161,'_menu_item_url',''),
(10864,1162,'_menu_item_type','post_type'),
(10865,1162,'_menu_item_menu_item_parent','0'),
(10866,1162,'_menu_item_object_id','875'),
(10867,1162,'_menu_item_object','dienstleistungen'),
(10868,1162,'_menu_item_target',''),
(10869,1162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10870,1162,'_menu_item_xfn',''),
(10871,1162,'_menu_item_url',''),
(10873,1163,'_menu_item_type','post_type'),
(10874,1163,'_menu_item_menu_item_parent','0'),
(10875,1163,'_menu_item_object_id','876'),
(10876,1163,'_menu_item_object','dienstleistungen'),
(10877,1163,'_menu_item_target',''),
(10878,1163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10879,1163,'_menu_item_xfn',''),
(10880,1163,'_menu_item_url',''),
(10882,1164,'_menu_item_type','custom'),
(10883,1164,'_menu_item_menu_item_parent','0'),
(10884,1164,'_menu_item_object_id','1164'),
(10885,1164,'_menu_item_object','custom'),
(10886,1164,'_menu_item_target',''),
(10887,1164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10888,1164,'_menu_item_xfn',''),
(10889,1164,'_menu_item_url','http://webdress.ch/dienstleistungen/webseiten-light/'),
(10891,1165,'_menu_item_type','custom'),
(10892,1165,'_menu_item_menu_item_parent','0'),
(10893,1165,'_menu_item_object_id','1165'),
(10894,1165,'_menu_item_object','custom'),
(10895,1165,'_menu_item_target',''),
(10896,1165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10897,1165,'_menu_item_xfn',''),
(10898,1165,'_menu_item_url','http://webdress.ch/dienstleistungen/webseiten-medium/'),
(10900,1166,'_menu_item_type','custom'),
(10901,1166,'_menu_item_menu_item_parent','0'),
(10902,1166,'_menu_item_object_id','1166'),
(10903,1166,'_menu_item_object','custom'),
(10904,1166,'_menu_item_target',''),
(10905,1166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10906,1166,'_menu_item_xfn',''),
(10907,1166,'_menu_item_url','http://webdress.ch/dienstleistungen/webeseite-large/'),
(10909,1167,'_menu_item_type','custom'),
(10910,1167,'_menu_item_menu_item_parent','0'),
(10911,1167,'_menu_item_object_id','1167'),
(10912,1167,'_menu_item_object','custom'),
(10913,1167,'_menu_item_target',''),
(10914,1167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10915,1167,'_menu_item_xfn',''),
(10916,1167,'_menu_item_url','http://webdress.ch/dienstleistungen/webseite-premium/'),
(10918,1168,'_menu_item_type','custom'),
(10919,1168,'_menu_item_menu_item_parent','0'),
(10920,1168,'_menu_item_object_id','1168'),
(10921,1168,'_menu_item_object','custom'),
(10922,1168,'_menu_item_target',''),
(10923,1168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10924,1168,'_menu_item_xfn',''),
(10925,1168,'_menu_item_url','http://webdress.ch/dienstleistungen/refresh-my-web/'),
(10927,1169,'_menu_item_type','custom'),
(10928,1169,'_menu_item_menu_item_parent','0'),
(10929,1169,'_menu_item_object_id','1169'),
(10930,1169,'_menu_item_object','custom'),
(10931,1169,'_menu_item_target',''),
(10932,1169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10933,1169,'_menu_item_xfn',''),
(10934,1169,'_menu_item_url','http://webdress.ch/dienstleistungen/webshop-2/'),
(10936,1170,'_menu_item_type','custom'),
(10937,1170,'_menu_item_menu_item_parent','0'),
(10938,1170,'_menu_item_object_id','1170'),
(10939,1170,'_menu_item_object','custom'),
(10940,1170,'_menu_item_target',''),
(10941,1170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10942,1170,'_menu_item_xfn',''),
(10943,1170,'_menu_item_url','http://webdress.ch/dienstleistungen/sozial-media/'),
(10945,1171,'_menu_item_type','custom'),
(10946,1171,'_menu_item_menu_item_parent','0'),
(10947,1171,'_menu_item_object_id','1171'),
(10948,1171,'_menu_item_object','custom'),
(10949,1171,'_menu_item_target',''),
(10950,1171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10951,1171,'_menu_item_xfn',''),
(10952,1171,'_menu_item_url','http://webdress.ch/dienstleistungen/hosting/'),
(10954,1172,'_menu_item_type','custom'),
(10955,1172,'_menu_item_menu_item_parent','0'),
(10956,1172,'_menu_item_object_id','1172'),
(10957,1172,'_menu_item_object','custom'),
(10958,1172,'_menu_item_target',''),
(10959,1172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10960,1172,'_menu_item_xfn',''),
(10961,1172,'_menu_item_url','http://werbedress.ch/dienstleistungen/offsetdruck/'),
(10963,1173,'_menu_item_type','custom'),
(10964,1173,'_menu_item_menu_item_parent','0'),
(10965,1173,'_menu_item_object_id','1173'),
(10966,1173,'_menu_item_object','custom'),
(10967,1173,'_menu_item_target',''),
(10968,1173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10969,1173,'_menu_item_xfn',''),
(10970,1173,'_menu_item_url','http://werbedress.ch/dienstleistungen/flyerdruck/'),
(10972,1174,'_menu_item_type','custom'),
(10973,1174,'_menu_item_menu_item_parent','0'),
(10974,1174,'_menu_item_object_id','1174'),
(10975,1174,'_menu_item_object','custom'),
(10976,1174,'_menu_item_target',''),
(10977,1174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10978,1174,'_menu_item_xfn',''),
(10979,1174,'_menu_item_url','http://werbedress.ch/dienstleistungen/stempel/'),
(10981,1175,'_menu_item_type','custom'),
(10982,1175,'_menu_item_menu_item_parent','0'),
(10983,1175,'_menu_item_object_id','1175'),
(10984,1175,'_menu_item_object','custom'),
(10985,1175,'_menu_item_target',''),
(10986,1175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10987,1175,'_menu_item_xfn',''),
(10988,1175,'_menu_item_url','http://werbedress.ch/dienstleistungen/logogestaltungen-2/'),
(10990,1176,'_menu_item_type','custom'),
(10991,1176,'_menu_item_menu_item_parent','0'),
(10992,1176,'_menu_item_object_id','1176'),
(10993,1176,'_menu_item_object','custom'),
(10994,1176,'_menu_item_target',''),
(10995,1176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(10996,1176,'_menu_item_xfn',''),
(10997,1176,'_menu_item_url','http://werbedress.ch/dienstleistungen/werbekonzepte/'),
(10999,1177,'_menu_item_type','custom'),
(11000,1177,'_menu_item_menu_item_parent','0'),
(11001,1177,'_menu_item_object_id','1177'),
(11002,1177,'_menu_item_object','custom'),
(11003,1177,'_menu_item_target',''),
(11004,1177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(11005,1177,'_menu_item_xfn',''),
(11006,1177,'_menu_item_url','http://werbedress.ch/dienstleistungen/werbeartikel/'),
(11008,1178,'_menu_item_type','custom'),
(11009,1178,'_menu_item_menu_item_parent','0'),
(11010,1178,'_menu_item_object_id','1178'),
(11011,1178,'_menu_item_object','custom'),
(11012,1178,'_menu_item_target',''),
(11013,1178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(11014,1178,'_menu_item_xfn',''),
(11015,1178,'_menu_item_url','http://werbedress.ch/dienstleistungen/siebdruck/'),
(11017,1179,'_menu_item_type','custom'),
(11018,1179,'_menu_item_menu_item_parent','0'),
(11019,1179,'_menu_item_object_id','1179'),
(11020,1179,'_menu_item_object','custom'),
(11021,1179,'_menu_item_target',''),
(11022,1179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(11023,1179,'_menu_item_xfn',''),
(11024,1179,'_menu_item_url','http://werbedress.ch/dienstleistungen/fahrzeugbeschaffungen/'),
(11037,1182,'_wp_attached_file','2019/12/Logo-car-footer5column215.png'),
(11038,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:55;s:4:\"file\";s:37:\"2019/12/Logo-car-footer5column215.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"Logo-car-footer5column215-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Logo-car-footer5column215-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11039,1183,'_wp_attached_file','2019/12/Logo-car-footer5column260.png'),
(11040,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:55;s:4:\"file\";s:37:\"2019/12/Logo-car-footer5column260.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"Logo-car-footer5column260-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Logo-car-footer5column260-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11043,1194,'_wp_attached_file','2019/12/1.png'),
(11044,1194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:60;s:4:\"file\";s:13:\"2019/12/1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"1-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"1-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11045,1195,'_wp_attached_file','2019/12/2.png'),
(11046,1195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:60;s:4:\"file\";s:13:\"2019/12/2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"2-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"2-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11047,1196,'_wp_attached_file','2019/12/4.png'),
(11048,1196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:60;s:4:\"file\";s:13:\"2019/12/4.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"4-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"4-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11049,1197,'_wp_attached_file','2019/12/5.png'),
(11050,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:60;s:4:\"file\";s:13:\"2019/12/5.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"5-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"5-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11051,1198,'_wp_attached_file','2019/12/6.png'),
(11052,1198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:60;s:4:\"file\";s:13:\"2019/12/6.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"6-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"6-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11053,1199,'_wp_attached_file','2019/12/zahlungsarten5_3_180.png'),
(11054,1199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:202;s:4:\"file\";s:32:\"2019/12/zahlungsarten5_3_180.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"zahlungsarten5_3_180-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"zahlungsarten5_3_180-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11055,1200,'_wp_attached_file','2019/12/logo_schrifte_footer55_180.png'),
(11056,1200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:38:\"2019/12/logo_schrifte_footer55_180.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"logo_schrifte_footer55_180-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"logo_schrifte_footer55_180-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11057,1201,'_wp_attached_file','2019/12/logo_web-footer55_180.png'),
(11058,1201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:33:\"2019/12/logo_web-footer55_180.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"logo_web-footer55_180-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"logo_web-footer55_180-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11059,1202,'_wp_attached_file','2019/12/Logo-car-footer55_180.png'),
(11060,1202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:33:\"2019/12/Logo-car-footer55_180.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Logo-car-footer55_180-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Logo-car-footer55_180-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11061,1203,'_wp_attached_file','2019/12/logo-werbe-footer55_180.png'),
(11062,1203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:35:\"2019/12/logo-werbe-footer55_180.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-werbe-footer55_180-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"logo-werbe-footer55_180-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11065,1205,'top_slider_0_image','132'),
(11066,1205,'_top_slider_0_image','field_5da409fc7f421'),
(11067,1205,'top_slider','1'),
(11068,1205,'_top_slider','field_5da409f17f420'),
(11071,827,'galleries_0_images_0_subgallery','0'),
(11072,827,'_galleries_0_images_0_subgallery','field_5ddbb01e495aa'),
(11073,827,'galleries_0_images_1_subgallery','0'),
(11074,827,'_galleries_0_images_1_subgallery','field_5ddbb01e495aa'),
(11075,827,'galleries_0_images_2_subgallery','0'),
(11076,827,'_galleries_0_images_2_subgallery','field_5ddbb01e495aa'),
(11077,827,'galleries_0_images_3_subgallery','0'),
(11078,827,'_galleries_0_images_3_subgallery','field_5ddbb01e495aa'),
(11079,827,'galleries_0_images_4_subgallery','0'),
(11080,827,'_galleries_0_images_4_subgallery','field_5ddbb01e495aa'),
(11081,827,'galleries_0_images_5_subgallery','0'),
(11082,827,'_galleries_0_images_5_subgallery','field_5ddbb01e495aa'),
(11085,1208,'_wp_attached_file','2019/10/slide_8Fahrzeugfolierungen1920.jpg'),
(11086,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2019/10/slide_8Fahrzeugfolierungen1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"slide_8Fahrzeugfolierungen1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_8Fahrzeugfolierungen1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"slide_8Fahrzeugfolierungen1920-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_8Fahrzeugfolierungen1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"slide_8Fahrzeugfolierungen1920-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"slide_8Fahrzeugfolierungen1920-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"slide_8Fahrzeugfolierungen1920-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"slide_8Fahrzeugfolierungen1920-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570002233\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11089,1210,'_wp_attached_file','2019/10/slide_lackschutzfolien_ips1920.jpg'),
(11090,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2019/10/slide_lackschutzfolien_ips1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"slide_lackschutzfolien_ips1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_lackschutzfolien_ips1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"slide_lackschutzfolien_ips1920-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_lackschutzfolien_ips1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"slide_lackschutzfolien_ips1920-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"slide_lackschutzfolien_ips1920-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"slide_lackschutzfolien_ips1920-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"slide_lackschutzfolien_ips1920-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11093,1212,'_wp_attached_file','2019/10/slide_8folien1920.jpg'),
(11094,1212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2019/10/slide_8folien1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"slide_8folien1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"slide_8folien1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"slide_8folien1920-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"slide_8folien1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"slide_8folien1920-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"slide_8folien1920-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"slide_8folien1920-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"slide_8folien1920-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11097,1214,'_wp_attached_file','2019/12/slider_bluemini_1920.jpg'),
(11098,1214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:120;s:4:\"file\";s:32:\"2019/12/slider_bluemini_1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"slider_bluemini_1920-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"slider_bluemini_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"slider_bluemini_1920-600x38.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"slider_bluemini_1920-150x120.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"slider_bluemini_1920-300x19.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"slider_bluemini_1920-768x48.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"slider_bluemini_1920-1024x64.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"slider_bluemini_1920-1200x75.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11115,1223,'_wp_attached_file','2019/12/slide_1920_5.jpg'),
(11116,1223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2019/12/slide_1920_5.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slide_1920_5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slide_1920_5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slide_1920_5-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slide_1920_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slide_1920_5-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slide_1920_5-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slide_1920_5-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"slide_1920_5-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480592056\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0021978021978022\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11121,1226,'_wp_attached_file','2019/12/slide_1920_2.jpg'),
(11122,1226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2019/12/slide_1920_2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"slide_1920_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"slide_1920_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"slide_1920_2-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"slide_1920_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slide_1920_2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"slide_1920_2-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"slide_1920_2-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"slide_1920_2-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1425573288\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11127,1229,'_wp_attached_file','2019/12/slide_Mint_Cabrio1920.jpg'),
(11128,1229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2019/12/slide_Mint_Cabrio1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"slide_Mint_Cabrio1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"slide_Mint_Cabrio1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"slide_Mint_Cabrio1920-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"slide_Mint_Cabrio1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"slide_Mint_Cabrio1920-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"slide_Mint_Cabrio1920-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"slide_Mint_Cabrio1920-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"slide_Mint_Cabrio1920-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"E-M1\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1409875200\";s:9:\"copyright\";s:14:\"Marc Matzinger\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11129,20,'team_group_0_members_1_photo','78'),
(11130,20,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11131,20,'team_group_0_members_1_name','Mitarbeiter <hr />'),
(11132,20,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11133,20,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11134,20,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11135,20,'team_group_0_members_1_phone','056 633 53 17'),
(11136,20,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11137,20,'team_group_0_members_1_email','info@cardress.ch'),
(11138,20,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11139,20,'team_group_0_members_2_photo','78'),
(11140,20,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11141,20,'team_group_0_members_2_name','Mitarbeiter <hr /> '),
(11142,20,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11143,20,'team_group_0_members_2_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11144,20,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11145,20,'team_group_0_members_2_phone','056 633 53 17'),
(11146,20,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11147,20,'team_group_0_members_2_email','info@cardress.ch'),
(11148,20,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11159,1230,'top_image','786'),
(11160,1230,'_top_image','field_5da359b267419'),
(11161,1230,'team_group_0_team_title','Unser Team'),
(11162,1230,'_team_group_0_team_title','field_5da359e55e8d3'),
(11163,1230,'team_group_0_members','4'),
(11164,1230,'_team_group_0_members','field_5da359ef5e8d4'),
(11165,1230,'team_group','1'),
(11166,1230,'_team_group','field_5da359d75e8d2'),
(11167,1230,'team_group_0_members_0_photo','78'),
(11168,1230,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(11169,1230,'team_group_0_members_0_name',' <strong>Höller Thomas <strong />'),
(11170,1230,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(11171,1230,'team_group_0_members_0_position','InhabeGL/GS <br /> Werbetechniker, CarWrapperr'),
(11172,1230,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(11173,1230,'team_group_0_members_0_phone','056 633 53 16'),
(11174,1230,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(11175,1230,'team_group_0_members_0_email','info@autobeschriftungen.ch'),
(11176,1230,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(11177,1230,'team_group_0_members_1_photo','78'),
(11178,1230,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11179,1230,'team_group_0_members_1_name','Schwab Simon'),
(11180,1230,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11181,1230,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11182,1230,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11183,1230,'team_group_0_members_1_phone','056 633 53 16'),
(11184,1230,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11185,1230,'team_group_0_members_1_email','info@autobeschriftungen.ch'),
(11186,1230,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11187,1230,'team_group_0_members_2_photo','78'),
(11188,1230,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11189,1230,'team_group_0_members_2_name','Pippa'),
(11190,1230,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11191,1230,'team_group_0_members_2_position','Bewachungen, <br />Personenschutz <br />'),
(11192,1230,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11193,1230,'team_group_0_members_2_phone','056 633 53 16'),
(11194,1230,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11195,1230,'team_group_0_members_2_email','info@autobeschriftungen.ch'),
(11196,1230,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11197,1230,'team_group_0_members_3_photo','78'),
(11198,1230,'_team_group_0_members_3_photo','field_5da35a0a5e8d5'),
(11199,1230,'team_group_0_members_3_name','VORNAME NACHNAME'),
(11200,1230,'_team_group_0_members_3_name','field_5da35a135e8d6'),
(11201,1230,'team_group_0_members_3_position','Inhaber'),
(11202,1230,'_team_group_0_members_3_position','field_5da35a1c5e8d7'),
(11203,1230,'team_group_0_members_3_phone','056 633 53 16'),
(11204,1230,'_team_group_0_members_3_phone','field_5da35a2b5e8d8'),
(11205,1230,'team_group_0_members_3_email','info@autobeschriftungen.ch'),
(11206,1230,'_team_group_0_members_3_email','field_5da35a335e8d9'),
(11207,1231,'top_image','786'),
(11208,1231,'_top_image','field_5da359b267419'),
(11209,1231,'team_group_0_team_title','Unser Team'),
(11210,1231,'_team_group_0_team_title','field_5da359e55e8d3'),
(11211,1231,'team_group_0_members','3'),
(11212,1231,'_team_group_0_members','field_5da359ef5e8d4'),
(11213,1231,'team_group','1'),
(11214,1231,'_team_group','field_5da359d75e8d2'),
(11215,1231,'team_group_0_members_0_photo','78'),
(11216,1231,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(11217,1231,'team_group_0_members_0_name',' <strong>Höller Thomas <strong />'),
(11218,1231,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(11219,1231,'team_group_0_members_0_position','InhabeGL/GS <br /> Werbetechniker, CarWrapperr'),
(11220,1231,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(11221,1231,'team_group_0_members_0_phone','056 633 53 17'),
(11222,1231,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(11223,1231,'team_group_0_members_0_email','info@cardress.ch'),
(11224,1231,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(11225,1231,'team_group_0_members_1_photo','78'),
(11226,1231,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11227,1231,'team_group_0_members_1_name','Schwab Simon'),
(11228,1231,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11229,1231,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11230,1231,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11231,1231,'team_group_0_members_1_phone','056 633 53 17'),
(11232,1231,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11233,1231,'team_group_0_members_1_email','info@cardress.ch'),
(11234,1231,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11235,1231,'team_group_0_members_2_photo','78'),
(11236,1231,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11237,1231,'team_group_0_members_2_name','Pippa'),
(11238,1231,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11239,1231,'team_group_0_members_2_position','Bewachungen, <br />Personenschutz <br />'),
(11240,1231,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11241,1231,'team_group_0_members_2_phone','056 633 53 17'),
(11242,1231,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11243,1231,'team_group_0_members_2_email','info@cardress.ch'),
(11244,1231,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11245,1232,'top_image','786'),
(11246,1232,'_top_image','field_5da359b267419'),
(11247,1232,'team_group_0_team_title','Unser Team'),
(11248,1232,'_team_group_0_team_title','field_5da359e55e8d3'),
(11249,1232,'team_group_0_members','3'),
(11250,1232,'_team_group_0_members','field_5da359ef5e8d4'),
(11251,1232,'team_group','1'),
(11252,1232,'_team_group','field_5da359d75e8d2'),
(11253,1232,'team_group_0_members_0_photo','78'),
(11254,1232,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(11255,1232,'team_group_0_members_0_name','Höller Thomas'),
(11256,1232,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(11257,1232,'team_group_0_members_0_position','InhabeGL/GS <br /> Werbetechniker, CarWrapperr'),
(11258,1232,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(11259,1232,'team_group_0_members_0_phone','056 633 53 17'),
(11260,1232,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(11261,1232,'team_group_0_members_0_email','info@cardress.ch'),
(11262,1232,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(11263,1232,'team_group_0_members_1_photo','78'),
(11264,1232,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11265,1232,'team_group_0_members_1_name','Schwab Simon'),
(11266,1232,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11267,1232,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11268,1232,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11269,1232,'team_group_0_members_1_phone','056 633 53 17'),
(11270,1232,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11271,1232,'team_group_0_members_1_email','info@cardress.ch'),
(11272,1232,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11273,1232,'team_group_0_members_2_photo','78'),
(11274,1232,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11275,1232,'team_group_0_members_2_name','Pippa'),
(11276,1232,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11277,1232,'team_group_0_members_2_position','Bewachungen, <br />Personenschutz <br />'),
(11278,1232,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11279,1232,'team_group_0_members_2_phone','056 633 53 17'),
(11280,1232,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11281,1232,'team_group_0_members_2_email','info@cardress.ch'),
(11282,1232,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11283,1233,'_wp_attached_file','2019/12/zahlungsarten6_3_180.png'),
(11284,1233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:202;s:4:\"file\";s:32:\"2019/12/zahlungsarten6_3_180.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"zahlungsarten6_3_180-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"zahlungsarten6_3_180-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11287,1235,'_wp_attached_file','2019/10/2019-11-27-10.24.19_ips2.jpg'),
(11288,1235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-27-10.24.19_ips2.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-27-10.24.19_ips2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.19_ips2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.19_ips2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.19_ips2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.19_ips2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.19_ips2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-27-10.24.19_ips2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574850259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0017331022530329\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11289,1236,'_wp_attached_file','2019/10/2019-11-27-10.24.37_ips1.jpg'),
(11290,1236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-27-10.24.37_ips1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-27-10.24.37_ips1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.37_ips1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.37_ips1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.37_ips1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.37_ips1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.37_ips1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-27-10.24.37_ips1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11291,1237,'_wp_attached_file','2019/10/2019-11-27-10.24.43_ips3.jpg'),
(11292,1237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-27-10.24.43_ips3.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-27-10.24.43_ips3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.43_ips3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.43_ips3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.43_ips3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.43_ips3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-27-10.24.43_ips3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-27-10.24.43_ips3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11293,224,'galleries_0_images_2_sub_images_0_image','1240'),
(11294,224,'_galleries_0_images_2_sub_images_0_image','field_5ddbb00d495a9'),
(11295,224,'galleries_0_images_2_sub_images_0_image_desription',''),
(11296,224,'_galleries_0_images_2_sub_images_0_image_desription','field_5dde16f0f1d78'),
(11297,224,'galleries_0_images_2_sub_images_1_image','1239'),
(11298,224,'_galleries_0_images_2_sub_images_1_image','field_5ddbb00d495a9'),
(11299,224,'galleries_0_images_2_sub_images_1_image_desription',''),
(11300,224,'_galleries_0_images_2_sub_images_1_image_desription','field_5dde16f0f1d78'),
(11301,224,'galleries_0_images_2_sub_images_2_image','1238'),
(11302,224,'_galleries_0_images_2_sub_images_2_image','field_5ddbb00d495a9'),
(11303,224,'galleries_0_images_2_sub_images_2_image_desription',''),
(11304,224,'_galleries_0_images_2_sub_images_2_image_desription','field_5dde16f0f1d78'),
(11309,224,'galleries_0_images_2_sub_images','3'),
(11310,224,'_galleries_0_images_2_sub_images','field_5ddbafed495a8'),
(11311,224,'galleries_0_images_39_big_image','820'),
(11312,224,'_galleries_0_images_39_big_image','field_5da3536cd8d8b'),
(11313,224,'galleries_0_images_39_thumbnail','820'),
(11314,224,'_galleries_0_images_39_thumbnail','field_5da3537dd8d8c'),
(11315,224,'galleries_0_images_39_image_desription',''),
(11316,224,'_galleries_0_images_39_image_desription','field_5da3573301dea'),
(11317,224,'galleries_0_images_39_subgallery','0'),
(11318,224,'_galleries_0_images_39_subgallery','field_5ddbb01e495aa'),
(11335,224,'galleries_0_images_3_sub_images','3'),
(11336,224,'_galleries_0_images_3_sub_images','field_5ddbafed495a8'),
(11337,224,'galleries_0_images_40_big_image','821'),
(11338,224,'_galleries_0_images_40_big_image','field_5da3536cd8d8b'),
(11339,224,'galleries_0_images_40_thumbnail','821'),
(11340,224,'_galleries_0_images_40_thumbnail','field_5da3537dd8d8c'),
(11341,224,'galleries_0_images_40_image_desription',''),
(11342,224,'_galleries_0_images_40_image_desription','field_5da3573301dea'),
(11343,224,'galleries_0_images_40_subgallery','0'),
(11344,224,'_galleries_0_images_40_subgallery','field_5ddbb01e495aa'),
(11351,1239,'_wp_attached_file','2019/10/2019-11-20-10.48.23_4.jpg'),
(11352,1239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:33:\"2019/10/2019-11-20-10.48.23_4.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"2019-11-20-10.48.23_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.23_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.23_4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.23_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.23_4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.23_4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"2019-11-20-10.48.23_4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11353,1240,'_wp_attached_file','2019/10/2019-11-20-10.48.44_3.jpg'),
(11354,1240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:33:\"2019/10/2019-11-20-10.48.44_3.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"2019-11-20-10.48.44_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.44_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.44_3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.44_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.44_3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.44_3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"2019-11-20-10.48.44_3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11355,1241,'_wp_attached_file','2019/10/2019-11-20-10.48.51_2.jpg'),
(11356,1241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:33:\"2019/10/2019-11-20-10.48.51_2.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"2019-11-20-10.48.51_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.51_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.51_2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.51_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.51_2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"2019-11-20-10.48.51_2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"2019-11-20-10.48.51_2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11373,224,'galleries_0_images_4_sub_images_0_image',''),
(11374,224,'_galleries_0_images_4_sub_images_0_image','field_5ddbb00d495a9'),
(11375,224,'galleries_0_images_4_sub_images_0_image_desription',''),
(11376,224,'_galleries_0_images_4_sub_images_0_image_desription','field_5dde16f0f1d78'),
(11377,224,'galleries_0_images_4_sub_images_1_image',''),
(11378,224,'_galleries_0_images_4_sub_images_1_image','field_5ddbb00d495a9'),
(11379,224,'galleries_0_images_4_sub_images_1_image_desription',''),
(11380,224,'_galleries_0_images_4_sub_images_1_image_desription','field_5dde16f0f1d78'),
(11381,224,'galleries_0_images_4_sub_images_2_image',''),
(11382,224,'_galleries_0_images_4_sub_images_2_image','field_5ddbb00d495a9'),
(11383,224,'galleries_0_images_4_sub_images_2_image_desription',''),
(11384,224,'_galleries_0_images_4_sub_images_2_image_desription','field_5dde16f0f1d78'),
(11389,224,'galleries_0_images_4_sub_images','3'),
(11390,224,'_galleries_0_images_4_sub_images','field_5ddbafed495a8'),
(11391,224,'galleries_0_images_41_big_image','822'),
(11392,224,'_galleries_0_images_41_big_image','field_5da3536cd8d8b'),
(11393,224,'galleries_0_images_41_thumbnail','822'),
(11394,224,'_galleries_0_images_41_thumbnail','field_5da3537dd8d8c'),
(11395,224,'galleries_0_images_41_image_desription',''),
(11396,224,'_galleries_0_images_41_image_desription','field_5da3573301dea'),
(11397,224,'galleries_0_images_41_subgallery','0'),
(11398,224,'_galleries_0_images_41_subgallery','field_5ddbb01e495aa'),
(11399,1242,'_wp_attached_file','2019/10/2019-11-15-13.15.36_ips2.jpg'),
(11400,1242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-15-13.15.36_ips2.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-15-13.15.36_ips2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.36_ips2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.36_ips2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.36_ips2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.36_ips2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.36_ips2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-15-13.15.36_ips2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11401,1243,'_wp_attached_file','2019/10/2019-11-15-13.15.12_ips3.jpg'),
(11402,1243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-15-13.15.12_ips3.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-15-13.15.12_ips3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.12_ips3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.12_ips3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.12_ips3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.12_ips3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.15.12_ips3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-15-13.15.12_ips3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11403,1244,'_wp_attached_file','2019/10/2019-11-15-13.14.57_ips4.jpg'),
(11404,1244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-15-13.14.57_ips4.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-15-13.14.57_ips4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.57_ips4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.57_ips4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.57_ips4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.57_ips4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.57_ips4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-15-13.14.57_ips4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11405,1245,'_wp_attached_file','2019/10/2019-11-15-13.14.22_ips1.jpg'),
(11406,1245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:36:\"2019/10/2019-11-15-13.14.22_ips1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"2019-11-15-13.14.22_ips1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.22_ips1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.22_ips1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.22_ips1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.22_ips1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2019-11-15-13.14.22_ips1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2019-11-15-13.14.22_ips1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11407,1246,'top_image','112'),
(11408,1246,'_top_image','field_5da37587da91a'),
(11409,1246,'images_0_image','116'),
(11410,1246,'_images_0_image','field_5da37606d63a2'),
(11411,1246,'images_0_text',''),
(11412,1246,'_images_0_text','field_5da37611d63a3'),
(11413,1246,'images_1_image','113'),
(11414,1246,'_images_1_image','field_5da37606d63a2'),
(11415,1246,'images_1_text',''),
(11416,1246,'_images_1_text','field_5da37611d63a3'),
(11417,1246,'images_2_image','115'),
(11418,1246,'_images_2_image','field_5da37606d63a2'),
(11419,1246,'images_2_text',''),
(11420,1246,'_images_2_text','field_5da37611d63a3'),
(11421,1246,'images_3_image','635'),
(11422,1246,'_images_3_image','field_5da37606d63a2'),
(11423,1246,'images_3_text',''),
(11424,1246,'_images_3_text','field_5da37611d63a3'),
(11425,1246,'images_4_image','634'),
(11426,1246,'_images_4_image','field_5da37606d63a2'),
(11427,1246,'images_4_text',''),
(11428,1246,'_images_4_text','field_5da37611d63a3'),
(11429,1246,'images_5_image','629'),
(11430,1246,'_images_5_image','field_5da37606d63a2'),
(11431,1246,'images_5_text',''),
(11432,1246,'_images_5_text','field_5da37611d63a3'),
(11433,1246,'images','10'),
(11434,1246,'_images','field_5da375fcd63a1'),
(11435,1246,'images_6_image','631'),
(11436,1246,'_images_6_image','field_5da37606d63a2'),
(11437,1246,'images_6_text',''),
(11438,1246,'_images_6_text','field_5da37611d63a3'),
(11439,1246,'images_7_image','636'),
(11440,1246,'_images_7_image','field_5da37606d63a2'),
(11441,1246,'images_7_text',''),
(11442,1246,'_images_7_text','field_5da37611d63a3'),
(11443,1246,'images_8_image','633'),
(11444,1246,'_images_8_image','field_5da37606d63a2'),
(11445,1246,'images_8_text',''),
(11446,1246,'_images_8_text','field_5da37611d63a3'),
(11447,1246,'images_9_image','638'),
(11448,1246,'_images_9_image','field_5da37606d63a2'),
(11449,1246,'images_9_text',''),
(11450,1246,'_images_9_text','field_5da37611d63a3'),
(11451,1247,'_wp_attached_file','2019/12/slide_rostcardress1920.jpg'),
(11452,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2019/12/slide_rostcardress1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"slide_rostcardress1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"slide_rostcardress1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"slide_rostcardress1920-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"slide_rostcardress1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"slide_rostcardress1920-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"slide_rostcardress1920-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"slide_rostcardress1920-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"slide_rostcardress1920-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11453,1248,'_wp_attached_file','2019/12/slider_bluemini_newdress_1920.jpg'),
(11454,1248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:120;s:4:\"file\";s:41:\"2019/12/slider_bluemini_newdress_1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"slider_bluemini_newdress_1920-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"slider_bluemini_newdress_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"slider_bluemini_newdress_1920-600x38.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"slider_bluemini_newdress_1920-150x120.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"slider_bluemini_newdress_1920-300x19.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"slider_bluemini_newdress_1920-768x48.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"slider_bluemini_newdress_1920-1024x64.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"slider_bluemini_newdress_1920-1200x75.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11455,1249,'_wp_attached_file','2019/10/2019-12-13-10.37.27_ips.jpg'),
(11456,1249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-12-13-10.37.27_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-12-13-10.37.27_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.37.27_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.37.27_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.37.27_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.37.27_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.37.27_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-12-13-10.37.27_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11457,1250,'_wp_attached_file','2019/10/2019-12-13-10.36.12_ips.jpg'),
(11458,1250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-12-13-10.36.12_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-12-13-10.36.12_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.12_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.12_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.12_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.12_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.12_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-12-13-10.36.12_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11459,1251,'_wp_attached_file','2019/10/2019-12-13-10.36.05_ips.jpg'),
(11460,1251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-12-13-10.36.05_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-12-13-10.36.05_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.05_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.05_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.05_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.05_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.36.05_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-12-13-10.36.05_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11461,1252,'_wp_attached_file','2019/10/2019-12-13-10.35.46_ips.jpg'),
(11462,1252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-12-13-10.35.46_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-12-13-10.35.46_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.46_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.46_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.46_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.46_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.46_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-12-13-10.35.46_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11463,1253,'_wp_attached_file','2019/10/2019-12-13-10.35.55_ips.jpg'),
(11464,1253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/2019-12-13-10.35.55_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-12-13-10.35.55_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.55_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.55_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.55_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.55_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-12-13-10.35.55_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-12-13-10.35.55_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11469,879,'galleries_0_images_1_sub_images_1_image','1250'),
(11470,879,'_galleries_0_images_1_sub_images_1_image','field_5ddbb00d495a9'),
(11471,879,'galleries_0_images_1_sub_images_1_image_desription',''),
(11472,879,'_galleries_0_images_1_sub_images_1_image_desription','field_5dde16f0f1d78'),
(11489,879,'galleries_0_images_6_sub_images','2'),
(11490,879,'_galleries_0_images_6_sub_images','field_5ddbafed495a8'),
(11499,1255,'_wp_attached_file','2019/12/slider_text_new-dress_1920.png'),
(11500,1255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:120;s:4:\"file\";s:38:\"2019/12/slider_text_new-dress_1920.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"slider_text_new-dress_1920-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"slider_text_new-dress_1920-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"slider_text_new-dress_1920-600x38.png\";s:5:\"width\";i:600;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"slider_text_new-dress_1920-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"slider_text_new-dress_1920-300x19.png\";s:5:\"width\";i:300;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"slider_text_new-dress_1920-768x48.png\";s:5:\"width\";i:768;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"slider_text_new-dress_1920-1024x64.png\";s:5:\"width\";i:1024;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"slider_text_new-dress_1920-1200x75.png\";s:5:\"width\";i:1200;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11501,1259,'_wp_attached_file','2019/10/bear-rost-blue-logo-post_sm1170x878.jpg'),
(11502,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:47:\"2019/10/bear-rost-blue-logo-post_sm1170x878.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"bear-rost-blue-logo-post_sm1170x878-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:47:\"bear-rost-blue-logo-post_sm1170x878-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:47:\"bear-rost-blue-logo-post_sm1170x878-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"bear-rost-blue-logo-post_sm1170x878-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"bear-rost-blue-logo-post_sm1170x878-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"bear-rost-blue-logo-post_sm1170x878-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"bear-rost-blue-logo-post_sm1170x878-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11505,34,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:32:\"Cardress - NEW DRESS 4 YOUR CAR!\";s:7:\"og_desc\";s:156:\"NEW DRESS 4 YOUR CAR! Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung od\";s:8:\"og_image\";s:95:\"http://flotten.webdress.site/wp-content/uploads/2019/10/bear-rost-blue-logo-post_sm1170x878.jpg\";s:10:\"card_title\";s:32:\"Cardress - NEW DRESS 4 YOUR CAR!\";s:9:\"card_desc\";s:156:\"NEW DRESS 4 YOUR CAR! Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung od\";s:10:\"card_image\";s:95:\"http://flotten.webdress.site/wp-content/uploads/2019/10/bear-rost-blue-logo-post_sm1170x878.jpg\";}'),
(11506,34,'_yoast_wpseo_primary_category',''),
(11507,34,'_yoast_wpseo_content_score','60'),
(11514,36,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:7:\"Porsche\";s:7:\"og_desc\";s:123:\"Cardress - NEW DRESS 4 YOUR CAR! Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\";s:8:\"og_image\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";s:10:\"card_title\";s:7:\"Porsche\";s:9:\"card_desc\";s:123:\"Cardress - NEW DRESS 4 YOUR CAR! Jung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\";s:10:\"card_image\";s:70:\"http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg\";}'),
(11515,36,'_yoast_wpseo_content_score','60'),
(11516,36,'_wp_old_slug','neuheiten2'),
(11517,36,'_yoast_wpseo_primary_category',''),
(11519,1265,'_wp_attached_file','2019/10/offnung-post_sm1170x878.jpg'),
(11520,1265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2019/10/offnung-post_sm1170x878.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"offnung-post_sm1170x878-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"offnung-post_sm1170x878-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"offnung-post_sm1170x878-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"offnung-post_sm1170x878-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"offnung-post_sm1170x878-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"offnung-post_sm1170x878-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"offnung-post_sm1170x878-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11523,38,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:15:\"Öffnungszeiten\";s:7:\"og_desc\";s:149:\"Öffnungszeiten Montag - Freitag 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr Samstag geschlossen Sonntag geschlossen Kundentermine nach vereinba\";s:8:\"og_image\";s:83:\"http://flotten.webdress.site/wp-content/uploads/2019/10/offnung-post_sm1170x878.jpg\";s:10:\"card_title\";s:15:\"Öffnungszeiten\";s:9:\"card_desc\";s:149:\"Öffnungszeiten Montag - Freitag 7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr Samstag geschlossen Sonntag geschlossen Kundentermine nach vereinba\";s:10:\"card_image\";s:83:\"http://flotten.webdress.site/wp-content/uploads/2019/10/offnung-post_sm1170x878.jpg\";}'),
(11524,38,'_yoast_wpseo_content_score','60'),
(11525,38,'_wp_old_slug','neuheiten1'),
(11526,38,'_yoast_wpseo_primary_category',''),
(11527,1268,'_thumbnail_id','634'),
(11528,1268,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:36:\"Car Wrapping – Fahrzeugfolierungen\";s:7:\"og_desc\";s:155:\"Car Wrapping Unsere Arbeiten werden mit höchster Qualität, grösster Sorgfalt und Know-How ausgeführt. Damit wir eine langfristige Haltbarkeit \";s:8:\"og_image\";s:74:\"http://flotten.webdress.site/wp-content/uploads/2019/10/firma2_370_ips.jpg\";s:10:\"card_title\";s:36:\"Car Wrapping – Fahrzeugfolierungen\";s:9:\"card_desc\";s:155:\"Car Wrapping Unsere Arbeiten werden mit höchster Qualität, grösster Sorgfalt und Know-How ausgeführt. Damit wir eine langfristige Haltbarkeit \";s:10:\"card_image\";s:74:\"http://flotten.webdress.site/wp-content/uploads/2019/10/firma2_370_ips.jpg\";}'),
(11529,1268,'_yoast_wpseo_content_score','60'),
(11530,1268,'_wp_old_slug','neuheiten1'),
(11531,1268,'_yoast_wpseo_primary_category',''),
(11532,1268,'_dp_original','38'),
(11533,1268,'_edit_lock','1577042171:1'),
(11534,1268,'_edit_last','1'),
(11537,20,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:10:\"Unser Team\";s:7:\"og_desc\";s:0:\"\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:10:\"Unser Team\";s:9:\"card_desc\";s:0:\"\";s:10:\"card_image\";s:0:\"\";}'),
(11538,20,'team_group_0_members_3_photo','78'),
(11539,20,'_team_group_0_members_3_photo','field_5da35a0a5e8d5'),
(11540,20,'team_group_0_members_3_name','Pippa <hr />'),
(11541,20,'_team_group_0_members_3_name','field_5da35a135e8d6'),
(11542,20,'team_group_0_members_3_position','Bewachungen, <br />Personenschutz <br />'),
(11543,20,'_team_group_0_members_3_position','field_5da35a1c5e8d7'),
(11544,20,'team_group_0_members_3_phone','056 633 53 17'),
(11545,20,'_team_group_0_members_3_phone','field_5da35a2b5e8d8'),
(11546,20,'team_group_0_members_3_email','info@cardress.ch'),
(11547,20,'_team_group_0_members_3_email','field_5da35a335e8d9'),
(11548,1270,'top_image','786'),
(11549,1270,'_top_image','field_5da359b267419'),
(11550,1270,'team_group_0_team_title','Unser Team'),
(11551,1270,'_team_group_0_team_title','field_5da359e55e8d3'),
(11552,1270,'team_group_0_members','4'),
(11553,1270,'_team_group_0_members','field_5da359ef5e8d4'),
(11554,1270,'team_group','1'),
(11555,1270,'_team_group','field_5da359d75e8d2'),
(11556,1270,'team_group_0_members_0_photo','78'),
(11557,1270,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(11558,1270,'team_group_0_members_0_name','Höller Thomas'),
(11559,1270,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(11560,1270,'team_group_0_members_0_position','InhabeGL/GS <br /> Werbetechniker, CarWrapperr'),
(11561,1270,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(11562,1270,'team_group_0_members_0_phone','056 633 53 17'),
(11563,1270,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(11564,1270,'team_group_0_members_0_email','info@cardress.ch'),
(11565,1270,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(11566,1270,'team_group_0_members_1_photo','78'),
(11567,1270,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11568,1270,'team_group_0_members_1_name','Mitarbeiter '),
(11569,1270,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11570,1270,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11571,1270,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11572,1270,'team_group_0_members_1_phone','056 633 53 17'),
(11573,1270,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11574,1270,'team_group_0_members_1_email','info@cardress.ch'),
(11575,1270,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11576,1270,'team_group_0_members_2_photo','78'),
(11577,1270,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11578,1270,'team_group_0_members_2_name','Mitarbeiter '),
(11579,1270,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11580,1270,'team_group_0_members_2_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11581,1270,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11582,1270,'team_group_0_members_2_phone','056 633 53 17'),
(11583,1270,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11584,1270,'team_group_0_members_2_email','info@cardress.ch'),
(11585,1270,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11586,1270,'team_group_0_members_3_photo','78'),
(11587,1270,'_team_group_0_members_3_photo','field_5da35a0a5e8d5'),
(11588,1270,'team_group_0_members_3_name','Pippa'),
(11589,1270,'_team_group_0_members_3_name','field_5da35a135e8d6'),
(11590,1270,'team_group_0_members_3_position','Bewachungen, <br />Personenschutz <br />'),
(11591,1270,'_team_group_0_members_3_position','field_5da35a1c5e8d7'),
(11592,1270,'team_group_0_members_3_phone','056 633 53 17'),
(11593,1270,'_team_group_0_members_3_phone','field_5da35a2b5e8d8'),
(11594,1270,'team_group_0_members_3_email','info@cardress.ch'),
(11595,1270,'_team_group_0_members_3_email','field_5da35a335e8d9'),
(11596,1271,'top_image','786'),
(11597,1271,'_top_image','field_5da359b267419'),
(11598,1271,'team_group_0_team_title','Unser Team'),
(11599,1271,'_team_group_0_team_title','field_5da359e55e8d3'),
(11600,1271,'team_group_0_members','4'),
(11601,1271,'_team_group_0_members','field_5da359ef5e8d4'),
(11602,1271,'team_group','1'),
(11603,1271,'_team_group','field_5da359d75e8d2'),
(11604,1271,'team_group_0_members_0_photo','78'),
(11605,1271,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(11606,1271,'team_group_0_members_0_name','Höller Thomas'),
(11607,1271,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(11608,1271,'team_group_0_members_0_position','GL/GS <br /> Werbetechniker, CarWrapper'),
(11609,1271,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(11610,1271,'team_group_0_members_0_phone','056 633 53 17'),
(11611,1271,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(11612,1271,'team_group_0_members_0_email','info@cardress.ch'),
(11613,1271,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(11614,1271,'team_group_0_members_1_photo','78'),
(11615,1271,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11616,1271,'team_group_0_members_1_name','Mitarbeiter '),
(11617,1271,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11618,1271,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11619,1271,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11620,1271,'team_group_0_members_1_phone','056 633 53 17'),
(11621,1271,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11622,1271,'team_group_0_members_1_email','info@cardress.ch'),
(11623,1271,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11624,1271,'team_group_0_members_2_photo','78'),
(11625,1271,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11626,1271,'team_group_0_members_2_name','Mitarbeiter '),
(11627,1271,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11628,1271,'team_group_0_members_2_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11629,1271,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11630,1271,'team_group_0_members_2_phone','056 633 53 17'),
(11631,1271,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11632,1271,'team_group_0_members_2_email','info@cardress.ch'),
(11633,1271,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11634,1271,'team_group_0_members_3_photo','78'),
(11635,1271,'_team_group_0_members_3_photo','field_5da35a0a5e8d5'),
(11636,1271,'team_group_0_members_3_name','Pippa'),
(11637,1271,'_team_group_0_members_3_name','field_5da35a135e8d6'),
(11638,1271,'team_group_0_members_3_position','Bewachungen, <br />Personenschutz <br />'),
(11639,1271,'_team_group_0_members_3_position','field_5da35a1c5e8d7'),
(11640,1271,'team_group_0_members_3_phone','056 633 53 17'),
(11641,1271,'_team_group_0_members_3_phone','field_5da35a2b5e8d8'),
(11642,1271,'team_group_0_members_3_email','info@cardress.ch'),
(11643,1271,'_team_group_0_members_3_email','field_5da35a335e8d9'),
(11644,1272,'top_image','786'),
(11645,1272,'_top_image','field_5da359b267419'),
(11646,1272,'team_group_0_team_title','Unser Team'),
(11647,1272,'_team_group_0_team_title','field_5da359e55e8d3'),
(11648,1272,'team_group_0_members','4'),
(11649,1272,'_team_group_0_members','field_5da359ef5e8d4'),
(11650,1272,'team_group','1'),
(11651,1272,'_team_group','field_5da359d75e8d2'),
(11652,1272,'team_group_0_members_0_photo','78'),
(11653,1272,'_team_group_0_members_0_photo','field_5da35a0a5e8d5'),
(11654,1272,'team_group_0_members_0_name','Höller Thomas <hr />'),
(11655,1272,'_team_group_0_members_0_name','field_5da35a135e8d6'),
(11656,1272,'team_group_0_members_0_position','GL/GS <br /> Werbetechniker, CarWrapper'),
(11657,1272,'_team_group_0_members_0_position','field_5da35a1c5e8d7'),
(11658,1272,'team_group_0_members_0_phone','056 633 53 17'),
(11659,1272,'_team_group_0_members_0_phone','field_5da35a2b5e8d8'),
(11660,1272,'team_group_0_members_0_email','info@cardress.ch'),
(11661,1272,'_team_group_0_members_0_email','field_5da35a335e8d9'),
(11662,1272,'team_group_0_members_1_photo','78'),
(11663,1272,'_team_group_0_members_1_photo','field_5da35a0a5e8d5'),
(11664,1272,'team_group_0_members_1_name','Mitarbeiter <hr />'),
(11665,1272,'_team_group_0_members_1_name','field_5da35a135e8d6'),
(11666,1272,'team_group_0_members_1_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11667,1272,'_team_group_0_members_1_position','field_5da35a1c5e8d7'),
(11668,1272,'team_group_0_members_1_phone','056 633 53 17'),
(11669,1272,'_team_group_0_members_1_phone','field_5da35a2b5e8d8'),
(11670,1272,'team_group_0_members_1_email','info@cardress.ch'),
(11671,1272,'_team_group_0_members_1_email','field_5da35a335e8d9'),
(11672,1272,'team_group_0_members_2_photo','78'),
(11673,1272,'_team_group_0_members_2_photo','field_5da35a0a5e8d5'),
(11674,1272,'team_group_0_members_2_name','Mitarbeiter <hr /> '),
(11675,1272,'_team_group_0_members_2_name','field_5da35a135e8d6'),
(11676,1272,'team_group_0_members_2_position','Werbetechniker EFZ,<br /> CarWrapper <br />'),
(11677,1272,'_team_group_0_members_2_position','field_5da35a1c5e8d7'),
(11678,1272,'team_group_0_members_2_phone','056 633 53 17'),
(11679,1272,'_team_group_0_members_2_phone','field_5da35a2b5e8d8'),
(11680,1272,'team_group_0_members_2_email','info@cardress.ch'),
(11681,1272,'_team_group_0_members_2_email','field_5da35a335e8d9'),
(11682,1272,'team_group_0_members_3_photo','78'),
(11683,1272,'_team_group_0_members_3_photo','field_5da35a0a5e8d5'),
(11684,1272,'team_group_0_members_3_name','Pippa <hr />'),
(11685,1272,'_team_group_0_members_3_name','field_5da35a135e8d6'),
(11686,1272,'team_group_0_members_3_position','Bewachungen, <br />Personenschutz <br />'),
(11687,1272,'_team_group_0_members_3_position','field_5da35a1c5e8d7'),
(11688,1272,'team_group_0_members_3_phone','056 633 53 17'),
(11689,1272,'_team_group_0_members_3_phone','field_5da35a2b5e8d8'),
(11690,1272,'team_group_0_members_3_email','info@cardress.ch'),
(11691,1272,'_team_group_0_members_3_email','field_5da35a335e8d9'),
(11692,1273,'_wp_attached_file','2019/12/slide_fahrzeubeschriftungen1920_ips.jpg'),
(11693,1273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2019/12/slide_fahrzeubeschriftungen1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"slide_fahrzeubeschriftungen1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:47:\"slide_fahrzeubeschriftungen1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:47:\"slide_fahrzeubeschriftungen1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"slide_fahrzeubeschriftungen1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"slide_fahrzeubeschriftungen1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"slide_fahrzeubeschriftungen1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"slide_fahrzeubeschriftungen1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"slide_fahrzeubeschriftungen1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11694,1274,'_wp_attached_file','2019/12/slide_selbstheilender_lackschutz1920_ips.jpg'),
(11695,1274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2019/12/slide_selbstheilender_lackschutz1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"slide_selbstheilender_lackschutz1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"slide_selbstheilender_lackschutz1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"slide_selbstheilender_lackschutz1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"slide_selbstheilender_lackschutz1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"slide_selbstheilender_lackschutz1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"slide_selbstheilender_lackschutz1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"slide_selbstheilender_lackschutz1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"slide_selbstheilender_lackschutz1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11696,1275,'_wp_attached_file','2019/12/slide_еeilfolierungen1920_ips.jpg'),
(11697,1275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2019/12/slide_еeilfolierungen1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"slide_еeilfolierungen1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_еeilfolierungen1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"slide_еeilfolierungen1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_еeilfolierungen1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"slide_еeilfolierungen1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"slide_еeilfolierungen1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"slide_еeilfolierungen1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"slide_еeilfolierungen1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11700,1277,'_wp_attached_file','2019/12/slide_CarWrapping_1920_ips.jpg'),
(11701,1277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2019/12/slide_CarWrapping_1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"slide_CarWrapping_1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"slide_CarWrapping_1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"slide_CarWrapping_1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"slide_CarWrapping_1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"slide_CarWrapping_1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"slide_CarWrapping_1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"slide_CarWrapping_1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"slide_CarWrapping_1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11702,1278,'_wp_attached_file','2019/12/slide_fahrzeugfolierungen1920_ips.jpg'),
(11703,1278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2019/12/slide_fahrzeugfolierungen1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"slide_fahrzeugfolierungen1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"slide_fahrzeugfolierungen1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"slide_fahrzeugfolierungen1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"slide_fahrzeugfolierungen1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"slide_fahrzeugfolierungen1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"slide_fahrzeugfolierungen1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"slide_fahrzeugfolierungen1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"slide_fahrzeugfolierungen1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11704,1279,'_wp_attached_file','2019/12/slide_fahrzeugfolierungen1920.jpg'),
(11705,1279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2019/12/slide_fahrzeugfolierungen1920.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen1920-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"slide_fahrzeugfolierungen1920-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"slide_fahrzeugfolierungen1920-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1920-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_fahrzeugfolierungen1920-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"DiMAGE A200\";s:7:\"caption\";s:29:\"KONICA MINOLTA DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1072915200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:29:\"KONICA MINOLTA DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11706,1280,'_wp_attached_file','2019/12/slide_professionelle_folierungen1920_ips.jpg'),
(11707,1280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2019/12/slide_professionelle_folierungen1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"slide_professionelle_folierungen1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"slide_professionelle_folierungen1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"slide_professionelle_folierungen1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"slide_professionelle_folierungen1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"slide_professionelle_folierungen1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"slide_professionelle_folierungen1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"slide_professionelle_folierungen1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"slide_professionelle_folierungen1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11708,1281,'_wp_attached_file','2019/12/slide_scheiben_toenen1920_ips.jpg'),
(11709,1281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2019/12/slide_scheiben_toenen1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"slide_scheiben_toenen1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"slide_scheiben_toenen1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"slide_scheiben_toenen1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"slide_scheiben_toenen1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"slide_scheiben_toenen1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"slide_scheiben_toenen1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"slide_scheiben_toenen1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"slide_scheiben_toenen1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11719,1286,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:31:\"Wir wünschen schöne Festtage!\";s:7:\"og_desc\";s:123:\"Frohe Weihnachten! Weihnachtsferien vom 23.12.2019 bis 05.01.2020 Wir wünschen schöne Festtage! Cardress Team\";s:8:\"og_image\";s:89:\"http://flotten.webdress.site/wp-content/uploads/2019/12/slide_weinachten_cardress1170.jpg\";s:10:\"card_title\";s:31:\"Wir wünschen schöne Festtage!\";s:9:\"card_desc\";s:123:\"Frohe Weihnachten! Weihnachtsferien vom 23.12.2019 bis 05.01.2020 Wir wünschen schöne Festtage! Cardress Team\";s:10:\"card_image\";s:89:\"http://flotten.webdress.site/wp-content/uploads/2019/12/slide_weinachten_cardress1170.jpg\";}'),
(11720,1286,'_yoast_wpseo_content_score','90'),
(11721,1286,'_wp_old_slug','neuheiten1'),
(11722,1286,'_yoast_wpseo_primary_category',''),
(11724,1286,'_dp_original','1268'),
(11725,1286,'_edit_lock','1577191196:1'),
(11728,1286,'_edit_last','1'),
(11735,1291,'_wp_attached_file','2019/12/slide_weinachtencardress1.jpg'),
(11736,1291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2019/12/slide_weinachtencardress1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"slide_weinachtencardress1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_weinachtencardress1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"slide_weinachtencardress1-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_weinachtencardress1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"slide_weinachtencardress1-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"slide_weinachtencardress1-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"slide_weinachtencardress1-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"slide_weinachtencardress1-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"Blendwerk Freiburg\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11746,879,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:19:\"Fahrzeugfolierungen\";s:7:\"og_desc\";s:158:\"Car Wrapping – Fahrzeugfolierungen Möchten Sie Ihren Wagen folieren lassen? Ist Ihre Firmenfarbe nicht erhältlich auf dem Fahrzeugmarkt? Können Sie Ihre\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:19:\"Fahrzeugfolierungen\";s:9:\"card_desc\";s:158:\"Car Wrapping – Fahrzeugfolierungen Möchten Sie Ihren Wagen folieren lassen? Ist Ihre Firmenfarbe nicht erhältlich auf dem Fahrzeugmarkt? Können Sie Ihre\";s:10:\"card_image\";s:0:\"\";}'),
(11747,879,'_yoast_wpseo_primary_services',''),
(11748,879,'_yoast_wpseo_content_score','60'),
(11765,879,'galleries_0_images_7_sub_images','1'),
(11766,879,'_galleries_0_images_7_sub_images','field_5ddbafed495a8'),
(11775,879,'galleries_0_images_8_sub_images','1'),
(11776,879,'_galleries_0_images_8_sub_images','field_5ddbafed495a8'),
(11781,879,'galleries_0_images_9_sub_images',''),
(11782,879,'_galleries_0_images_9_sub_images','field_5ddbafed495a8'),
(11795,879,'galleries_0_images_10_sub_images','1'),
(11796,879,'_galleries_0_images_10_sub_images','field_5ddbafed495a8'),
(11797,879,'galleries_0_images_11_sub_images',''),
(11798,879,'_galleries_0_images_11_sub_images','field_5ddbafed495a8'),
(11799,879,'galleries_0_images_12_sub_images',''),
(11800,879,'_galleries_0_images_12_sub_images','field_5ddbafed495a8'),
(11801,879,'galleries_0_images_13_sub_images',''),
(11802,879,'_galleries_0_images_13_sub_images','field_5ddbafed495a8'),
(11803,879,'galleries_0_images_14_sub_images',''),
(11804,879,'_galleries_0_images_14_sub_images','field_5ddbafed495a8'),
(11805,879,'galleries_0_images_15_sub_images',''),
(11806,879,'_galleries_0_images_15_sub_images','field_5ddbafed495a8'),
(11807,879,'galleries_0_images_16_sub_images',''),
(11808,879,'_galleries_0_images_16_sub_images','field_5ddbafed495a8'),
(11809,879,'galleries_0_images_17_sub_images',''),
(11810,879,'_galleries_0_images_17_sub_images','field_5ddbafed495a8'),
(11811,879,'galleries_0_images_18_sub_images',''),
(11812,879,'_galleries_0_images_18_sub_images','field_5ddbafed495a8'),
(11813,879,'galleries_0_images_19_sub_images',''),
(11814,879,'_galleries_0_images_19_sub_images','field_5ddbafed495a8'),
(11815,879,'galleries_0_images_20_sub_images',''),
(11816,879,'_galleries_0_images_20_sub_images','field_5ddbafed495a8'),
(11817,879,'galleries_0_images_21_sub_images',''),
(11818,879,'_galleries_0_images_21_sub_images','field_5ddbafed495a8'),
(11819,879,'galleries_0_images_22_sub_images',''),
(11820,879,'_galleries_0_images_22_sub_images','field_5ddbafed495a8'),
(11821,879,'galleries_0_images_23_sub_images',''),
(11822,879,'_galleries_0_images_23_sub_images','field_5ddbafed495a8'),
(11823,879,'galleries_0_images_24_sub_images',''),
(11824,879,'_galleries_0_images_24_sub_images','field_5ddbafed495a8'),
(11825,879,'galleries_0_images_25_sub_images',''),
(11826,879,'_galleries_0_images_25_sub_images','field_5ddbafed495a8'),
(11827,879,'galleries_0_images_26_sub_images',''),
(11828,879,'_galleries_0_images_26_sub_images','field_5ddbafed495a8'),
(11829,879,'galleries_0_images_27_sub_images',''),
(11830,879,'_galleries_0_images_27_sub_images','field_5ddbafed495a8'),
(11831,879,'galleries_0_images_28_sub_images',''),
(11832,879,'_galleries_0_images_28_sub_images','field_5ddbafed495a8'),
(11833,879,'galleries_0_images_29_sub_images',''),
(11834,879,'_galleries_0_images_29_sub_images','field_5ddbafed495a8'),
(11835,879,'galleries_0_images_30_sub_images',''),
(11836,879,'_galleries_0_images_30_sub_images','field_5ddbafed495a8'),
(11837,879,'galleries_0_images_31_sub_images',''),
(11838,879,'_galleries_0_images_31_sub_images','field_5ddbafed495a8'),
(11861,1294,'_menu_item_type','post_type'),
(11862,1294,'_menu_item_menu_item_parent','47'),
(11863,1294,'_menu_item_object_id','24'),
(11864,1294,'_menu_item_object','page'),
(11865,1294,'_menu_item_target',''),
(11866,1294,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(11867,1294,'_menu_item_xfn',''),
(11868,1294,'_menu_item_url',''),
(11870,1295,'_wp_page_template','page-contacts.php'),
(11871,1295,'text_blocks_0_text','<h1>Impressum</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">www.cardress.ch</a></p>'),
(11872,1295,'_text_blocks_0_text','field_5da4129f01b81'),
(11873,1295,'text_blocks_1_text','<p><strong>Internetpartner und Realisation</strong></p>\r\n\r\n<p>Webdress</p>\r\nEin Unternehmen der Cardress GmbH\r\n<br/>\r\n \r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen</p>\r\n<p>www.webdress.ch</p>'),
(11874,1295,'_text_blocks_1_text','field_5da4129f01b81'),
(11875,1295,'text_blocks_2_text','<p><strong>Bankverbindungen Cardress GmbH</strong></p>\r\n<br/>\r\n\r\n<p><strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss 5507 Mellingen</p>\r\n<br />\r\n\r\n<p><strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2</p>\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss CH 5507 Mellingen</p>'),
(11876,1295,'_text_blocks_2_text','field_5da4129f01b81'),
(11877,1295,'text_blocks','3'),
(11878,1295,'_text_blocks','field_5da4129501b80'),
(11879,1295,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(11880,1295,'_map_code_iframe','field_5da412baab421'),
(11881,1295,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(11882,1295,'_before_form_text','field_5da412d7ab422'),
(11883,1295,'_dp_original','24'),
(11884,1295,'_edit_lock','1577438674:1'),
(11885,1295,'_edit_last','1'),
(11886,1295,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:9:\"Impressum\";s:7:\"og_desc\";s:0:\"\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:9:\"Impressum\";s:9:\"card_desc\";s:0:\"\";s:10:\"card_image\";s:0:\"\";}'),
(11887,1295,'hide_text_section','0'),
(11888,1295,'_hide_text_section','field_5dd3d236266d4'),
(11889,1295,'hide_map_section','1'),
(11890,1295,'_hide_map_section','field_5dd3d262266d5'),
(11891,1295,'hide_form_section','1'),
(11892,1295,'_hide_form_section','field_5dd3d28c266d6'),
(11893,1296,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(11894,1296,'_text_blocks_0_text','field_5da4129f01b81'),
(11895,1296,'text_blocks_1_text','<h2>Öffnungszeiten</h2>\r\n<p>Montag - Freitag</p>\r\n<p>7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr</p>\r\n<p>Samstag geschlossen</p>\r\n<p>Kundentermine nach vereinbahrung zu anderen Zeiten möglich.</p>\r\n<p>Vertreterbesuche nur nach telefonischer Vereinbarung.</p>'),
(11896,1296,'_text_blocks_1_text','field_5da4129f01b81'),
(11897,1296,'text_blocks_2_text','<h2>Anfahrt</h2>\r\n<p>Nur 100m vom Betrieb enfernt befindet sich die Haltestelle<br>\r\n \"Widen Heinrüti\" der BDWM somit können Sie bequem mit<br>\r\nder S17 Linie direkt zu uns gelangen.</p>\r\n<p><strong>Fahrplan: PDF Heinrüti</strong></p>'),
(11898,1296,'_text_blocks_2_text','field_5da4129f01b81'),
(11899,1296,'text_blocks','3'),
(11900,1296,'_text_blocks','field_5da4129501b80'),
(11901,1296,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(11902,1296,'_map_code_iframe','field_5da412baab421'),
(11903,1296,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(11904,1296,'_before_form_text','field_5da412d7ab422'),
(11905,1296,'hide_text_section','0'),
(11906,1296,'_hide_text_section','field_5dd3d236266d4'),
(11907,1296,'hide_map_section','1'),
(11908,1296,'_hide_map_section','field_5dd3d262266d5'),
(11909,1296,'hide_form_section','1'),
(11910,1296,'_hide_form_section','field_5dd3d28c266d6'),
(11911,1297,'text_blocks_0_text','<h1>Kontakt</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(11912,1297,'_text_blocks_0_text','field_5da4129f01b81'),
(11913,1297,'text_blocks_1_text','<p><strong>Internetpartner und Realisation</strong></p>\r\n\r\n<p>Webdress</p>\r\nEin Unternehmen der Cardress GmbH\r\n<br/>\r\n \r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen</p>'),
(11914,1297,'_text_blocks_1_text','field_5da4129f01b81'),
(11915,1297,'text_blocks_2_text','<p><strong>Bankverbindungen Cardress GmbH</strong></p>\r\n<br/>\r\n\r\n<p><strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss 5507 Mellingen</p>\r\n<br />\r\n\r\n<p><strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2</p>\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss CH 5507 Mellingen</p>'),
(11916,1297,'_text_blocks_2_text','field_5da4129f01b81'),
(11917,1297,'text_blocks','3'),
(11918,1297,'_text_blocks','field_5da4129501b80'),
(11919,1297,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(11920,1297,'_map_code_iframe','field_5da412baab421'),
(11921,1297,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(11922,1297,'_before_form_text','field_5da412d7ab422'),
(11923,1297,'hide_text_section','0'),
(11924,1297,'_hide_text_section','field_5dd3d236266d4'),
(11925,1297,'hide_map_section','1'),
(11926,1297,'_hide_map_section','field_5dd3d262266d5'),
(11927,1297,'hide_form_section','1'),
(11928,1297,'_hide_form_section','field_5dd3d28c266d6'),
(11929,1298,'_menu_item_type','post_type'),
(11930,1298,'_menu_item_menu_item_parent','44'),
(11931,1298,'_menu_item_object_id','1295'),
(11932,1298,'_menu_item_object','page'),
(11933,1298,'_menu_item_target',''),
(11934,1298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(11935,1298,'_menu_item_xfn',''),
(11936,1298,'_menu_item_url',''),
(11938,1299,'text_blocks_0_text','<h1>Impressum</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(11939,1299,'_text_blocks_0_text','field_5da4129f01b81'),
(11940,1299,'text_blocks_1_text','<p><strong>Internetpartner und Realisation</strong></p>\r\n\r\n<p>Webdress</p>\r\nEin Unternehmen der Cardress GmbH\r\n<br/>\r\n \r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen</p>'),
(11941,1299,'_text_blocks_1_text','field_5da4129f01b81'),
(11942,1299,'text_blocks_2_text','<p><strong>Bankverbindungen Cardress GmbH</strong></p>\r\n<br/>\r\n\r\n<p><strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss 5507 Mellingen</p>\r\n<br />\r\n\r\n<p><strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2</p>\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss CH 5507 Mellingen</p>'),
(11943,1299,'_text_blocks_2_text','field_5da4129f01b81'),
(11944,1299,'text_blocks','3'),
(11945,1299,'_text_blocks','field_5da4129501b80'),
(11946,1299,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(11947,1299,'_map_code_iframe','field_5da412baab421'),
(11948,1299,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(11949,1299,'_before_form_text','field_5da412d7ab422'),
(11950,1299,'hide_text_section','0'),
(11951,1299,'_hide_text_section','field_5dd3d236266d4'),
(11952,1299,'hide_map_section','1'),
(11953,1299,'_hide_map_section','field_5dd3d262266d5'),
(11954,1299,'hide_form_section','1'),
(11955,1299,'_hide_form_section','field_5dd3d28c266d6'),
(11956,1300,'text_blocks_0_text','<h1>Impressum</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">info@cardress.ch</a></p>'),
(11957,1300,'_text_blocks_0_text','field_5da4129f01b81'),
(11958,1300,'text_blocks_1_text','<p><strong>Internetpartner und Realisation</strong></p>\r\n\r\n<p>Webdress</p>\r\nEin Unternehmen der Cardress GmbH\r\n<br/>\r\n \r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen</p>\r\n<p>www.webdress.ch</p>'),
(11959,1300,'_text_blocks_1_text','field_5da4129f01b81'),
(11960,1300,'text_blocks_2_text','<p><strong>Bankverbindungen Cardress GmbH</strong></p>\r\n<br/>\r\n\r\n<p><strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss 5507 Mellingen</p>\r\n<br />\r\n\r\n<p><strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2</p>\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss CH 5507 Mellingen</p>'),
(11961,1300,'_text_blocks_2_text','field_5da4129f01b81'),
(11962,1300,'text_blocks','3'),
(11963,1300,'_text_blocks','field_5da4129501b80'),
(11964,1300,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(11965,1300,'_map_code_iframe','field_5da412baab421'),
(11966,1300,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(11967,1300,'_before_form_text','field_5da412d7ab422'),
(11968,1300,'hide_text_section','0'),
(11969,1300,'_hide_text_section','field_5dd3d236266d4'),
(11970,1300,'hide_map_section','1'),
(11971,1300,'_hide_map_section','field_5dd3d262266d5'),
(11972,1300,'hide_form_section','1'),
(11973,1300,'_hide_form_section','field_5dd3d28c266d6'),
(11974,1301,'text_blocks_0_text','<h1>Impressum</h1>\r\n<h2>Cardress GmbH</h2>\r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen (AG)</p>\r\n<p>Telefon 056 633 53 17</p>\r\n<p><a href=\"#\">www.cardress.ch</a></p>'),
(11975,1301,'_text_blocks_0_text','field_5da4129f01b81'),
(11976,1301,'text_blocks_1_text','<p><strong>Internetpartner und Realisation</strong></p>\r\n\r\n<p>Webdress</p>\r\nEin Unternehmen der Cardress GmbH\r\n<br/>\r\n \r\n<p>Bremgarterstrasse 94</p>\r\n<p>CH-8967 Widen</p>\r\n<p>www.webdress.ch</p>'),
(11977,1301,'_text_blocks_1_text','field_5da4129f01b81'),
(11978,1301,'text_blocks_2_text','<p><strong>Bankverbindungen Cardress GmbH</strong></p>\r\n<br/>\r\n\r\n<p><strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss 5507 Mellingen</p>\r\n<br />\r\n\r\n<p><strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2</p>\r\n<p>IID (BC-Nr.): 80808</p>\r\n<p>SWIFT-BIC: RAIFCH22</p>\r\n<p>Raiffeisenbank Aare Reuss CH 5507 Mellingen</p>'),
(11979,1301,'_text_blocks_2_text','field_5da4129f01b81'),
(11980,1301,'text_blocks','3'),
(11981,1301,'_text_blocks','field_5da4129501b80'),
(11982,1301,'map_code_iframe','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10810.25642142861!2d8.3556284!3d47.3619076!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9b85d0630d5b908!2sCardress!5e0!3m2!1sde!2sua!4v1573124617530!5m2!1sde!2sua\" width=\"1170\" height=\"400\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\"></iframe>'),
(11983,1301,'_map_code_iframe','field_5da412baab421'),
(11984,1301,'before_form_text','<h3>Kontaktformular</h3>\r\n<p>Über unser Kontaktformular können Sie einfach und unkompliziert mit<br> \r\nuns in Verbindung treten. Wir helfen Ihnen gerne weiter und kümmern<br>\r\nuns um Ihr Anliegen.</p>'),
(11985,1301,'_before_form_text','field_5da412d7ab422'),
(11986,1301,'hide_text_section','0'),
(11987,1301,'_hide_text_section','field_5dd3d236266d4'),
(11988,1301,'hide_map_section','1'),
(11989,1301,'_hide_map_section','field_5dd3d262266d5'),
(11990,1301,'hide_form_section','1'),
(11991,1301,'_hide_form_section','field_5dd3d28c266d6'),
(11992,1302,'_wp_attached_file','2019/12/slide_bear_firma1920_ips.jpg'),
(11993,1302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2019/12/slide_bear_firma1920_ips.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"slide_bear_firma1920_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"slide_bear_firma1920_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"slide_bear_firma1920_ips-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"slide_bear_firma1920_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"slide_bear_firma1920_ips-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"slide_bear_firma1920_ips-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"slide_bear_firma1920_ips-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"slide_bear_firma1920_ips-1200x313.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11994,26,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:5:\"Firma\";s:7:\"og_desc\";s:159:\"Cardress GmbH Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlag\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:5:\"Firma\";s:9:\"card_desc\";s:159:\"Cardress GmbH Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlag\";s:10:\"card_image\";s:0:\"\";}'),
(11995,26,'_yoast_wpseo_content_score','60'),
(11996,1303,'top_image','1302'),
(11997,1303,'_top_image','field_5da37587da91a'),
(11998,1303,'images_0_image','116'),
(11999,1303,'_images_0_image','field_5da37606d63a2'),
(12000,1303,'images_0_text',''),
(12001,1303,'_images_0_text','field_5da37611d63a3'),
(12002,1303,'images_1_image','113'),
(12003,1303,'_images_1_image','field_5da37606d63a2'),
(12004,1303,'images_1_text',''),
(12005,1303,'_images_1_text','field_5da37611d63a3'),
(12006,1303,'images_2_image','115'),
(12007,1303,'_images_2_image','field_5da37606d63a2'),
(12008,1303,'images_2_text',''),
(12009,1303,'_images_2_text','field_5da37611d63a3'),
(12010,1303,'images_3_image','635'),
(12011,1303,'_images_3_image','field_5da37606d63a2'),
(12012,1303,'images_3_text',''),
(12013,1303,'_images_3_text','field_5da37611d63a3'),
(12014,1303,'images_4_image','634'),
(12015,1303,'_images_4_image','field_5da37606d63a2'),
(12016,1303,'images_4_text',''),
(12017,1303,'_images_4_text','field_5da37611d63a3'),
(12018,1303,'images_5_image','629'),
(12019,1303,'_images_5_image','field_5da37606d63a2'),
(12020,1303,'images_5_text',''),
(12021,1303,'_images_5_text','field_5da37611d63a3'),
(12022,1303,'images','10'),
(12023,1303,'_images','field_5da375fcd63a1'),
(12024,1303,'images_6_image','631'),
(12025,1303,'_images_6_image','field_5da37606d63a2'),
(12026,1303,'images_6_text',''),
(12027,1303,'_images_6_text','field_5da37611d63a3'),
(12028,1303,'images_7_image','636'),
(12029,1303,'_images_7_image','field_5da37606d63a2'),
(12030,1303,'images_7_text',''),
(12031,1303,'_images_7_text','field_5da37611d63a3'),
(12032,1303,'images_8_image','633'),
(12033,1303,'_images_8_image','field_5da37606d63a2'),
(12034,1303,'images_8_text',''),
(12035,1303,'_images_8_text','field_5da37611d63a3'),
(12036,1303,'images_9_image','638'),
(12037,1303,'_images_9_image','field_5da37606d63a2'),
(12038,1303,'images_9_text',''),
(12039,1303,'_images_9_text','field_5da37611d63a3'),
(12040,1304,'_wp_attached_file','2019/12/maschin570x418.jpg'),
(12041,1304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:418;s:4:\"file\";s:26:\"2019/12/maschin570x418.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"maschin570x418-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"maschin570x418-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"maschin570x418-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"maschin570x418-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1575564789\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12044,1306,'top_image','1302'),
(12045,1306,'_top_image','field_5da37587da91a'),
(12046,1306,'images_0_image','116'),
(12047,1306,'_images_0_image','field_5da37606d63a2'),
(12048,1306,'images_0_text',''),
(12049,1306,'_images_0_text','field_5da37611d63a3'),
(12050,1306,'images_1_image','1304'),
(12051,1306,'_images_1_image','field_5da37606d63a2'),
(12052,1306,'images_1_text',''),
(12053,1306,'_images_1_text','field_5da37611d63a3'),
(12054,1306,'images_2_image','1305'),
(12055,1306,'_images_2_image','field_5da37606d63a2'),
(12056,1306,'images_2_text',''),
(12057,1306,'_images_2_text','field_5da37611d63a3'),
(12058,1306,'images_3_image','635'),
(12059,1306,'_images_3_image','field_5da37606d63a2'),
(12060,1306,'images_3_text',''),
(12061,1306,'_images_3_text','field_5da37611d63a3'),
(12062,1306,'images_4_image','634'),
(12063,1306,'_images_4_image','field_5da37606d63a2'),
(12064,1306,'images_4_text',''),
(12065,1306,'_images_4_text','field_5da37611d63a3'),
(12066,1306,'images_5_image','629'),
(12067,1306,'_images_5_image','field_5da37606d63a2'),
(12068,1306,'images_5_text',''),
(12069,1306,'_images_5_text','field_5da37611d63a3'),
(12070,1306,'images','10'),
(12071,1306,'_images','field_5da375fcd63a1'),
(12072,1306,'images_6_image','631'),
(12073,1306,'_images_6_image','field_5da37606d63a2'),
(12074,1306,'images_6_text',''),
(12075,1306,'_images_6_text','field_5da37611d63a3'),
(12076,1306,'images_7_image','636'),
(12077,1306,'_images_7_image','field_5da37606d63a2'),
(12078,1306,'images_7_text',''),
(12079,1306,'_images_7_text','field_5da37611d63a3'),
(12080,1306,'images_8_image','633'),
(12081,1306,'_images_8_image','field_5da37606d63a2'),
(12082,1306,'images_8_text',''),
(12083,1306,'_images_8_text','field_5da37611d63a3'),
(12084,1306,'images_9_image','638'),
(12085,1306,'_images_9_image','field_5da37606d63a2'),
(12086,1306,'images_9_text',''),
(12087,1306,'_images_9_text','field_5da37611d63a3'),
(12104,879,'galleries_0_images_7_sub_images_0_image',''),
(12105,879,'_galleries_0_images_7_sub_images_0_image','field_5ddbb00d495a9'),
(12106,879,'galleries_0_images_7_sub_images_0_image_desription',''),
(12107,879,'_galleries_0_images_7_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12172,224,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:15:\"Teilfolierungen\";s:7:\"og_desc\";s:157:\"Car Wrapping – Teilfolierungen. Ob Stripes, eine Carbonhaube, ein spezielle Dachfarbe oder sonst eine extravagante Folierung. Mit wenigen optischen\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:15:\"Teilfolierungen\";s:9:\"card_desc\";s:157:\"Car Wrapping – Teilfolierungen. Ob Stripes, eine Carbonhaube, ein spezielle Dachfarbe oder sonst eine extravagante Folierung. Mit wenigen optischen\";s:10:\"card_image\";s:0:\"\";}'),
(12173,224,'galleries_0_images_3_sub_images_0_image','1235'),
(12174,224,'_galleries_0_images_3_sub_images_0_image','field_5ddbb00d495a9'),
(12175,224,'galleries_0_images_3_sub_images_0_image_desription',''),
(12176,224,'_galleries_0_images_3_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12177,224,'galleries_0_images_3_sub_images_1_image','1237'),
(12178,224,'_galleries_0_images_3_sub_images_1_image','field_5ddbb00d495a9'),
(12179,224,'galleries_0_images_3_sub_images_1_image_desription',''),
(12180,224,'_galleries_0_images_3_sub_images_1_image_desription','field_5dde16f0f1d78'),
(12181,224,'galleries_0_images_3_sub_images_2_image','1236'),
(12182,224,'_galleries_0_images_3_sub_images_2_image','field_5ddbb00d495a9'),
(12183,224,'galleries_0_images_3_sub_images_2_image_desription',''),
(12184,224,'_galleries_0_images_3_sub_images_2_image_desription','field_5dde16f0f1d78'),
(12185,224,'galleries_0_images_8_sub_images',''),
(12186,224,'_galleries_0_images_8_sub_images','field_5ddbafed495a8'),
(12187,224,'_yoast_wpseo_primary_services',''),
(12188,224,'_yoast_wpseo_content_score','60'),
(12189,224,'galleries_0_images_14_sub_images',''),
(12190,224,'_galleries_0_images_14_sub_images','field_5ddbafed495a8'),
(12195,1307,'_edit_last','1'),
(12196,1307,'_edit_lock','1584948791:1'),
(12200,1307,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:23:\"Teilfolierungen Audi Q5\";s:7:\"og_desc\";s:155:\"Fahrzeugmodell: Audi Q5 Folienfarbe: Digitaldruck Grundfarbe: Weiss Sontiges: Spezielle Linienführung ums Auto ???? Rufen Sie uns un 056 633 53 17! www.ca\";s:8:\"og_image\";s:94:\"http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-Fahrzeubeschriftungen_ips1.jpg\";s:10:\"card_title\";s:23:\"Teilfolierungen Audi Q5\";s:9:\"card_desc\";s:155:\"Fahrzeugmodell: Audi Q5 Folienfarbe: Digitaldruck Grundfarbe: Weiss Sontiges: Spezielle Linienführung ums Auto ???? Rufen Sie uns un 056 633 53 17! www.ca\";s:10:\"card_image\";s:94:\"http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-Fahrzeubeschriftungen_ips1.jpg\";}'),
(12201,1307,'_yoast_wpseo_content_score','60'),
(12202,1307,'_yoast_wpseo_primary_category',''),
(12210,1311,'_wp_attached_file','2020/01/Fiat-Ducato.jpg'),
(12211,1311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:23:\"2020/01/Fiat-Ducato.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Fiat-Ducato-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Fiat-Ducato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Fiat-Ducato-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Fiat-Ducato-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Fiat-Ducato-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Fiat-Ducato-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Fiat-Ducato-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12224,1315,'_wp_attached_file','2020/01/Ford-Transit.jpg'),
(12225,1315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2020/01/Ford-Transit.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Ford-Transit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Ford-Transit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Ford-Transit-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Ford-Transit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Ford-Transit-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Ford-Transit-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Ford-Transit-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12239,1307,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12240,1317,'_thumbnail_id','1318'),
(12241,1317,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:24:\"Teilfolierungen Mercedes\";s:7:\"og_desc\";s:112:\"Fahrzeugmodell: Mercedes Folienfarbe: Grundfarbe: Sontiges: ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:8:\"og_image\";s:74:\"http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1851_ips_t.jpg\";s:10:\"card_title\";s:24:\"Teilfolierungen Mercedes\";s:9:\"card_desc\";s:112:\"Fahrzeugmodell: Mercedes Folienfarbe: Grundfarbe: Sontiges: ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:10:\"card_image\";s:74:\"http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1851_ips_t.jpg\";}'),
(12242,1317,'_yoast_wpseo_content_score','60'),
(12243,1317,'_yoast_wpseo_primary_category',''),
(12244,1317,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12245,1317,'_dp_original','1307'),
(12246,1318,'_wp_attached_file','2019/10/IMG_1851_ips_t.jpg'),
(12247,1318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/IMG_1851_ips_t.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_1851_ips_t-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_1851_ips_t-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"IMG_1851_ips_t-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_1851_ips_t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IMG_1851_ips_t-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IMG_1851_ips_t-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_1851_ips_t-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12248,1319,'_wp_attached_file','2019/10/IMG_1855_ips_t.jpg'),
(12249,1319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:26:\"2019/10/IMG_1855_ips_t.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_1855_ips_t-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_1855_ips_t-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"IMG_1855_ips_t-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_1855_ips_t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IMG_1855_ips_t-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IMG_1855_ips_t-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_1855_ips_t-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12250,1320,'_wp_attached_file','2019/10/IMG_1857_ips.jpg'),
(12251,1320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:24:\"2019/10/IMG_1857_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_1857_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_1857_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IMG_1857_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_1857_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMG_1857_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_1857_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMG_1857_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12252,224,'galleries_0_images_5_sub_images_0_image',''),
(12253,224,'_galleries_0_images_5_sub_images_0_image','field_5ddbb00d495a9'),
(12254,224,'galleries_0_images_5_sub_images_0_image_desription',''),
(12255,224,'_galleries_0_images_5_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12256,224,'galleries_0_images_5_sub_images_1_image',''),
(12257,224,'_galleries_0_images_5_sub_images_1_image','field_5ddbb00d495a9'),
(12258,224,'galleries_0_images_5_sub_images_1_image_desription',''),
(12259,224,'_galleries_0_images_5_sub_images_1_image_desription','field_5dde16f0f1d78'),
(12260,224,'galleries_0_images_5_sub_images_2_image',''),
(12261,224,'_galleries_0_images_5_sub_images_2_image','field_5ddbb00d495a9'),
(12262,224,'galleries_0_images_5_sub_images_2_image_desription',''),
(12263,224,'_galleries_0_images_5_sub_images_2_image_desription','field_5dde16f0f1d78'),
(12264,224,'galleries_0_images_5_sub_images','3'),
(12265,224,'_galleries_0_images_5_sub_images','field_5ddbafed495a8'),
(12266,224,'galleries_0_images_15_sub_images',''),
(12267,224,'_galleries_0_images_15_sub_images','field_5ddbafed495a8'),
(12268,224,'galleries_0_images_42_big_image','823'),
(12269,224,'_galleries_0_images_42_big_image','field_5da3536cd8d8b'),
(12270,224,'galleries_0_images_42_thumbnail','823'),
(12271,224,'_galleries_0_images_42_thumbnail','field_5da3537dd8d8c'),
(12272,224,'galleries_0_images_42_image_desription',''),
(12273,224,'_galleries_0_images_42_image_desription','field_5da3573301dea'),
(12274,224,'galleries_0_images_42_subgallery','0'),
(12275,224,'_galleries_0_images_42_subgallery','field_5ddbb01e495aa'),
(12276,224,'galleries_0_images_43_big_image','1319'),
(12277,224,'_galleries_0_images_43_big_image','field_5da3536cd8d8b'),
(12278,224,'galleries_0_images_43_thumbnail',''),
(12279,224,'_galleries_0_images_43_thumbnail','field_5da3537dd8d8c'),
(12280,224,'galleries_0_images_43_image_desription',''),
(12281,224,'_galleries_0_images_43_image_desription','field_5da3573301dea'),
(12282,224,'galleries_0_images_43_subgallery','0'),
(12283,224,'_galleries_0_images_43_subgallery','field_5ddbb01e495aa'),
(12284,224,'galleries_0_images_44_big_image','1320'),
(12285,224,'_galleries_0_images_44_big_image','field_5da3536cd8d8b'),
(12286,224,'galleries_0_images_44_thumbnail',''),
(12287,224,'_galleries_0_images_44_thumbnail','field_5da3537dd8d8c'),
(12288,224,'galleries_0_images_44_image_desription',''),
(12289,224,'_galleries_0_images_44_image_desription','field_5da3573301dea'),
(12290,224,'galleries_0_images_44_subgallery','0'),
(12291,224,'_galleries_0_images_44_subgallery','field_5ddbb01e495aa'),
(12292,1317,'_edit_lock','1584948648:1'),
(12293,1317,'_edit_last','1'),
(12296,1322,'_thumbnail_id','1319'),
(12297,1322,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:24:\"Teilfolierungen Mercedes\";s:7:\"og_desc\";s:112:\"Fahrzeugmodell: Mercedes Folienfarbe: Grundfarbe: Sontiges: ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:8:\"og_image\";s:74:\"http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1855_ips_t.jpg\";s:10:\"card_title\";s:24:\"Teilfolierungen Mercedes\";s:9:\"card_desc\";s:112:\"Fahrzeugmodell: Mercedes Folienfarbe: Grundfarbe: Sontiges: ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:10:\"card_image\";s:74:\"http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1855_ips_t.jpg\";}'),
(12298,1322,'_yoast_wpseo_content_score','60'),
(12299,1322,'_yoast_wpseo_primary_category',''),
(12300,1322,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12302,1322,'_dp_original','1317'),
(12303,1322,'_edit_lock','1584948581:1'),
(12304,1322,'_edit_last','1'),
(12307,1324,'_thumbnail_id','1320'),
(12308,1324,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:24:\"Teilfolierungen Mercedes\";s:7:\"og_desc\";s:112:\"Fahrzeugmodell: Mercedes Folienfarbe: Grundfarbe: Sontiges: ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:8:\"og_image\";s:72:\"http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1857_ips.jpg\";s:10:\"card_title\";s:24:\"Teilfolierungen Mercedes\";s:9:\"card_desc\";s:112:\"Fahrzeugmodell: Mercedes Folienfarbe: Grundfarbe: Sontiges: ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:10:\"card_image\";s:72:\"http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1857_ips.jpg\";}'),
(12309,1324,'_yoast_wpseo_content_score','60'),
(12310,1324,'_yoast_wpseo_primary_category',''),
(12311,1324,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12313,1324,'_dp_original','1322'),
(12314,1324,'_edit_lock','1584948511:1'),
(12315,1324,'_edit_last','1'),
(12318,1326,'_thumbnail_id','1334'),
(12319,1326,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:20:\"Bereit zur Übergabe\";s:7:\"og_desc\";s:52:\"???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:8:\"og_image\";s:85:\"http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-06.57.52_ips-1.jpg\";s:10:\"card_title\";s:20:\"Bereit zur Übergabe\";s:9:\"card_desc\";s:52:\"???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:10:\"card_image\";s:85:\"http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-06.57.52_ips-1.jpg\";}'),
(12320,1326,'_yoast_wpseo_content_score','90'),
(12321,1326,'_yoast_wpseo_primary_category',''),
(12322,1326,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12324,1326,'_dp_original','1324'),
(12325,1326,'_edit_lock','1584948435:1'),
(12328,1328,'_wp_attached_file','2020/02/2020-02-18-06.57.52_ips.jpg'),
(12329,1328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2020/02/2020-02-18-06.57.52_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2020-02-18-06.57.52_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2020-02-18-06.57.52_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2020-02-18-06.57.52_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2020-02-18-06.57.52_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2020-02-18-06.57.52_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2020-02-18-06.57.52_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2020-02-18-06.57.52_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 7 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1582009072\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12330,1326,'_edit_last','1'),
(12333,1330,'_thumbnail_id','1335'),
(12334,1330,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:20:\"Bereit zur Übergabe\";s:7:\"og_desc\";s:52:\"???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:8:\"og_image\";s:85:\"http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-10.39.48_ips-1.jpg\";s:10:\"card_title\";s:20:\"Bereit zur Übergabe\";s:9:\"card_desc\";s:52:\"???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:10:\"card_image\";s:85:\"http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-10.39.48_ips-1.jpg\";}'),
(12335,1330,'_yoast_wpseo_content_score','90'),
(12336,1330,'_yoast_wpseo_primary_category',''),
(12337,1330,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12339,1330,'_dp_original','1326'),
(12340,1330,'_edit_lock','1584948389:1'),
(12341,1330,'_edit_last','1'),
(12350,1334,'_wp_attached_file','2020/02/2020-02-18-06.57.52_ips-1.jpg'),
(12351,1334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2020/02/2020-02-18-06.57.52_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2020-02-18-06.57.52_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2020-02-18-06.57.52_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2020-02-18-06.57.52_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2020-02-18-06.57.52_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2020-02-18-06.57.52_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2020-02-18-06.57.52_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2020-02-18-06.57.52_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12352,1335,'_wp_attached_file','2020/02/2020-02-18-10.39.48_ips-1.jpg'),
(12353,1335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:37:\"2020/02/2020-02-18-10.39.48_ips-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"2020-02-18-10.39.48_ips-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"2020-02-18-10.39.48_ips-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"2020-02-18-10.39.48_ips-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2020-02-18-10.39.48_ips-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2020-02-18-10.39.48_ips-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"2020-02-18-10.39.48_ips-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"2020-02-18-10.39.48_ips-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12360,958,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:4:\"Jobs\";s:7:\"og_desc\";s:158:\"Werbetechniker / Carwrapper Wir suchen per sofort in unserem Team Verstärkung Bereich Werbetechnik und CarWrapping. Hast du eine Ausbildung als Gestalter Wer\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:4:\"Jobs\";s:9:\"card_desc\";s:158:\"Werbetechniker / Carwrapper Wir suchen per sofort in unserem Team Verstärkung Bereich Werbetechnik und CarWrapping. Hast du eine Ausbildung als Gestalter Wer\";s:10:\"card_image\";s:0:\"\";}'),
(12361,958,'_yoast_wpseo_primary_services',''),
(12362,958,'_yoast_wpseo_content_score','60'),
(12365,16,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:9:\"Frontpage\";s:7:\"og_desc\";s:0:\"\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:9:\"Frontpage\";s:9:\"card_desc\";s:0:\"\";s:10:\"card_image\";s:0:\"\";}'),
(12366,16,'_yoast_wpseo_content_score','30'),
(12367,16,'banner_image',''),
(12368,16,'_banner_image','field_5e5cd229452f9'),
(12369,16,'banner_link',''),
(12370,16,'_banner_link','field_5e5cd23e452fa'),
(12371,1340,'top_slider_0_image','132'),
(12372,1340,'_top_slider_0_image','field_5da409fc7f421'),
(12373,1340,'top_slider','1'),
(12374,1340,'_top_slider','field_5da409f17f420'),
(12375,1340,'banner_image','1339'),
(12376,1340,'_banner_image','field_5e5cd229452f9'),
(12377,1340,'banner_link','#'),
(12378,1340,'_banner_link','field_5e5cd23e452fa'),
(12381,1342,'top_slider_0_image','132'),
(12382,1342,'_top_slider_0_image','field_5da409fc7f421'),
(12383,1342,'top_slider','1'),
(12384,1342,'_top_slider','field_5da409f17f420'),
(12385,1342,'banner_image','1341'),
(12386,1342,'_banner_image','field_5e5cd229452f9'),
(12387,1342,'banner_link','https://hueglievent.webdress.site/'),
(12388,1342,'_banner_link','field_5e5cd23e452fa'),
(12389,1343,'top_slider_0_image','132'),
(12390,1343,'_top_slider_0_image','field_5da409fc7f421'),
(12391,1343,'top_slider','1'),
(12392,1343,'_top_slider','field_5da409f17f420'),
(12393,1343,'banner_image',''),
(12394,1343,'_banner_image','field_5e5cd229452f9'),
(12395,1343,'banner_link','https://hueglievent.webdress.site/'),
(12396,1343,'_banner_link','field_5e5cd23e452fa'),
(12397,1344,'top_slider_0_image','132'),
(12398,1344,'_top_slider_0_image','field_5da409fc7f421'),
(12399,1344,'top_slider','1'),
(12400,1344,'_top_slider','field_5da409f17f420'),
(12401,1344,'banner_image',''),
(12402,1344,'_banner_image','field_5e5cd229452f9'),
(12403,1344,'banner_link','http://flotten.webdress.site/dienstleistungen/jobs/'),
(12404,1344,'_banner_link','field_5e5cd23e452fa'),
(12405,1345,'_wp_attached_file','2020/03/verstaerkung_gesucht.jpg'),
(12406,1345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2020/03/verstaerkung_gesucht.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"verstaerkung_gesucht-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"verstaerkung_gesucht-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"verstaerkung_gesucht-600x195.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"verstaerkung_gesucht-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"verstaerkung_gesucht-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"verstaerkung_gesucht-768x250.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"verstaerkung_gesucht-1024x333.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"verstaerkung_gesucht-1200x390.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12407,1346,'_wp_attached_file','2020/03/verstaerkung_gesucht2.jpg'),
(12408,1346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2020/03/verstaerkung_gesucht2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"verstaerkung_gesucht2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"verstaerkung_gesucht2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"verstaerkung_gesucht2-600x195.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"verstaerkung_gesucht2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"verstaerkung_gesucht2-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"verstaerkung_gesucht2-768x250.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"verstaerkung_gesucht2-1024x333.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"verstaerkung_gesucht2-1200x390.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12409,1347,'top_slider_0_image','132'),
(12410,1347,'_top_slider_0_image','field_5da409fc7f421'),
(12411,1347,'top_slider','1'),
(12412,1347,'_top_slider','field_5da409f17f420'),
(12413,1347,'banner_image','1346'),
(12414,1347,'_banner_image','field_5e5cd229452f9'),
(12415,1347,'banner_link','http://flotten.webdress.site/dienstleistungen/jobs/'),
(12416,1347,'_banner_link','field_5e5cd23e452fa'),
(12417,1348,'top_slider_0_image','132'),
(12418,1348,'_top_slider_0_image','field_5da409fc7f421'),
(12419,1348,'top_slider','1'),
(12420,1348,'_top_slider','field_5da409f17f420'),
(12421,1348,'banner_image','1345'),
(12422,1348,'_banner_image','field_5e5cd229452f9'),
(12423,1348,'banner_link','http://flotten.webdress.site/dienstleistungen/jobs/'),
(12424,1348,'_banner_link','field_5e5cd23e452fa'),
(12425,1349,'_thumbnail_id','1353'),
(12426,1349,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:8:\"AUDI RS6\";s:7:\"og_desc\";s:52:\"???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:8:\"og_image\";s:86:\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg\";s:10:\"card_title\";s:8:\"AUDI RS6\";s:9:\"card_desc\";s:52:\"???? Rufen Sie uns un 056 633 53 17! www.cardress.ch\";s:10:\"card_image\";s:86:\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg\";}'),
(12427,1349,'_yoast_wpseo_content_score','90'),
(12428,1349,'_yoast_wpseo_primary_category',''),
(12429,1349,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12431,1349,'_dp_original','1330'),
(12432,1349,'_edit_lock','1584948343:1'),
(12433,1349,'_edit_last','1'),
(12434,1350,'_wp_attached_file','2020/03/2020-03-20-08.06.39_ips.jpg'),
(12435,1350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2020/03/2020-03-20-08.06.39_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2020-03-20-08.06.39_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2020-03-20-08.06.39_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2020-03-20-08.06.39_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2020-03-20-08.06.39_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2020-03-20-08.06.39_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2020-03-20-08.06.39_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2020-03-20-08.06.39_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12436,1351,'_wp_attached_file','2020/03/Foto-20.03.20-07-50-14_ips.jpg'),
(12437,1351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2020/03/Foto-20.03.20-07-50-14_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-20.03.20-07-50-14_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-07-50-14_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-07-50-14_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-07-50-14_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-07-50-14_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-07-50-14_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-20.03.20-07-50-14_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12438,1352,'_wp_attached_file','2020/03/Foto-20.03.20-08-07-46_ips.jpg'),
(12439,1352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2020/03/Foto-20.03.20-08-07-46_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-46_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-46_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-46_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-46_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-46_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-46_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-20.03.20-08-07-46_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12440,1353,'_wp_attached_file','2020/03/Foto-20.03.20-08-07-58_ips.jpg'),
(12441,1353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:38:\"2020/03/Foto-20.03.20-08-07-58_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-58_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-58_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-58_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-58_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-58_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Foto-20.03.20-08-07-58_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Foto-20.03.20-08-07-58_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12446,1356,'_thumbnail_id','1351'),
(12447,1356,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:8:\"AUDI RS6\";s:7:\"og_desc\";s:157:\"Komplettfolierung AUDI RS6. Ausführung und Beratung über unsere CarWrapping Firma. #swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #f\";s:8:\"og_image\";s:86:\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg\";s:10:\"card_title\";s:8:\"AUDI RS6\";s:9:\"card_desc\";s:157:\"Komplettfolierung AUDI RS6. Ausführung und Beratung über unsere CarWrapping Firma. #swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #f\";s:10:\"card_image\";s:86:\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg\";}'),
(12448,1356,'_yoast_wpseo_content_score','60'),
(12449,1356,'_yoast_wpseo_primary_category',''),
(12450,1356,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12452,1356,'_dp_original','1349'),
(12453,1356,'_edit_lock','1584948854:1'),
(12454,1356,'_edit_last','1'),
(12457,879,'galleries_0_images_1_sub_images_2_image','1253'),
(12458,879,'_galleries_0_images_1_sub_images_2_image','field_5ddbb00d495a9'),
(12459,879,'galleries_0_images_1_sub_images_2_image_desription',''),
(12460,879,'_galleries_0_images_1_sub_images_2_image_desription','field_5dde16f0f1d78'),
(12461,879,'galleries_0_images_2_sub_images_1_image','940'),
(12462,879,'_galleries_0_images_2_sub_images_1_image','field_5ddbb00d495a9'),
(12463,879,'galleries_0_images_2_sub_images_1_image_desription',''),
(12464,879,'_galleries_0_images_2_sub_images_1_image_desription','field_5dde16f0f1d78'),
(12465,879,'galleries_0_images_4_sub_images_0_image','945'),
(12466,879,'_galleries_0_images_4_sub_images_0_image','field_5ddbb00d495a9'),
(12467,879,'galleries_0_images_4_sub_images_0_image_desription',''),
(12468,879,'_galleries_0_images_4_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12473,879,'galleries_0_images_8_sub_images_0_image',''),
(12474,879,'_galleries_0_images_8_sub_images_0_image','field_5ddbb00d495a9'),
(12475,879,'galleries_0_images_8_sub_images_0_image_desription',''),
(12476,879,'_galleries_0_images_8_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12481,879,'galleries_0_images_32_big_image','903'),
(12482,879,'_galleries_0_images_32_big_image','field_5da3536cd8d8b'),
(12483,879,'galleries_0_images_32_thumbnail','903'),
(12484,879,'_galleries_0_images_32_thumbnail','field_5da3537dd8d8c'),
(12485,879,'galleries_0_images_32_image_desription',''),
(12486,879,'_galleries_0_images_32_image_desription','field_5da3573301dea'),
(12487,879,'galleries_0_images_32_subgallery','1'),
(12488,879,'_galleries_0_images_32_subgallery','field_5ddbb01e495aa'),
(12489,879,'galleries_0_images_32_sub_images',''),
(12490,879,'_galleries_0_images_32_sub_images','field_5ddbafed495a8'),
(12495,1361,'_thumbnail_id','1363'),
(12496,1361,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:19:\"Fahrzeugfolierungen\";s:7:\"og_desc\";s:155:\"Ausführung und Beratung über unsere CarWrapping Firma. ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch #swiss #schweiz #fahrzeugfolierungen #folie\";s:8:\"og_image\";s:85:\"http://flotten.webdress.site/wp-content/uploads/2020/03/in_CD_fahrzeugfolierungen.jpg\";s:10:\"card_title\";s:19:\"Fahrzeugfolierungen\";s:9:\"card_desc\";s:155:\"Ausführung und Beratung über unsere CarWrapping Firma. ???? Rufen Sie uns un 056 633 53 17! www.cardress.ch #swiss #schweiz #fahrzeugfolierungen #folie\";s:10:\"card_image\";s:85:\"http://flotten.webdress.site/wp-content/uploads/2020/03/in_CD_fahrzeugfolierungen.jpg\";}'),
(12497,1361,'_yoast_wpseo_content_score','60'),
(12498,1361,'_yoast_wpseo_primary_category',''),
(12499,1361,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12501,1361,'_dp_original','1356'),
(12502,1361,'_edit_lock','1584948734:1'),
(12503,1361,'_edit_last','1'),
(12506,1363,'_wp_attached_file','2020/03/in_CD_fahrzeugfolierungen.jpg'),
(12507,1363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2020/03/in_CD_fahrzeugfolierungen.jpg\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"in_CD_fahrzeugfolierungen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"in_CD_fahrzeugfolierungen-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"in_CD_fahrzeugfolierungen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"in_CD_fahrzeugfolierungen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12516,1361,'_wp_old_slug','audi-rs6-%f0%9f%9a%98-3'),
(12519,1361,'_wp_old_date','2020-03-21'),
(12540,1356,'_wp_old_slug','audi-rs6-%f0%9f%9a%98-2'),
(12550,1376,'_thumbnail_id','1377'),
(12551,1376,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:26:\"MERCEDES AMG GLC Coupe 63S\";s:7:\"og_desc\";s:155:\"TEILFOLIERUNGEN Fahrzeugmodell: Mercedes AMG GLC Coupe 63S Folienfarbe: PWF Matt Sunflower Metallic Grundfarbe: Schwarz Sontiges: Spezielle Linienfüh\";s:8:\"og_image\";s:81:\"http://flotten.webdress.site/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg\";s:10:\"card_title\";s:26:\"MERCEDES AMG GLC Coupe 63S\";s:9:\"card_desc\";s:155:\"TEILFOLIERUNGEN Fahrzeugmodell: Mercedes AMG GLC Coupe 63S Folienfarbe: PWF Matt Sunflower Metallic Grundfarbe: Schwarz Sontiges: Spezielle Linienfüh\";s:10:\"card_image\";s:81:\"http://flotten.webdress.site/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg\";}'),
(12552,1376,'_yoast_wpseo_content_score','60'),
(12553,1376,'_yoast_wpseo_primary_category',''),
(12554,1376,'_wp_old_slug','teilfolierungen-audi-q5-%f0%9f%9a%98__trashed'),
(12555,1376,'_wp_old_slug','audi-rs6-%f0%9f%9a%98-2'),
(12557,1376,'_dp_original','1356'),
(12558,1376,'_edit_lock','1585231181:1'),
(12559,1377,'_wp_attached_file','2020/03/IMG_2523_cardress_ips.jpg'),
(12560,1377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:33:\"2020/03/IMG_2523_cardress_ips.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG_2523_cardress_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_2523_cardress_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"IMG_2523_cardress_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_2523_cardress_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IMG_2523_cardress_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"IMG_2523_cardress_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"IMG_2523_cardress_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12561,1376,'_edit_last','1'),
(12600,879,'galleries_0_images_6_sub_images_0_image',''),
(12601,879,'_galleries_0_images_6_sub_images_0_image','field_5ddbb00d495a9'),
(12602,879,'galleries_0_images_6_sub_images_0_image_desription',''),
(12603,879,'_galleries_0_images_6_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12604,879,'galleries_0_images_6_sub_images_1_image',''),
(12605,879,'_galleries_0_images_6_sub_images_1_image','field_5ddbb00d495a9'),
(12606,879,'galleries_0_images_6_sub_images_1_image_desription',''),
(12607,879,'_galleries_0_images_6_sub_images_1_image_desription','field_5dde16f0f1d78'),
(12608,879,'galleries_0_images_10_sub_images_0_image','905'),
(12609,879,'_galleries_0_images_10_sub_images_0_image','field_5ddbb00d495a9'),
(12610,879,'galleries_0_images_10_sub_images_0_image_desription',''),
(12611,879,'_galleries_0_images_10_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12612,224,'galleries_0_images_6_sub_images_0_image',''),
(12613,224,'_galleries_0_images_6_sub_images_0_image','field_5ddbb00d495a9'),
(12614,224,'galleries_0_images_6_sub_images_0_image_desription',''),
(12615,224,'_galleries_0_images_6_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12616,224,'galleries_0_images_6_sub_images_1_image',''),
(12617,224,'_galleries_0_images_6_sub_images_1_image','field_5ddbb00d495a9'),
(12618,224,'galleries_0_images_6_sub_images_1_image_desription',''),
(12619,224,'_galleries_0_images_6_sub_images_1_image_desription','field_5dde16f0f1d78'),
(12620,224,'galleries_0_images_6_sub_images_2_image',''),
(12621,224,'_galleries_0_images_6_sub_images_2_image','field_5ddbb00d495a9'),
(12622,224,'galleries_0_images_6_sub_images_2_image_desription',''),
(12623,224,'_galleries_0_images_6_sub_images_2_image_desription','field_5dde16f0f1d78'),
(12624,224,'galleries_0_images_6_sub_images','3'),
(12625,224,'_galleries_0_images_6_sub_images','field_5ddbafed495a8'),
(12626,224,'galleries_0_images_16_sub_images',''),
(12627,224,'_galleries_0_images_16_sub_images','field_5ddbafed495a8'),
(12636,224,'galleries_0_images_0_sub_images_0_image','1245'),
(12637,224,'_galleries_0_images_0_sub_images_0_image','field_5ddbb00d495a9'),
(12638,224,'galleries_0_images_0_sub_images_0_image_desription',''),
(12639,224,'_galleries_0_images_0_sub_images_0_image_desription','field_5dde16f0f1d78'),
(12640,224,'galleries_0_images_0_sub_images_1_image','1244'),
(12641,224,'_galleries_0_images_0_sub_images_1_image','field_5ddbb00d495a9'),
(12642,224,'galleries_0_images_0_sub_images_1_image_desription',''),
(12643,224,'_galleries_0_images_0_sub_images_1_image_desription','field_5dde16f0f1d78'),
(12644,224,'galleries_0_images_0_sub_images_2_image','1242'),
(12645,224,'_galleries_0_images_0_sub_images_2_image','field_5ddbb00d495a9'),
(12646,224,'galleries_0_images_0_sub_images_2_image_desription',''),
(12647,224,'_galleries_0_images_0_sub_images_2_image_desription','field_5dde16f0f1d78'),
(12652,1382,'sg_popup_scripts','a:2:{s:2:\"js\";a:0:{}s:3:\"css\";s:0:\"\";}'),
(12653,1382,'sg_popup_events_preview','a:0:{}'),
(12654,1382,'sg_popup_options_preview','a:50:{s:12:\"sgpb-post-id\";s:4:\"1382\";s:14:\"sgpb-image-url\";s:83:\"http://flotten.webdress.site/wp-content/uploads/2020/04/Bear_mask_L_banner_blue.jpg\";s:24:\"sgpb-target[0][1][param]\";s:8:\"page_all\";s:27:\"sgpb-target[0][1][operator]\";s:2:\"==\";s:9:\"sgpb-type\";s:5:\"image\";s:15:\"sgpb-is-preview\";s:1:\"0\";s:14:\"sgpb-is-active\";s:0:\"\";s:24:\"sgpb-events[0][0][param]\";s:4:\"load\";s:24:\"sgpb-events[0][0][value]\";s:0:\"\";s:47:\"sgpb-behavior-after-special-events[0][0][param]\";s:12:\"select_event\";s:18:\"sgpb-popup-z-index\";s:4:\"9999\";s:17:\"sgpb-popup-themes\";s:12:\"sgpb-theme-2\";s:25:\"sgpb-overlay-custom-class\";s:18:\"sgpb-popup-overlay\";s:18:\"sgpb-overlay-color\";s:7:\"#000000\";s:20:\"sgpb-overlay-opacity\";s:3:\"0.6\";s:25:\"sgpb-content-custom-class\";s:16:\"sg-popup-content\";s:12:\"sgpb-esc-key\";s:2:\"on\";s:24:\"sgpb-enable-close-button\";s:2:\"on\";s:23:\"sgpb-close-button-delay\";s:1:\"0\";s:26:\"sgpb-close-button-position\";s:8:\"topRight\";s:24:\"sgpb-button-position-top\";s:3:\"-33\";s:26:\"sgpb-button-position-right\";s:1:\"1\";s:27:\"sgpb-button-position-bottom\";s:1:\"0\";s:25:\"sgpb-button-position-left\";s:0:\"\";s:17:\"sgpb-button-image\";s:72:\"http://flotten.webdress.site/wp-content/uploads/2020/04/close60_blue.jpg\";s:23:\"sgpb-button-image-width\";s:2:\"35\";s:24:\"sgpb-button-image-height\";s:2:\"35\";s:17:\"sgpb-border-color\";s:7:\"#000000\";s:18:\"sgpb-border-radius\";s:1:\"0\";s:23:\"sgpb-border-radius-type\";s:1:\"%\";s:16:\"sgpb-button-text\";s:5:\"Close\";s:18:\"sgpb-overlay-click\";s:2:\"on\";s:25:\"sgpb-popup-dimension-mode\";s:14:\"responsiveMode\";s:33:\"sgpb-responsive-dimension-measure\";s:2:\"60\";s:10:\"sgpb-width\";s:5:\"640px\";s:11:\"sgpb-height\";s:5:\"480px\";s:14:\"sgpb-max-width\";s:0:\"\";s:15:\"sgpb-max-height\";s:0:\"\";s:14:\"sgpb-min-width\";s:3:\"120\";s:15:\"sgpb-min-height\";s:0:\"\";s:26:\"sgpb-open-animation-effect\";s:9:\"No effect\";s:27:\"sgpb-close-animation-effect\";s:9:\"No effect\";s:29:\"sgpb-enable-content-scrolling\";s:2:\"on\";s:16:\"sgpb-popup-order\";s:1:\"0\";s:16:\"sgpb-popup-delay\";s:1:\"0\";s:7:\"sgpb-js\";s:2:\"JS\";s:8:\"sgpb-css\";s:3:\"CSS\";s:25:\"sgpb-enable-popup-overlay\";s:2:\"on\";s:22:\"sgpb-button-image-data\";s:72:\"http://flotten.webdress.site/wp-content/uploads/2020/04/close60_blue.jpg\";s:26:\"sgpb-background-image-data\";s:0:\"\";}'),
(12655,1382,'_edit_last','1'),
(12656,1382,'_edit_lock','1587206847:1'),
(12657,1383,'_wp_attached_file','2020/04/Bear_mask_L_banner_blue.jpg'),
(12658,1383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:558;s:4:\"file\";s:35:\"2020/04/Bear_mask_L_banner_blue.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Bear_mask_L_banner_blue-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Bear_mask_L_banner_blue-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Bear_mask_L_banner_blue-600x279.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Bear_mask_L_banner_blue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Bear_mask_L_banner_blue-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Bear_mask_L_banner_blue-768x357.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Bear_mask_L_banner_blue-1024x476.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Bear_mask_L_banner_blue-1200x558.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12659,1384,'_wp_attached_file','2020/04/close40_blue.jpg'),
(12660,1384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:24:\"2020/04/close40_blue.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12661,1382,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:19:\"BLEIBEN SIE GESUND!\";s:7:\"og_desc\";s:0:\"\";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:19:\"BLEIBEN SIE GESUND!\";s:9:\"card_desc\";s:0:\"\";s:10:\"card_image\";s:0:\"\";}'),
(12662,1382,'_yoast_wpseo_primary_popup-categories',''),
(12663,1382,'sg_popup_target','a:2:{s:11:\"sgpb-target\";a:1:{i:0;a:1:{i:1;a:2:{s:5:\"param\";s:8:\"page_all\";s:8:\"operator\";s:2:\"==\";}}}s:15:\"sgpb-conditions\";N;}'),
(12664,1382,'sg_popup_events','a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"load\";s:5:\"value\";s:0:\"\";s:12:\"hiddenOption\";a:0:{}}}}'),
(12665,1382,'sg_popup_options','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(12666,1385,'_wp_attached_file','2020/04/close60_blue.jpg'),
(12667,1385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:24:\"2020/04/close60_blue.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12668,273,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:10:\"Frontpage2\";s:7:\"og_desc\";s:6:\" \";s:8:\"og_image\";s:0:\"\";s:10:\"card_title\";s:10:\"Frontpage2\";s:9:\"card_desc\";s:6:\" \";s:10:\"card_image\";s:0:\"\";}'),
(12669,273,'_yoast_wpseo_content_score','60'),
(12670,273,'banner_image',''),
(12671,273,'_banner_image','field_5e5cd229452f9'),
(12672,273,'banner_link',''),
(12673,273,'_banner_link','field_5e5cd23e452fa'),
(12674,1386,'top_slider_0_image','132'),
(12675,1386,'_top_slider_0_image','field_5da409fc7f421'),
(12676,1386,'top_slider_1_image','132'),
(12677,1386,'_top_slider_1_image','field_5da409fc7f421'),
(12678,1386,'top_slider_2_image','132'),
(12679,1386,'_top_slider_2_image','field_5da409fc7f421'),
(12680,1386,'top_slider_3_image','132'),
(12681,1386,'_top_slider_3_image','field_5da409fc7f421'),
(12682,1386,'top_slider_4_image','132'),
(12683,1386,'_top_slider_4_image','field_5da409fc7f421'),
(12684,1386,'top_slider','5'),
(12685,1386,'_top_slider','field_5da409f17f420'),
(12686,1386,'banner_image',''),
(12687,1386,'_banner_image','field_5e5cd229452f9'),
(12688,1386,'banner_link',''),
(12689,1386,'_banner_link','field_5e5cd23e452fa'),
(12690,1387,'top_slider_0_image','132'),
(12691,1387,'_top_slider_0_image','field_5da409fc7f421'),
(12692,1387,'top_slider_1_image','132'),
(12693,1387,'_top_slider_1_image','field_5da409fc7f421'),
(12694,1387,'top_slider_2_image','132'),
(12695,1387,'_top_slider_2_image','field_5da409fc7f421'),
(12696,1387,'top_slider_3_image','132'),
(12697,1387,'_top_slider_3_image','field_5da409fc7f421'),
(12698,1387,'top_slider_4_image','132'),
(12699,1387,'_top_slider_4_image','field_5da409fc7f421'),
(12700,1387,'top_slider','5'),
(12701,1387,'_top_slider','field_5da409f17f420'),
(12702,1387,'banner_image',''),
(12703,1387,'_banner_image','field_5e5cd229452f9'),
(12704,1387,'banner_link',''),
(12705,1387,'_banner_link','field_5e5cd23e452fa'),
(12706,1390,'_wp_attached_file','woocommerce-placeholder.png'),
(12707,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1200x1200.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12708,1395,'_wp_attached_file','2020/04/Entspannung-300x300.jpg'),
(12709,1395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2020/04/Entspannung-300x300.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Entspannung-300x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Entspannung-300x300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Entspannung-300x300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12710,1396,'_edit_last','1'),
(12711,1396,'_edit_lock','1630690747:1'),
(12713,1396,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:9:\"Product 1\";s:7:\"og_desc\";s:197:\"Das Aluminium-Sonnenschutznetz schützt Ihr Auto, Ihre Hundebox oder Ihr Zelt vor Überhitzung, ist UV-resistent, sehr leicht und langlebig. Der ideale Schattenspender für die warmen Sommermonate!\";s:8:\"og_image\";s:79:\"http://flotten.webdress.site/wp-content/uploads/2020/04/Entspannung-300x300.jpg\";s:10:\"card_title\";s:9:\"Product 1\";s:9:\"card_desc\";s:197:\"Das Aluminium-Sonnenschutznetz schützt Ihr Auto, Ihre Hundebox oder Ihr Zelt vor Überhitzung, ist UV-resistent, sehr leicht und langlebig. Der ideale Schattenspender für die warmen Sommermonate!\";s:10:\"card_image\";s:79:\"http://flotten.webdress.site/wp-content/uploads/2020/04/Entspannung-300x300.jpg\";}'),
(12715,1396,'total_sales','1'),
(12716,1396,'_tax_status','taxable'),
(12717,1396,'_tax_class',''),
(12718,1396,'_manage_stock','no'),
(12719,1396,'_backorders','no'),
(12720,1396,'_sold_individually','no'),
(12721,1396,'_virtual','no'),
(12722,1396,'_downloadable','no'),
(12723,1396,'_download_limit','-1'),
(12724,1396,'_download_expiry','-1'),
(12725,1396,'_stock',NULL),
(12726,1396,'_stock_status','instock'),
(12727,1396,'_wc_average_rating','0'),
(12728,1396,'_wc_review_count','0'),
(12729,1396,'_product_version','4.0.2'),
(12731,1396,'_yoast_wpseo_primary_product_cat','34'),
(12732,1396,'_yoast_wpseo_content_score','30'),
(12733,1396,'_product_attributes','a:2:{s:8:\"pa_farbe\";a:6:{s:4:\"name\";s:8:\"pa_farbe\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"pa_teil\";a:6:{s:4:\"name\";s:7:\"pa_teil\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
(12791,1391,'_edit_lock','1630951121:1'),
(12792,1401,'_wp_attached_file','2020/04/folien.jpg'),
(12793,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2020/04/folien.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"folien-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"folien-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"folien-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12794,1402,'_wp_attached_file','2020/04/folien2.jpg'),
(12795,1402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:271;s:4:\"file\";s:19:\"2020/04/folien2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"folien2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"folien2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"folien2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12825,1407,'top_slider_0_image','132'),
(12826,1407,'_top_slider_0_image','field_5da409fc7f421'),
(12827,1407,'top_slider','1'),
(12828,1407,'_top_slider','field_5da409f17f420'),
(12829,1407,'banner_image','1406'),
(12830,1407,'_banner_image','field_5e5cd229452f9'),
(12831,1407,'banner_link','https://www.youtube.com/channel/UCoVs7JwAoCFdX8PC6SfYJTA/videos'),
(12832,1407,'_banner_link','field_5e5cd23e452fa'),
(12833,1408,'top_slider_0_image','132'),
(12834,1408,'_top_slider_0_image','field_5da409fc7f421'),
(12835,1408,'top_slider','1'),
(12836,1408,'_top_slider','field_5da409f17f420'),
(12837,1408,'banner_image','1406'),
(12838,1408,'_banner_image','field_5e5cd229452f9'),
(12839,1408,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(12840,1408,'_banner_link','field_5e5cd23e452fa'),
(12847,1411,'top_slider_0_image','132'),
(12848,1411,'_top_slider_0_image','field_5da409fc7f421'),
(12849,1411,'top_slider','1'),
(12850,1411,'_top_slider','field_5da409f17f420'),
(12851,1411,'banner_image','1410'),
(12852,1411,'_banner_image','field_5e5cd229452f9'),
(12853,1411,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(12854,1411,'_banner_link','field_5e5cd23e452fa'),
(12857,1413,'top_slider_0_image','132'),
(12858,1413,'_top_slider_0_image','field_5da409fc7f421'),
(12859,1413,'top_slider','1'),
(12860,1413,'_top_slider','field_5da409f17f420'),
(12861,1413,'banner_image','1412'),
(12862,1413,'_banner_image','field_5e5cd229452f9'),
(12863,1413,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(12864,1413,'_banner_link','field_5e5cd23e452fa'),
(12865,1414,'_wp_attached_file','2020/04/youtube6.png'),
(12866,1414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:416;s:4:\"file\";s:20:\"2020/04/youtube6.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"youtube6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"youtube6-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"youtube6-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"youtube6-1024x333.png\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"youtube6-1200x390.png\";s:5:\"width\";i:1200;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"youtube6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"youtube6-600x195.png\";s:5:\"width\";i:600;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"youtube6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"youtube6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"youtube6-600x195.png\";s:5:\"width\";i:600;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"youtube6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12867,1415,'_wp_attached_file','2020/04/youtube5.png'),
(12868,1415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:416;s:4:\"file\";s:20:\"2020/04/youtube5.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"youtube5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"youtube5-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"youtube5-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"youtube5-1024x333.png\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"youtube5-1200x390.png\";s:5:\"width\";i:1200;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"youtube5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"youtube5-600x195.png\";s:5:\"width\";i:600;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"youtube5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"youtube5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"youtube5-600x195.png\";s:5:\"width\";i:600;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"youtube5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12869,1416,'top_slider_0_image','132'),
(12870,1416,'_top_slider_0_image','field_5da409fc7f421'),
(12871,1416,'top_slider','1'),
(12872,1416,'_top_slider','field_5da409f17f420'),
(12873,1416,'banner_image','1414'),
(12874,1416,'_banner_image','field_5e5cd229452f9'),
(12875,1416,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(12876,1416,'_banner_link','field_5e5cd23e452fa'),
(13476,1396,'recent_view_time','2020-04-22 06:01:19'),
(13478,1446,'_order_key','wc_order_6RAGO4C8694PQ'),
(13479,1446,'_customer_user','0'),
(13480,1446,'_payment_method','cheque'),
(13481,1446,'_payment_method_title','Check payments'),
(13482,1446,'_customer_ip_address','93.78.153.24'),
(13483,1446,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),
(13484,1446,'_created_via','checkout'),
(13485,1446,'_cart_hash','5126e1b4a9e574b00299dcbc8297557e'),
(13486,1446,'_billing_first_name','test'),
(13487,1446,'_billing_last_name','test'),
(13488,1446,'_billing_address_1','Bahnhofstrasse 4a/8'),
(13489,1446,'_billing_city','Zurich'),
(13490,1446,'_billing_state','ZH'),
(13491,1446,'_billing_postcode','8001'),
(13492,1446,'_billing_country','CH'),
(13493,1446,'_billing_email','1@1.com'),
(13494,1446,'_billing_phone','55555'),
(13495,1446,'_shipping_first_name','test'),
(13496,1446,'_shipping_last_name','test'),
(13497,1446,'_shipping_address_1','Bahnhofstrasse 4a/8'),
(13498,1446,'_shipping_city','Zurich'),
(13499,1446,'_shipping_state','ZH'),
(13500,1446,'_shipping_postcode','8001'),
(13501,1446,'_shipping_country','CH'),
(13502,1446,'_order_currency','CHF'),
(13503,1446,'_cart_discount','0'),
(13504,1446,'_cart_discount_tax','0'),
(13505,1446,'_order_shipping','10.00'),
(13506,1446,'_order_shipping_tax','0'),
(13507,1446,'_order_tax','0'),
(13508,1446,'_order_total','20.00'),
(13509,1446,'_order_version','4.0.1'),
(13510,1446,'_prices_include_tax','no'),
(13511,1446,'_billing_address_index','test test Bahnhofstrasse 4a/8 Zurich ZH 8001 CH 1@1.com 55555'),
(13512,1446,'_shipping_address_index','test test Bahnhofstrasse 4a/8 Zurich ZH 8001 CH'),
(13513,1446,'is_vat_exempt','no'),
(13514,1446,'_recorded_sales','yes'),
(13515,1446,'_recorded_coupon_usage_counts','yes'),
(13516,1446,'_order_stock_reduced','yes'),
(13533,16,'youtube_banners',''),
(13534,16,'_youtube_banners','field_5ea82b238d664'),
(13535,1451,'top_slider_0_image','132'),
(13536,1451,'_top_slider_0_image','field_5da409fc7f421'),
(13537,1451,'top_slider','1'),
(13538,1451,'_top_slider','field_5da409f17f420'),
(13539,1451,'banner_image','1414'),
(13540,1451,'_banner_image','field_5e5cd229452f9'),
(13541,1451,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(13542,1451,'_banner_link','field_5e5cd23e452fa'),
(13543,1451,'youtube_banners_0_image','987'),
(13544,1451,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13545,1451,'youtube_banners_0_link','#'),
(13546,1451,'_youtube_banners_0_link','field_5ea82b358d666'),
(13547,1451,'youtube_banners_1_image','987'),
(13548,1451,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13549,1451,'youtube_banners_1_link','#'),
(13550,1451,'_youtube_banners_1_link','field_5ea82b358d666'),
(13551,1451,'youtube_banners_2_image','987'),
(13552,1451,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13553,1451,'youtube_banners_2_link','#'),
(13554,1451,'_youtube_banners_2_link','field_5ea82b358d666'),
(13555,1451,'youtube_banners_3_image','987'),
(13556,1451,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13557,1451,'youtube_banners_3_link','#'),
(13558,1451,'_youtube_banners_3_link','field_5ea82b358d666'),
(13559,1451,'youtube_banners','4'),
(13560,1451,'_youtube_banners','field_5ea82b238d664'),
(13561,1452,'_wp_attached_file','2020/04/Porsche-cover-youtube_ips.jpg'),
(13562,1452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:37:\"2020/04/Porsche-cover-youtube_ips.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Porsche-cover-youtube_ips-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"Porsche-cover-youtube_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13563,1453,'_wp_attached_file','2020/04/MiniCooper-cover-youtube_ips.jpg'),
(13564,1453,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13565,1454,'_wp_attached_file','2020/04/Mercedes-Vito2-cover-youtube_ips.jpg'),
(13566,1454,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13567,1455,'_wp_attached_file','2020/04/Audi-RS6-cover-youtube1170_2_ips.jpg'),
(13568,1455,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13569,1456,'top_slider_0_image','132'),
(13570,1456,'_top_slider_0_image','field_5da409fc7f421'),
(13571,1456,'top_slider','1'),
(13572,1456,'_top_slider','field_5da409f17f420'),
(13573,1456,'banner_image','1414'),
(13574,1456,'_banner_image','field_5e5cd229452f9'),
(13575,1456,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(13576,1456,'_banner_link','field_5e5cd23e452fa'),
(13577,1456,'youtube_banners_0_image','1455'),
(13578,1456,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13579,1456,'youtube_banners_0_link','#'),
(13580,1456,'_youtube_banners_0_link','field_5ea82b358d666'),
(13581,1456,'youtube_banners_1_image','1454'),
(13582,1456,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13583,1456,'youtube_banners_1_link','#'),
(13584,1456,'_youtube_banners_1_link','field_5ea82b358d666'),
(13585,1456,'youtube_banners_2_image','1453'),
(13586,1456,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13587,1456,'youtube_banners_2_link','#'),
(13588,1456,'_youtube_banners_2_link','field_5ea82b358d666'),
(13589,1456,'youtube_banners_3_image','1452'),
(13590,1456,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13591,1456,'youtube_banners_3_link','#'),
(13592,1456,'_youtube_banners_3_link','field_5ea82b358d666'),
(13593,1456,'youtube_banners','4'),
(13594,1456,'_youtube_banners','field_5ea82b238d664'),
(13595,1457,'top_slider_0_image','132'),
(13596,1457,'_top_slider_0_image','field_5da409fc7f421'),
(13597,1457,'top_slider','1'),
(13598,1457,'_top_slider','field_5da409f17f420'),
(13599,1457,'banner_image','1414'),
(13600,1457,'_banner_image','field_5e5cd229452f9'),
(13601,1457,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(13602,1457,'_banner_link','field_5e5cd23e452fa'),
(13603,1457,'youtube_banners_0_image','1455'),
(13604,1457,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13605,1457,'youtube_banners_0_link','https://www.youtube.com/watch?v=_7uh8LD-eRs'),
(13606,1457,'_youtube_banners_0_link','field_5ea82b358d666'),
(13607,1457,'youtube_banners_1_image','1453'),
(13608,1457,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13609,1457,'youtube_banners_1_link','https://www.youtube.com/watch?v=3UgUmVVxiSg'),
(13610,1457,'_youtube_banners_1_link','field_5ea82b358d666'),
(13611,1457,'youtube_banners_2_image','1452'),
(13612,1457,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13613,1457,'youtube_banners_2_link','https://www.youtube.com/watch?v=VEqzQYasT4g'),
(13614,1457,'_youtube_banners_2_link','field_5ea82b358d666'),
(13615,1457,'youtube_banners_3_image','1454'),
(13616,1457,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13617,1457,'youtube_banners_3_link','#'),
(13618,1457,'_youtube_banners_3_link','field_5ea82b358d666'),
(13619,1457,'youtube_banners','4'),
(13620,1457,'_youtube_banners','field_5ea82b238d664'),
(13621,1458,'_wp_attached_file','2020/04/Audi-RS6-cover-youtube1170_red.jpg'),
(13622,1458,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13623,1459,'_wp_attached_file','2020/04/MiniCooper-cover-youtube_red.jpg'),
(13624,1459,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13625,1460,'_wp_attached_file','2020/04/Mercedes-Vito2-cover-youtube_red.jpg'),
(13626,1460,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13627,1461,'_wp_attached_file','2020/04/Porsche-cover-youtube_red.jpg'),
(13628,1461,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13629,1462,'top_slider_0_image','132'),
(13630,1462,'_top_slider_0_image','field_5da409fc7f421'),
(13631,1462,'top_slider','1'),
(13632,1462,'_top_slider','field_5da409f17f420'),
(13633,1462,'banner_image','1414'),
(13634,1462,'_banner_image','field_5e5cd229452f9'),
(13635,1462,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(13636,1462,'_banner_link','field_5e5cd23e452fa'),
(13637,1462,'youtube_banners_0_image','1458'),
(13638,1462,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13639,1462,'youtube_banners_0_link','https://www.youtube.com/watch?v=_7uh8LD-eRs'),
(13640,1462,'_youtube_banners_0_link','field_5ea82b358d666'),
(13641,1462,'youtube_banners_1_image','1459'),
(13642,1462,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13643,1462,'youtube_banners_1_link','https://www.youtube.com/watch?v=3UgUmVVxiSg'),
(13644,1462,'_youtube_banners_1_link','field_5ea82b358d666'),
(13645,1462,'youtube_banners_2_image','1461'),
(13646,1462,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13647,1462,'youtube_banners_2_link','https://www.youtube.com/watch?v=VEqzQYasT4g'),
(13648,1462,'_youtube_banners_2_link','field_5ea82b358d666'),
(13649,1462,'youtube_banners_3_image','1460'),
(13650,1462,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13651,1462,'youtube_banners_3_link','#'),
(13652,1462,'_youtube_banners_3_link','field_5ea82b358d666'),
(13653,1462,'youtube_banners','4'),
(13654,1462,'_youtube_banners','field_5ea82b238d664'),
(13655,1463,'_wp_attached_file','2020/04/Quiz_banner.png'),
(13656,1463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:348;s:4:\"file\";s:23:\"2020/04/Quiz_banner.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Quiz_banner-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-768x209.png\";s:5:\"width\";i:768;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Quiz_banner-1024x278.png\";s:5:\"width\";i:1024;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Quiz_banner-1200x326.png\";s:5:\"width\";i:1200;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Quiz_banner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-600x163.png\";s:5:\"width\";i:600;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-600x163.png\";s:5:\"width\";i:600;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Quiz_banner-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13657,1464,'top_slider_0_image','132'),
(13658,1464,'_top_slider_0_image','field_5da409fc7f421'),
(13659,1464,'top_slider','1'),
(13660,1464,'_top_slider','field_5da409f17f420'),
(13661,1464,'banner_image','1463'),
(13662,1464,'_banner_image','field_5e5cd229452f9'),
(13663,1464,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(13664,1464,'_banner_link','field_5e5cd23e452fa'),
(13665,1464,'youtube_banners_0_image','1458'),
(13666,1464,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13667,1464,'youtube_banners_0_link','https://www.youtube.com/watch?v=_7uh8LD-eRs'),
(13668,1464,'_youtube_banners_0_link','field_5ea82b358d666'),
(13669,1464,'youtube_banners_1_image','1459'),
(13670,1464,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13671,1464,'youtube_banners_1_link','https://www.youtube.com/watch?v=3UgUmVVxiSg'),
(13672,1464,'_youtube_banners_1_link','field_5ea82b358d666'),
(13673,1464,'youtube_banners_2_image','1461'),
(13674,1464,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13675,1464,'youtube_banners_2_link','https://www.youtube.com/watch?v=VEqzQYasT4g'),
(13676,1464,'_youtube_banners_2_link','field_5ea82b358d666'),
(13677,1464,'youtube_banners_3_image','1460'),
(13678,1464,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13679,1464,'youtube_banners_3_link','#'),
(13680,1464,'_youtube_banners_3_link','field_5ea82b358d666'),
(13681,1464,'youtube_banners','4'),
(13682,1464,'_youtube_banners','field_5ea82b238d664'),
(13683,1465,'top_slider_0_image','132'),
(13684,1465,'_top_slider_0_image','field_5da409fc7f421'),
(13685,1465,'top_slider','1'),
(13686,1465,'_top_slider','field_5da409f17f420'),
(13687,1465,'banner_image','1414'),
(13688,1465,'_banner_image','field_5e5cd229452f9'),
(13689,1465,'banner_link','https://youtu.be/_7uh8LD-eRs'),
(13690,1465,'_banner_link','field_5e5cd23e452fa'),
(13691,1465,'youtube_banners_0_image','1458'),
(13692,1465,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13693,1465,'youtube_banners_0_link','https://www.youtube.com/watch?v=_7uh8LD-eRs'),
(13694,1465,'_youtube_banners_0_link','field_5ea82b358d666'),
(13695,1465,'youtube_banners_1_image','1459'),
(13696,1465,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13697,1465,'youtube_banners_1_link','https://www.youtube.com/watch?v=3UgUmVVxiSg'),
(13698,1465,'_youtube_banners_1_link','field_5ea82b358d666'),
(13699,1465,'youtube_banners_2_image','1461'),
(13700,1465,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13701,1465,'youtube_banners_2_link','https://www.youtube.com/watch?v=VEqzQYasT4g'),
(13702,1465,'_youtube_banners_2_link','field_5ea82b358d666'),
(13703,1465,'youtube_banners_3_image','1460'),
(13704,1465,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13705,1465,'youtube_banners_3_link','#'),
(13706,1465,'_youtube_banners_3_link','field_5ea82b358d666'),
(13707,1465,'youtube_banners','4'),
(13708,1465,'_youtube_banners','field_5ea82b238d664'),
(13709,1466,'top_slider_0_image','132'),
(13710,1466,'_top_slider_0_image','field_5da409fc7f421'),
(13711,1466,'top_slider','1'),
(13712,1466,'_top_slider','field_5da409f17f420'),
(13713,1466,'banner_image','1463'),
(13714,1466,'_banner_image','field_5e5cd229452f9'),
(13715,1466,'banner_link','https://www.cardress-quiz.webdress.site'),
(13716,1466,'_banner_link','field_5e5cd23e452fa'),
(13717,1466,'youtube_banners_0_image','1458'),
(13718,1466,'_youtube_banners_0_image','field_5ea82b2c8d665'),
(13719,1466,'youtube_banners_0_link','https://www.youtube.com/watch?v=_7uh8LD-eRs'),
(13720,1466,'_youtube_banners_0_link','field_5ea82b358d666'),
(13721,1466,'youtube_banners_1_image','1459'),
(13722,1466,'_youtube_banners_1_image','field_5ea82b2c8d665'),
(13723,1466,'youtube_banners_1_link','https://www.youtube.com/watch?v=3UgUmVVxiSg'),
(13724,1466,'_youtube_banners_1_link','field_5ea82b358d666'),
(13725,1466,'youtube_banners_2_image','1461'),
(13726,1466,'_youtube_banners_2_image','field_5ea82b2c8d665'),
(13727,1466,'youtube_banners_2_link','https://www.youtube.com/watch?v=VEqzQYasT4g'),
(13728,1466,'_youtube_banners_2_link','field_5ea82b358d666'),
(13729,1466,'youtube_banners_3_image','1460'),
(13730,1466,'_youtube_banners_3_image','field_5ea82b2c8d665'),
(13731,1466,'youtube_banners_3_link','https://www.youtube.com/watch?v=xxmPROiT8sw'),
(13732,1466,'_youtube_banners_3_link','field_5ea82b358d666'),
(13733,1466,'youtube_banners','4'),
(13734,1466,'_youtube_banners','field_5ea82b238d664'),
(13735,1469,'_wp_attached_file','2021/05/flotten.png'),
(13736,1469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:389;s:6:\"height\";i:69;s:4:\"file\";s:19:\"2021/05/flotten.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"flotten-150x69.png\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"flotten-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"flotten-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"flotten-100x69.png\";s:5:\"width\";i:100;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"flotten-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"flotten-100x69.png\";s:5:\"width\";i:100;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13737,1470,'_wp_attached_file','2021/05/flotten1.png'),
(13738,1470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:339;s:6:\"height\";i:96;s:4:\"file\";s:20:\"2021/05/flotten1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"flotten1-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"flotten1-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"flotten1-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"flotten1-100x96.png\";s:5:\"width\";i:100;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"flotten1-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"flotten1-100x96.png\";s:5:\"width\";i:100;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13739,1471,'top_slider_0_image','132'),
(13740,1471,'_top_slider_0_image','field_5da409fc7f421'),
(13741,1471,'top_slider','1'),
(13742,1471,'_top_slider','field_5da409f17f420'),
(13743,1471,'banner_image',''),
(13744,1471,'_banner_image','field_5e5cd229452f9'),
(13745,1471,'banner_link',''),
(13746,1471,'_banner_link','field_5e5cd23e452fa'),
(13747,1471,'youtube_banners',''),
(13748,1471,'_youtube_banners','field_5ea82b238d664'),
(13749,1472,'_wp_attached_file','2021/05/logo_cardress_footer1.png'),
(13750,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:33:\"2021/05/logo_cardress_footer1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"logo_cardress_footer1-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"logo_cardress_footer1-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"logo_cardress_footer1-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13751,1473,'_wp_attached_file','2021/05/logo_flotten_footer.png'),
(13752,1473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:49;s:4:\"file\";s:31:\"2021/05/logo_flotten_footer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logo_flotten_footer-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"logo_flotten_footer-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"logo_flotten_footer-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13844,1474,'_wp_attached_file','2021/05/flotten_1920_web.jpg'),
(13845,1474,'_wp_attachment_metadata','\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
(13863,1475,'_wp_attached_file','2020/04/2018-08-23-11.27.04_ips.jpg'),
(13864,1475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2020/04/2018-08-23-11.27.04_ips.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2018-08-23-11.27.04_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-08-23-11.27.04_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13865,1476,'_wp_attached_file','2020/04/2019-05-10-18.18.28_ips.jpg'),
(13866,1476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:878;s:4:\"file\";s:35:\"2020/04/2019-05-10-18.18.28_ips.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-05-10-18.18.28_ips-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-05-10-18.18.28_ips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13868,1396,'_thumbnail_id','1475'),
(14091,1396,'_sku','SCMN 01'),
(14092,1487,'_variation_description','nach vorheriger Bestellung'),
(14093,1487,'total_sales','0'),
(14094,1487,'_tax_status','taxable'),
(14095,1487,'_tax_class','parent'),
(14096,1487,'_manage_stock','yes'),
(14097,1487,'_backorders','no'),
(14098,1487,'_sold_individually','no'),
(14099,1487,'_virtual','no'),
(14100,1487,'_downloadable','no'),
(14101,1487,'_download_limit','-1'),
(14102,1487,'_download_expiry','-1'),
(14103,1487,'_stock','10'),
(14104,1487,'_stock_status','instock'),
(14105,1487,'_wc_average_rating','0'),
(14106,1487,'_wc_review_count','0'),
(14107,1487,'attribute_pa_teil','linke-tur'),
(14108,1487,'_product_version','4.0.1'),
(14109,1487,'_regular_price','30'),
(14110,1487,'_price','30'),
(14282,1396,'_wp_old_slug','product-1__trashed'),
(14283,1487,'_wp_old_slug','hbt-isol__trashed'),
(14284,1495,'_wp_attached_file','2021/06/recht_tur_p.jpg');
INSERT INTO `wp_postmeta` VALUES
(14285,1495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:23:\"2021/06/recht_tur_p.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"recht_tur_p-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"recht_tur_p-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"recht_tur_p-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"recht_tur_p-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"recht_tur_p-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"recht_tur_p-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14286,1496,'_wp_attached_file','2021/06/recht_tur_z.jpg'),
(14287,1496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:23:\"2021/06/recht_tur_z.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"recht_tur_z-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"recht_tur_z-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"recht_tur_z-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"recht_tur_z-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"recht_tur_z-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"recht_tur_z-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14306,1396,'_default_attributes','a:1:{s:7:\"pa_teil\";s:10:\"rechte-tur\";}'),
(14307,1487,'_sku','111Link'),
(14309,1487,'_thumbnail_id','1496'),
(14311,1498,'_variation_description','nach vorheriger Bestellung'),
(14312,1498,'total_sales','0'),
(14313,1498,'_tax_status','taxable'),
(14314,1498,'_tax_class','parent'),
(14315,1498,'_manage_stock','yes'),
(14316,1498,'_backorders','no'),
(14317,1498,'_sold_individually','no'),
(14318,1498,'_virtual','no'),
(14319,1498,'_downloadable','no'),
(14320,1498,'_download_limit','-1'),
(14321,1498,'_download_expiry','-1'),
(14322,1498,'_stock','10'),
(14323,1498,'_stock_status','instock'),
(14324,1498,'_wc_average_rating','0'),
(14325,1498,'_wc_review_count','0'),
(14326,1498,'attribute_pa_teil','rechte-tur'),
(14327,1498,'_product_version','4.0.1'),
(14329,1498,'_sku','222Recht'),
(14330,1498,'_regular_price','50'),
(14331,1498,'_thumbnail_id','1495'),
(14332,1498,'_price','50'),
(14343,1396,'_purchase_note','Danke für die Bestellung!'),
(14344,1396,'_price','30'),
(14345,1396,'_price','50'),
(14361,1500,'_sku','SCMN 01-1'),
(14362,1500,'total_sales','0'),
(14363,1500,'_tax_status','taxable'),
(14364,1500,'_tax_class',''),
(14365,1500,'_manage_stock','no'),
(14366,1500,'_backorders','no'),
(14367,1500,'_sold_individually','no'),
(14368,1500,'_purchase_note','Danke für die Bestellung!'),
(14369,1500,'_default_attributes','a:1:{s:7:\"pa_teil\";s:10:\"rechte-tur\";}'),
(14370,1500,'_virtual','no'),
(14371,1500,'_downloadable','no'),
(14372,1500,'_download_limit','-1'),
(14373,1500,'_download_expiry','-1'),
(14374,1500,'_thumbnail_id','1475'),
(14375,1500,'_stock',NULL),
(14376,1500,'_stock_status','instock'),
(14377,1500,'_wc_average_rating','0'),
(14378,1500,'_wc_review_count','0'),
(14379,1500,'_product_attributes','a:2:{s:8:\"pa_farbe\";a:6:{s:4:\"name\";s:8:\"pa_farbe\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"pa_teil\";a:6:{s:4:\"name\";s:7:\"pa_teil\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
(14380,1500,'_product_version','4.0.2'),
(14381,1500,'_b2s_post_meta','a:6:{s:8:\"og_title\";s:9:\"Product 1\";s:7:\"og_desc\";s:197:\"Das Aluminium-Sonnenschutznetz schützt Ihr Auto, Ihre Hundebox oder Ihr Zelt vor Überhitzung, ist UV-resistent, sehr leicht und langlebig. Der ideale Schattenspender für die warmen Sommermonate!\";s:8:\"og_image\";s:79:\"http://flotten.webdress.site/wp-content/uploads/2020/04/Entspannung-300x300.jpg\";s:10:\"card_title\";s:9:\"Product 1\";s:9:\"card_desc\";s:197:\"Das Aluminium-Sonnenschutznetz schützt Ihr Auto, Ihre Hundebox oder Ihr Zelt vor Überhitzung, ist UV-resistent, sehr leicht und langlebig. Der ideale Schattenspender für die warmen Sommermonate!\";s:10:\"card_image\";s:79:\"http://flotten.webdress.site/wp-content/uploads/2020/04/Entspannung-300x300.jpg\";}'),
(14382,1500,'_yoast_wpseo_primary_product_cat','34'),
(14383,1500,'_yoast_wpseo_content_score','30'),
(14384,1500,'recent_view_time','2020-04-22 06:01:19'),
(14385,1501,'_variation_description','nach vorheriger Bestellung'),
(14386,1501,'_sku','222Recht-1'),
(14387,1501,'_regular_price','50'),
(14388,1501,'total_sales','0'),
(14389,1501,'_tax_status','taxable'),
(14390,1501,'_tax_class','parent'),
(14391,1501,'_manage_stock','yes'),
(14392,1501,'_backorders','no'),
(14393,1501,'_sold_individually','no'),
(14394,1501,'_virtual','no'),
(14395,1501,'_downloadable','no'),
(14396,1501,'_download_limit','-1'),
(14397,1501,'_download_expiry','-1'),
(14398,1501,'_thumbnail_id','1495'),
(14399,1501,'_stock','10'),
(14400,1501,'_stock_status','instock'),
(14401,1501,'_wc_average_rating','0'),
(14402,1501,'_wc_review_count','0'),
(14403,1501,'attribute_pa_teil','rechte-tur'),
(14404,1501,'_price','50'),
(14405,1501,'_product_version','4.0.1'),
(14406,1502,'_variation_description','nach vorheriger Bestellung'),
(14407,1502,'_sku','111Link-1'),
(14408,1502,'_regular_price','30'),
(14409,1502,'total_sales','0'),
(14410,1502,'_tax_status','taxable'),
(14411,1502,'_tax_class','parent'),
(14412,1502,'_manage_stock','yes'),
(14413,1502,'_backorders','no'),
(14414,1502,'_sold_individually','no'),
(14415,1502,'_virtual','no'),
(14416,1502,'_downloadable','no'),
(14417,1502,'_download_limit','-1'),
(14418,1502,'_download_expiry','-1'),
(14419,1502,'_thumbnail_id','1496'),
(14420,1502,'_stock','10'),
(14421,1502,'_stock_status','instock'),
(14422,1502,'_wc_average_rating','0'),
(14423,1502,'_wc_review_count','0'),
(14424,1502,'attribute_pa_teil','linke-tur'),
(14425,1502,'_price','30'),
(14426,1502,'_product_version','4.0.1'),
(14429,1500,'_edit_lock','1630756237:1'),
(14430,1500,'_edit_last','1'),
(14431,1503,'_variation_description',''),
(14432,1503,'total_sales','0'),
(14433,1503,'_tax_status','taxable'),
(14434,1503,'_tax_class','parent'),
(14435,1503,'_manage_stock','no'),
(14436,1503,'_backorders','no'),
(14437,1503,'_sold_individually','no'),
(14438,1503,'_virtual','no'),
(14439,1503,'_downloadable','no'),
(14440,1503,'_download_limit','-1'),
(14441,1503,'_download_expiry','-1'),
(14442,1503,'_stock',NULL),
(14443,1503,'_stock_status','instock'),
(14444,1503,'_wc_average_rating','0'),
(14445,1503,'_wc_review_count','0'),
(14446,1503,'attribute_pa_teil','linke-hintere-tuer'),
(14447,1503,'_product_version','4.0.1'),
(14450,1503,'_sku','111'),
(14451,1503,'_thumbnail_id','1495'),
(14454,1504,'_variation_description',''),
(14455,1504,'total_sales','0'),
(14456,1504,'_tax_status','taxable'),
(14457,1504,'_tax_class','parent'),
(14458,1504,'_manage_stock','no'),
(14459,1504,'_backorders','no'),
(14460,1504,'_sold_individually','no'),
(14461,1504,'_virtual','no'),
(14462,1504,'_downloadable','no'),
(14463,1504,'_download_limit','-1'),
(14464,1504,'_download_expiry','-1'),
(14465,1504,'_stock',NULL),
(14466,1504,'_stock_status','instock'),
(14467,1504,'_wc_average_rating','0'),
(14468,1504,'_wc_review_count','0'),
(14469,1504,'attribute_pa_teil','rechte-hintere-tuer'),
(14470,1504,'_product_version','4.0.1'),
(14473,1504,'_thumbnail_id','1496'),
(14478,1504,'_regular_price','25'),
(14479,1504,'_price','25'),
(14480,1503,'_regular_price','35'),
(14481,1503,'_price','35'),
(14482,1500,'_price','25'),
(14483,1500,'_price','30'),
(14484,1500,'_price','35'),
(14485,1500,'_price','50'),
(14488,1508,'_edit_last','1'),
(14489,1508,'_edit_lock','1630688948:1'),
(14490,1396,'user','1'),
(14491,1396,'_user','field_6132561879319'),
(14492,1500,'user','2'),
(14493,1500,'_user','field_6132561879319'),
(14508,1510,'_menu_item_type','post_type'),
(14509,1510,'_menu_item_menu_item_parent','0'),
(14510,1510,'_menu_item_object_id','1394'),
(14511,1510,'_menu_item_object','page'),
(14512,1510,'_menu_item_target',''),
(14513,1510,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(14514,1510,'_menu_item_xfn',''),
(14515,1510,'_menu_item_url',''),
(14547,1391,'_edit_last','1'),
(14647,1513,'_wp_attached_file','2021/09/zahlungsarten.png'),
(14648,1513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:95;s:4:\"file\";s:25:\"2021/09/zahlungsarten.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"zahlungsarten-150x95.png\";s:5:\"width\";i:150;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"zahlungsarten-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"zahlungsarten-100x95.png\";s:5:\"width\";i:100;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14649,1394,'_edit_lock','1630948692:1'),
(14673,1394,'_edit_last','1'),
(14674,1394,'_wp_page_template','default'),
(14675,1394,'_yoast_wpseo_content_score','90'),
(14676,47,'_menu_sgpb_popup_id','0'),
(14677,1294,'_menu_sgpb_popup_id','0'),
(14678,1038,'_menu_sgpb_popup_id','0'),
(14679,1036,'_menu_sgpb_popup_id','0'),
(14680,1037,'_menu_sgpb_popup_id','0'),
(14681,1510,'_menu_sgpb_popup_id','0'),
(14682,44,'_menu_sgpb_popup_id','0'),
(14683,151,'_menu_sgpb_popup_id','0'),
(14684,150,'_menu_sgpb_popup_id','0'),
(14685,350,'_menu_sgpb_popup_id','0'),
(14686,349,'_menu_sgpb_popup_id','0'),
(14687,360,'_menu_sgpb_popup_id','0'),
(14688,1298,'_menu_sgpb_popup_id','0'),
(14701,1530,'_wp_attached_file','2026/09/gdtmmdqioq.zip'),
(14702,1530,'_wp_attachment_context','upgrader'),
(14703,1531,'_wp_attached_file','2026/09/gdtmmdqioq-1.zip'),
(14704,1531,'_wp_attachment_context','upgrader'),
(14705,1532,'_wp_attached_file','2026/09/gdtmmdqioq-2.zip'),
(14706,1532,'_wp_attachment_context','upgrader');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1533 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(15,1,'2019-10-13 15:18:00','2019-10-13 15:18:00','<div class=\"contact_left\">\r\n<h3>Ihre Kontaktangaben</h3>\r\n<div class=\"form_line radio_line bigger_bottom\">[radio person use_label_element \"Herr\" \"Frau\" \"Firma\"]</div>\r\n<div class=\"form_line\">[text firma placeholder\"Firma\"]</div>\r\n<div class=\"form_line\">[text* vorname placeholder\"Vorname*\"]</div>\r\n<div class=\"form_line bigger_bottom\">[text* nachname placeholder\"Nachname*\"]</div>\r\n<div class=\"form_line\">[email* email placeholder\"E-Mail*\"]</div>\r\n<div class=\"form_line bigger_bottom\">[text telefon placeholder\"Telefon\"]</div>\r\n<div class=\"form_line\">[text strasse placeholder\"Strasse\"]</div>\r\n<div class=\"form_line\">[text plz placeholder\"PLZ/Ort\"]</div>\r\n<div class=\"form_line\">[text land placeholder=\"Land\"]</div>\r\n<div class=\"text_line\">Die <a href=\"http://flotten.webdress.site/disclaimer/\">Datenschutzbestimmungen</a> habe ich zur Kenntnis genommen.</div>\r\n</div>\r\n<div class=\"contact_right\">\r\n<h3>Ihr Anliegen betrifft</h3>\r\n<div class=\"form_line bigger_bottom\">[text betreff placeholder\"Betreff\"]</div>\r\n<div class=\"form_line\">[textarea* nachricht placeholder\"Nachricht*\"]</div>\r\n\r\n<div class=\"text_line\">Bei Anfragen um Fahrzeugfolierungen oder Teilfolierungen bitten wir Sie um ein paar Bilder vom Originalfahrzeug.</div>\r\n\r\n[file file-616 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\r\n[file file-302 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\r\n[file file-913 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\r\n[file file-934 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\r\n[file file-250 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\r\n[file file-182 limit:1000000 filetypes:jpg|png|pdf|ai|eps|psd|gif]\r\n\r\n\r\n<div class=\"form_line captcha_line\">\r\n[recaptcha] \r\n</div>\r\n[response]\r\n<div class=\"submit_line\">[submit \"SENDEN\"]</div>\r\n</div>\n1\nNachricht aus dem Cardress GmbH Formular\nCardress GmbH <info@cardress.ch>\ninfo@cardress.ch\nVon: Cardress GmbH \r\n\r\nPerson: [person]\r\nFirma: [firma]\r\n\r\nVorname: [vorname]\r\nNachname: [nachname]\r\n\r\nEmail: [email]\r\nTelefon: [telefon]\r\n\r\nStrasse: [strasse]\r\nPLZ/Ort: [plz]\r\nLand: [land]\r\n\r\nBetreff: [betreff]\r\nNachrichtentext: [nachricht]\r\n\r\n\r\nDiese E-Mail wurde von einem Kontaktformular der Schriftehus GmbH gesendet (http://flotten.webdress.site)\n\n[file-616]\r\n[file-302]\r\n[file-913]\r\n[file-934]\r\n[file-250]\r\n[file-182]\n\n\n\nSchriftehus Gmbr \"[your-subject]\"\nSchriftehus Gmbr <wordpress@testweb1.ipsolution-hosting.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Schriftehus Gmbr (http://flotten.webdress.site)\nReply-To: 1@1.com\n\n\n\nDanke für deine Nachricht. Es wurde gesendet.\nBeim Senden Ihrer Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nEin oder mehrere Felder weisen einen Fehler auf. Bitte überprüfen Sie und versuchen Sie es erneut.\nBeim Senden Ihrer Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nSie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\nDas Feld ist erforderlich.\nDas Feld ist zu lang.\nDas Feld ist zu kurz.\nDas Datumsformat ist falsch.\nDas Datum liegt vor dem frühesten erlaubten Datum.\nDas Datum ist nach dem letzten erlaubten Datum.\nBeim Hochladen der Datei ist ein unbekannter Fehler aufgetreten.\nSie dürfen keine Dateien dieses Typs hochladen.\nDie Datei ist zu gross.\nBeim Hochladen der Datei ist ein Fehler aufgetreten.\nDas Zahlenformat ist ungültig.\nDie Anzahl ist kleiner als das zulässige Minimum.\nDie Anzahl ist grösser als die maximal zulässige.\nDie Antwort auf das Quiz ist falsch.\nYour entered code is incorrect.\nDie eingegebene E-Mail-Adresse ist ungültig.\nDie URL ist ungültig.\nDie Telefonnummer ist ungültig.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-01-17 08:57:21','2020-01-17 08:57:21','',0,'http://flotten.webdress.site/?post_type=wpcf7_contact_form&p=15',0,'wpcf7_contact_form','',0),
(16,1,'2019-10-13 15:18:39','2019-10-13 15:18:39','<h2></h2>','Frontpage','','publish','closed','closed','','frontpage','','','2021-05-31 17:48:25','2021-05-31 17:48:25','',0,'http://flotten.webdress.site/?page_id=16',0,'page','',0),
(17,1,'2019-10-13 15:18:39','2019-10-13 15:18:39','','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-13 15:18:39','2019-10-13 15:18:39','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(20,1,'2019-10-13 15:31:33','2019-10-13 15:31:33','','Unser Team','','publish','closed','closed','','unser-team','','','2019-12-22 20:26:38','2019-12-22 20:26:38','',0,'http://flotten.webdress.site/?page_id=20',0,'page','',0),
(21,1,'2019-10-13 15:31:33','2019-10-13 15:31:33','','Team','','inherit','closed','closed','','20-revision-v1','','','2019-10-13 15:31:33','2019-10-13 15:31:33','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(24,1,'2019-10-13 15:37:47','2019-10-13 15:37:47','','Kontakt','','publish','closed','closed','','contacts','','','2019-11-07 11:14:56','2019-11-07 11:14:56','',0,'http://flotten.webdress.site/?page_id=24',0,'page','',0),
(25,1,'2019-10-13 15:37:47','2019-10-13 15:37:47','','Contact','','inherit','closed','closed','','24-revision-v1','','','2019-10-13 15:37:47','2019-10-13 15:37:47','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(26,1,'2019-10-13 15:37:56','2019-10-13 15:37:56','<h1>Cardress GmbH</h1>\r\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','publish','closed','closed','','firma','','','2019-12-28 09:03:32','2019-12-28 09:03:32','',0,'http://flotten.webdress.site/?page_id=26',0,'page','',0),
(27,1,'2019-10-13 15:37:56','2019-10-13 15:37:56','','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-13 15:37:56','2019-10-13 15:37:56','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(28,1,'2019-10-13 15:41:38','2019-10-13 15:41:38','','Contacts','','inherit','closed','closed','','24-revision-v1','','','2019-10-13 15:41:38','2019-10-13 15:41:38','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(30,1,'2019-10-13 16:01:26','2019-10-13 16:01:26','','Flottenbeschriftungen','','publish','closed','closed','','flottenbeschriftungen','','','2019-10-13 16:01:26','2019-10-13 16:01:26','',0,'http://flotten.webdress.site/?post_type=service&p=30',0,'service','',0),
(31,1,'2019-10-13 16:09:09','2019-10-13 16:09:09','','Dienstleistungen','','publish','closed','closed','','dienstleistungen','','','2019-10-30 06:52:52','2019-10-30 06:52:52','',0,'http://flotten.webdress.site/?post_type=_pods_pod&p=31',0,'_pods_pod','',0),
(32,1,'2019-10-13 18:00:34','2019-10-13 18:00:34','<h2>Flottenbeschriftungen</h2>\r\n \r\n\r\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch\r\nim Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\r\n\r\n<hr />','Flottenbeschriftungen','','publish','closed','closed','','teilfolierungen','','','2019-11-21 07:14:21','2019-11-21 07:14:21','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=32',0,'dienstleistungen','',0),
(34,1,'2019-10-13 16:12:21','2019-10-13 16:12:21','<strong>NEW DRESS 4 YOUR CAR!</strong>\r\n\r\n \r\n\r\nCardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\n<hr />\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.','Cardress - NEW DRESS 4 YOUR CAR!','','publish','open','open','','neuheiten3','','','2019-12-21 16:59:01','2019-12-21 16:59:01','',0,'http://flotten.webdress.site/?p=34',0,'post','',0),
(35,1,'2019-10-13 16:12:21','2019-10-13 16:12:21','','Neuheiten3','','inherit','closed','closed','','34-revision-v1','','','2019-10-13 16:12:21','2019-10-13 16:12:21','',34,'http://flotten.webdress.site/34-revision-v1/',0,'revision','',0),
(36,1,'2019-10-13 16:12:27','2019-10-13 16:12:27','<strong>Cardress - NEW DRESS 4 YOUR CAR!</strong>\r\n\r\n \r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\r\n','Porsche','','publish','open','open','','porsche','','','2019-12-21 17:25:22','2019-12-21 17:25:22','',0,'http://flotten.webdress.site/?p=36',0,'post','',0),
(37,1,'2019-10-13 16:12:27','2019-10-13 16:12:27','','Neuheiten2','','inherit','closed','closed','','36-revision-v1','','','2019-10-13 16:12:27','2019-10-13 16:12:27','',36,'http://flotten.webdress.site/36-revision-v1/',0,'revision','',0),
(38,1,'2019-10-13 16:12:35','2019-10-13 16:12:35','<strong>Öffnungszeiten</strong>\r\n\r\n \r\n\r\nMontag - Freitag\r\n\r\n7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr\r\n\r\nSamstag geschlossen\r\nSonntag geschlossen\r\n\r\nKundentermine nach vereinbahrung zu anderen Zeiten möglich.\r\n\r\nVertreterbesuche nur nach telefonischer Vereinbarung.\r\n\r\n<hr />\r\n\r\n','Öffnungszeiten','','publish','open','open','','offnungszeiten','','','2019-12-21 22:53:54','2019-12-21 22:53:54','',0,'http://flotten.webdress.site/?p=38',0,'post','',0),
(39,1,'2019-10-13 16:12:35','2019-10-13 16:12:35','','Neuheiten1','','inherit','closed','closed','','38-revision-v1','','','2019-10-13 16:12:35','2019-10-13 16:12:35','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(40,1,'2019-10-13 16:14:30','2019-10-13 16:14:30','<strong>Lastwagen- und Lieferwagenbeschriftungen</strong>\r\n\r\n \r\n\r\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch im Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\r\n\r\n<hr />\r\n\r\nWir führen auch die ab April 2011 obligatorschen Reflektierstreifen für LKW\'s ab 3.5 Tonnen. Gerne unterbreiten wir Ihnen eine für Ihre Bedürfnisse geschnittene Offerte oder erstellen Ihnen ein Werbekonzept für Ihr Fahrzeug.','Neuheiten1','','inherit','closed','closed','','38-revision-v1','','','2019-10-13 16:14:30','2019-10-13 16:14:30','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(41,1,'2019-12-21 22:52:43','2019-12-21 22:52:43','<strong>Öffnungszeiten</strong>\n\n \n\nÖffnungszeiten\nMontag - Freitag\n\n7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr\n\nSamstag geschlossen\n\nKundentermine nach vereinbahrung zu anderen Zeiten möglich.\n\nVertreterbesuche nur nach telefonischer Vereinbarung.\n\n<hr />\n\n','Öffnungszeiten','','inherit','closed','closed','','38-autosave-v1','','','2019-12-21 22:52:43','2019-12-21 22:52:43','',38,'http://flotten.webdress.site/38-autosave-v1/',0,'revision','',0),
(42,1,'2019-10-13 16:16:41','2019-10-13 16:16:41','<strong>Lastwagen- und Lieferwagenbeschriftungen</strong>\r\n\r\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch im Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\r\n\r\n<hr />\r\n\r\nWir führen auch die ab April 2011 obligatorschen Reflektierstreifen für LKW\'s ab 3.5 Tonnen. Gerne unterbreiten wir Ihnen eine für Ihre Bedürfnisse geschnittene Offerte oder erstellen Ihnen ein Werbekonzept für Ihr Fahrzeug.','Neuheiten1','','inherit','closed','closed','','38-revision-v1','','','2019-10-13 16:16:41','2019-10-13 16:16:41','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(43,1,'2019-10-13 16:16:53','2019-10-13 16:16:53','<strong>Lastwagen- und Lieferwagenbeschriftungen</strong>\r\n\r\n \r\n\r\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch im Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\r\n\r\n<hr />\r\n\r\nWir führen auch die ab April 2011 obligatorschen Reflektierstreifen für LKW\'s ab 3.5 Tonnen. Gerne unterbreiten wir Ihnen eine für Ihre Bedürfnisse geschnittene Offerte oder erstellen Ihnen ein Werbekonzept für Ihr Fahrzeug.','Neuheiten1','','inherit','closed','closed','','38-revision-v1','','','2019-10-13 16:16:53','2019-10-13 16:16:53','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(44,1,'2019-10-13 16:19:03','2019-10-13 16:19:03',' ','','','publish','closed','closed','','44','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=44',7,'nav_menu_item','',0),
(46,1,'2019-10-13 16:18:54','2019-10-13 16:18:54','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-13 16:18:54','2019-10-13 16:18:54','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(47,1,'2019-10-13 16:19:19','2019-10-13 16:19:19',' ','','','publish','closed','closed','','47','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=47',1,'nav_menu_item','',0),
(48,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"dienstleistungen\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Beschriftungen content','beschriftungen-content','publish','closed','closed','','group_5da35280d46dc','','','2019-11-28 16:36:37','2019-11-28 16:36:37','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=48',0,'acf-field-group','',0),
(49,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Top image','top_image','publish','closed','closed','','field_5da35291d8d87','','','2019-10-18 05:15:49','2019-10-18 05:15:49','',48,'http://flotten.webdress.site/?post_type=acf-field&p=49',1,'acf-field','',0),
(50,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','Galleries','galleries','publish','closed','closed','','field_5da352e5d8d88','','','2019-11-20 09:03:54','2019-11-20 09:03:54','',48,'http://flotten.webdress.site/?post_type=acf-field&p=50',4,'acf-field','',0),
(51,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Gallery title','gallery_title','publish','closed','closed','','field_5da3531dd8d89','','','2019-10-13 16:40:57','2019-10-13 16:40:57','',50,'http://flotten.webdress.site/?post_type=acf-field&p=51',0,'acf-field','',0),
(52,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Images','images','publish','closed','closed','','field_5da35357d8d8a','','','2019-10-13 16:40:57','2019-10-13 16:40:57','',50,'http://flotten.webdress.site/?post_type=acf-field&p=52',1,'acf-field','',0),
(53,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Big image','big_image','publish','closed','closed','','field_5da3536cd8d8b','','','2019-10-13 16:40:57','2019-10-13 16:40:57','',52,'http://flotten.webdress.site/?post_type=acf-field&p=53',0,'acf-field','',0),
(54,1,'2019-10-13 16:40:57','2019-10-13 16:40:57','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Thumbnail','thumbnail','publish','closed','closed','','field_5da3537dd8d8c','','','2019-10-13 16:40:57','2019-10-13 16:40:57','',52,'http://flotten.webdress.site/?post_type=acf-field&p=54',1,'acf-field','',0),
(64,1,'2019-10-13 16:57:33','2019-10-13 16:57:33','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Image desription','image_desription','publish','closed','closed','','field_5da3573301dea','','','2019-10-13 16:58:00','2019-10-13 16:58:00','',52,'http://flotten.webdress.site/?post_type=acf-field&p=64',2,'acf-field','',0),
(65,1,'2019-10-13 17:06:45','2019-10-13 17:06:45','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-team.php\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Page Team','page-team','publish','closed','closed','','group_5da359941e11d','','','2019-10-13 17:13:01','2019-10-13 17:13:01','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=65',0,'acf-field-group','',0),
(66,1,'2019-10-13 17:07:11','2019-10-13 17:07:11','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Top image','top_image','publish','closed','closed','','field_5da359b267419','','','2019-10-13 17:07:11','2019-10-13 17:07:11','',65,'http://flotten.webdress.site/?post_type=acf-field&p=66',0,'acf-field','',0),
(67,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','Team group','team_group','publish','closed','closed','','field_5da359d75e8d2','','','2019-10-13 17:13:01','2019-10-13 17:13:01','',65,'http://flotten.webdress.site/?post_type=acf-field&p=67',1,'acf-field','',0),
(68,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:12:\"Can be blank\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Team title','team_title','publish','closed','closed','','field_5da359e55e8d3','','','2019-10-13 17:10:34','2019-10-13 17:10:34','',67,'http://flotten.webdress.site/?post_type=acf-field&p=68',0,'acf-field','',0),
(69,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:0:\"\";}','Members','members','publish','closed','closed','','field_5da359ef5e8d4','','','2019-10-13 17:13:01','2019-10-13 17:13:01','',67,'http://flotten.webdress.site/?post_type=acf-field&p=69',1,'acf-field','',0),
(70,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Photo','photo','publish','closed','closed','','field_5da35a0a5e8d5','','','2019-10-13 17:10:34','2019-10-13 17:10:34','',69,'http://flotten.webdress.site/?post_type=acf-field&p=70',0,'acf-field','',0),
(71,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Name','name','publish','closed','closed','','field_5da35a135e8d6','','','2019-10-13 17:10:34','2019-10-13 17:10:34','',69,'http://flotten.webdress.site/?post_type=acf-field&p=71',1,'acf-field','',0),
(72,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Position','position','publish','closed','closed','','field_5da35a1c5e8d7','','','2019-10-13 17:10:34','2019-10-13 17:10:34','',69,'http://flotten.webdress.site/?post_type=acf-field&p=72',2,'acf-field','',0),
(73,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Phone','phone','publish','closed','closed','','field_5da35a2b5e8d8','','','2019-10-13 17:10:34','2019-10-13 17:10:34','',69,'http://flotten.webdress.site/?post_type=acf-field&p=73',3,'acf-field','',0),
(74,1,'2019-10-13 17:10:34','2019-10-13 17:10:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Email','email','publish','closed','closed','','field_5da35a335e8d9','','','2019-10-13 17:10:34','2019-10-13 17:10:34','',69,'http://flotten.webdress.site/?post_type=acf-field&p=74',4,'acf-field','',0),
(76,1,'2019-10-13 17:11:37','2019-10-13 17:11:37','','Unser Team','','inherit','closed','closed','','20-autosave-v1','','','2019-10-13 17:11:37','2019-10-13 17:11:37','',20,'http://flotten.webdress.site/20-autosave-v1/',0,'revision','',0),
(77,1,'2019-10-13 17:12:11','2019-10-13 17:12:11','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-10-13 17:12:11','2019-10-13 17:12:11','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(78,1,'2019-10-13 17:13:25','2019-10-13 17:13:25','','user_photo','','inherit','open','closed','','user_photo','','','2019-10-13 17:13:25','2019-10-13 17:13:25','',20,'http://flotten.webdress.site/wp-content/uploads/2019/10/user_photo.jpg',0,'attachment','image/jpeg',0),
(79,1,'2019-10-13 17:13:57','2019-10-13 17:13:57','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-10-13 17:13:57','2019-10-13 17:13:57','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(80,1,'2019-10-13 17:17:43','2019-10-13 17:17:43','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-10-13 17:17:43','2019-10-13 17:17:43','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(81,1,'2019-10-13 17:23:22','2019-10-13 17:23:22','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-10-13 17:23:22','2019-10-13 17:23:22','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(83,1,'2019-10-13 18:30:12','2019-10-13 18:30:12','<h2>Ihre Werbung gehört auf die Strasse.\r\nDer perfekte Werbeträger für Ihre Botschaft.</h2>\r\n \r\n\r\nZeigen Sie Ihren Kunden was Sie zu bieten haben. Durch den Einsatz von Hochleistungsfolien sind wir in der Lage, fast das komplette Fahrzeug zu beschriften. Nach der Beschriftung können Sie Ihr Fahrzeug wie gewohnt nutzen, auch eine Fahrt durch die Waschstrasse ist weiterhin möglich. Wir verwenden für unsere Fahrzeugbeschriftungen Hochleistungsfolien mit einem Einsatzbereich bis 10 Jahren. Alle Folien lassen sich ohne Rückstände am Fahrzeug wieder entfernen. Gerne beraten wir Sie bei Ihrer Fahrzeugbeschriftung. Falls Sie keine Ideen haben, unser Team erstellt Ihnen gerne Ihr persönliches Werbekonzept.\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Für Firmen mit mehreren Fahrzeugen bieten wir attraktive Rabatte an für Flottenbeschriftungen.\r\n<li>Fahrschulen und Taxibetrieben mit einem höheren Fahrzeugwechsel profitieren von Sonderkonditionen.\r\n<li>Ersatzwagen: Für Ihre Mobilität während der Zeit Ihrer Fahrzeugbeschriftung haben wir vorgesorgt. Gegen ein kleines Entgeld stehen Ihnen unsere Ersatzwagen zur Verfügung\r\n<li>Montage- und Demontageservice schweizweit.\r\n\r\n</ul>','Werbebeschriftungen','','publish','closed','closed','','autobeschriftungen','','','2019-11-26 09:13:33','2019-11-26 09:13:33','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=83',0,'dienstleistungen','',0),
(84,1,'2019-10-13 17:30:52','2019-10-13 17:30:52','<h2>Lackschutzfolie</h2>\r\n \r\n\r\nDurch den Einsatz einer transparenten Lackschutzfolie schützen wir Ihr Fahrzeug vor einem unnötigen Wertverlust. Der Originallack wird geschützt vor UV-Strahlung, Steinschlägen und Kratzern. Ein Farbunterschied zur Original Farbe ist nicht zu erkennen.\r\n\r\n<hr />\r\n\r\n<ul>\r\n <li>Keine Farbveränderung\r\n <li>UV Schutz des Lackes\r\n <li>Steinschlagschutz\r\n <li>Werterhalt des Fahrzeuges\r\n <li>Rückstandsfrei Entfernbar\r\n\r\n</ul>\r\n\r\n\r\n','Selbstheilende Lackschutzfolien','','publish','closed','closed','','lackschutz','','','2019-12-08 19:09:02','2019-12-08 19:09:02','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=84',0,'dienstleistungen','',0),
(87,1,'2019-10-13 16:00:53','2019-10-13 16:00:53','<h2>Edles auf Glas und Spiegeln</h2>\r\n \r\n\r\nEdle Beschriftungen oder ein attraktiver Sichtschutz. Durch den Einsatz\r\nvon Christalfolien in verschiedenen Farbtönen lassen sich schöne und\r\neffektive Fensterbeschriftungen herstellen.\r\n\r\n<hr />\r\n\r\nEine transluzente Hochleistungsfolie für den Innen- und Außeneinsatz\r\nauf Fenstern oder anderen Glasflächen, sowie auf Spiegeln. Es ergeben\r\nsich interessante Effekte, die optisch Ätzungen, Sandstrahlbehandlungen\r\noder Frostbeschlag zum Verwechseln ähneln, aber sauberer und\r\nkostengünstiger zu verwirklichen sind.','Glasdekor folierungen','','publish','closed','closed','','glasdekor-sichtschutz','','','2019-11-21 07:13:02','2019-11-21 07:13:02','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=87',0,'dienstleistungen','',0),
(89,1,'2019-10-13 15:00:35','2019-10-13 15:00:35','<h2>Zeigen Sie wer Sie sind und was Sie zu bieten haben</h2>\r\n \r\n\r\nDurch eine attraktive Werbung fallen Sie mehr auf. Gerne gestalten wir Ihnen Ihre Beschriftung. Alle Schriften werden von aussen auf die Scheiben geklebt und lassen sich jederzeit wieder entfernen. Haftungszeit der Folie zwischen 8 -10 Jahren. Für kurzfristige Aktionen lassen sich mit den verschiedenen Tages-Leuchtfolien beschriften.\r\n\r\n<hr />\r\n\r\nMontagen in der ganzen Schweiz.','Schaufensterbeschriftungen','','publish','closed','closed','','schaufensterbeschriftungen','','','2019-11-21 07:10:50','2019-11-21 07:10:50','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=89',0,'dienstleistungen','',0),
(90,1,'2019-10-13 17:58:43','2019-10-13 17:58:43','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:18:\"page-frontpage.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Page Frontpage','page-frontpage','publish','closed','closed','','group_5da365b7ad1f1','','','2020-04-28 13:10:47','2020-04-28 13:10:47','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=90',0,'acf-field-group','',0),
(92,1,'2019-10-13 18:00:10','2019-10-13 18:00:10','<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-13 18:00:10','2019-10-13 18:00:10','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(99,1,'2019-10-13 18:45:05','2019-10-13 18:45:05','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Thumbnail','thumbnail','publish','closed','closed','','field_5da370a29abce','','','2019-10-18 05:15:49','2019-10-18 05:15:49','',48,'http://flotten.webdress.site/?post_type=acf-field&p=99',2,'acf-field','',0),
(100,1,'2019-10-24 17:30:00','2019-10-24 17:30:00','<h2>Zeigen Sie wer Sie sind und was Sie zu bieten haben</h2>\n \n\nDurch eine attraktive Werbung fallen Sie mehr auf. Gerne gestalten wir Ihnen Ihre Beschriftung. Alle Schriften werden von aussen auf die Scheiben geklebt und lassen sich jederzeit wieder entfernen. Haftungszeit der Folie zwischen 8 -10 Jahren. Für kurzfristige Aktionen lassen sich mit den verschiedenen Tages-Leuchtfolien beschriften.\n\n<hr />\n\nMontagen in der ganzen Schweiz.','Schaufensterbeschriftung','','inherit','closed','closed','','89-autosave-v1','','','2019-10-24 17:30:00','2019-10-24 17:30:00','',89,'http://flotten.webdress.site/89-autosave-v1/',0,'revision','',0),
(101,1,'2019-11-15 07:40:03','2019-11-15 07:40:03','<h2>Lackschutzfolie</h2>\n \n\nDurch den Einsatz einer transparenten Lackschutzfolie schützen wir Ihr Fahrzeug vor einem unnötigen Wertverlust. Der Originallack wird geschützt vor UV-Strahlung, Steinschlägen und Kratzern. Ein Farbunterschied zur Original Farbe ist nicht zu erkennen.\n\n<hr />\n\n\n<li>Keine Farbveränderung\n<li>UV Schutz des Lackes\n<li>Steinschlagschutz\n<li>Werterhalt des Fahrzeuges\n<li>Werterhalt des Fahrzeuges','Lackschutz','','inherit','closed','closed','','84-autosave-v1','','','2019-11-15 07:40:03','2019-11-15 07:40:03','',84,'http://flotten.webdress.site/84-autosave-v1/',0,'revision','',0),
(103,1,'2019-10-13 19:00:14','2019-10-13 19:00:14','','car_img','','inherit','open','closed','','car_img','','','2019-10-13 19:00:14','2019-10-13 19:00:14','',38,'http://flotten.webdress.site/wp-content/uploads/2019/10/car_img.jpg',0,'attachment','image/jpeg',0),
(105,1,'2019-10-13 19:05:40','2019-10-13 19:05:40','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"page-firma.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Page Firma','page-firma','publish','closed','closed','','group_5da3756940d33','','','2019-10-13 19:08:18','2019-10-13 19:08:18','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=105',0,'acf-field-group','',0),
(106,1,'2019-10-13 19:05:53','2019-10-13 19:05:53','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Top image','top_image','publish','closed','closed','','field_5da37587da91a','','','2019-10-13 19:05:53','2019-10-13 19:05:53','',105,'http://flotten.webdress.site/?post_type=acf-field&p=106',0,'acf-field','',0),
(107,1,'2019-10-13 19:06:51','2019-10-13 19:06:51','<h3>Schriftehus GmbH</h3>\r\n<strong>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</strong>\r\n\r\n<hr />\r\n\r\nGerne überzeugen wir Sie von unseren Stärken.\r\n<ul>\r\n <li>Über <strong>15 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1000 beschriftete Fahrzeuge</li>\r\n <li>Über 50km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagen</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-13 19:06:51','2019-10-13 19:06:51','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(109,1,'2019-10-13 19:08:18','2019-10-13 19:08:18','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Images','images','publish','closed','closed','','field_5da375fcd63a1','','','2019-10-13 19:08:18','2019-10-13 19:08:18','',105,'http://flotten.webdress.site/?post_type=acf-field&p=109',1,'acf-field','',0),
(110,1,'2019-10-13 19:08:18','2019-10-13 19:08:18','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5da37606d63a2','','','2019-10-13 19:08:18','2019-10-13 19:08:18','',109,'http://flotten.webdress.site/?post_type=acf-field&p=110',0,'acf-field','',0),
(111,1,'2019-10-13 19:08:18','2019-10-13 19:08:18','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5da37611d63a3','','','2019-10-13 19:08:18','2019-10-13 19:08:18','',109,'http://flotten.webdress.site/?post_type=acf-field&p=111',1,'acf-field','',0),
(114,1,'2019-10-13 19:09:28','2019-10-13 19:09:28','','firma2','','inherit','open','closed','','firma2','','','2019-10-13 19:09:28','2019-10-13 19:09:28','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma2.jpg',0,'attachment','image/jpeg',0),
(115,1,'2019-10-13 19:09:51','2019-10-13 19:09:51','','firma3','','inherit','open','closed','','firma3','','','2019-10-13 19:09:51','2019-10-13 19:09:51','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma3.jpg',0,'attachment','image/jpeg',0),
(116,1,'2019-10-13 19:10:06','2019-10-13 19:10:06','','firma4','','inherit','open','closed','','firma4','','','2019-10-13 19:10:06','2019-10-13 19:10:06','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma4.jpg',0,'attachment','image/jpeg',0),
(117,1,'2019-10-13 19:10:41','2019-10-13 19:10:41','<h3>Schriftehus GmbH</h3>\r\n<strong>Die Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</strong>\r\n\r\n<hr />\r\n\r\nGerne überzeugen wir Sie von unseren Stärken.\r\n<ul>\r\n <li>Über <strong>15 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1000 beschriftete Fahrzeuge</li>\r\n <li>Über 50km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagen</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-13 19:10:41','2019-10-13 19:10:41','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(119,1,'2019-10-13 19:19:58','2019-10-13 19:19:58','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:12:\"options_page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:25:\"acf-options-theme-options\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Theme options','theme-options','publish','closed','closed','','group_5da378c8ef774','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=119',0,'acf-field-group','',0),
(120,1,'2019-10-13 19:21:38','2019-10-13 19:21:38','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo','logo','publish','closed','closed','','field_5da378f0f9e10','','','2019-10-15 18:37:34','2019-10-15 18:37:34','',119,'http://flotten.webdress.site/?post_type=acf-field&p=120',0,'acf-field','',0),
(121,1,'2019-10-13 19:21:38','2019-10-13 19:21:38','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Bottom slider','bottom_slider','publish','closed','closed','','field_5da37915f9e11','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=121',8,'acf-field','',0),
(122,1,'2019-10-13 19:21:38','2019-10-13 19:21:38','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Slide','slide','publish','closed','closed','','field_5da3792ef9e12','','','2019-10-13 19:21:38','2019-10-13 19:21:38','',121,'http://flotten.webdress.site/?post_type=acf-field&p=122',0,'acf-field','',0),
(126,1,'2019-10-30 18:32:10','2019-10-30 18:32:10','<h1>Cardress GmbH</h1>\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\n\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\n\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\n\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\n\n<hr />\n\n<ul>\n\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\n <li>Moderner Maschinenpark</li>\n <li>Qualifizierte und geschulte Mitarbeiter</li>\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\n <li>Über 100km verklebte Hochleistungfolien</li>\n <li>Eigene Ersatzwagenflotte</li>\n <li>Zuverlässige Lieferanten</li>\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\n <li>Kontaktpartner für neue Medien</li>\n\n</ul>','Firma','','inherit','closed','closed','','26-autosave-v1','','','2019-10-30 18:32:10','2019-10-30 18:32:10','',26,'http://flotten.webdress.site/26-autosave-v1/',0,'revision','',0),
(127,1,'2019-10-14 05:02:31','2019-10-14 05:02:31','<h3>Schriftehus GmbH</h3>\r\n<strong>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</strong>\r\n\r\n<hr />\r\n\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 05:02:31','2019-10-14 05:02:31','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(128,1,'2019-10-14 05:09:30','2019-10-14 05:09:30','<h3>Schriftehus GmbH</h3>\r\n<strong>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</strong>\r\n\r\n<hr />\r\n\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 05:09:30','2019-10-14 05:09:30','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(129,1,'2019-10-14 05:12:08','2019-10-14 05:12:08','<h3>Schriftehus GmbH</h3>\r\n<strong>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</strong>\r\n\r\n<hr />\r\n\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 05:12:08','2019-10-14 05:12:08','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(132,1,'2019-10-14 05:40:01','2019-10-14 05:40:01','','slide','','inherit','open','closed','','slide','','','2019-10-14 05:40:01','2019-10-14 05:40:01','',16,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide.jpg',0,'attachment','image/jpeg',0),
(133,1,'2019-10-14 05:40:35','2019-10-14 05:40:35','<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-14 05:40:35','2019-10-14 05:40:35','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(134,1,'2019-10-14 05:43:20','2019-10-14 05:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Facebook link','facebook_link','publish','closed','closed','','field_5da40ac9ad0a2','','','2019-10-15 18:37:34','2019-10-15 18:37:34','',119,'http://flotten.webdress.site/?post_type=acf-field&p=134',2,'acf-field','',0),
(135,1,'2019-10-14 05:43:20','2019-10-14 05:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Instagram link','instagram_link','publish','closed','closed','','field_5da40ad6ad0a3','','','2020-04-12 13:51:52','2020-04-12 13:51:52','',119,'http://flotten.webdress.site/?post_type=acf-field&p=135',4,'acf-field','',0),
(136,1,'2019-10-14 05:43:20','2019-10-14 05:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Twitter link','twitter_link','publish','closed','closed','','field_5da40ae1ad0a4','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=136',6,'acf-field','',0),
(137,1,'2019-10-14 05:43:20','2019-10-14 05:43:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Pinterest link','pinterest_link','publish','closed','closed','','field_5da40aebad0a5','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=137',7,'acf-field','',0),
(138,1,'2019-10-14 06:14:02','2019-10-14 06:14:02','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:17:\"page-contacts.php\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Page Kontakt','page-kontakt','publish','closed','closed','','group_5da412067286f','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=138',0,'acf-field-group','',0),
(139,1,'2019-10-14 06:16:17','2019-10-14 06:16:17','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Text blocks','text_blocks','publish','closed','closed','','field_5da4129501b80','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',138,'http://flotten.webdress.site/?post_type=acf-field&p=139',1,'acf-field','',0),
(140,1,'2019-10-14 06:16:17','2019-10-14 06:16:17','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:8;s:9:\"new_lines\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5da4129f01b81','','','2019-10-14 06:22:43','2019-10-14 06:22:43','',139,'http://flotten.webdress.site/?post_type=acf-field&p=140',0,'acf-field','',0),
(141,1,'2019-10-14 06:17:30','2019-10-14 06:17:30','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Map code (iframe)','map_code_iframe','publish','closed','closed','','field_5da412baab421','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',138,'http://flotten.webdress.site/?post_type=acf-field&p=141',3,'acf-field','',0),
(142,1,'2019-10-14 06:17:30','2019-10-14 06:17:30','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Before form text','before_form_text','publish','closed','closed','','field_5da412d7ab422','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',138,'http://flotten.webdress.site/?post_type=acf-field&p=142',5,'acf-field','',0),
(143,1,'2019-10-14 06:23:01','2019-10-14 06:23:01','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 06:23:01','2019-10-14 06:23:01','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(144,1,'2019-10-14 06:24:14','2019-10-14 06:24:14','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 06:24:14','2019-10-14 06:24:14','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(150,1,'2019-10-14 09:04:29','2019-10-14 09:04:29',' ','','','publish','closed','closed','','150','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=150',9,'nav_menu_item','',0),
(151,1,'2019-10-14 09:04:29','2019-10-14 09:04:29',' ','','','publish','closed','closed','','151','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=151',8,'nav_menu_item','',0),
(158,1,'2019-10-14 16:48:57','2019-10-14 16:48:57','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 16:48:57','2019-10-14 16:48:57','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(164,1,'2019-10-14 18:37:25','2019-10-14 18:37:25','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:37:25','2019-10-14 18:37:25','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(165,1,'2019-10-14 18:40:08','2019-10-14 18:40:08','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:40:08','2019-10-14 18:40:08','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(166,1,'2019-10-14 18:42:19','2019-10-14 18:42:19','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:42:19','2019-10-14 18:42:19','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(167,1,'2019-10-14 18:44:38','2019-10-14 18:44:38','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:44:38','2019-10-14 18:44:38','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(168,1,'2019-10-14 18:45:56','2019-10-14 18:45:56','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:45:56','2019-10-14 18:45:56','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(169,1,'2019-10-14 18:47:14','2019-10-14 18:47:14','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:47:14','2019-10-14 18:47:14','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(170,1,'2019-10-14 18:47:32','2019-10-14 18:47:32','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:47:32','2019-10-14 18:47:32','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(171,1,'2019-10-14 18:49:02','2019-10-14 18:49:02','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 18:49:02','2019-10-14 18:49:02','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(172,1,'2019-10-14 18:52:26','2019-10-14 18:52:26','<h1>Schriftehus GmbH</h1>\r\n<strong>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</strong>\r\n\r\n<hr />\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 18:52:26','2019-10-14 18:52:26','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(173,1,'2019-10-14 18:53:44','2019-10-14 18:53:44','<h1>Schriftehus GmbH</h1>\r\n<h2>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</h2>\r\n\r\n<hr />\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 18:53:44','2019-10-14 18:53:44','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(174,1,'2019-10-14 18:55:03','2019-10-14 18:55:03','<h1>Schriftehus GmbH</h1>\r\n<h3>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</h3>\r\n\r\n<hr />\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 18:55:03','2019-10-14 18:55:03','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(175,1,'2019-10-14 19:25:21','2019-10-14 19:25:21','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-14 19:25:21','2019-10-14 19:25:21','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(176,1,'2019-10-14 19:54:05','2019-10-14 19:54:05','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-10-14 19:54:05','2019-10-14 19:54:05','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(177,1,'2019-10-14 20:48:34','2019-10-14 20:48:34','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 20:48:34','2019-10-14 20:48:34','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(178,1,'2019-10-14 20:49:02','2019-10-14 20:49:02','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-14 20:49:02','2019-10-14 20:49:02','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(179,1,'2019-10-15 05:24:57','2019-10-15 05:24:57','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 05:24:57','2019-10-15 05:24:57','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(181,1,'2019-10-15 05:26:37','2019-10-15 05:26:37','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 05:26:37','2019-10-15 05:26:37','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(185,1,'2019-10-15 06:29:29','2019-10-15 06:29:29','<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','publish','closed','closed','','test','','','2019-10-16 13:38:52','2019-10-16 13:38:52','',0,'http://flotten.webdress.site/?page_id=185',0,'page','',0),
(186,1,'2019-10-15 06:29:29','2019-10-15 06:29:29','','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-15 06:29:29','2019-10-15 06:29:29','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(188,1,'2019-10-16 13:42:55','2019-10-16 13:42:55','\n<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','inherit','closed','closed','','185-autosave-v1','','','2019-10-16 13:42:55','2019-10-16 13:42:55','',185,'http://flotten.webdress.site/185-autosave-v1/',0,'revision','',0),
(189,1,'2019-10-15 06:31:12','2019-10-15 06:31:12','\r\n<div>[smartslider3 slider=2]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-15 06:31:12','2019-10-15 06:31:12','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(190,1,'2019-10-15 15:30:32','2019-10-15 15:30:32','','Grafik','','publish','closed','closed','','grafik','','','2019-11-16 09:23:31','2019-11-16 09:23:31','',0,'http://flotten.webdress.site/?p=190',2,'nav_menu_item','',0),
(191,1,'2019-10-15 15:30:32','2019-10-15 15:30:32','','Werbekonzepte','','publish','closed','closed','','werbekonzepte','','','2019-11-16 09:23:31','2019-11-16 09:23:31','',0,'http://flotten.webdress.site/?p=191',3,'nav_menu_item','',0),
(193,1,'2019-10-15 15:30:32','2019-10-15 15:30:32','','Beratung','','publish','closed','closed','','stempel','','','2019-11-16 09:23:30','2019-11-16 09:23:30','',0,'http://flotten.webdress.site/?p=193',1,'nav_menu_item','',0),
(194,1,'2019-10-15 15:30:32','2019-10-15 15:30:32','','Fleet-Management','','publish','closed','closed','','gravuren','','','2019-11-16 09:23:31','2019-11-16 09:23:31','',0,'http://flotten.webdress.site/?p=194',4,'nav_menu_item','',0),
(199,1,'2019-10-15 15:44:15','2019-10-15 15:44:15','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:44:15','2019-10-15 15:44:15','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(200,1,'2019-10-15 15:48:05','2019-10-15 15:48:05','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:48:05','2019-10-15 15:48:05','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(201,1,'2019-10-15 15:49:31','2019-10-15 15:49:31','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:49:31','2019-10-15 15:49:31','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(202,1,'2019-10-15 15:50:24','2019-10-15 15:50:24','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:50:24','2019-10-15 15:50:24','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(203,1,'2019-10-15 15:51:44','2019-10-15 15:51:44','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:51:44','2019-10-15 15:51:44','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(204,1,'2019-10-15 15:52:30','2019-10-15 15:52:30','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:52:30','2019-10-15 15:52:30','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(205,1,'2019-10-15 15:53:18','2019-10-15 15:53:18','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:53:18','2019-10-15 15:53:18','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(206,1,'2019-10-15 15:55:37','2019-10-15 15:55:37','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-15 15:55:37','2019-10-15 15:55:37','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(207,1,'2019-10-15 15:59:22','2019-10-15 15:59:22','<h2>Lastwagen- und Lieferwagenbeschriftungen</h2>\n \n\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch<br>\nim Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\n\n<hr />\n\nWir führen auch die ab April 2011 obligatorschen Reflektierstreifen für LKW\'s ab 3.5 Tonnen. Gerne unterbreiten wir Ihnen eine für Ihre Bedürfnisse geschnittene Offerte oder erstellen Ihnen ein Werbekonzept für Ihr Fahrzeug.','Autobeschriftungen','','inherit','closed','closed','','83-autosave-v1','','','2019-10-15 15:59:22','2019-10-15 15:59:22','',83,'http://flotten.webdress.site/83-autosave-v1/',0,'revision','',0),
(208,1,'2019-10-15 16:39:16','2019-10-15 16:39:16','','111','','inherit','open','closed','','111','','','2019-10-15 16:39:16','2019-10-15 16:39:16','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/111.jpg',0,'attachment','image/jpeg',0),
(211,1,'2019-10-15 17:56:08','2019-10-15 17:56:08','','Werbebeschriftungen','','publish','closed','closed','','autobeschriftungen','','','2019-12-02 09:51:47','2019-12-02 09:51:47','',0,'http://flotten.webdress.site/?p=211',1,'nav_menu_item','',0),
(212,1,'2019-10-15 17:56:09','2019-10-15 17:56:09','','LKW Beschriftungen','','publish','closed','closed','','flottenbeschriftungen','','','2019-12-02 09:51:47','2019-12-02 09:51:47','',0,'http://flotten.webdress.site/?p=212',2,'nav_menu_item','',0),
(213,1,'2019-10-15 17:56:09','2019-10-15 17:56:09','','Schaufensterbeschriftungen','','publish','closed','closed','','anhangerbeschriftungen','','','2019-12-02 09:51:47','2019-12-02 09:51:47','',0,'http://flotten.webdress.site/?p=213',3,'nav_menu_item','',0),
(214,1,'2019-10-15 17:56:09','2019-10-15 17:56:09','','Leuchtwerbung','','publish','closed','closed','','buswerbungen','','','2019-12-02 09:51:47','2019-12-02 09:51:47','',0,'http://flotten.webdress.site/?p=214',4,'nav_menu_item','',0),
(215,1,'2019-10-15 17:56:09','2019-10-15 17:56:09','','Glasdekor folierungen','','publish','closed','closed','','werbe-firmentafeln','','','2019-12-02 09:51:47','2019-12-02 09:51:47','',0,'http://flotten.webdress.site/?p=215',5,'nav_menu_item','',0),
(216,1,'2019-10-15 17:56:09','2019-10-15 17:56:09','','Flottenbeschriftungen','','publish','closed','closed','','glasdekor-sichtschutz','','','2019-12-02 09:51:47','2019-12-02 09:51:47','',0,'http://flotten.webdress.site/?p=216',6,'nav_menu_item','',0),
(224,1,'2019-10-13 18:00:17','2019-10-13 18:00:17','<h2>Car Wrapping – Teilfolierungen.</h2>\r\n \r\n\r\nOb Stripes, eine Carbonhaube, ein spezielle Dachfarbe oder sonst eine extravagante Folierung. Mit wenigen optischen Farbgebung wird Ihr Fahrzeug zum Unikat. Eine kostengünstige Variante für kurz – oder langfristige Ideen. Wir beraten Sie gerne und gestalten Ihren Wagen nach Ihren Wünschen und Vorstellungen.\r\n\r\n<hr />\r\n\r\n<ul>\r\n <li>Individuelles Design</li>\r\n <li>Optische Aufwertung</li>\r\n <li>Kostengünstige Lösung</li>\r\n <li>Einfache Rückrüstung</li>\r\n <li>Kombinierbar mit Werbung</li>\r\n</ul>','Teilfolierungen','','publish','closed','closed','','folierungen','','','2020-03-26 13:55:25','2020-03-26 13:55:25','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=224',0,'dienstleistungen','',0),
(229,1,'2019-10-15 18:01:57','2019-10-15 18:01:57','','Abhol- und Lieferservice von Fahrzeugen','','publish','closed','closed','','3d-doming','','','2019-11-16 09:50:20','2019-11-16 09:50:20','',0,'http://flotten.webdress.site/?p=229',1,'nav_menu_item','',0),
(233,1,'2019-10-15 18:01:57','2019-10-15 18:01:57','','Schweizweiter Montageservice','','publish','closed','closed','','messestand','','','2019-11-16 09:50:20','2019-11-16 09:50:20','',0,'http://flotten.webdress.site/?p=233',2,'nav_menu_item','',0),
(244,1,'2019-10-15 18:23:27','2019-10-15 18:23:27','','Impressum','','publish','closed','closed','','impressum','','','2019-12-27 16:43:06','2019-12-27 16:43:06','',0,'http://flotten.webdress.site/?p=244',1,'nav_menu_item','',0),
(246,1,'2019-10-15 18:24:35','2019-10-15 18:24:35','','Disclaimer','','publish','closed','closed','','disclaimer','','','2019-12-27 16:43:06','2019-12-27 16:43:06','',0,'http://flotten.webdress.site/?p=246',2,'nav_menu_item','',0),
(247,1,'2019-10-15 18:24:35','2019-10-15 18:24:35','','AGB’s','','publish','closed','closed','','agbs','','','2019-12-27 16:43:06','2019-12-27 16:43:06','',0,'http://flotten.webdress.site/?p=247',3,'nav_menu_item','',0),
(259,1,'2019-10-15 18:37:34','2019-10-15 18:37:34','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Logo footer','logo_footer','publish','closed','closed','','field_5da611cadc955','','','2019-10-15 18:37:34','2019-10-15 18:37:34','',119,'http://flotten.webdress.site/?post_type=acf-field&p=259',1,'acf-field','',0),
(265,1,'2019-10-16 13:24:20','2019-10-16 13:24:20','\r\n<div>[smartslider3 slider=3]</div>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-16 13:24:20','2019-10-16 13:24:20','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(266,1,'2019-10-16 13:25:20','2019-10-16 13:25:20','<div>[smartslider3 slider=2]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-16 13:25:20','2019-10-16 13:25:20','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(267,1,'2019-10-16 13:27:00','2019-10-16 13:27:00','<div>[smartslider3 slider=2\r\n<div>[smartslider3 slider=3]</div>]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-16 13:27:00','2019-10-16 13:27:00','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(268,1,'2019-10-16 13:27:35','2019-10-16 13:27:35','<div>[smartslider3 slider=3]</div>]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-16 13:27:35','2019-10-16 13:27:35','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(269,1,'2019-10-16 13:28:22','2019-10-16 13:28:22','\r\n<div>[smartslider3 slider=3]</div>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-16 13:28:22','2019-10-16 13:28:22','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(270,1,'2019-10-16 13:38:52','2019-10-16 13:38:52','<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>','Test','','inherit','closed','closed','','185-revision-v1','','','2019-10-16 13:38:52','2019-10-16 13:38:52','',185,'http://flotten.webdress.site/185-revision-v1/',0,'revision','',0),
(273,1,'2019-10-16 15:20:08','2019-10-16 15:20:08','<div>[smartslider3 slider=3]</div>\r\n<div>[smartslider3 slider=4]</div>\r\n ','Frontpage2','','publish','closed','closed','','frontpage-2','','','2020-04-11 11:51:03','2020-04-11 11:51:03','',0,'http://flotten.webdress.site/?page_id=273',0,'page','',0),
(274,1,'2019-10-16 15:20:08','2019-10-16 15:20:08','\r\n<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','273-revision-v1','','','2019-10-16 15:20:08','2019-10-16 15:20:08','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(275,1,'2019-10-16 15:22:48','2019-10-16 15:22:48','\r\n<div>[smartslider3 slider=3]</div>\r\n<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','273-revision-v1','','','2019-10-16 15:22:48','2019-10-16 15:22:48','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(276,1,'2019-10-16 15:24:25','2019-10-16 15:24:25','<div>[smartslider3 slider=3]</div>\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','273-revision-v1','','','2019-10-16 15:24:25','2019-10-16 15:24:25','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(277,1,'2019-10-16 15:25:42','2019-10-16 15:25:42','<div>[smartslider3 slider=2]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','273-revision-v1','','','2019-10-16 15:25:42','2019-10-16 15:25:42','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(278,1,'2019-10-16 15:26:15','2019-10-16 15:26:15','<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','273-revision-v1','','','2019-10-16 15:26:15','2019-10-16 15:26:15','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(279,1,'2019-10-16 15:33:31','2019-10-16 15:33:31','<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-16 15:33:31','2019-10-16 15:33:31','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(282,1,'2019-10-16 17:06:08','2019-10-16 17:06:08','<div>[smartslider3 slider=3]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n<div>[smartslider3 slider=4]</div><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>\r\n\r\n\r\n\r\n\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','273-revision-v1','','','2019-10-16 17:06:08','2019-10-16 17:06:08','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(283,1,'2019-10-16 17:28:32','2019-10-16 17:28:32','<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-16 17:28:32','2019-10-16 17:28:32','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(325,1,'2019-10-17 09:34:51','2019-10-17 09:34:51','<strong>1. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n<strong>2. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n ','Datenschutz','','publish','closed','closed','','datenschutz','','','2019-10-17 09:36:20','2019-10-17 09:36:20','',0,'http://flotten.webdress.site/?page_id=325',0,'page','',0),
(326,1,'2019-10-17 09:34:51','2019-10-17 09:34:51','','Datenschutz','','inherit','closed','closed','','325-revision-v1','','','2019-10-17 09:34:51','2019-10-17 09:34:51','',325,'http://flotten.webdress.site/325-revision-v1/',0,'revision','',0),
(327,1,'2019-10-17 09:35:55','2019-10-17 09:35:55','<strong>1. Haftungsbeschränkung</strong>\n\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\n\n<hr />\n\n ','Datenschutz','','inherit','closed','closed','','325-autosave-v1','','','2019-10-17 09:35:55','2019-10-17 09:35:55','',325,'http://flotten.webdress.site/325-autosave-v1/',0,'revision','',0),
(328,1,'2019-10-17 09:36:20','2019-10-17 09:36:20','<strong>1. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n<strong>2. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n ','Datenschutz','','inherit','closed','closed','','325-revision-v1','','','2019-10-17 09:36:20','2019-10-17 09:36:20','',325,'http://flotten.webdress.site/325-revision-v1/',0,'revision','',0),
(329,1,'2019-10-17 16:21:53','2019-10-17 16:21:53','','News','','publish','closed','closed','','news','','','2019-10-17 16:21:53','2019-10-17 16:21:53','',0,'http://flotten.webdress.site/?page_id=329',0,'page','',0),
(330,1,'2019-10-17 16:21:53','2019-10-17 16:21:53','','News','','inherit','closed','closed','','329-revision-v1','','','2019-10-17 16:21:53','2019-10-17 16:21:53','',329,'http://flotten.webdress.site/329-revision-v1/',0,'revision','',0),
(331,1,'2019-10-17 19:52:51','2019-10-17 19:52:51','','MINI Style','','publish','closed','closed','','mini-style','','','2019-10-19 10:17:27','2019-10-19 10:17:27','',0,'http://flotten.webdress.site/?page_id=331',0,'page','',0),
(332,1,'2019-10-17 19:52:51','2019-10-17 19:52:51','','MINI Style','','inherit','closed','closed','','331-revision-v1','','','2019-10-17 19:52:51','2019-10-17 19:52:51','',331,'http://flotten.webdress.site/331-revision-v1/',0,'revision','',0),
(333,1,'2019-10-18 04:40:12','2019-10-18 04:40:12','','MINI Style','','inherit','closed','closed','','331-autosave-v1','','','2019-10-18 04:40:12','2019-10-18 04:40:12','',331,'http://flotten.webdress.site/331-autosave-v1/',0,'revision','',0),
(334,1,'2019-10-18 04:44:22','2019-10-18 04:44:22','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-gallery.php\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Page Gallery','page-gallery','publish','closed','closed','','group_5da9431154f42','','','2019-10-18 04:49:59','2019-10-18 04:49:59','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=334',0,'acf-field-group','',0),
(335,1,'2019-10-18 04:45:12','2019-10-18 04:45:12','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Gallery images','gallery_images','publish','closed','closed','','field_5da935245e674','','','2019-10-18 04:45:12','2019-10-18 04:45:12','',334,'http://flotten.webdress.site/?post_type=acf-field&p=335',0,'acf-field','',0),
(336,1,'2019-10-18 04:45:12','2019-10-18 04:45:12','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5da935395e675','','','2019-10-18 04:45:12','2019-10-18 04:45:12','',335,'http://flotten.webdress.site/?post_type=acf-field&p=336',0,'acf-field','',0),
(337,1,'2019-10-18 04:45:12','2019-10-18 04:45:12','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Description','description','publish','closed','closed','','field_5da935435e676','','','2019-10-18 04:49:59','2019-10-18 04:49:59','',335,'http://flotten.webdress.site/?post_type=acf-field&p=337',2,'acf-field','',0),
(338,1,'2019-10-18 04:47:07','2019-10-18 04:47:07','','MINI Style','','inherit','closed','closed','','331-revision-v1','','','2019-10-18 04:47:07','2019-10-18 04:47:07','',331,'http://flotten.webdress.site/331-revision-v1/',0,'revision','',0),
(339,1,'2019-10-18 04:49:59','2019-10-18 04:49:59','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Thumbnail','thumbnail','publish','closed','closed','','field_5da93660e9ba1','','','2019-10-18 04:49:59','2019-10-18 04:49:59','',335,'http://flotten.webdress.site/?post_type=acf-field&p=339',1,'acf-field','',0),
(340,1,'2019-10-18 04:53:06','2019-10-18 04:53:06','','MINI Style','','inherit','closed','closed','','331-revision-v1','','','2019-10-18 04:53:06','2019-10-18 04:53:06','',331,'http://flotten.webdress.site/331-revision-v1/',0,'revision','',0),
(341,1,'2019-10-18 04:54:28','2019-10-18 04:54:28','','MINI Style','','inherit','closed','closed','','331-revision-v1','','','2019-10-18 04:54:28','2019-10-18 04:54:28','',331,'http://flotten.webdress.site/331-revision-v1/',0,'revision','',0),
(343,1,'2019-10-18 05:15:42','2019-10-18 05:15:42','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Show on frontpage','show_on_frontpage','publish','closed','closed','','field_5da93c5e5c418','','','2019-10-18 05:15:49','2019-10-18 05:15:49','',48,'http://flotten.webdress.site/?post_type=acf-field&p=343',0,'acf-field','',0),
(344,1,'2019-11-15 17:48:46','2019-11-15 17:48:46','<h2>Flottenbeschriftungen</h2>\n \n\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch\nim Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\n\n<hr />','Flottenbeschriftungen','','inherit','closed','closed','','32-autosave-v1','','','2019-11-15 17:48:46','2019-11-15 17:48:46','',32,'http://flotten.webdress.site/32-autosave-v1/',0,'revision','',0),
(345,1,'2019-10-18 11:53:48','2019-10-18 11:53:48','<strong>1. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Externe Links</strong>\r\n\r\nDiese Website enthält Verknüpfungen zu Websites Dritter (\"externe Links\"). Diese Websites unterliegen der Haftung der jeweiligen Betreiber. Der Anbieter hat bei der erstmaligen Verknüpfung der externen Links die fremden Inhalte daraufhin überprüft, ob etwaige Rechtsverstösse bestehen. Zu dem Zeitpunkt waren keine Rechtsverstösse ersichtlich. Der Anbieter hat keinerlei Einfluss auf die aktuelle und zukünftige Gestaltung und auf die Inhalte der verknüpften Seiten. Das Setzen von externen Links bedeutet nicht, dass sich der Anbieter die hinter dem Verweis oder Link liegenden Inhalte zu Eigen macht. Eine ständige Kontrolle der externen Links ist für den Anbieter ohne konkrete Hinweise auf Rechtsverstösse nicht zumutbar. Bei Kenntnis von Rechtsverstössen werden jedoch derartige externe Links unverzüglich gelöscht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Urheber- und Leistungsschutzrechte</strong>\r\n\r\nDie auf dieser Website veröffentlichten Inhalte unterliegen dem deutschen Urheber- und Leistungsschutzrecht. Jede vom deutschen Urheber- und Leistungsschutzrecht nicht zugelassene Verwertung bedarf der vorherigen schriftlichen Zustimmung des Anbieters oder jeweiligen Rechteinhabers. Dies gilt insbesondere für Vervielfältigung, Bearbeitung, Übersetzung, Einspeicherung, Verarbeitung bzw. Wiedergabe von Inhalten in Datenbanken oder anderen elektronischen Medien und Systemen. Inhalte und Rechte Dritter sind dabei als solche gekennzeichnet. Die unerlaubte Vervielfältigung oder Weitergabe einzelner Inhalte oder kompletter Seiten ist nicht gestattet und strafbar. Lediglich die Herstellung von Kopien und Downloads für den persönlichen, privaten und nicht kommerziellen Gebrauch ist erlaubt.\r\nDie Darstellung dieser Website in fremden Frames ist nur mit schriftlicher Erlaubnis zulässig.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Datenschutz</strong>\r\n\r\nDurch den Besuch der Website des Anbieters können Informationen über den Zugriff (Datum, Uhrzeit, betrachtete Seite) gespeichert werden. Diese Daten gehören nicht zu den personenbezogenen Daten, sondern sind anonymisiert. Sie werden ausschliesslich zu statistischen Zwecken ausgewertet. Eine Weitergabe an Dritte, zu kommerziellen oder nichtkommerziellen Zwecken, findet nicht statt. Der Anbieter weist ausdrücklich darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen und nicht lückenlos vor dem Zugriff durch Dritte geschützt werden kann.\r\n\r\nDie Verwendung der Kontaktdaten des Impressums zur gewerblichen Werbung ist ausdrücklich nicht erwünscht, es sei denn der Anbieter hatte zuvor seine schriftliche Einwilligung erteilt oder es besteht bereits eine Geschäftsbeziehung. Der Anbieter und alle auf dieser Website genannten Personen widersprechen hiermit jeder kommerziellen Verwendung und Weitergabe ihrer Daten.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Besondere Nutzungsbedingungen</strong>\r\n\r\nSoweit besondere Bedingungen für einzelne Nutzungen dieser Website von den vorgenannten Nummern 1. bis 4. abweichen, wird an entsprechender Stelle ausdrücklich darauf hingewiesen. In diesem Falle gelten im jeweiligen Einzelfall die besonderen Nutzungsbedingungen.\r\n\r\n<hr />\r\n\r\n\r\n ','Disclaimer','','publish','closed','closed','','disclaimer','','','2019-10-18 12:12:54','2019-10-18 12:12:54','',0,'http://flotten.webdress.site/?page_id=345',0,'page','',0),
(346,1,'2019-10-18 11:53:48','2019-10-18 11:53:48','<strong>1. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n<strong>2. Externe Links</strong>\r\n\r\nDiese Website enthält Verknüpfungen zu Websites Dritter (\"externe Links\"). Diese Websites unterliegen der Haftung der jeweiligen Betreiber. Der Anbieter hat bei der erstmaligen Verknüpfung der externen Links die fremden Inhalte daraufhin überprüft, ob etwaige Rechtsverstösse bestehen. Zu dem Zeitpunkt waren keine Rechtsverstösse ersichtlich. Der Anbieter hat keinerlei Einfluss auf die aktuelle und zukünftige Gestaltung und auf die Inhalte der verknüpften Seiten. Das Setzen von externen Links bedeutet nicht, dass sich der Anbieter die hinter dem Verweis oder Link liegenden Inhalte zu Eigen macht. Eine ständige Kontrolle der externen Links ist für den Anbieter ohne konkrete Hinweise auf Rechtsverstösse nicht zumutbar. Bei Kenntnis von Rechtsverstössen werden jedoch derartige externe Links unverzüglich gelöscht.\r\n\r\n<hr />\r\n\r\n<strong>3. Urheber- und Leistungsschutzrechte</strong>\r\n\r\nDie auf dieser Website veröffentlichten Inhalte unterliegen dem deutschen Urheber- und Leistungsschutzrecht. Jede vom deutschen Urheber- und Leistungsschutzrecht nicht zugelassene Verwertung bedarf der vorherigen schriftlichen Zustimmung des Anbieters oder jeweiligen Rechteinhabers. Dies gilt insbesondere für Vervielfältigung, Bearbeitung, Übersetzung, Einspeicherung, Verarbeitung bzw. Wiedergabe von Inhalten in Datenbanken oder anderen elektronischen Medien und Systemen. Inhalte und Rechte Dritter sind dabei als solche gekennzeichnet. Die unerlaubte Vervielfältigung oder Weitergabe einzelner Inhalte oder kompletter Seiten ist nicht gestattet und strafbar. Lediglich die Herstellung von Kopien und Downloads für den persönlichen, privaten und nicht kommerziellen Gebrauch ist erlaubt.\r\nDie Darstellung dieser Website in fremden Frames ist nur mit schriftlicher Erlaubnis zulässig.\r\n\r\n<hr />\r\n\r\n<strong>4. Datenschutz</strong>\r\n\r\nDurch den Besuch der Website des Anbieters können Informationen über den Zugriff (Datum, Uhrzeit, betrachtete Seite) gespeichert werden. Diese Daten gehören nicht zu den personenbezogenen Daten, sondern sind anonymisiert. Sie werden ausschliesslich zu statistischen Zwecken ausgewertet. Eine Weitergabe an Dritte, zu kommerziellen oder nichtkommerziellen Zwecken, findet nicht statt. Der Anbieter weist ausdrücklich darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen und nicht lückenlos vor dem Zugriff durch Dritte geschützt werden kann.\r\n\r\nDie Verwendung der Kontaktdaten des Impressums zur gewerblichen Werbung ist ausdrücklich nicht erwünscht, es sei denn der Anbieter hatte zuvor seine schriftliche Einwilligung erteilt oder es besteht bereits eine Geschäftsbeziehung. Der Anbieter und alle auf dieser Website genannten Personen widersprechen hiermit jeder kommerziellen Verwendung und Weitergabe ihrer Daten.\r\n\r\n<hr />\r\n\r\n<strong>5. Besondere Nutzungsbedingungen</strong>\r\n\r\nSoweit besondere Bedingungen für einzelne Nutzungen dieser Website von den vorgenannten Nummern 1. bis 4. abweichen, wird an entsprechender Stelle ausdrücklich darauf hingewiesen. In diesem Falle gelten im jeweiligen Einzelfall die besonderen Nutzungsbedingungen.\r\n\r\n<hr />\r\n\r\n\r\n ','Disclaimer','','inherit','closed','closed','','345-revision-v1','','','2019-10-18 11:53:48','2019-10-18 11:53:48','',345,'http://flotten.webdress.site/345-revision-v1/',0,'revision','',0),
(349,1,'2019-10-18 12:09:58','2019-10-18 12:09:58',' ','','','publish','closed','closed','','349','','','2021-09-06 18:01:45','2021-09-06 18:01:45','',0,'http://flotten.webdress.site/?p=349',11,'nav_menu_item','',0),
(350,1,'2019-10-18 12:09:58','2019-10-18 12:09:58',' ','','','publish','closed','closed','','350','','','2021-09-06 18:01:45','2021-09-06 18:01:45','',0,'http://flotten.webdress.site/?p=350',10,'nav_menu_item','',0),
(351,1,'2019-10-18 12:16:05','2019-10-18 12:16:05','<strong>1. Allgemeines</strong>\r\n\r\nGeltungsbereich\r\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\r\n\r\nAuftragsannahme\r\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Cardress GmbH nicht zu weiterer Belieferung des Bestellers.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Belieferung</strong>\r\n\r\n2.1 Lieferverzug\r\nVon der Cardress GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Cardress GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\r\nInsbesondere übernimmt die Cardress GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Cardress GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\r\n\r\n2.2 Verzug des Bestellers\r\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Cardress GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\r\n\r\n2.3 Rücktritt\r\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Cardress GmbH und dem Besteller möglich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Preise</strong>\r\n\r\n3.1 Allgemeines\r\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Cardress GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\r\n\r\n3.2 Zahlungsbedingungen\r\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Cardress GmbH.\r\n\r\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\r\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\r\nDie Cardress GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Nutzen und Gefahr</strong>\r\n\r\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\r\n\r\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Cardress GmbH alle Eigentums- und Urheberrechte vor.\r\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\r\n5.3 Von der Cardress GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\r\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Cardress GmbH jede Haftung ab.\r\n\r\n<hr />\r\n\r\n\r\n<strong>6. Gewährleistung</strong>\r\n\r\n6.1 Rügepflicht\r\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\r\n\r\n6.2 Umfang\r\nDie Gewährleistung umfasst nach Wahl der Cardress GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Cardress GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\r\n\r\n<hr />\r\n\r\n\r\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\r\n\r\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>8. Änderungen und Ergänzungen</strong>\r\n\r\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Cardress GmbH.\r\n\r\n<hr />\r\n\r\n\r\n ','AGB’s','','publish','closed','closed','','agbs','','','2019-12-04 09:52:28','2019-12-04 09:52:28','',0,'http://flotten.webdress.site/?page_id=351',0,'page','',0),
(352,1,'2019-10-18 12:16:05','2019-10-18 12:16:05','<strong>1. Haftungsbeschränkung</strong>\r\n\r\nDie Inhalte dieser Website werden mit grösstmöglicher Sorgfalt erstellt. Der Anbieter übernimmt jedoch keine Gewähr für die Richtigkeit, Vollständigkeit und Aktualität der bereitgestellten Inhalte. Die Nutzung der Inhalte der Website erfolgt auf eigene Gefahr des Nutzers. Namentlich gekennzeichnete Beiträge geben die Meinung des jeweiligen Autors und nicht immer die Meinung des Anbieters wieder. Mit der reinen Nutzung der Website des Anbieters kommt keinerlei Vertragsverhältnis zwischen dem Nutzer und dem Anbieter zustande.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Externe Links</strong>\r\n\r\nDiese Website enthält Verknüpfungen zu Websites Dritter (\"externe Links\"). Diese Websites unterliegen der Haftung der jeweiligen Betreiber. Der Anbieter hat bei der erstmaligen Verknüpfung der externen Links die fremden Inhalte daraufhin überprüft, ob etwaige Rechtsverstösse bestehen. Zu dem Zeitpunkt waren keine Rechtsverstösse ersichtlich. Der Anbieter hat keinerlei Einfluss auf die aktuelle und zukünftige Gestaltung und auf die Inhalte der verknüpften Seiten. Das Setzen von externen Links bedeutet nicht, dass sich der Anbieter die hinter dem Verweis oder Link liegenden Inhalte zu Eigen macht. Eine ständige Kontrolle der externen Links ist für den Anbieter ohne konkrete Hinweise auf Rechtsverstösse nicht zumutbar. Bei Kenntnis von Rechtsverstössen werden jedoch derartige externe Links unverzüglich gelöscht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Urheber- und Leistungsschutzrechte</strong>\r\n\r\nDie auf dieser Website veröffentlichten Inhalte unterliegen dem deutschen Urheber- und Leistungsschutzrecht. Jede vom deutschen Urheber- und Leistungsschutzrecht nicht zugelassene Verwertung bedarf der vorherigen schriftlichen Zustimmung des Anbieters oder jeweiligen Rechteinhabers. Dies gilt insbesondere für Vervielfältigung, Bearbeitung, Übersetzung, Einspeicherung, Verarbeitung bzw. Wiedergabe von Inhalten in Datenbanken oder anderen elektronischen Medien und Systemen. Inhalte und Rechte Dritter sind dabei als solche gekennzeichnet. Die unerlaubte Vervielfältigung oder Weitergabe einzelner Inhalte oder kompletter Seiten ist nicht gestattet und strafbar. Lediglich die Herstellung von Kopien und Downloads für den persönlichen, privaten und nicht kommerziellen Gebrauch ist erlaubt.\r\nDie Darstellung dieser Website in fremden Frames ist nur mit schriftlicher Erlaubnis zulässig.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Datenschutz</strong>\r\n\r\nDurch den Besuch der Website des Anbieters können Informationen über den Zugriff (Datum, Uhrzeit, betrachtete Seite) gespeichert werden. Diese Daten gehören nicht zu den personenbezogenen Daten, sondern sind anonymisiert. Sie werden ausschliesslich zu statistischen Zwecken ausgewertet. Eine Weitergabe an Dritte, zu kommerziellen oder nichtkommerziellen Zwecken, findet nicht statt. Der Anbieter weist ausdrücklich darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen und nicht lückenlos vor dem Zugriff durch Dritte geschützt werden kann.\r\n\r\nDie Verwendung der Kontaktdaten des Impressums zur gewerblichen Werbung ist ausdrücklich nicht erwünscht, es sei denn der Anbieter hatte zuvor seine schriftliche Einwilligung erteilt oder es besteht bereits eine Geschäftsbeziehung. Der Anbieter und alle auf dieser Website genannten Personen widersprechen hiermit jeder kommerziellen Verwendung und Weitergabe ihrer Daten.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Besondere Nutzungsbedingungen</strong>\r\n\r\nSoweit besondere Bedingungen für einzelne Nutzungen dieser Website von den vorgenannten Nummern 1. bis 4. abweichen, wird an entsprechender Stelle ausdrücklich darauf hingewiesen. In diesem Falle gelten im jeweiligen Einzelfall die besonderen Nutzungsbedingungen.\r\n\r\n<hr />\r\n\r\n\r\n ','AGB’s','','inherit','closed','closed','','351-revision-v1','','','2019-10-18 12:16:05','2019-10-18 12:16:05','',351,'http://flotten.webdress.site/351-revision-v1/',0,'revision','',0),
(353,1,'2019-12-04 09:45:09','2019-12-04 09:45:09','<strong>1. Allgemeines</strong>\n\nGeltungsbereich\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\n\nAuftragsannahme\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Cardress GmbH nicht zu weiterer Belieferung des Bestellers.\n\n<hr />\n\n\n<strong>2. Belieferung</strong>\n\n2.1 Lieferverzug\nVon der Cardress GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Schriftehus GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\nInsbesondere übernimmt die Schriftehus GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Schriftehus GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\n\n2.2 Verzug des Bestellers\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Schriftehus GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\n\n2.3 Rücktritt\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Cardress GmbH und dem Besteller möglich.\n\n<hr />\n\n\n<strong>3. Preise</strong>\n\n3.1 Allgemeines\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Schriftehus GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\n\n3.2 Zahlungsbedingungen\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Cardress GmbH.\n\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\nDie Cardress GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\n\n<hr />\n\n\n<strong>4. Nutzen und Gefahr</strong>\n\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\n\n<hr />\n\n\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\n\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Cardress GmbH alle Eigentums- und Urheberrechte vor.\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\n5.3 Von der Cardress GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Schriftehus GmbH jede Haftung ab.\n\n<hr />\n\n\n<strong>6. Gewährleistung</strong>\n\n6.1 Rügepflicht\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\n\n6.2 Umfang\nDie Gewährleistung umfasst nach Wahl der Schriftehus GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Cardress GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\n\n<hr />\n\n\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\n\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\n\n<hr />\n\n\n<strong>8. Änderungen und Ergänzungen</strong>\n\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Cardress GmbH.\n\n<hr />\n\n\n ','AGB’s','','inherit','closed','closed','','351-autosave-v1','','','2019-12-04 09:45:09','2019-12-04 09:45:09','',351,'http://flotten.webdress.site/351-autosave-v1/',0,'revision','',0),
(354,1,'2019-10-18 12:25:46','2019-10-18 12:25:46','<strong>1. Allgemeines</strong>\r\n\r\nGeltungsbereich\r\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\r\n\r\nAuftragsannahme\r\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Schriftehus GmbH nicht zu weiterer Belieferung des Bestellers.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Belieferung</strong>\r\n\r\n2.1 Lieferverzug\r\nVon der Schriftehus GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Schriftehus GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\r\nInsbesondere übernimmt die Schriftehus GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Schriftehus GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\r\n\r\n2.2 Verzug des Bestellers\r\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Schriftehus GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\r\n\r\n2.3 Rücktritt\r\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Schriftehus GmbH und dem Besteller möglich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Preise</strong>\r\n\r\n3.1 Allgemeines\r\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Schriftehus GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\r\n\r\n3.2 Zahlungsbedingungen\r\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Schriftehus GmbH .\r\n\r\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\r\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\r\nDie Schriftehus GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Nutzen und Gefahr</strong>\r\n\r\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\r\n\r\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Schriftehus GmbH alle Eigentums- und Urheberrechte vor.\r\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\r\n5.3 Von der Schriftehus GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\r\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Schriftehus GmbH jede Haftung ab.\r\n\r\n<hr />\r\n\r\n\r\n<strong>6. Gewährleistung</strong>\r\n\r\n6.1 Rügepflicht\r\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\r\n\r\n6.2 Umfang\r\nDie Gewährleistung umfasst nach Wahl der Schriftehus GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Schriftehus GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\r\n\r\n<hr />\r\n\r\n\r\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\r\n\r\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>8. Änderungen und Ergänzungen</strong>\r\n\r\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Schriftehus GmbH.\r\n\r\n<hr />\r\n\r\n\r\n ','AGB’s','','inherit','closed','closed','','351-revision-v1','','','2019-10-18 12:25:46','2019-10-18 12:25:46','',351,'http://flotten.webdress.site/351-revision-v1/',0,'revision','',0),
(355,1,'2019-10-18 12:26:23','2019-10-18 12:26:23','<h2>Cardress GmbH</h2>\r\n<strong>Bremgartenstrasse 94\r\nCH-8967 Widen\r\nwww.cardress.ch</strong>\r\n\r\n<hr />\r\n\r\n<h2>Internetpartner und Realisation</h2>\r\n \r\n<strong>Webdress</strong>\r\nEin Unternehmen der Cardress GmbH\r\n<br />\r\nBremgarterstrasse 94\r\nCH-8967 Widen\r\nwww.webdress.ch\r\n\r\n<hr />\r\n\r\n<h2>Bankverbindungen Cardress GmbH</h2>\r\n\r\n<strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\nIID (BC-Nr.): 80808\r\nSWIFT-BIC: RAIFCH22\r\nRaiffeisenbank Aare Reuss 5507 Mellingen\r\n<br />\r\n<strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2\r\nIID (BC-Nr.): 80808\r\nSWIFT-BIC: RAIFCH22\r\nRaiffeisenbank Aare Reuss CH 5507 Mellingen\r\n\r\n<hr />\r\n\r\n ','Impressum','','publish','closed','closed','','impressum','','','2019-12-04 08:42:03','2019-12-04 08:42:03','',0,'http://flotten.webdress.site/?page_id=355',0,'page','',0),
(356,1,'2019-10-18 12:26:23','2019-10-18 12:26:23','<strong>1. Allgemeines</strong>\r\n\r\nGeltungsbereich\r\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\r\n\r\nAuftragsannahme\r\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Schriftehus GmbH nicht zu weiterer Belieferung des Bestellers.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Belieferung</strong>\r\n\r\n2.1 Lieferverzug\r\nVon der Schriftehus GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Schriftehus GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\r\nInsbesondere übernimmt die Schriftehus GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Schriftehus GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\r\n\r\n2.2 Verzug des Bestellers\r\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Schriftehus GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\r\n\r\n2.3 Rücktritt\r\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Schriftehus GmbH und dem Besteller möglich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Preise</strong>\r\n\r\n3.1 Allgemeines\r\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Schriftehus GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\r\n\r\n3.2 Zahlungsbedingungen\r\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Schriftehus GmbH .\r\n\r\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\r\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\r\nDie Schriftehus GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Nutzen und Gefahr</strong>\r\n\r\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\r\n\r\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Schriftehus GmbH alle Eigentums- und Urheberrechte vor.\r\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\r\n5.3 Von der Schriftehus GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\r\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Schriftehus GmbH jede Haftung ab.\r\n\r\n<hr />\r\n\r\n\r\n<strong>6. Gewährleistung</strong>\r\n\r\n6.1 Rügepflicht\r\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\r\n\r\n6.2 Umfang\r\nDie Gewährleistung umfasst nach Wahl der Schriftehus GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Schriftehus GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\r\n\r\n<hr />\r\n\r\n\r\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\r\n\r\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>8. Änderungen und Ergänzungen</strong>\r\n\r\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Schriftehus GmbH.\r\n\r\n<hr />\r\n\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-10-18 12:26:23','2019-10-18 12:26:23','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(358,1,'2019-10-18 12:29:48','2019-10-18 12:29:48','<strong>1. Kontakt</strong>\r\n\r\nSchriftehus GmbH\r\nBremgartenstrasse 94\r\nCH-8967 Widen\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Internetpartner & Realisation</strong>\r\n\r\npixels & points GmbH\r\nagentur für neue medien\r\nCH-8302 Kloten\r\nwww.pixels-points.ch\r\n<hr />\r\n\r\n\r\n<strong>3. Bankverbindungen</strong>\r\n \r\n\r\nWährung CHF\r\nWIR Bank, 4002 Basel\r\nIBAN CH58 0839 11 35 1801 0100 0\r\n\r\nWährung in WIR\r\nWIR Bank, 4002 Basel\r\nWIR E-Banking 135180-10 -0000 WIR\r\n\r\nWährung in CHF\r\nPostfinance\r\nKonto 85-569383-2\r\n<hr />\r\n\r\n\r\n<hr />\r\n\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-10-18 12:29:48','2019-10-18 12:29:48','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(360,1,'2019-10-18 12:31:24','2019-10-18 12:31:24',' ','','','publish','closed','closed','','360','','','2021-09-06 18:01:45','2021-09-06 18:01:45','',0,'http://flotten.webdress.site/?p=360',12,'nav_menu_item','',0),
(361,1,'2019-10-18 12:32:58','2019-10-18 12:32:58','<strong>Kontakt</strong>\r\n\r\nSchriftehus GmbH\r\nBremgartenstrasse 94\r\nCH-8967 Widen\r\n\r\n<hr />\r\n\r\n\r\n<strong>Internetpartner & Realisation</strong>\r\n\r\npixels & points GmbH\r\nagentur für neue medien\r\nCH-8302 Kloten\r\nwww.pixels-points.ch\r\n<hr />\r\n\r\n\r\n<strong>Bankverbindungen</strong>\r\n \r\n\r\nWährung CHF\r\nWIR Bank, 4002 Basel\r\nIBAN CH58 0839 11 35 1801 0100 0\r\n\r\nWährung in WIR\r\nWIR Bank, 4002 Basel\r\nWIR E-Banking 135180-10 -0000 WIR\r\n\r\nWährung in CHF\r\nPostfinance\r\nKonto 85-569383-2\r\n\r\n\r\n<hr />\r\n\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-10-18 12:32:58','2019-10-18 12:32:58','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(433,1,'2019-10-19 10:16:29','2019-10-19 10:16:29','','MINI Style','','inherit','closed','closed','','331-revision-v1','','','2019-10-19 10:16:29','2019-10-19 10:16:29','',331,'http://flotten.webdress.site/331-revision-v1/',0,'revision','',0),
(434,1,'2019-10-19 10:17:27','2019-10-19 10:17:27','','MINI Style','','inherit','closed','closed','','331-revision-v1','','','2019-10-19 10:17:27','2019-10-19 10:17:27','',331,'http://flotten.webdress.site/331-revision-v1/',0,'revision','',0),
(437,1,'2019-10-21 11:35:35','2019-10-21 11:35:35','','image0_ips','','inherit','open','closed','','image0_ips','','','2019-10-21 11:35:35','2019-10-21 11:35:35','',38,'http://flotten.webdress.site/wp-content/uploads/2019/10/image0_ips.jpg',0,'attachment','image/jpeg',0),
(438,1,'2019-10-21 11:35:46','2019-10-21 11:35:46','','image2_ips','','inherit','open','closed','','image2_ips','','','2019-10-21 11:35:46','2019-10-21 11:35:46','',38,'http://flotten.webdress.site/wp-content/uploads/2019/10/image2_ips.jpg',0,'attachment','image/jpeg',0),
(439,1,'2019-10-21 11:35:53','2019-10-21 11:35:53','','image3_ips','','inherit','open','closed','','image3_ips','','','2019-10-21 11:35:53','2019-10-21 11:35:53','',38,'http://flotten.webdress.site/wp-content/uploads/2019/10/image3_ips.jpg',0,'attachment','image/jpeg',0),
(440,1,'2019-10-21 11:35:56','2019-10-21 11:35:56','','image5_ips','','inherit','open','closed','','image5_ips','','','2019-10-21 11:35:56','2019-10-21 11:35:56','',38,'http://flotten.webdress.site/wp-content/uploads/2019/10/image5_ips.jpg',0,'attachment','image/jpeg',0),
(441,1,'2019-10-21 11:36:06','2019-10-21 11:36:06','<strong>Porsche</strong>\r\n\r\n \r\n\r\nPorsche\r\n\r\n<hr />\r\n\r\nPorsche','Porsche','','inherit','closed','closed','','38-revision-v1','','','2019-10-21 11:36:06','2019-10-21 11:36:06','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(442,1,'2019-10-21 11:37:21','2019-10-21 11:37:21','','Porsche','','inherit','closed','closed','','36-revision-v1','','','2019-10-21 11:37:21','2019-10-21 11:37:21','',36,'http://flotten.webdress.site/36-revision-v1/',0,'revision','',0),
(444,1,'2019-10-21 11:37:48','2019-10-21 11:37:48','','Porsche','','inherit','closed','closed','','34-revision-v1','','','2019-10-21 11:37:48','2019-10-21 11:37:48','',34,'http://flotten.webdress.site/34-revision-v1/',0,'revision','',0),
(445,1,'2019-10-21 11:38:09','2019-10-21 11:38:09','<strong>Porsche</strong>\r\n\r\n \r\n\r\nPorsche\r\n\r\n<hr />\r\n\r\nPorsche','Porsche','','inherit','closed','closed','','36-revision-v1','','','2019-10-21 11:38:09','2019-10-21 11:38:09','',36,'http://flotten.webdress.site/36-revision-v1/',0,'revision','',0),
(447,1,'2019-10-21 11:38:24','2019-10-21 11:38:24','<strong>Porsche</strong>\r\n\r\n \r\n\r\nPorsche\r\n\r\n<hr />\r\n\r\nPorsche','Porsche','','inherit','closed','closed','','34-revision-v1','','','2019-10-21 11:38:24','2019-10-21 11:38:24','',34,'http://flotten.webdress.site/34-revision-v1/',0,'revision','',0),
(448,1,'2019-10-24 07:31:09','2019-10-24 07:31:09','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','News page title','news_page_title','publish','closed','closed','','field_5db1531f30abb','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=448',9,'acf-field','',0),
(449,1,'2019-10-24 07:31:09','2019-10-24 07:31:09','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Copyright','copyright','publish','closed','closed','','field_5db1532f30abc','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=449',10,'acf-field','',0),
(451,1,'2019-10-24 13:02:17','2019-10-24 13:02:17','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\nModerner Maschinenpark\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-24 13:02:17','2019-10-24 13:02:17','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(452,1,'2019-10-24 13:37:25','2019-10-24 13:37:25','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-24 13:37:25','2019-10-24 13:37:25','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(453,1,'2019-10-24 13:38:26','2019-10-24 13:38:26','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n<li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-24 13:38:26','2019-10-24 13:38:26','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(454,1,'2019-10-24 13:39:02','2019-10-24 13:39:02','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n<li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n<li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n<li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-24 13:39:02','2019-10-24 13:39:02','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(455,1,'2019-10-24 13:39:27','2019-10-24 13:39:27','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-24 13:39:27','2019-10-24 13:39:27','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(470,1,'2019-10-24 18:36:09','2019-10-24 18:36:09','','modelle2_ips','','inherit','open','closed','','modelle2_ips','','','2019-10-24 18:36:09','2019-10-24 18:36:09','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/modelle2_ips.jpg',0,'attachment','image/jpeg',0),
(585,1,'2019-10-25 15:08:51','2019-10-25 15:08:51','<h2>Mactac Serie 9800 für Aussenanwendungen und Fahrzeuge</h2>\r\n \r\n\r\nMactac Serie 9800 für Aussenanwendungen und Fahrzeuge\r\nFarbauswahl / Einsatzdauer 8-10 Jahre\r\n<hr />','Folienfarben','','publish','closed','closed','','folienfarben','','','2019-11-20 13:40:11','2019-11-20 13:40:11','',0,'http://flotten.webdress.site/?post_type=beschriftungen&p=585',0,'dienstleistungen','',0),
(596,1,'2019-10-25 15:36:22','2019-10-25 15:36:22','','2018-11-20-17.17.14_ips','','inherit','open','closed','','2018-11-20-17-17-14_ips','','','2019-10-25 15:36:22','2019-10-25 15:36:22','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2018-11-20-17.17.14_ips.jpg',0,'attachment','image/jpeg',0),
(597,1,'2019-10-25 15:36:27','2019-10-25 15:36:27','','2019-02-14-06.07.17_ips','','inherit','open','closed','','2019-02-14-06-07-17_ips','','','2019-10-25 15:36:27','2019-10-25 15:36:27','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-02-14-06.07.17_ips.jpg',0,'attachment','image/jpeg',0),
(598,1,'2019-10-25 15:36:29','2019-10-25 15:36:29','','2019-04-18-14.47.13_ips','','inherit','open','closed','','2019-04-18-14-47-13_ips','','','2019-10-25 15:36:29','2019-10-25 15:36:29','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-04-18-14.47.13_ips.jpg',0,'attachment','image/jpeg',0),
(599,1,'2019-10-25 15:36:32','2019-10-25 15:36:32','','2019-04-29-15.27.11_ips','','inherit','open','closed','','2019-04-29-15-27-11_ips','','','2019-10-25 15:36:32','2019-10-25 15:36:32','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-04-29-15.27.11_ips.jpg',0,'attachment','image/jpeg',0),
(600,1,'2019-10-25 15:36:35','2019-10-25 15:36:35','','2019-05-10-13.39.18_ips','','inherit','open','closed','','2019-05-10-13-39-18_ips','','','2019-10-25 15:36:35','2019-10-25 15:36:35','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-05-10-13.39.18_ips.jpg',0,'attachment','image/jpeg',0),
(601,1,'2019-10-25 15:36:38','2019-10-25 15:36:38','','2019-06-05-22.28.48_ips','','inherit','open','closed','','2019-06-05-22-28-48_ips','','','2019-10-25 15:36:38','2019-10-25 15:36:38','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-06-05-22.28.48_ips.jpg',0,'attachment','image/jpeg',0),
(602,1,'2019-10-25 15:36:40','2019-10-25 15:36:40','','2019-07-26-15.07.11_ips','','inherit','open','closed','','2019-07-26-15-07-11_ips','','','2019-10-25 15:36:40','2019-10-25 15:36:40','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-07-26-15.07.11_ips.jpg',0,'attachment','image/jpeg',0),
(603,1,'2019-10-25 15:36:42','2019-10-25 15:36:42','','2019-07-30-14.54.10_ips','','inherit','open','closed','','2019-07-30-14-54-10_ips','','','2019-10-25 15:36:42','2019-10-25 15:36:42','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-07-30-14.54.10_ips.jpg',0,'attachment','image/jpeg',0),
(604,1,'2019-10-25 15:36:45','2019-10-25 15:36:45','','2019-08-05-14.31.21_ips','','inherit','open','closed','','2019-08-05-14-31-21_ips','','','2019-10-25 15:36:45','2019-10-25 15:36:45','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-08-05-14.31.21_ips.jpg',0,'attachment','image/jpeg',0),
(605,1,'2019-10-25 15:36:47','2019-10-25 15:36:47','','2019-08-07-07.25.13_ips','','inherit','open','closed','','2019-08-07-07-25-13_ips','','','2019-10-25 15:36:47','2019-10-25 15:36:47','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-08-07-07.25.13_ips.jpg',0,'attachment','image/jpeg',0),
(606,1,'2019-10-25 15:36:51','2019-10-25 15:36:51','','20140927_161014_ips','','inherit','open','closed','','20140927_161014_ips','','','2019-10-25 15:36:51','2019-10-25 15:36:51','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/20140927_161014_ips.jpg',0,'attachment','image/jpeg',0),
(607,1,'2019-10-25 15:36:53','2019-10-25 15:36:53','','img_3755_ips','','inherit','open','closed','','img_3755_ips','','','2019-10-25 15:36:53','2019-10-25 15:36:53','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/img_3755_ips.jpg',0,'attachment','image/jpeg',0),
(608,1,'2019-10-25 15:36:55','2019-10-25 15:36:55','','IMG_4004_ips','','inherit','open','closed','','img_4004_ips','','','2019-10-25 15:36:55','2019-10-25 15:36:55','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4004_ips.jpg',0,'attachment','image/jpeg',0),
(609,1,'2019-10-25 15:36:58','2019-10-25 15:36:58','','IMG_4236_ips','','inherit','open','closed','','img_4236_ips','','','2019-10-25 15:36:58','2019-10-25 15:36:58','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4236_ips.jpg',0,'attachment','image/jpeg',0),
(610,1,'2019-10-25 15:37:00','2019-10-25 15:37:00','','IMG_4412_ips','','inherit','open','closed','','img_4412_ips','','','2019-10-25 15:37:00','2019-10-25 15:37:00','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4412_ips.jpg',0,'attachment','image/jpeg',0),
(611,1,'2019-10-25 15:37:02','2019-10-25 15:37:02','','IMG_4765_ips','','inherit','open','closed','','img_4765_ips','','','2019-10-25 15:37:02','2019-10-25 15:37:02','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4765_ips.jpg',0,'attachment','image/jpeg',0),
(612,1,'2019-10-25 15:37:04','2019-10-25 15:37:04','','IMG_4802_ips','','inherit','open','closed','','img_4802_ips','','','2019-10-25 15:37:04','2019-10-25 15:37:04','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4802_ips.jpg',0,'attachment','image/jpeg',0),
(613,1,'2019-10-25 15:37:09','2019-10-25 15:37:09','','IMG_4987_ips','','inherit','open','closed','','img_4987_ips','','','2019-10-25 15:37:09','2019-10-25 15:37:09','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4987_ips.jpg',0,'attachment','image/jpeg',0),
(614,1,'2019-10-25 15:37:12','2019-10-25 15:37:12','','IMG_6801_ips','','inherit','open','closed','','img_6801_ips','','','2019-10-25 15:37:12','2019-10-25 15:37:12','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_6801_ips.jpg',0,'attachment','image/jpeg',0),
(615,1,'2019-10-25 15:37:14','2019-10-25 15:37:14','','PICT0045_ips','','inherit','open','closed','','pict0045_ips','','','2019-10-25 15:37:14','2019-10-25 15:37:14','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0045_ips.jpg',0,'attachment','image/jpeg',0),
(616,1,'2019-10-25 15:37:16','2019-10-25 15:37:16','','PICT0132_ips','','inherit','open','closed','','pict0132_ips','','','2019-10-25 15:37:16','2019-10-25 15:37:16','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0132_ips.jpg',0,'attachment','image/jpeg',0),
(617,1,'2019-10-25 15:37:18','2019-10-25 15:37:18','','PICT0173_ips','','inherit','open','closed','','pict0173_ips','','','2019-10-25 15:37:18','2019-10-25 15:37:18','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0173_ips.jpg',0,'attachment','image/jpeg',0),
(618,1,'2019-10-25 15:37:20','2019-10-25 15:37:20','','PICT0179_ips','','inherit','open','closed','','pict0179_ips','','','2019-10-25 15:37:20','2019-10-25 15:37:20','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0179_ips.jpg',0,'attachment','image/jpeg',0),
(619,1,'2019-10-25 15:37:23','2019-10-25 15:37:23','','PICT0192_ips','','inherit','open','closed','','pict0192_ips','','','2019-10-25 15:37:23','2019-10-25 15:37:23','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0192_ips.jpg',0,'attachment','image/jpeg',0),
(620,1,'2019-10-25 15:37:25','2019-10-25 15:37:25','','PICT0198_ips','','inherit','open','closed','','pict0198_ips','','','2019-10-25 15:37:25','2019-10-25 15:37:25','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0198_ips.jpg',0,'attachment','image/jpeg',0),
(621,1,'2019-10-25 15:37:28','2019-10-25 15:37:28','','PICT0292_ips','','inherit','open','closed','','pict0292_ips','','','2019-10-25 15:37:28','2019-10-25 15:37:28','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0292_ips.jpg',0,'attachment','image/jpeg',0),
(622,1,'2019-10-25 15:41:11','2019-10-25 15:41:11','','Slide-Teilfilierungen2','','inherit','open','closed','','slide-teilfilierungen2','','','2019-10-25 15:41:11','2019-10-25 15:41:11','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slide-Teilfilierungen2.jpg',0,'attachment','image/jpeg',0),
(624,1,'2019-10-25 16:49:10','2019-10-25 16:49:10','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 16:49:10','2019-10-25 16:49:10','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(625,1,'2019-10-25 16:51:31','2019-10-25 16:51:31','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 16:51:31','2019-10-25 16:51:31','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(626,1,'2019-10-25 16:56:55','2019-10-25 16:56:55','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 16:56:55','2019-10-25 16:56:55','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(628,1,'2019-10-25 17:05:56','2019-10-25 17:05:56','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 17:05:56','2019-10-25 17:05:56','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(629,1,'2019-10-25 17:10:18','2019-10-25 17:10:18','','folienrollen_568_ips','','inherit','open','closed','','folienrollen_568_ips','','','2019-10-25 17:10:18','2019-10-25 17:10:18','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/folienrollen_568_ips.jpg',0,'attachment','image/jpeg',0),
(630,1,'2019-10-25 17:10:27','2019-10-25 17:10:27','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 17:10:27','2019-10-25 17:10:27','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(631,1,'2019-10-25 17:21:18','2019-10-25 17:21:18','','flotten_568_ips','','inherit','open','closed','','flotten_568_ips','','','2019-10-25 17:21:18','2019-10-25 17:21:18','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/flotten_568_ips.jpg',0,'attachment','image/jpeg',0),
(632,1,'2019-10-25 17:21:28','2019-10-25 17:21:28','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 17:21:28','2019-10-25 17:21:28','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(633,1,'2019-10-25 17:47:13','2019-10-25 17:47:13','','firma1_370_ips','','inherit','open','closed','','firma1_370_ips','','','2019-10-25 17:47:13','2019-10-25 17:47:13','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma1_370_ips.jpg',0,'attachment','image/jpeg',0),
(634,1,'2019-10-25 17:47:16','2019-10-25 17:47:16','','firma2_370_ips','','inherit','open','closed','','firma2_370_ips','','','2019-10-25 17:47:16','2019-10-25 17:47:16','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma2_370_ips.jpg',0,'attachment','image/jpeg',0),
(635,1,'2019-10-25 17:47:19','2019-10-25 17:47:19','','firma3_370_ips','','inherit','open','closed','','firma3_370_ips','','','2019-10-25 17:47:19','2019-10-25 17:47:19','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma3_370_ips.jpg',0,'attachment','image/jpeg',0),
(636,1,'2019-10-25 17:47:22','2019-10-25 17:47:22','','firma4_370_ips','','inherit','open','closed','','firma4_370_ips','','','2019-10-25 17:47:22','2019-10-25 17:47:22','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma4_370_ips.jpg',0,'attachment','image/jpeg',0),
(637,1,'2019-10-25 17:48:48','2019-10-25 17:48:48','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 17:48:48','2019-10-25 17:48:48','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(638,1,'2019-10-25 17:54:56','2019-10-25 17:54:56','','firma5_370_ips','','inherit','open','closed','','firma5_370_ips','','','2019-10-25 17:54:56','2019-10-25 17:54:56','',26,'http://flotten.webdress.site/wp-content/uploads/2019/10/firma5_370_ips.jpg',0,'attachment','image/jpeg',0),
(639,1,'2019-10-25 17:55:05','2019-10-25 17:55:05','<h1>Schriftehus GmbH</h1>\r\n<p>Die Schriftehus GmbH ist Unternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck.\r\nDurch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-25 17:55:05','2019-10-25 17:55:05','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(640,1,'2019-10-25 18:53:04','2019-10-25 18:53:04','<h3>Schriftehus GmbH</h3>\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-25 18:53:04','2019-10-25 18:53:04','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(641,1,'2019-10-25 18:54:01','2019-10-25 18:54:01','<h2>Schriftehus GmbH</h2>\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-25 18:54:01','2019-10-25 18:54:01','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(684,1,'2019-10-27 09:51:55','2019-10-27 09:51:55','','2017-05-04-07.18.40_ips','','inherit','open','closed','','2017-05-04-07-18-40_ips','','','2019-10-27 09:51:55','2019-10-27 09:51:55','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-04-07.18.40_ips.jpg',0,'attachment','image/jpeg',0),
(685,1,'2019-10-27 09:51:56','2019-10-27 09:51:56','','2017-05-05-11.24.39_ips','','inherit','open','closed','','2017-05-05-11-24-39_ips','','','2019-10-27 09:51:56','2019-10-27 09:51:56','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-05-11.24.39_ips.jpg',0,'attachment','image/jpeg',0),
(686,1,'2019-10-27 09:51:57','2019-10-27 09:51:57','','2017-05-17-10.22.34_ips','','inherit','open','closed','','2017-05-17-10-22-34_ips','','','2019-10-27 09:51:57','2019-10-27 09:51:57','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-17-10.22.34_ips.jpg',0,'attachment','image/jpeg',0),
(691,1,'2019-10-27 09:52:02','2019-10-27 09:52:02','','2017-08-24-08.09.49_ips','','inherit','open','closed','','2017-08-24-08-09-49_ips','','','2019-10-27 09:52:02','2019-10-27 09:52:02','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-08-24-08.09.49_ips.jpg',0,'attachment','image/jpeg',0),
(699,1,'2019-10-27 09:52:11','2019-10-27 09:52:11','','2018-03-15-14.52.34_ips','','inherit','open','closed','','2018-03-15-14-52-34_ips-2','','','2019-10-27 09:52:11','2019-10-27 09:52:11','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2018-03-15-14.52.34_ips-1.jpg',0,'attachment','image/jpeg',0),
(700,1,'2019-10-27 09:52:12','2019-10-27 09:52:12','','2018-06-21-07.12.49_ips','','inherit','open','closed','','2018-06-21-07-12-49_ips','','','2019-10-27 09:52:12','2019-10-27 09:52:12','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2018-06-21-07.12.49_ips.jpg',0,'attachment','image/jpeg',0),
(709,1,'2019-10-27 09:52:22','2019-10-27 09:52:22','','2019-05-03-14.40.05_ips','','inherit','open','closed','','2019-05-03-14-40-05_ips','','','2019-10-27 09:52:22','2019-10-27 09:52:22','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-05-03-14.40.05_ips.jpg',0,'attachment','image/jpeg',0),
(710,1,'2019-10-27 09:52:23','2019-10-27 09:52:23','','2019-05-10-13.39.26_ips','','inherit','open','closed','','2019-05-10-13-39-26_ips','','','2019-10-27 09:52:23','2019-10-27 09:52:23','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-05-10-13.39.26_ips.jpg',0,'attachment','image/jpeg',0),
(714,1,'2019-10-27 09:52:27','2019-10-27 09:52:27','','2019-06-27-16.19.49_ips','','inherit','open','closed','','2019-06-27-16-19-49_ips','','','2019-10-27 09:52:27','2019-10-27 09:52:27','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-06-27-16.19.49_ips.jpg',0,'attachment','image/jpeg',0),
(716,1,'2019-10-27 09:52:29','2019-10-27 09:52:29','','2019-08-02-14.37.33_ips','','inherit','open','closed','','2019-08-02-14-37-33_ips','','','2019-10-27 09:52:29','2019-10-27 09:52:29','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-08-02-14.37.33_ips.jpg',0,'attachment','image/jpeg',0),
(719,1,'2019-10-27 09:52:32','2019-10-27 09:52:32','','20160610_140630_ips','','inherit','open','closed','','20160610_140630_ips','','','2019-10-27 09:52:32','2019-10-27 09:52:32','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/20160610_140630_ips.jpg',0,'attachment','image/jpeg',0),
(720,1,'2019-10-27 09:52:33','2019-10-27 09:52:33','','Foto-19.07.16,-16-11-12_ips','','inherit','open','closed','','foto-19-07-16-16-11-12_ips','','','2019-10-27 09:52:33','2019-10-27 09:52:33','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-19.07.16-16-11-12_ips.jpg',0,'attachment','image/jpeg',0),
(721,1,'2019-10-27 09:52:34','2019-10-27 09:52:34','','img_3751_ips','','inherit','open','closed','','img_3751_ips','','','2019-10-27 09:52:34','2019-10-27 09:52:34','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/img_3751_ips.jpg',0,'attachment','image/jpeg',0),
(722,1,'2019-10-27 09:52:35','2019-10-27 09:52:35','','IMG_4013_ips','','inherit','open','closed','','img_4013_ips','','','2019-10-27 09:52:35','2019-10-27 09:52:35','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4013_ips.jpg',0,'attachment','image/jpeg',0),
(723,1,'2019-10-27 09:52:36','2019-10-27 09:52:36','','IMG_4241_ips','','inherit','open','closed','','img_4241_ips','','','2019-10-27 09:52:36','2019-10-27 09:52:36','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4241_ips.jpg',0,'attachment','image/jpeg',0),
(724,1,'2019-10-27 09:52:37','2019-10-27 09:52:37','','IMG_4410_ips','','inherit','open','closed','','img_4410_ips','','','2019-10-27 09:52:37','2019-10-27 09:52:37','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4410_ips.jpg',0,'attachment','image/jpeg',0),
(728,1,'2019-10-27 10:29:34','2019-10-27 10:29:34','','2016-03-14-13.31.17_ips','','inherit','open','closed','','2016-03-14-13-31-17_ips','','','2019-10-27 10:29:34','2019-10-27 10:29:34','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-14-13.31.17_ips.jpg',0,'attachment','image/jpeg',0),
(731,1,'2019-10-27 10:29:38','2019-10-27 10:29:38','','2019-09-04-14.37.48_ips','','inherit','open','closed','','2019-09-04-14-37-48_ips','','','2019-10-27 10:29:38','2019-10-27 10:29:38','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-09-04-14.37.48_ips.jpg',0,'attachment','image/jpeg',0),
(739,1,'2019-10-30 07:14:54','2019-10-30 07:14:54','','Services','','publish','closed','closed','','services','','','2019-10-30 07:24:46','2019-10-30 07:24:46','',0,'http://flotten.webdress.site/?post_type=_pods_pod&p=739',0,'_pods_pod','',0),
(740,1,'2019-10-30 07:33:59','2019-10-30 07:33:59','<h2>Mactac Serie 9800 für Aussenanwendungen und Fahrzeuge</h2>\n \n\nMactac Serie 9800 für Aussenanwendungen und Fahrzeuge\nFarbauswahl / Einsatzdauer 8-10 Jahre\n<hr />','Folienfarben','','inherit','closed','closed','','585-autosave-v1','','','2019-10-30 07:33:59','2019-10-30 07:33:59','',585,'http://flotten.webdress.site/585-autosave-v1/',0,'revision','',0),
(760,1,'2019-10-30 14:45:04','2019-10-30 14:45:04','','Logo cd footer 50','','inherit','open','closed','','logo-cd-footer-50','','','2019-10-30 14:45:04','2019-10-30 14:45:04','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Logo-cd-footer-50.png',0,'attachment','image/png',0),
(763,1,'2019-10-30 15:25:25','2019-10-30 15:25:25','','Logo cd90 copy','','inherit','open','closed','','logo-cd90-copy','','','2019-10-30 15:25:25','2019-10-30 15:25:25','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Logo-cd90-copy.png',0,'attachment','image/png',0),
(764,1,'2019-10-30 15:26:47','2019-10-30 15:26:47','','SliderRost-rost2finoben-blue2-web','','inherit','open','closed','','sliderrost-rost2finoben-blue2-web','','','2019-10-30 15:26:47','2019-10-30 15:26:47','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/SliderRost-rost2finoben-blue2-web.jpg',0,'attachment','image/jpeg',0),
(765,1,'2019-10-30 18:00:47','2019-10-30 18:00:47','','Slide-Lackschutz','','inherit','open','closed','','slide-lackschutz','','','2019-11-15 07:33:27','2019-11-15 07:33:27','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slide-Lackschutz.jpg',0,'attachment','image/jpeg',0),
(769,1,'2019-10-30 18:13:31','2019-10-30 18:13:31','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-10-30 18:13:31','2019-10-30 18:13:31','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(770,1,'2019-10-30 18:30:43','2019-10-30 18:30:43','<h2>Cardress GmbH</h2>\n\nCardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\n\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\n\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\n\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.','Frontpage','','inherit','closed','closed','','16-autosave-v1','','','2019-10-30 18:30:43','2019-10-30 18:30:43','',16,'http://flotten.webdress.site/16-autosave-v1/',0,'revision','',0),
(771,1,'2019-10-30 18:30:50','2019-10-30 18:30:50','<h2>Cardress GmbH</h2>\r\n\r\nCardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-10-30 18:30:50','2019-10-30 18:30:50','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(772,1,'2019-10-30 18:33:57','2019-10-30 18:33:57','<h1>Schriftehus GmbH</h1>\r\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-30 18:33:57','2019-10-30 18:33:57','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(773,1,'2019-10-30 19:09:26','2019-10-30 19:09:26','<h1>Cardress GmbH</h1>\r\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-10-30 19:09:26','2019-10-30 19:09:26','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(774,1,'2019-11-04 18:53:32','2019-11-04 18:53:32','<strong>Schriftehus GmbH</strong>\r\nBremgartenstrasse 94\r\nCH-8967 Widen\r\n\r\n<hr />\r\n\r\n\r\n<strong>Internetpartner & Realisation</strong>\r\n\r\npixels & points GmbH\r\nagentur für neue medien\r\nCH-8302 Kloten\r\nwww.pixels-points.ch\r\n<hr />\r\n\r\n\r\n<strong>Bankverbindungen</strong>\r\n \r\n\r\nWährung CHF\r\nWIR Bank, 4002 Basel\r\nIBAN CH58 0839 11 35 1801 0100 0\r\n\r\nWährung in WIR\r\nWIR Bank, 4002 Basel\r\nWIR E-Banking 135180-10 -0000 WIR\r\n\r\nWährung in CHF\r\nPostfinance\r\nKonto 85-569383-2\r\n\r\n\r\n<hr />\r\n\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-11-04 18:53:32','2019-11-04 18:53:32','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(775,1,'2019-11-04 18:56:04','2019-11-04 18:56:04','<strong>Cardress GmbH</strong>\r\nBremgartenstrasse 94\r\nCH-8967 Widen\r\n\r\n<hr />\r\n\r\n\r\n<strong>Internetpartner & Realisation</strong>\r\n\r\npixels & points GmbH\r\nagentur für neue medien\r\nCH-8302 Kloten\r\nwww.pixels-points.ch\r\n<hr />\r\n\r\n\r\n<strong>Bankverbindungen</strong>\r\n \r\n\r\nWährung CHF\r\nWIR Bank, 4002 Basel\r\nIBAN CH58 0839 11 35 1801 0100 0\r\n\r\nWährung in WIR\r\nWIR Bank, 4002 Basel\r\nWIR E-Banking 135180-10 -0000 WIR\r\n\r\nWährung in CHF\r\nPostfinance\r\nKonto 85-569383-2\r\n\r\n\r\n<hr />\r\n\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-11-04 18:56:04','2019-11-04 18:56:04','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(776,1,'2019-11-07 10:58:45','2019-11-07 10:58:45','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-11-07 10:58:45','2019-11-07 10:58:45','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(777,1,'2019-11-07 11:04:49','2019-11-07 11:04:49','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-11-07 11:04:49','2019-11-07 11:04:49','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(778,1,'2019-11-07 11:07:10','2019-11-07 11:07:10','<h2></h2>\r\n\r\n','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-11-07 11:07:10','2019-11-07 11:07:10','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(779,1,'2019-11-07 11:14:56','2019-11-07 11:14:56','','Kontakt','','inherit','closed','closed','','24-revision-v1','','','2019-11-07 11:14:56','2019-11-07 11:14:56','',24,'http://flotten.webdress.site/24-revision-v1/',0,'revision','',0),
(785,1,'2019-11-14 16:48:21','2019-11-14 16:48:21','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-11-14 16:48:21','2019-11-14 16:48:21','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(786,1,'2019-11-14 17:44:35','2019-11-14 17:44:35','','Fotolia_team_cardress_ohne3','','inherit','open','closed','','fotolia_team_cardress_ohne3','','','2019-11-14 17:44:35','2019-11-14 17:44:35','',20,'http://flotten.webdress.site/wp-content/uploads/2019/11/Fotolia_team_cardress_ohne3.jpg',0,'attachment','image/jpeg',0),
(787,1,'2019-11-14 17:44:44','2019-11-14 17:44:44','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-11-14 17:44:44','2019-11-14 17:44:44','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(788,1,'2019-11-15 07:32:50','2019-11-15 07:32:50','','Lackschutz270','','inherit','open','closed','','lackschutz270','','','2019-11-15 07:32:50','2019-11-15 07:32:50','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/Lackschutz270.jpg',0,'attachment','image/jpeg',0),
(789,1,'2019-11-15 14:20:27','2019-11-15 14:20:27','','Teilfilierungen270','','inherit','open','closed','','teilfilierungen270','','','2019-11-15 14:20:27','2019-11-15 14:20:27','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/Teilfilierungen270.jpg',0,'attachment','image/jpeg',0),
(790,1,'2019-11-15 14:30:20','2019-11-15 14:30:20','','2016-02-02-07.54.40_ips','','inherit','open','closed','','2016-02-02-07-54-40_ips','','','2019-11-15 14:30:20','2019-11-15 14:30:20','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-02-02-07.54.40_ips.jpg',0,'attachment','image/jpeg',0),
(792,1,'2019-11-15 14:30:31','2019-11-15 14:30:31','','2016-12-05-16.36.00_ips','','inherit','open','closed','','2016-12-05-16-36-00_ips','','','2019-11-15 14:30:31','2019-11-15 14:30:31','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-12-05-16.36.00_ips.jpg',0,'attachment','image/jpeg',0),
(793,1,'2019-11-15 14:30:33','2019-11-15 14:30:33','','2017-08-18-14.31.55_ips','','inherit','open','closed','','2017-08-18-14-31-55_ips','','','2019-11-15 14:30:33','2019-11-15 14:30:33','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-08-18-14.31.55_ips.jpg',0,'attachment','image/jpeg',0),
(794,1,'2019-11-15 14:30:35','2019-11-15 14:30:35','','2018-11-08-11.16.00_ips','','inherit','open','closed','','2018-11-08-11-16-00_ips','','','2019-11-15 14:30:35','2019-11-15 14:30:35','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/2018-11-08-11.16.00_ips.jpg',0,'attachment','image/jpeg',0),
(795,1,'2019-11-15 14:30:37','2019-11-15 14:30:37','','2019-04-23-09.55.10_ips','','inherit','open','closed','','2019-04-23-09-55-10_ips','','','2019-11-15 14:30:37','2019-11-15 14:30:37','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-04-23-09.55.10_ips.jpg',0,'attachment','image/jpeg',0),
(796,1,'2019-11-15 14:30:39','2019-11-15 14:30:39','','IMG_4764_ips','','inherit','open','closed','','img_4764_ips','','','2019-11-15 14:30:39','2019-11-15 14:30:39','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4764_ips.jpg',0,'attachment','image/jpeg',0),
(797,1,'2019-11-15 14:52:54','2019-11-15 14:52:54','<h2>Car Wrapping – Fahrzeug Komplettfolierungen</h2>\n \n\nMöchten Sie Ihren Wagen folieren lassen? Ist Ihre Firmenfarbe nicht erhältlich auf dem Fahrzeugmarkt? Können Sie Ihren Fahrzeugkäufer nicht beliefern in der Wunschfarbe?\n\n<hr />\n\nEgal ob Firmen, Private oder Garagisten mit einer Voll- oder Teilfolierung am Fahrzeug haben wir eine attraktive Lösung. Sie wechseln das Erscheinungsbild Ihres Wagens innert wenigen Tagen und hinterlassen einen bleibenden Eindruck. Durch die Verklebung neuster Hochleistungsfolien sind fast alle Ideen und Wünsche möglich. Gerne beraten wir Sie bei Ihrem Projekt. Sämtliche Folien lassen sich innerhalb der nächsten 5 Jahre rückstandsfrei entfernen, der Lack ist während dieser Zeit geschützt.\n\n<ul>\n <li>Individuelles Design\n <li>Optische Aufwertung\n <li>Kostengünstige Lösung\n <li>Einfache Rückrüstung\n <li>Kombinierbar mit Werbung\n\n</ul>\n','Teilfolierungen','','inherit','closed','closed','','224-autosave-v1','','','2019-11-15 14:52:54','2019-11-15 14:52:54','',224,'http://flotten.webdress.site/224-autosave-v1/',0,'revision','',0),
(798,1,'2019-11-15 15:11:01','2019-11-15 15:11:01','','Car4sale270','','inherit','open','closed','','car4sale270','','','2019-11-15 15:11:01','2019-11-15 15:11:01','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Car4sale270.jpg',0,'attachment','image/jpeg',0),
(799,1,'2019-11-15 15:34:33','2019-11-15 15:34:33','','2016-03-11-13.56.00_ips','','inherit','open','closed','','2016-03-11-13-56-00_ips','','','2019-11-15 15:34:33','2019-11-15 15:34:33','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-11-13.56.00_ips.jpg',0,'attachment','image/jpeg',0),
(800,1,'2019-11-15 15:34:35','2019-11-15 15:34:35','','2016-03-11-13.56.46_ips','','inherit','open','closed','','2016-03-11-13-56-46_ips','','','2019-11-15 15:34:35','2019-11-15 15:34:35','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-11-13.56.46_ips.jpg',0,'attachment','image/jpeg',0),
(801,1,'2019-11-15 15:34:39','2019-11-15 15:34:39','','2016-03-16 11.50.28_ips','','inherit','open','closed','','2016-03-16-11-50-28_ips','','','2019-11-15 15:34:39','2019-11-15 15:34:39','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-16-11.50.28_ips.jpg',0,'attachment','image/jpeg',0),
(803,1,'2019-11-15 15:34:42','2019-11-15 15:34:42','','2016-03-21-17.00.32_ips','','inherit','open','closed','','2016-03-21-17-00-32_ips','','','2019-11-15 15:34:42','2019-11-15 15:34:42','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-21-17.00.32_ips.jpg',0,'attachment','image/jpeg',0),
(804,1,'2019-11-15 15:34:45','2019-11-15 15:34:45','','2017-02-09-16.39.19_ips','','inherit','open','closed','','2017-02-09-16-39-19_ips','','','2019-11-15 15:34:45','2019-11-15 15:34:45','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-02-09-16.39.19_ips.jpg',0,'attachment','image/jpeg',0),
(805,1,'2019-11-15 15:34:46','2019-11-15 15:34:46','','2017-05-16-15.38.01_ips','','inherit','open','closed','','2017-05-16-15-38-01_ips','','','2019-11-15 15:34:46','2019-11-15 15:34:46','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-16-15.38.01_ips.jpg',0,'attachment','image/jpeg',0),
(806,1,'2019-11-15 15:34:48','2019-11-15 15:34:48','','2019-07-26-15.07.38_ips','','inherit','open','closed','','2019-07-26-15-07-38_ips','','','2019-11-15 15:34:48','2019-11-15 15:34:48','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-07-26-15.07.38_ips.jpg',0,'attachment','image/jpeg',0),
(807,1,'2019-11-15 15:34:49','2019-11-15 15:34:49','','Foto-22.05.17-15-58-43_ips','','inherit','open','closed','','foto-22-05-17-15-58-43_ips','','','2019-11-15 15:34:49','2019-11-15 15:34:49','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-22.05.17-15-58-43_ips.jpg',0,'attachment','image/jpeg',0),
(808,1,'2019-11-15 15:34:50','2019-11-15 15:34:50','','Scheibentonen270_1','','inherit','open','closed','','scheibentonen270_1','','','2019-11-15 15:34:50','2019-11-15 15:34:50','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Scheibentonen270_1.jpg',0,'attachment','image/jpeg',0),
(810,1,'2019-11-15 15:34:52','2019-11-15 15:34:52','','Slider_scheibentonen','','inherit','open','closed','','slider_scheibentonen','','','2019-11-15 15:34:52','2019-11-15 15:34:52','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slider_scheibentonen.jpg',0,'attachment','image/jpeg',0),
(811,1,'2019-11-15 15:34:57','2019-11-15 15:34:57','','Slider_scheibentonen2','','inherit','open','closed','','slider_scheibentonen2','','','2019-11-15 15:34:57','2019-11-15 15:34:57','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slider_scheibentonen2.jpg',0,'attachment','image/jpeg',0),
(812,1,'2019-11-15 15:39:47','2019-11-15 15:39:47','','Scheibentonen270','','inherit','open','closed','','scheibentonen270','','','2019-11-15 15:39:47','2019-11-15 15:39:47','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Scheibentonen270.jpg',0,'attachment','image/jpeg',0),
(813,1,'2019-11-15 15:49:39','2019-11-15 15:49:39','','Scheibentonen270_2','','inherit','open','closed','','scheibentonen270_2','','','2019-11-15 15:49:39','2019-11-15 15:49:39','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Scheibentonen270_2.jpg',0,'attachment','image/jpeg',0),
(814,1,'2019-11-15 15:49:41','2019-11-15 15:49:41','','Slider_scheibentonen3','','inherit','open','closed','','slider_scheibentonen3','','','2019-11-15 15:49:41','2019-11-15 15:49:41','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slider_scheibentonen3.jpg',0,'attachment','image/jpeg',0),
(815,1,'2019-11-15 16:33:26','2019-11-15 16:33:26','','2016-03-02-11.38.24_ips','','inherit','open','closed','','2016-03-02-11-38-24_ips','','','2019-11-15 16:33:26','2019-11-15 16:33:26','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-02-11.38.24_ips.jpg',0,'attachment','image/jpeg',0),
(816,1,'2019-11-15 16:33:31','2019-11-15 16:33:31','','2016-04-04-16.36.25_ips','','inherit','open','closed','','2016-04-04-16-36-25_ips','','','2019-11-15 16:33:31','2019-11-15 16:33:31','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-04-04-16.36.25_ips.jpg',0,'attachment','image/jpeg',0),
(817,1,'2019-11-15 16:33:33','2019-11-15 16:33:33','','2016-06-17-09.19.18_ips','','inherit','open','closed','','2016-06-17-09-19-18_ips','','','2019-11-15 16:33:33','2019-11-15 16:33:33','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-06-17-09.19.18_ips.jpg',0,'attachment','image/jpeg',0),
(818,1,'2019-11-15 16:33:36','2019-11-15 16:33:36','','2016-07-12-15.08.52_ips','','inherit','open','closed','','2016-07-12-15-08-52_ips','','','2019-11-15 16:33:36','2019-11-15 16:33:36','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-07-12-15.08.52_ips.jpg',0,'attachment','image/jpeg',0),
(819,1,'2019-11-15 16:33:38','2019-11-15 16:33:38','','2017-05-13-11.41.54_ips','','inherit','open','closed','','2017-05-13-11-41-54_ips','','','2019-11-15 16:33:38','2019-11-15 16:33:38','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-13-11.41.54_ips.jpg',0,'attachment','image/jpeg',0),
(820,1,'2019-11-15 16:33:40','2019-11-15 16:33:40','','2017-06-28-18.08.52_ips','','inherit','open','closed','','2017-06-28-18-08-52_ips','','','2019-11-15 16:33:40','2019-11-15 16:33:40','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-06-28-18.08.52_ips.jpg',0,'attachment','image/jpeg',0),
(821,1,'2019-11-15 16:33:42','2019-11-15 16:33:42','','2017-09-12-11.15.11_ips','','inherit','open','closed','','2017-09-12-11-15-11_ips','','','2019-11-15 16:33:42','2019-11-15 16:33:42','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-09-12-11.15.11_ips.jpg',0,'attachment','image/jpeg',0),
(822,1,'2019-11-15 16:33:45','2019-11-15 16:33:45','','2017-10-25-14.51.28_ips','','inherit','open','closed','','2017-10-25-14-51-28_ips','','','2019-11-15 16:33:45','2019-11-15 16:33:45','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-10-25-14.51.28_ips.jpg',0,'attachment','image/jpeg',0),
(823,1,'2019-11-15 16:33:48','2019-11-15 16:33:48','','2017-12-02-11.16.39_ips','','inherit','open','closed','','2017-12-02-11-16-39_ips','','','2019-11-15 16:33:48','2019-11-15 16:33:48','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-12-02-11.16.39_ips.jpg',0,'attachment','image/jpeg',0),
(827,1,'2019-11-15 17:15:24','2019-11-15 17:15:24','<h2>Anhängerfolierungen mit Fest- oder Blachenaufbau</h2>\r\n \r\n\r\nDurch verschiedene Beschriftungstechniken können wir Ihren Anhänger beschriften. Egal ob Sie einen Hänger mit Blachenverdeck oder einen Festaufbau besitzen. Nützen Sie den Vorteil der mobilen Werbeflächen.\r\nWir informieren Sie gerne über die ideale Produktionsart für Ihren Anhänger.\r\n\r\n<hr />\r\n\r\n\r\nRefllektierstreifen für Ihre Sicherheit:\r\n\r\nGerne offerieren wir Ihnen ein wenig mehr Sicherheit im Strassenverkehr.Sehen und gesehen werden.\r\n<br>\r\nInfo: Einen Anhänger können Sie auf fast jedem öffentlichen Parkplatz mindestens 24 Stunden stehen lassen, sofern er eine Strassenverkehrszulassung hat.','Anhängerfolierungen','','publish','closed','closed','','anhangerfolierungen','','','2019-12-08 18:00:37','2019-12-08 18:00:37','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=827',0,'dienstleistungen','',0),
(828,1,'2019-11-15 17:22:26','2019-11-15 17:22:26','','Liftfolierungen','','publish','closed','closed','','liftfolierungen','','','2019-11-15 17:22:26','2019-11-15 17:22:26','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=828',0,'dienstleistungen','',0),
(829,1,'2019-11-15 17:22:54','2019-11-15 17:22:54','','Steinschlagschutzfolierungen','','publish','closed','closed','','steinschlagschutzfolierungen','','','2019-11-15 17:22:54','2019-11-15 17:22:54','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=829',0,'dienstleistungen','',0),
(839,1,'2019-11-15 17:34:43','2019-11-15 17:34:43','','Beratung','','publish','closed','closed','','beratung','','','2019-11-15 17:34:43','2019-11-15 17:34:43','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=839',0,'dienstleistungen','',0),
(842,1,'2019-11-15 17:36:16','2019-11-15 17:36:16','','Fleet-Management','','publish','closed','closed','','fleet-management','','','2019-11-15 17:36:16','2019-11-15 17:36:16','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=842',0,'dienstleistungen','',0),
(847,1,'2019-11-15 17:51:05','2019-11-15 17:51:05','','flotten270','','inherit','open','closed','','flotten270','','','2019-11-15 17:51:05','2019-11-15 17:51:05','',32,'http://flotten.webdress.site/wp-content/uploads/2019/10/flotten270.jpg',0,'attachment','image/jpeg',0),
(849,1,'2019-10-13 15:00:07','2019-10-13 15:00:07','<h2>Zeigen Sie wer Sie sind und was Sie zu bieten haben</h2>\r\n \r\n\r\nDurch eine attraktive Werbung fallen Sie mehr auf. Gerne gestalten wir Ihnen Ihre Beschriftung. Alle Schriften werden von aussen auf die Scheiben geklebt und lassen sich jederzeit wieder entfernen. Haftungszeit der Folie zwischen 8 -10 Jahren. Für kurzfristige Aktionen lassen sich mit den verschiedenen Tages-Leuchtfolien beschriften.\r\n\r\n<hr />\r\n\r\nMontagen in der ganzen Schweiz.','Folienverkauf','','publish','closed','closed','','folienverkauf','','','2019-12-08 19:25:20','2019-12-08 19:25:20','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=849',0,'dienstleistungen','',0),
(850,1,'2019-10-13 15:35:41','2019-10-13 15:35:41','','Folienpflege','','publish','closed','closed','','folienpflege','','','2019-12-08 19:05:45','2019-12-08 19:05:45','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=850',0,'dienstleistungen','',0),
(855,1,'2019-11-15 18:32:08','2019-11-15 18:32:08','<h2>LKW Beschriftungen</h2>\r\n \r\n\r\nDurch den Einsatz von einem modernen Maschinenpark sind wir auch\r\nim Stande, Liefer- und Lastwagenbeschriftungen und Grossflächenbeschriftungen auszuführen. Alle Werbungen werden professionell verklebt, sind witterungsbeständig und wieder entfernbar.\r\n\r\n<hr />','LKW Beschriftungen','','publish','closed','closed','','lkw-beschriftungen','','','2019-11-21 07:09:29','2019-11-21 07:09:29','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=855',0,'dienstleistungen','',0),
(857,1,'2019-11-15 18:52:05','2019-11-15 18:52:05','','slide_folienrollen270_ips','','inherit','open','closed','','slide_folienrollen270_ips','','','2019-11-15 18:52:05','2019-11-15 18:52:05','',850,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_folienrollen270_ips.jpg',0,'attachment','image/jpeg',0),
(858,1,'2019-11-15 18:52:06','2019-11-15 18:52:06','','slide_folienrollen_ips','','inherit','open','closed','','slide_folienrollen_ips-2','','','2019-11-15 18:52:06','2019-11-15 18:52:06','',850,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_folienrollen_ips-1.jpg',0,'attachment','image/jpeg',0),
(859,1,'2019-10-13 17:00:11','2019-10-13 17:00:11','<h2>Boote und Schiffe</h2>\r\n \r\n\r\nDurch den Einsatz von salzwasserbeständiger Hochleistungsfolien können wir auch Boote und Schiffe beschriften. Gerne beraten wir Sie und unterstützen Sie bei Ihrem Projekt.\r\n\r\n<hr />\r\n\r\nBenötigen Sie eine Bootsnummer, Produktion und Versand innert 24h möglich. Teilen Sie uns Ihre zugesteilte Nummer mit, die gewünschte Farbe, die Wunschgrösse (mind.8cm Höhe) unkompliziert und schnell erhalten Sie die montagefertigen Schriften.\r\n\r\n','Bootsfolierungen','','publish','closed','closed','','bootsfolierungen','','','2019-12-08 18:13:56','2019-12-08 18:13:56','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=859',0,'dienstleistungen','',0),
(867,1,'2019-11-16 08:49:04','2019-11-16 08:49:04','','boot_ips','','inherit','open','closed','','boot_ips','','','2019-11-16 08:49:04','2019-11-16 08:49:04','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot_ips.jpg',0,'attachment','image/jpeg',0),
(868,1,'2019-11-16 08:49:10','2019-11-16 08:49:10','','boot1_ips','','inherit','open','closed','','boot1_ips','','','2019-11-16 08:49:10','2019-11-16 08:49:10','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot1_ips.jpg',0,'attachment','image/jpeg',0),
(869,1,'2019-11-16 08:49:11','2019-11-16 08:49:11','','boot3_ips','','inherit','open','closed','','boot3_ips','','','2019-11-16 08:49:11','2019-11-16 08:49:11','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot3_ips.jpg',0,'attachment','image/jpeg',0),
(870,1,'2019-11-16 08:49:12','2019-11-16 08:49:12','','boot4_ips','','inherit','open','closed','','boot4_ips','','','2019-11-16 08:49:12','2019-11-16 08:49:12','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot4_ips.jpg',0,'attachment','image/jpeg',0),
(871,1,'2019-11-16 08:49:13','2019-11-16 08:49:13','','Boot270','','inherit','open','closed','','boot270','','','2019-11-16 08:49:13','2019-11-16 08:49:13','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/Boot270.jpg',0,'attachment','image/jpeg',0),
(872,1,'2019-11-16 08:49:15','2019-11-16 08:49:15','','Slider_boot','','inherit','open','closed','','slider_boot','','','2019-11-16 08:49:15','2019-11-16 08:49:15','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slider_boot.jpg',0,'attachment','image/jpeg',0),
(873,1,'2019-11-16 08:49:17','2019-11-16 08:49:17','','boot2_ips','','inherit','open','closed','','boot2_ips','','','2019-11-16 08:49:17','2019-11-16 08:49:17','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot2_ips.jpg',0,'attachment','image/jpeg',0),
(875,1,'2019-11-16 09:28:15','2019-11-16 09:28:15','','Abhol- und Lieferservice von Fahrzeugen','','publish','closed','closed','','abhol-und-lieferservice-von-fahrzeugen','','','2019-11-16 09:28:15','2019-11-16 09:28:15','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=875',0,'dienstleistungen','',0),
(876,1,'2019-11-16 09:28:49','2019-11-16 09:28:49','','Schweizweiter Montageservice','','publish','closed','closed','','schweizweiter-montageservice','','','2019-11-16 09:28:49','2019-11-16 09:28:49','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=876',0,'dienstleistungen','',0),
(879,1,'2019-10-13 18:30:00','2019-10-13 18:30:00','<h2>Car Wrapping – Fahrzeugfolierungen</h2>\r\n[smartslider3 slider=5]\r\nMöchten Sie Ihren Wagen folieren lassen? Ist Ihre Firmenfarbe nicht erhältlich auf dem Fahrzeugmarkt? Können Sie Ihren Fahrzeugkäufer nicht beliefern in der Wunschfarbe?\r\n\r\n<hr />\r\n\r\nEgal ob Firmen, Private oder Garagisten mit einer Voll- oder Teilfolierung am Fahrzeug haben wir eine attraktive Lösung. Sie wechseln das Erscheinungsbild Ihres Wagens innert wenigen Tagen und hinterlassen einen bleibenden Eindruck. Durch die Verklebung neuster Hochleistungsfolien sind fast alle Ideen und Wünsche möglich. Gerne beraten wir Sie bei Ihrem Projekt. Sämtliche Folien lassen sich innerhalb der nächsten 5 Jahre rückstandsfrei entfernen, der Lack ist während dieser Zeit geschützt.','Fahrzeugfolierungen','','publish','closed','closed','','fahrzeugfolierungen','','','2020-03-26 13:49:51','2020-03-26 13:49:51','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=879',0,'dienstleistungen','',0),
(882,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','882','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=882',1,'nav_menu_item','',0),
(883,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','883','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=883',2,'nav_menu_item','',0),
(884,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','884','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=884',4,'nav_menu_item','',0),
(885,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','885','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=885',5,'nav_menu_item','',0),
(886,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','886','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=886',6,'nav_menu_item','',0),
(887,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','887','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=887',7,'nav_menu_item','',0),
(889,1,'2019-11-16 10:30:49','2019-11-16 10:30:49',' ','','','publish','closed','closed','','889','','','2019-11-16 10:30:49','2019-11-16 10:30:49','',0,'http://flotten.webdress.site/?p=889',3,'nav_menu_item','',0),
(891,1,'2019-11-19 15:39:05','2019-11-19 15:39:05','','E-mail senden','','publish','closed','closed','','e-mail-senden','','','2019-11-19 15:53:06','2019-11-19 15:53:06','',0,'http://flotten.webdress.site/?page_id=891',0,'page','',0),
(892,1,'2019-11-19 15:42:23','2019-11-19 15:42:23','','Anfahrt','','publish','closed','closed','','anfahrt','','','2019-11-19 15:49:53','2019-11-19 15:49:53','',0,'http://flotten.webdress.site/?page_id=892',0,'page','',0),
(897,1,'2019-11-16 14:30:02','2019-11-16 14:30:02','','Slide_fahrzeugfolirungen','','inherit','open','closed','','slide_fahrzeugfolirungen','','','2019-11-16 14:30:02','2019-11-16 14:30:02','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slide_fahrzeugfolirungen.jpg',0,'attachment','image/jpeg',0),
(898,1,'2019-11-16 14:30:09','2019-11-16 14:30:09','','PICT0357_ips','','inherit','open','closed','','pict0357_ips','','','2019-11-16 14:30:09','2019-11-16 14:30:09','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0357_ips.jpg',0,'attachment','image/jpeg',0),
(899,1,'2019-11-16 14:30:13','2019-11-16 14:30:13','','PICT0245_ips','','inherit','open','closed','','pict0245_ips','','','2019-11-16 14:30:13','2019-11-16 14:30:13','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0245_ips.jpg',0,'attachment','image/jpeg',0),
(900,1,'2019-11-16 14:30:15','2019-11-16 14:30:15','','PICT0147_ips','','inherit','open','closed','','pict0147_ips','','','2019-11-16 14:30:15','2019-11-16 14:30:15','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0147_ips.jpg',0,'attachment','image/jpeg',0),
(901,1,'2019-11-16 14:30:18','2019-11-16 14:30:18','','IMG_5646_ips','','inherit','open','closed','','img_5646_ips','','','2019-11-16 14:30:18','2019-11-16 14:30:18','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_5646_ips.jpg',0,'attachment','image/jpeg',0),
(902,1,'2019-11-16 14:30:19','2019-11-16 14:30:19','','IMG_4858_ips','','inherit','open','closed','','img_4858_ips','','','2019-11-16 14:30:19','2019-11-16 14:30:19','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4858_ips.jpg',0,'attachment','image/jpeg',0),
(903,1,'2019-11-16 14:30:21','2019-11-16 14:30:21','','IMG_4564_ips','','inherit','open','closed','','img_4564_ips','','','2019-11-16 14:30:21','2019-11-16 14:30:21','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4564_ips.jpg',0,'attachment','image/jpeg',0),
(904,1,'2019-11-16 14:30:23','2019-11-16 14:30:23','','IMG_4492_ips','','inherit','open','closed','','img_4492_ips','','','2019-11-16 14:30:23','2019-11-16 14:30:23','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4492_ips.jpg',0,'attachment','image/jpeg',0),
(905,1,'2019-11-16 14:30:25','2019-11-16 14:30:25','','Foto-15.02.14-15-21-55_ips','','inherit','open','closed','','foto-15-02-14-15-21-55_ips','','','2019-11-16 14:30:25','2019-11-16 14:30:25','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-15.02.14-15-21-55_ips.jpg',0,'attachment','image/jpeg',0),
(906,1,'2019-11-16 14:30:26','2019-11-16 14:30:26','','Foto-11.08.16,-10-38-25_ips','','inherit','open','closed','','foto-11-08-16-10-38-25_ips','','','2019-11-16 14:30:26','2019-11-16 14:30:26','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-11.08.16-10-38-25_ips.jpg',0,'attachment','image/jpeg',0),
(907,1,'2019-11-16 14:30:27','2019-11-16 14:30:27','','fahrzeugfolirungen270_1','','inherit','open','closed','','fahrzeugfolirungen270_1','','','2019-11-16 14:30:27','2019-11-16 14:30:27','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/fahrzeugfolirungen270_1.jpg',0,'attachment','image/jpeg',0),
(908,1,'2019-11-16 14:30:28','2019-11-16 14:30:28','','fahrzeugfolirungen270','','inherit','open','closed','','fahrzeugfolirungen270','','','2019-11-16 14:30:28','2019-11-16 14:30:28','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/fahrzeugfolirungen270.jpg',0,'attachment','image/jpeg',0),
(909,1,'2019-11-16 14:30:29','2019-11-16 14:30:29','','2019-03-04-15.33.49_ips','','inherit','open','closed','','2019-03-04-15-33-49_ips','','','2019-11-16 14:30:29','2019-11-16 14:30:29','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-03-04-15.33.49_ips.jpg',0,'attachment','image/jpeg',0),
(910,1,'2019-11-16 14:30:31','2019-11-16 14:30:31','','Foto-17.06.16,-10-13-27_ips','','inherit','open','closed','','foto-17-06-16-10-13-27_ips','','','2019-11-16 14:30:31','2019-11-16 14:30:31','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-17.06.16-10-13-27_ips.jpg',0,'attachment','image/jpeg',0),
(911,1,'2019-11-16 14:30:32','2019-11-16 14:30:32','','2019-02-22-13.31.45_ips','','inherit','open','closed','','2019-02-22-13-31-45_ips','','','2019-11-16 14:30:32','2019-11-16 14:30:32','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-02-22-13.31.45_ips.jpg',0,'attachment','image/jpeg',0),
(912,1,'2019-11-16 14:30:34','2019-11-16 14:30:34','','IMG_4861_ips','','inherit','open','closed','','img_4861_ips','','','2019-11-16 14:30:34','2019-11-16 14:30:34','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4861_ips.jpg',0,'attachment','image/jpeg',0),
(913,1,'2019-11-16 14:30:36','2019-11-16 14:30:36','','Foto-19.07.16,-16-10-43_ips','','inherit','open','closed','','foto-19-07-16-16-10-43_ips','','','2019-11-16 14:30:36','2019-11-16 14:30:36','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-19.07.16-16-10-43_ips.jpg',0,'attachment','image/jpeg',0),
(914,1,'2019-11-16 14:30:37','2019-11-16 14:30:37','','2019-02-22-08.46.16_ips','','inherit','open','closed','','2019-02-22-08-46-16_ips','','','2019-11-16 14:30:37','2019-11-16 14:30:37','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-02-22-08.46.16_ips.jpg',0,'attachment','image/jpeg',0),
(915,1,'2019-11-16 14:30:41','2019-11-16 14:30:41','','2017-11-30-09.14.35_ips','','inherit','open','closed','','2017-11-30-09-14-35_ips','','','2019-11-16 14:30:41','2019-11-16 14:30:41','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-11-30-09.14.35_ips.jpg',0,'attachment','image/jpeg',0),
(916,1,'2019-11-16 14:30:43','2019-11-16 14:30:43','','IMG_4938_ips','','inherit','open','closed','','img_4938_ips','','','2019-11-16 14:30:43','2019-11-16 14:30:43','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4938_ips.jpg',0,'attachment','image/jpeg',0),
(917,1,'2019-11-16 14:30:45','2019-11-16 14:30:45','','2017-10-12-16.15.00_ips','','inherit','open','closed','','2017-10-12-16-15-00_ips','','','2019-11-16 14:30:45','2019-11-16 14:30:45','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-10-12-16.15.00_ips.jpg',0,'attachment','image/jpeg',0),
(918,1,'2019-11-16 14:30:47','2019-11-16 14:30:47','','2017-09-06-14.57.01_ips','','inherit','open','closed','','2017-09-06-14-57-01_ips','','','2019-11-16 14:30:47','2019-11-16 14:30:47','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-09-06-14.57.01_ips.jpg',0,'attachment','image/jpeg',0),
(919,1,'2019-11-16 14:30:48','2019-11-16 14:30:48','','img_5416_ips','','inherit','open','closed','','img_5416_ips','','','2019-11-16 14:30:48','2019-11-16 14:30:48','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/img_5416_ips.jpg',0,'attachment','image/jpeg',0),
(920,1,'2019-11-16 14:30:51','2019-11-16 14:30:51','','Foto-15.02.14-15-21-53_ips','','inherit','open','closed','','foto-15-02-14-15-21-53_ips','','','2019-11-16 14:30:51','2019-11-16 14:30:51','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-15.02.14-15-21-53_ips.jpg',0,'attachment','image/jpeg',0),
(921,1,'2019-11-16 14:30:52','2019-11-16 14:30:52','','2017-09-01-16.38.37_ips','','inherit','open','closed','','2017-09-01-16-38-37_ips','','','2019-11-16 14:30:52','2019-11-16 14:30:52','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-09-01-16.38.37_ips.jpg',0,'attachment','image/jpeg',0),
(922,1,'2019-11-16 14:30:54','2019-11-16 14:30:54','','2017-08-14-13.32.14_ips','','inherit','open','closed','','2017-08-14-13-32-14_ips','','','2019-11-16 14:30:54','2019-11-16 14:30:54','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-08-14-13.32.14_ips.jpg',0,'attachment','image/jpeg',0),
(923,1,'2019-11-16 14:30:57','2019-11-16 14:30:57','','2017-08-14-13.35.21_ips','','inherit','open','closed','','2017-08-14-13-35-21_ips','','','2019-11-16 14:30:57','2019-11-16 14:30:57','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-08-14-13.35.21_ips.jpg',0,'attachment','image/jpeg',0),
(924,1,'2019-11-16 14:30:59','2019-11-16 14:30:59','','2017-08-03-14.37.23_ips','','inherit','open','closed','','2017-08-03-14-37-23_ips','','','2019-11-16 14:30:59','2019-11-16 14:30:59','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-08-03-14.37.23_ips.jpg',0,'attachment','image/jpeg',0),
(925,1,'2019-11-16 14:31:00','2019-11-16 14:31:00','','Foto-14-00-57_ips','','inherit','open','closed','','foto-14-00-57_ips','','','2019-11-16 14:31:00','2019-11-16 14:31:00','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-14-00-57_ips.jpg',0,'attachment','image/jpeg',0),
(926,1,'2019-11-16 14:31:02','2019-11-16 14:31:02','','2017-07-31-08.59.30_ips','','inherit','open','closed','','2017-07-31-08-59-30_ips','','','2019-11-16 14:31:02','2019-11-16 14:31:02','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-07-31-08.59.30_ips.jpg',0,'attachment','image/jpeg',0),
(927,1,'2019-11-16 14:31:04','2019-11-16 14:31:04','','PICT0217_ips','','inherit','open','closed','','pict0217_ips','','','2019-11-16 14:31:04','2019-11-16 14:31:04','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0217_ips.jpg',0,'attachment','image/jpeg',0),
(928,1,'2019-11-16 14:31:05','2019-11-16 14:31:05','','Foto-19.02.14-09-10-58_ips','','inherit','open','closed','','foto-19-02-14-09-10-58_ips','','','2019-11-16 14:31:05','2019-11-16 14:31:05','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-19.02.14-09-10-58_ips.jpg',0,'attachment','image/jpeg',0),
(929,1,'2019-11-16 14:31:07','2019-11-16 14:31:07','','2017-07-20-16.24.59_ips','','inherit','open','closed','','2017-07-20-16-24-59_ips','','','2019-11-16 14:31:07','2019-11-16 14:31:07','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-07-20-16.24.59_ips.jpg',0,'attachment','image/jpeg',0),
(930,1,'2019-11-16 14:31:09','2019-11-16 14:31:09','','2017-06-01-17.09.02_ips','','inherit','open','closed','','2017-06-01-17-09-02_ips','','','2019-11-16 14:31:09','2019-11-16 14:31:09','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-06-01-17.09.02_ips.jpg',0,'attachment','image/jpeg',0),
(931,1,'2019-11-16 14:31:11','2019-11-16 14:31:11','','2019-07-04-12.37.19_ips','','inherit','open','closed','','2019-07-04-12-37-19_ips','','','2019-11-16 14:31:11','2019-11-16 14:31:11','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-07-04-12.37.19_ips.jpg',0,'attachment','image/jpeg',0),
(932,1,'2019-11-16 14:31:14','2019-11-16 14:31:14','','2017-05-24-13.48.19_ips','','inherit','open','closed','','2017-05-24-13-48-19_ips','','','2019-11-16 14:31:14','2019-11-16 14:31:14','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-24-13.48.19_ips.jpg',0,'attachment','image/jpeg',0),
(933,1,'2019-11-16 14:31:17','2019-11-16 14:31:17','','2017-05-03-06.05.47_ips','','inherit','open','closed','','2017-05-03-06-05-47_ips','','','2019-11-16 14:31:17','2019-11-16 14:31:17','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-05-03-06.05.47_ips.jpg',0,'attachment','image/jpeg',0),
(935,1,'2019-11-16 14:31:22','2019-11-16 14:31:22','','2019-04-29-15.27.06_ips','','inherit','open','closed','','2019-04-29-15-27-06_ips','','','2019-11-16 14:31:22','2019-11-16 14:31:22','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-04-29-15.27.06_ips.jpg',0,'attachment','image/jpeg',0),
(937,1,'2019-11-16 14:31:26','2019-11-16 14:31:26','','IMG_4556_ips','','inherit','open','closed','','img_4556_ips','','','2019-11-16 14:31:26','2019-11-16 14:31:26','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_4556_ips.jpg',0,'attachment','image/jpeg',0),
(938,1,'2019-11-16 14:31:28','2019-11-16 14:31:28','','2016-06-16-05.45.23_ips','','inherit','open','closed','','2016-06-16-05-45-23_ips','','','2019-11-16 14:31:28','2019-11-16 14:31:28','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-06-16-05.45.23_ips.jpg',0,'attachment','image/jpeg',0),
(939,1,'2019-11-16 14:31:29','2019-11-16 14:31:29','','IMG_5500_ips','','inherit','open','closed','','img_5500_ips','','','2019-11-16 14:31:29','2019-11-16 14:31:29','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_5500_ips.jpg',0,'attachment','image/jpeg',0),
(940,1,'2019-11-16 14:31:31','2019-11-16 14:31:31','','Foto-05.03.15-16-34-48_ips','','inherit','open','closed','','foto-05-03-15-16-34-48_ips','','','2019-11-16 14:31:31','2019-11-16 14:31:31','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-05.03.15-16-34-48_ips.jpg',0,'attachment','image/jpeg',0),
(941,1,'2019-11-16 14:31:34','2019-11-16 14:31:34','','DSC09174_ips','','inherit','open','closed','','dsc09174_ips','','','2019-11-16 14:31:34','2019-11-16 14:31:34','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/DSC09174_ips.jpg',0,'attachment','image/jpeg',0),
(942,1,'2019-11-16 14:31:36','2019-11-16 14:31:36','','2019-03-12-14.59.29_ips','','inherit','open','closed','','2019-03-12-14-59-29_ips','','','2019-11-16 14:31:36','2019-11-16 14:31:36','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-03-12-14.59.29_ips.jpg',0,'attachment','image/jpeg',0),
(943,1,'2019-11-16 14:31:38','2019-11-16 14:31:38','','2016-05-23-17.36.36_ips','','inherit','open','closed','','2016-05-23-17-36-36_ips','','','2019-11-16 14:31:38','2019-11-16 14:31:38','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-05-23-17.36.36_ips.jpg',0,'attachment','image/jpeg',0),
(944,1,'2019-11-16 14:31:40','2019-11-16 14:31:40','','2017-04-12-08.59.58_ips','','inherit','open','closed','','2017-04-12-08-59-58_ips','','','2019-11-16 14:31:40','2019-11-16 14:31:40','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2017-04-12-08.59.58_ips.jpg',0,'attachment','image/jpeg',0),
(945,1,'2019-11-16 14:31:41','2019-11-16 14:31:41','','2016-05-02-06.17.39_ips','','inherit','open','closed','','2016-05-02-06-17-39_ips','','','2019-11-16 14:31:41','2019-11-16 14:31:41','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-05-02-06.17.39_ips.jpg',0,'attachment','image/jpeg',0),
(946,1,'2019-11-16 14:31:43','2019-11-16 14:31:43','','2016-03-10-15.13.51_ips','','inherit','open','closed','','2016-03-10-15-13-51_ips','','','2019-11-16 14:31:43','2019-11-16 14:31:43','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2016-03-10-15.13.51_ips.jpg',0,'attachment','image/jpeg',0),
(947,1,'2019-11-16 14:31:45','2019-11-16 14:31:45','','Foto-12.08.16,-11-12-56_ips','','inherit','open','closed','','foto-12-08-16-11-12-56_ips','','','2019-11-16 14:31:45','2019-11-16 14:31:45','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Foto-12.08.16-11-12-56_ips.jpg',0,'attachment','image/jpeg',0),
(948,1,'2019-11-16 14:31:47','2019-11-16 14:31:47','','2015-03-05-16.36.08-1_ips','','inherit','open','closed','','2015-03-05-16-36-08-1_ips','','','2019-11-16 14:31:47','2019-11-16 14:31:47','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2015-03-05-16.36.08-1_ips.jpg',0,'attachment','image/jpeg',0),
(949,1,'2019-11-16 14:31:49','2019-11-16 14:31:49','','Slide_fahrzeugfolirungen1','','inherit','open','closed','','slide_fahrzeugfolirungen1','','','2019-11-16 14:31:49','2019-11-16 14:31:49','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/Slide_fahrzeugfolirungen1.jpg',0,'attachment','image/jpeg',0),
(951,1,'2019-11-16 17:18:56','2019-11-16 17:18:56','','Screen Shot 2019-11-16 at 19.13.00','','inherit','open','closed','','screen-shot-2019-11-16-at-19-13-00','','','2019-11-16 17:18:56','2019-11-16 17:18:56','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/Screen-Shot-2019-11-16-at-19.13.00.png',0,'attachment','image/png',0),
(952,1,'2019-11-16 17:19:14','2019-11-16 17:19:14','','Screen Shot 2019-11-16 at 19.18.07','','inherit','open','closed','','screen-shot-2019-11-16-at-19-18-07','','','2019-11-16 17:19:14','2019-11-16 17:19:14','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/Screen-Shot-2019-11-16-at-19.18.07.png',0,'attachment','image/png',0),
(953,1,'2019-11-16 17:24:49','2019-11-16 17:24:49','','Screen Shot 2019-11-16 at 19.23.15','','inherit','open','closed','','screen-shot-2019-11-16-at-19-23-15','','','2019-11-16 17:24:49','2019-11-16 17:24:49','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/Screen-Shot-2019-11-16-at-19.23.15.png',0,'attachment','image/png',0),
(954,1,'2019-11-16 18:16:20','2019-11-16 18:16:20','','3M2','','inherit','open','closed','','3m2','','','2019-11-16 18:16:20','2019-11-16 18:16:20','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/3M2.jpg',0,'attachment','image/jpeg',0),
(955,1,'2019-11-16 18:16:22','2019-11-16 18:16:22','','3M1','','inherit','open','closed','','3m1','','','2019-11-16 18:16:22','2019-11-16 18:16:22','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/3M1.jpg',0,'attachment','image/jpeg',0),
(957,1,'2019-11-18 09:07:30','2019-11-18 09:07:30','','slide_blue rost3m3','','inherit','open','closed','','slide_blue-rost3m3','','','2019-11-18 09:07:30','2019-11-18 09:07:30','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/slide_blue-rost3m3.jpg',0,'attachment','image/jpeg',0),
(958,1,'2019-11-18 11:33:44','2019-11-18 11:33:44','<h2>Werbetechniker / Carwrapper</h2>\r\n<strong>Wir suchen per sofort in unserem Team Verstärkung Bereich Werbetechnik und CarWrapping.</strong>\r\nHast du eine Ausbildung als Gestalter Werbetechnik, Berufserfahrung, motiviert, zuverlässig, beherrscht dein Handwerk - Ilu und andere Grafikprogramme. Führerschein vorhanden - dann melde Dich.\r\n100% Stelle, per sofort\r\n<strong>Arbeitsort: 8967 Widen - auch mit ÖV sehr gut erreichbar.</strong>\r\n\r\n<hr />\r\n\r\n<h2>Schnupperlehren</h2>\r\n<strong>Wir bieten vereinzelt Jugendlichen an, bei uns im Betrieb den Beruf des Gestalter Werbetechnik EFZ zu schnuppern.</strong>\r\nLeider ist die Nachfrage nach den Schnupperstellen sehr gross, so dass wir bereits hier eine Auswahl der Kandidaten treffen müssen.\r\nBitte bewerbe Dich schriftlich mit folgenden Angaben\r\n<ul>\r\n <li>Alter</li>\r\n <li>Besuchte Schulen</li>\r\n <li>bereits besuchte Schnupperlehren</li>\r\n <li>Adresse und Wohnort</li>\r\n <li>Kleines Bewerbungsschreiben</li>\r\n <li>möglicher Zeitraum einer Schnupperlehre</li>\r\n <li>Beginn der Lehre</li>\r\n <li>Interesse an Lehrstelle oder \"nur\" den Beruf schnuppern</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h2>Lehrstellen</h2>\r\nZur Zeit bieten wir keine Lehrstellen mehr an als Gestalter-Werbetechnik mehr an… uns ist etwas die Freude vergangen.\r\nWir möchten den Lehrlingen den Beruf lehren und nicht Erziehungs-und Umgangsformen beibringen.\r\nVielleicht ändern wir wieder einmal unsere Einstellung und bieten wieder einen Ausbildungsplatz <strong>ab 2022</strong>.','Jobs','','publish','closed','closed','','jobs','','','2020-03-02 07:23:05','2020-03-02 07:23:05','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=958',0,'dienstleistungen','',0),
(960,1,'2019-11-18 11:39:23','2019-11-18 11:39:23','<h2></h2>\r\n[smartslider3 slider=5]\r\n','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-11-18 11:39:23','2019-11-18 11:39:23','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(961,1,'2019-11-19 11:31:54','2019-11-19 11:31:54','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Hide text section','hide_text_section','publish','closed','closed','','field_5dd3d236266d4','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',138,'http://flotten.webdress.site/?post_type=acf-field&p=961',0,'acf-field','',0),
(962,1,'2019-11-19 11:31:54','2019-11-19 11:31:54','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Hide map section','hide_map_section','publish','closed','closed','','field_5dd3d262266d5','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',138,'http://flotten.webdress.site/?post_type=acf-field&p=962',2,'acf-field','',0),
(963,1,'2019-11-19 11:31:54','2019-11-19 11:31:54','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Hide form section','hide_form_section','publish','closed','closed','','field_5dd3d28c266d6','','','2019-11-19 11:31:54','2019-11-19 11:31:54','',138,'http://flotten.webdress.site/?post_type=acf-field&p=963',4,'acf-field','',0),
(964,1,'2019-11-19 14:57:08','2019-11-19 14:57:08','<h2>NEW DRESS 4 YOUR MINI ……</h2>\r\n \r\n<h4>MINIs eine kleine Leidenschaft, seit vielen Jahren begleitet uns der kleine sportliche Wagen.</h4>\r\nBereits über <strong>250 MINIs</strong> wurde durch uns gebrandet.\r\nGerne setzen wir deine Ideen um oder sind Dir behilflich deinen MINI\r\nzu einem einzigartigen und persönlichen Style zu verhelfen.\r\n\r\n<hr />\r\n\r\nClubmitglieder von MINI POWER Club und MINI Freaks erhalten\r\n<strong>10% Rabatt</strong> auf Folierungsdienstleistungen.<br>\r\n<hr />\r\n<ul>\r\n <li><a href=\"#\">MINI POWER CLUB</a>            <img src=\"http://testweb1.ipsolution-hosting.com/wp-content/uploads/2019/12/MPC110-87.png\" alt=\"\" /></li>\r\n <li><a href=\"#\">MINI POWER CLUB Facebook</a>.        <img src=\"http://testweb1.ipsolution-hosting.com/wp-content/uploads/2019/12/swiss-mini-freaks96_1.png\" alt=\"\" /></li>\r\n <li><a href=\"#\">MINI Freaks Facebook</a></li>\r\n</ul>\r\n\r\n\r\n<hr />\r\n\r\n<h2>Sucht du einen neuen MINI ?</h2>\r\nFinde tolle Angebot bei unserem MINI Partner Betrieb.\r\n\r\n  <img src=\"http://testweb1.ipsolution-hosting.com/wp-content/uploads/2019/12/DKmini317_1.png\" alt=\"\" />\r\n       <a href=\"https://www.garage-kohler.ch/de\">www.garage-kohler.ch</a>\r\n<hr />\r\n<h2>Weitere MINI links</h2>\r\n<ul>\r\n <li><a href=\"#\">MINI Zubehör</a></li>\r\n <li><a href=\"#\">MINI Schweiz</a></li>\r\n</ul>','MINI Style','','publish','closed','closed','','mini-style','','','2019-12-03 13:28:44','2019-12-03 13:28:44','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=964',0,'dienstleistungen','',0),
(965,1,'2019-11-19 14:43:42','2019-11-19 14:43:42','','Slide-cd1','','inherit','open','closed','','slide-cd1-2','','','2019-11-19 14:43:42','2019-11-19 14:43:42','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/Slide-cd1.jpg',0,'attachment','image/jpeg',0),
(966,1,'2019-11-19 14:45:33','2019-11-19 14:45:33','','520A2348_ips270','','inherit','open','closed','','520a2348_ips270','','','2019-11-19 14:45:33','2019-11-19 14:45:33','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/520A2348_ips270.jpg',0,'attachment','image/jpeg',0),
(967,1,'2019-11-19 14:45:34','2019-11-19 14:45:34','','2015-10-30 05.25.06_ips270','','inherit','open','closed','','2015-10-30-05-25-06_ips270','','','2019-11-19 14:45:34','2019-11-19 14:45:34','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2015-10-30-05.25.06_ips270.jpg',0,'attachment','image/jpeg',0),
(968,1,'2019-11-19 14:45:34','2019-11-19 14:45:34','','2015-10-30 05.25.12_ips270','','inherit','open','closed','','2015-10-30-05-25-12_ips270','','','2019-11-19 14:45:34','2019-11-19 14:45:34','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2015-10-30-05.25.12_ips270.jpg',0,'attachment','image/jpeg',0),
(970,1,'2019-11-19 14:45:36','2019-11-19 14:45:36','','2016-12-09-20.33.29_ips270','','inherit','open','closed','','2016-12-09-20-33-29_ips270','','','2019-11-19 14:45:36','2019-11-19 14:45:36','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2016-12-09-20.33.29_ips270.jpg',0,'attachment','image/jpeg',0),
(971,1,'2019-11-19 14:45:36','2019-11-19 14:45:36','','2017-01-11 20.12.23_ips270','','inherit','open','closed','','2017-01-11-20-12-23_ips270','','','2019-11-19 14:45:36','2019-11-19 14:45:36','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-01-11-20.12.23_ips270.jpg',0,'attachment','image/jpeg',0),
(972,1,'2019-11-19 14:45:37','2019-11-19 14:45:37','','2017-02-01 10.42.07_ips270','','inherit','open','closed','','2017-02-01-10-42-07_ips270','','','2019-11-19 14:45:37','2019-11-19 14:45:37','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-02-01-10.42.07_ips270.jpg',0,'attachment','image/jpeg',0),
(973,1,'2019-11-19 14:45:38','2019-11-19 14:45:38','','2017-08-03-14.28.48_ips270','','inherit','open','closed','','2017-08-03-14-28-48_ips270','','','2019-11-19 14:45:38','2019-11-19 14:45:38','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-08-03-14.28.48_ips270.jpg',0,'attachment','image/jpeg',0),
(974,1,'2019-11-19 14:45:38','2019-11-19 14:45:38','','2017-08-24 08.10.01_ips270','','inherit','open','closed','','2017-08-24-08-10-01_ips270','','','2019-11-19 14:45:38','2019-11-19 14:45:38','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-08-24-08.10.01_ips270.jpg',0,'attachment','image/jpeg',0),
(975,1,'2019-11-19 14:45:39','2019-11-19 14:45:39','','2017-11-10-16.29.26_ips270','','inherit','open','closed','','2017-11-10-16-29-26_ips270','','','2019-11-19 14:45:39','2019-11-19 14:45:39','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-11-10-16.29.26_ips270.jpg',0,'attachment','image/jpeg',0),
(976,1,'2019-11-19 14:45:40','2019-11-19 14:45:40','','2018-11-16-06.00.46_ips270','','inherit','open','closed','','2018-11-16-06-00-46_ips270','','','2019-11-19 14:45:40','2019-11-19 14:45:40','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2018-11-16-06.00.46_ips270.jpg',0,'attachment','image/jpeg',0),
(977,1,'2019-11-19 14:45:40','2019-11-19 14:45:40','','2018-11-16-06.01.05_ips270','','inherit','open','closed','','2018-11-16-06-01-05_ips270','','','2019-11-19 14:45:40','2019-11-19 14:45:40','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2018-11-16-06.01.05_ips270.jpg',0,'attachment','image/jpeg',0),
(981,1,'2019-11-19 14:45:42','2019-11-19 14:45:42','','2019-08-02-14.37.49_ips270','','inherit','open','closed','','2019-08-02-14-37-49_ips270','','','2019-11-19 14:45:42','2019-11-19 14:45:42','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2019-08-02-14.37.49_ips270.jpg',0,'attachment','image/jpeg',0),
(982,1,'2019-11-19 14:45:43','2019-11-19 14:45:43','','Foto-05.03.15-16-35-10_ips270','','inherit','open','closed','','foto-05-03-15-16-35-10_ips270','','','2019-11-19 14:45:43','2019-11-19 14:45:43','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/Foto-05.03.15-16-35-10_ips270.jpg',0,'attachment','image/jpeg',0),
(983,1,'2019-11-19 14:45:44','2019-11-19 14:45:44','','Foto-31.05.16,-14-04-16_ips270','','inherit','open','closed','','foto-31-05-16-14-04-16_ips270','','','2019-11-19 14:45:44','2019-11-19 14:45:44','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/Foto-31.05.16-14-04-16_ips270.jpg',0,'attachment','image/jpeg',0),
(984,1,'2019-11-19 14:45:44','2019-11-19 14:45:44','','IMG_4549_ips270','','inherit','open','closed','','img_4549_ips270','','','2019-11-19 14:45:44','2019-11-19 14:45:44','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/IMG_4549_ips270.jpg',0,'attachment','image/jpeg',0),
(985,1,'2019-11-19 14:45:45','2019-11-19 14:45:45','','IMG_6799_ips270','','inherit','open','closed','','img_6799_ips270','','','2019-11-19 14:45:45','2019-11-19 14:45:45','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/IMG_6799_ips270.jpg',0,'attachment','image/jpeg',0),
(986,1,'2019-11-19 14:45:46','2019-11-19 14:45:46','','P8271270_ips270','','inherit','open','closed','','p8271270_ips270','','','2019-11-19 14:45:46','2019-11-19 14:45:46','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/P8271270_ips270.jpg',0,'attachment','image/jpeg',0),
(987,1,'2019-11-19 14:45:46','2019-11-19 14:45:46','','P8272028_ips270','','inherit','open','closed','','p8272028_ips270','','','2019-11-19 14:45:46','2019-11-19 14:45:46','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/P8272028_ips270.jpg',0,'attachment','image/jpeg',0),
(988,1,'2019-11-19 14:45:47','2019-11-19 14:45:47','','PICT0047_ips270','','inherit','open','closed','','pict0047_ips270','','','2019-11-19 14:45:47','2019-11-19 14:45:47','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0047_ips270.jpg',0,'attachment','image/jpeg',0),
(989,1,'2019-11-19 14:45:47','2019-11-19 14:45:47','','PICT0179_ips270','','inherit','open','closed','','pict0179_ips270','','','2019-11-19 14:45:47','2019-11-19 14:45:47','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0179_ips270.jpg',0,'attachment','image/jpeg',0),
(990,1,'2019-11-19 14:45:48','2019-11-19 14:45:48','','PICT0200_ips270','','inherit','open','closed','','pict0200_ips270','','','2019-11-19 14:45:48','2019-11-19 14:45:48','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0200_ips270.jpg',0,'attachment','image/jpeg',0),
(991,1,'2019-11-19 14:45:48','2019-11-19 14:45:48','','PICT0290_ips270','','inherit','open','closed','','pict0290_ips270','','','2019-11-19 14:45:48','2019-11-19 14:45:48','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0290_ips270.jpg',0,'attachment','image/jpeg',0),
(992,1,'2019-11-19 14:45:49','2019-11-19 14:45:49','','PICT0354_ips270','','inherit','open','closed','','pict0354_ips270','','','2019-11-19 14:45:49','2019-11-19 14:45:49','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0354_ips270.jpg',0,'attachment','image/jpeg',0),
(993,1,'2019-11-19 14:45:50','2019-11-19 14:45:50','','520A2348_ips','','inherit','open','closed','','520a2348_ips','','','2019-11-19 14:45:50','2019-11-19 14:45:50','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/520A2348_ips.jpg',0,'attachment','image/jpeg',0),
(994,1,'2019-11-19 14:45:51','2019-11-19 14:45:51','','2015-10-30-05.25.06_ips','','inherit','open','closed','','2015-10-30-05-25-06_ips','','','2019-11-19 14:45:51','2019-11-19 14:45:51','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2015-10-30-05.25.06_ips.jpg',0,'attachment','image/jpeg',0),
(995,1,'2019-11-19 14:45:52','2019-11-19 14:45:52','','2015-10-30-05.25.12_ips','','inherit','open','closed','','2015-10-30-05-25-12_ips','','','2019-11-19 14:45:52','2019-11-19 14:45:52','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2015-10-30-05.25.12_ips.jpg',0,'attachment','image/jpeg',0),
(996,1,'2019-11-19 14:45:53','2019-11-19 14:45:53','','2016-08-27-15.26.12_ips','','inherit','open','closed','','2016-08-27-15-26-12_ips','','','2019-11-19 14:45:53','2019-11-19 14:45:53','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2016-08-27-15.26.12_ips.jpg',0,'attachment','image/jpeg',0),
(997,1,'2019-11-19 14:45:54','2019-11-19 14:45:54','','2016-12-09-20.33.29_ips','','inherit','open','closed','','2016-12-09-20-33-29_ips','','','2019-11-19 14:45:54','2019-11-19 14:45:54','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2016-12-09-20.33.29_ips.jpg',0,'attachment','image/jpeg',0),
(998,1,'2019-11-19 14:45:55','2019-11-19 14:45:55','','2017-01-11-20.12.23_ips','','inherit','open','closed','','2017-01-11-20-12-23_ips','','','2019-11-19 14:45:55','2019-11-19 14:45:55','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-01-11-20.12.23_ips.jpg',0,'attachment','image/jpeg',0),
(999,1,'2019-11-19 14:45:56','2019-11-19 14:45:56','','2017-02-01-10.42.07_ips','','inherit','open','closed','','2017-02-01-10-42-07_ips','','','2019-11-19 14:45:56','2019-11-19 14:45:56','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-02-01-10.42.07_ips.jpg',0,'attachment','image/jpeg',0),
(1000,1,'2019-11-19 14:45:58','2019-11-19 14:45:58','','2017-08-03-14.28.48_ips','','inherit','open','closed','','2017-08-03-14-28-48_ips','','','2019-11-19 14:45:58','2019-11-19 14:45:58','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-08-03-14.28.48_ips.jpg',0,'attachment','image/jpeg',0),
(1001,1,'2019-11-19 14:45:59','2019-11-19 14:45:59','','2017-08-24-08.10.01_ips','','inherit','open','closed','','2017-08-24-08-10-01_ips','','','2019-11-19 14:45:59','2019-11-19 14:45:59','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-08-24-08.10.01_ips.jpg',0,'attachment','image/jpeg',0),
(1002,1,'2019-11-19 14:46:00','2019-11-19 14:46:00','','2017-11-10-16.29.26_ips','','inherit','open','closed','','2017-11-10-16-29-26_ips','','','2019-11-19 14:46:00','2019-11-19 14:46:00','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2017-11-10-16.29.26_ips.jpg',0,'attachment','image/jpeg',0),
(1003,1,'2019-11-19 14:46:02','2019-11-19 14:46:02','','2018-11-16-06.00.46_ips','','inherit','open','closed','','2018-11-16-06-00-46_ips','','','2019-11-19 14:46:02','2019-11-19 14:46:02','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2018-11-16-06.00.46_ips.jpg',0,'attachment','image/jpeg',0),
(1004,1,'2019-11-19 14:46:03','2019-11-19 14:46:03','','2018-11-16-06.01.05_ips','','inherit','open','closed','','2018-11-16-06-01-05_ips','','','2019-11-19 14:46:03','2019-11-19 14:46:03','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2018-11-16-06.01.05_ips.jpg',0,'attachment','image/jpeg',0),
(1005,1,'2019-11-19 14:46:04','2019-11-19 14:46:04','','2019-05-03-14.39.22_ips','','inherit','open','closed','','2019-05-03-14-39-22_ips','','','2019-11-19 14:46:04','2019-11-19 14:46:04','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2019-05-03-14.39.22_ips.jpg',0,'attachment','image/jpeg',0),
(1006,1,'2019-11-19 14:46:05','2019-11-19 14:46:05','','2019-05-10-13.39.18_ips','','inherit','open','closed','','2019-05-10-13-39-18_ips-2','','','2019-11-19 14:46:05','2019-11-19 14:46:05','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2019-05-10-13.39.18_ips.jpg',0,'attachment','image/jpeg',0),
(1008,1,'2019-11-19 14:46:07','2019-11-19 14:46:07','','2019-08-02-14.37.49_ips','','inherit','open','closed','','2019-08-02-14-37-49_ips','','','2019-11-19 14:46:07','2019-11-19 14:46:07','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2019-08-02-14.37.49_ips.jpg',0,'attachment','image/jpeg',0),
(1009,1,'2019-11-19 14:46:08','2019-11-19 14:46:08','','Foto-05.03.15-16-35-10_ips','','inherit','open','closed','','foto-05-03-15-16-35-10_ips','','','2019-11-19 14:46:08','2019-11-19 14:46:08','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/Foto-05.03.15-16-35-10_ips.jpg',0,'attachment','image/jpeg',0),
(1010,1,'2019-11-19 14:46:09','2019-11-19 14:46:09','','Foto-31.05.16,-14-04-16_ips','','inherit','open','closed','','foto-31-05-16-14-04-16_ips','','','2019-11-19 14:46:09','2019-11-19 14:46:09','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/Foto-31.05.16-14-04-16_ips.jpg',0,'attachment','image/jpeg',0),
(1011,1,'2019-11-19 14:46:11','2019-11-19 14:46:11','','IMG_4549_ips','','inherit','open','closed','','img_4549_ips','','','2019-11-19 14:46:11','2019-11-19 14:46:11','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/IMG_4549_ips.jpg',0,'attachment','image/jpeg',0),
(1012,1,'2019-11-19 14:46:12','2019-11-19 14:46:12','','IMG_6799_ips','','inherit','open','closed','','img_6799_ips','','','2019-11-19 14:46:12','2019-11-19 14:46:12','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/IMG_6799_ips.jpg',0,'attachment','image/jpeg',0),
(1013,1,'2019-11-19 14:46:13','2019-11-19 14:46:13','','P8271270_ips','','inherit','open','closed','','p8271270_ips','','','2019-11-19 14:46:13','2019-11-19 14:46:13','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/P8271270_ips.jpg',0,'attachment','image/jpeg',0),
(1014,1,'2019-11-19 14:46:14','2019-11-19 14:46:14','','P8272028_ips','','inherit','open','closed','','p8272028_ips','','','2019-11-19 14:46:14','2019-11-19 14:46:14','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/P8272028_ips.jpg',0,'attachment','image/jpeg',0),
(1015,1,'2019-11-19 14:46:15','2019-11-19 14:46:15','','PICT0047_ips','','inherit','open','closed','','pict0047_ips','','','2019-11-19 14:46:15','2019-11-19 14:46:15','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0047_ips.jpg',0,'attachment','image/jpeg',0),
(1016,1,'2019-11-19 14:46:16','2019-11-19 14:46:16','','PICT0179_ips','','inherit','open','closed','','pict0179_ips-2','','','2019-11-19 14:46:16','2019-11-19 14:46:16','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0179_ips.jpg',0,'attachment','image/jpeg',0),
(1017,1,'2019-11-19 14:46:17','2019-11-19 14:46:17','','PICT0200_ips','','inherit','open','closed','','pict0200_ips','','','2019-11-19 14:46:17','2019-11-19 14:46:17','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0200_ips.jpg',0,'attachment','image/jpeg',0),
(1018,1,'2019-11-19 14:46:19','2019-11-19 14:46:19','','PICT0290_ips','','inherit','open','closed','','pict0290_ips','','','2019-11-19 14:46:19','2019-11-19 14:46:19','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0290_ips.jpg',0,'attachment','image/jpeg',0),
(1019,1,'2019-11-19 14:46:20','2019-11-19 14:46:20','','PICT0354_ips','','inherit','open','closed','','pict0354_ips','','','2019-11-19 14:46:20','2019-11-19 14:46:20','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/PICT0354_ips.jpg',0,'attachment','image/jpeg',0),
(1028,1,'2019-11-19 15:29:38','2019-11-19 15:29:38','','2019-06-27-16.20.00-1_ips270','','inherit','open','closed','','2019-06-27-16-20-00-1_ips270','','','2019-11-19 15:30:42','2019-11-19 15:30:42','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2019-06-27-16.20.00-1_ips270.jpg',0,'attachment','image/jpeg',0),
(1029,1,'2019-11-19 15:30:05','2019-11-19 15:30:05','','2019-06-27-16.20.00-1_ips','','inherit','open','closed','','2019-06-27-16-20-00-1_ips','','','2019-11-19 15:30:42','2019-11-19 15:30:42','',964,'http://flotten.webdress.site/wp-content/uploads/2019/11/2019-06-27-16.20.00-1_ips.jpg',0,'attachment','image/jpeg',0),
(1030,1,'2019-11-19 15:39:05','2019-11-19 15:39:05','','E-mail senden','','inherit','closed','closed','','891-revision-v1','','','2019-11-19 15:39:05','2019-11-19 15:39:05','',891,'http://flotten.webdress.site/891-revision-v1/',0,'revision','',0),
(1031,1,'2019-11-19 15:40:44','2019-11-19 15:40:44','','E-mail senden','','inherit','closed','closed','','891-revision-v1','','','2019-11-19 15:40:44','2019-11-19 15:40:44','',891,'http://flotten.webdress.site/891-revision-v1/',0,'revision','',0),
(1032,1,'2019-11-19 15:42:23','2019-11-19 15:42:23','','Anfahrt','','inherit','closed','closed','','892-revision-v1','','','2019-11-19 15:42:23','2019-11-19 15:42:23','',892,'http://flotten.webdress.site/892-revision-v1/',0,'revision','',0),
(1033,1,'2019-11-19 15:43:48','2019-11-19 15:43:48','','Öffnungszeiten','','publish','closed','closed','','offnungszeiten','','','2019-11-19 15:44:32','2019-11-19 15:44:32','',0,'http://flotten.webdress.site/?page_id=1033',0,'page','',0),
(1034,1,'2019-11-19 15:43:48','2019-11-19 15:43:48','','Öffnungszeiten','','inherit','closed','closed','','1033-revision-v1','','','2019-11-19 15:43:48','2019-11-19 15:43:48','',1033,'http://flotten.webdress.site/1033-revision-v1/',0,'revision','',0),
(1035,1,'2019-11-19 15:44:32','2019-11-19 15:44:32','','Öffnungszeiten','','inherit','closed','closed','','1033-revision-v1','','','2019-11-19 15:44:32','2019-11-19 15:44:32','',1033,'http://flotten.webdress.site/1033-revision-v1/',0,'revision','',0),
(1036,1,'2019-11-19 15:45:53','2019-11-19 15:45:53',' ','','','publish','closed','closed','','1036','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=1036',4,'nav_menu_item','',0),
(1037,1,'2019-11-19 15:45:53','2019-11-19 15:45:53',' ','','','publish','closed','closed','','1037','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=1037',5,'nav_menu_item','',0),
(1038,1,'2019-11-19 15:45:53','2019-11-19 15:45:53',' ','','','publish','closed','closed','','1038','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=1038',3,'nav_menu_item','',0),
(1039,1,'2019-11-19 15:53:06','2019-11-19 15:53:06','','E-mail senden','','inherit','closed','closed','','891-revision-v1','','','2019-11-19 15:53:06','2019-11-19 15:53:06','',891,'http://flotten.webdress.site/891-revision-v1/',0,'revision','',0),
(1040,1,'2019-11-20 09:03:54','2019-11-20 09:03:54','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Gallerie title','gallerie_title','publish','closed','closed','','field_5dd50176fc8cc','','','2019-11-20 09:03:54','2019-11-20 09:03:54','',48,'http://flotten.webdress.site/?post_type=acf-field&p=1040',3,'acf-field','',0),
(1047,1,'2019-11-21 13:17:43','2019-11-21 13:17:43','','fav_car','','inherit','open','closed','','fav_car','','','2019-11-21 13:17:43','2019-11-21 13:17:43','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/fav_car.png',0,'attachment','image/png',0),
(1048,1,'2019-11-21 13:17:45','2019-11-21 13:17:45','http://flotten.webdress.site/wp-content/uploads/2019/11/cropped-fav_car.png','cropped-fav_car.png','','inherit','open','closed','','cropped-fav_car-png','','','2019-11-21 13:17:45','2019-11-21 13:17:45','',0,'http://flotten.webdress.site/wp-content/uploads/2019/11/cropped-fav_car.png',0,'attachment','image/png',0),
(1050,1,'2019-11-21 16:06:08','2019-11-21 16:06:08','','Slider_job','','inherit','open','closed','','slider_job','','','2019-11-21 16:06:08','2019-11-21 16:06:08','',958,'http://flotten.webdress.site/wp-content/uploads/2019/11/Slider_job.jpg',0,'attachment','image/jpeg',0),
(1051,1,'2020-03-02 07:21:31','2020-03-02 07:21:31','<a href=\"mailto:info@autobeschriftungen.ch\">info@autobeschriftungen.c</a>\n\n<hr />\n\n<h2>Werbetechniker / Carwrapper</h2>\n<strong>Wir suchen per sofort in unserem Team Verstärkung Bereich Werbetechnik und CarWrapping.</strong>\nHast du eine Ausbildung als Gestalter Werbetechnik, Berufserfahrung, motiviert, zuverlässig, beherrscht dein Handwerk - Ilu und andere Grafikprogramme. Führerschein vorhanden - dann melde Dich.\n100% Stelle, per sofort\n<strong>Arbeitsort: 8967 Widen - auch mit ÖV sehr gut erreichbar.</strong>\n\n<hr />\n\n<h2>Schnupperlehren</h2>\n<strong>Wir bieten vereinzelt Jugendlichen an, bei uns im Betrieb den Beruf des Gestalter Werbetechnik EFZ zu schnuppern.</strong>\nLeider ist die Nachfrage nach den Schnupperstellen sehr gross, so dass wir bereits hier eine Auswahl der Kandidaten treffen müssen.\nBitte bewerbe Dich schriftlich mit folgenden Angaben\n<ul>\n <li>Alter</li>\n <li>Besuchte Schulen</li>\n <li>bereits besuchte Schnupperlehren</li>\n <li>Adresse und Wohnort</li>\n <li>Kleines Bewerbungsschreiben</li>\n <li>möglicher Zeitraum einer Schnupperlehre</li>\n <li>Beginn der Lehre</li>\n <li>Interesse an Lehrstelle oder \"nur\" den Beruf schnuppern</li>\n</ul>\n\n<hr />\n\n<h2>Lehrstellen</h2>\nZur Zeit bieten wir keine Lehrstellen mehr an als Gestalter-Werbetechnik mehr an… uns ist etwas die Freude vergangen.\nWir möchten den Lehrlingen den Beruf lehren und nicht Erziehungs-und Umgangsformen beibringen.\nVielleicht ändern wir wieder einmal unsere Einstellung und bieten wieder einen Ausbildungsplatz <strong>ab 2022</strong>.','Jobs','','inherit','closed','closed','','958-autosave-v1','','','2020-03-02 07:21:31','2020-03-02 07:21:31','',958,'http://flotten.webdress.site/958-autosave-v1/',0,'revision','',0),
(1053,1,'2019-11-25 10:44:52','2019-11-25 10:44:52','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:1:\"5\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Subgallery','subgallery','publish','closed','closed','','field_5ddbb01e495aa','','','2019-11-28 16:36:37','2019-11-28 16:36:37','',52,'http://flotten.webdress.site/?post_type=acf-field&p=1053',3,'acf-field','',0),
(1054,1,'2019-11-25 10:44:52','2019-11-25 10:44:52','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";s:17:\"conditional_logic\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:19:\"field_5ddbb01e495aa\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}','Sub images','sub_images','publish','closed','closed','','field_5ddbafed495a8','','','2019-11-25 10:44:52','2019-11-25 10:44:52','',52,'http://flotten.webdress.site/?post_type=acf-field&p=1054',4,'acf-field','',0),
(1055,1,'2019-11-25 10:44:52','2019-11-25 10:44:52','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5ddbb00d495a9','','','2019-11-25 10:44:52','2019-11-25 10:44:52','',1054,'http://flotten.webdress.site/?post_type=acf-field&p=1055',0,'acf-field','',0),
(1069,1,'2019-11-26 08:20:58','2019-11-26 08:20:58','','boot1170_ips','','inherit','open','closed','','boot1170_ips','','','2019-11-26 08:20:58','2019-11-26 08:20:58','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot1170_ips.jpg',0,'attachment','image/jpeg',0),
(1070,1,'2019-11-26 08:21:00','2019-11-26 08:21:00','','boot270_203','','inherit','open','closed','','boot270_203','','','2019-11-26 08:21:00','2019-11-26 08:21:00','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot270_203.jpg',0,'attachment','image/jpeg',0),
(1071,1,'2019-11-26 08:23:59','2019-11-26 08:23:59','','slide_boot','','inherit','open','closed','','slide_boot','','','2019-11-26 08:23:59','2019-11-26 08:23:59','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_boot.jpg',0,'attachment','image/jpeg',0),
(1072,1,'2019-11-26 08:27:33','2019-11-26 08:27:33','','slide_boot','','inherit','open','closed','','slide_boot-2','','','2019-11-26 08:27:33','2019-11-26 08:27:33','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_boot-1.jpg',0,'attachment','image/jpeg',0),
(1076,1,'2019-11-26 08:54:36','2019-11-26 08:54:36','','KONICA MINOLTA DIGITAL CAMERA','KONICA MINOLTA DIGITAL CAMERA','inherit','open','closed','','konica-minolta-digital-camera','','','2019-11-26 08:54:36','2019-11-26 08:54:36','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/fahrzeugfolierungen270_176_ips.jpg',0,'attachment','image/jpeg',0),
(1077,1,'2019-11-26 08:54:38','2019-11-26 08:54:38','','slide_fahrzeugfolierungen_ips','','inherit','open','closed','','slide_fahrzeugfolierungen_ips','','','2019-11-26 08:54:38','2019-11-26 08:54:38','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_fahrzeugfolierungen_ips.jpg',0,'attachment','image/jpeg',0),
(1079,1,'2019-11-26 08:59:43','2019-11-26 08:59:43','','KONICA MINOLTA DIGITAL CAMERA','KONICA MINOLTA DIGITAL CAMERA','inherit','open','closed','','konica-minolta-digital-camera-2','','','2019-11-26 08:59:43','2019-11-26 08:59:43','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/fahrzeugfolierungen270_176_2ips.jpg',0,'attachment','image/jpeg',0),
(1080,1,'2019-11-26 09:10:09','2019-11-26 09:10:09','','slide_fahrzeubeschriftungen_ips','','inherit','open','closed','','slide_fahrzeubeschriftungen_ips','','','2019-11-26 09:10:09','2019-11-26 09:10:09','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_fahrzeubeschriftungen_ips.jpg',0,'attachment','image/jpeg',0),
(1081,1,'2019-11-26 09:10:27','2019-11-26 09:10:27','','Fahrzeubeschriftungen_ips','','inherit','open','closed','','fahrzeubeschriftungen_ips','','','2019-11-26 09:10:27','2019-11-26 09:10:27','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/Fahrzeubeschriftungen_ips.jpg',0,'attachment','image/jpeg',0),
(1082,1,'2019-11-26 09:10:28','2019-11-26 09:10:28','','fahrzeubeschriftungen270_203','','inherit','open','closed','','fahrzeubeschriftungen270_203','','','2019-11-26 09:10:28','2019-11-26 09:10:28','',83,'http://flotten.webdress.site/wp-content/uploads/2019/10/fahrzeubeschriftungen270_203.jpg',0,'attachment','image/jpeg',0),
(1083,1,'2019-11-26 09:15:21','2019-11-26 09:15:21','<strong>Beschriftungen</strong>\r\n\r\n \r\n\r\nBeschriftungen\r\n\r\n<hr />\r\n\r\nBeschriftungen','Porsche','','inherit','closed','closed','','38-revision-v1','','','2019-11-26 09:15:21','2019-11-26 09:15:21','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(1084,1,'2019-11-26 09:17:25','2019-11-26 09:17:25','<strong>Beschriftungen</strong>\r\n\r\n \r\n\r\nBeschriftungen\r\n\r\n<hr />\r\n\r\nBeschriftungen','Beschriftungen','','inherit','closed','closed','','38-revision-v1','','','2019-11-26 09:17:25','2019-11-26 09:17:25','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(1086,1,'2019-11-26 09:39:30','2019-11-26 09:39:30','','Car Wrapping','','publish','closed','closed','','carwrapping','','','2019-12-02 12:16:36','2019-12-02 12:16:36','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=1086',0,'dienstleistungen','',0),
(1088,1,'2019-11-26 10:10:58','2019-11-26 10:10:58','','folienpflege270_176_ips','','inherit','open','closed','','folienpflege270_176_ips','','','2019-11-26 10:10:58','2019-11-26 10:10:58','',850,'http://flotten.webdress.site/wp-content/uploads/2019/10/folienpflege270_176_ips.jpg',0,'attachment','image/jpeg',0),
(1089,1,'2019-11-26 10:11:00','2019-11-26 10:11:00','','slide_folienpflege_ips','','inherit','open','closed','','slide_folienpflege_ips','','','2019-11-26 10:11:00','2019-11-26 10:11:00','',850,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_folienpflege_ips.jpg',0,'attachment','image/jpeg',0),
(1090,1,'2019-11-26 10:13:29','2019-11-26 10:13:29','','scheiben-toenen270_176','','inherit','open','closed','','scheiben-toenen270_176','','','2019-11-26 10:13:29','2019-11-26 10:13:29','',0,'http://flotten.webdress.site/wp-content/uploads/2019/10/scheiben-toenen270_176.jpg',0,'attachment','image/jpeg',0),
(1091,1,'2019-11-26 10:20:31','2019-11-26 10:20:31','','lackschutzfolien270_176ips','','inherit','open','closed','','lackschutzfolien270_176ips','','','2019-11-26 10:20:31','2019-11-26 10:20:31','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/lackschutzfolien270_176ips.jpg',0,'attachment','image/jpeg',0),
(1092,1,'2019-11-26 10:20:32','2019-11-26 10:20:32','','slide_lackschutzfolien_ips','','inherit','open','closed','','slide_lackschutzfolien_ips','','','2019-11-26 10:20:32','2019-11-26 10:20:32','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_lackschutzfolien_ips.jpg',0,'attachment','image/jpeg',0),
(1094,1,'2019-11-26 10:26:12','2019-11-26 10:26:12','','slide_carwrapping_ips','','inherit','open','closed','','slide_carwrapping_ips','','','2019-11-26 10:26:12','2019-11-26 10:26:12','',1086,'http://flotten.webdress.site/wp-content/uploads/2019/11/slide_carwrapping_ips.jpg',0,'attachment','image/jpeg',0),
(1095,1,'2019-11-26 10:36:53','2019-11-26 10:36:53','','slide_folienverkauf','','inherit','open','closed','','slide_folienverkauf','','','2019-11-26 10:36:53','2019-11-26 10:36:53','',849,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_folienverkauf.jpg',0,'attachment','image/jpeg',0),
(1096,1,'2019-11-26 10:37:06','2019-11-26 10:37:06','','folienverkauf270_176','','inherit','open','closed','','folienverkauf270_176','','','2019-11-26 10:37:06','2019-11-26 10:37:06','',849,'http://flotten.webdress.site/wp-content/uploads/2019/10/folienverkauf270_176.jpg',0,'attachment','image/jpeg',0),
(1097,1,'2019-11-26 10:41:31','2019-11-26 10:41:31','','boot270_176','','inherit','open','closed','','boot270_176','','','2019-11-26 10:41:31','2019-11-26 10:41:31','',859,'http://flotten.webdress.site/wp-content/uploads/2019/10/boot270_176.jpg',0,'attachment','image/jpeg',0),
(1098,1,'2019-11-26 10:48:50','2019-11-26 10:48:50','','slide_teilfolierungen_ips','','inherit','open','closed','','slide_teilfolierungen_ips','','','2019-11-26 10:48:50','2019-11-26 10:48:50','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_teilfolierungen_ips.jpg',0,'attachment','image/jpeg',0),
(1099,1,'2019-11-26 10:48:51','2019-11-26 10:48:51','','teilfolierungen270_176_ips','','inherit','open','closed','','teilfolierungen270_176_ips','','','2019-11-26 10:48:51','2019-11-26 10:48:51','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/teilfolierungen270_176_ips.jpg',0,'attachment','image/jpeg',0),
(1100,1,'2019-11-26 10:53:36','2019-11-26 10:53:36','','slide_teilfolierungen_ips','','inherit','open','closed','','slide_teilfolierungen_ips-2','','','2019-11-26 10:53:36','2019-11-26 10:53:36','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_teilfolierungen_ips-1.jpg',0,'attachment','image/jpeg',0),
(1101,1,'2019-11-26 10:53:37','2019-11-26 10:53:37','','teilfolierungen270_203_ips','','inherit','open','closed','','teilfolierungen270_203_ips','','','2019-11-26 10:53:37','2019-11-26 10:53:37','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/teilfolierungen270_203_ips.jpg',0,'attachment','image/jpeg',0),
(1102,1,'2019-11-26 11:06:27','2019-11-26 11:06:27','','fahrzeugfolierungen270_176_2_ips','','inherit','open','closed','','fahrzeugfolierungen270_176_2_ips','','','2019-11-26 11:06:27','2019-11-26 11:06:27','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/fahrzeugfolierungen270_176_2_ips.jpg',0,'attachment','image/jpeg',0),
(1103,1,'2019-11-26 11:06:29','2019-11-26 11:06:29','','slide_fahrzeugfolierungen1_ips','','inherit','open','closed','','slide_fahrzeugfolierungen1_ips','','','2019-11-26 11:06:29','2019-11-26 11:06:29','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_fahrzeugfolierungen1_ips.jpg',0,'attachment','image/jpeg',0),
(1104,1,'2019-11-26 11:10:24','2019-11-26 11:10:24','','lackschutzfolien270_176ips','','inherit','open','closed','','lackschutzfolien270_176ips-2','','','2019-11-26 11:10:24','2019-11-26 11:10:24','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/lackschutzfolien270_176ips-1.jpg',0,'attachment','image/jpeg',0),
(1106,1,'2019-11-26 15:13:32','2019-11-26 15:13:32','','2018-11-20-17.17.14_ips','','inherit','open','closed','','2018-11-20-17-17-14_ips-2','','','2019-11-26 15:13:32','2019-11-26 15:13:32','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2018-11-20-17.17.14_ips-1.jpg',0,'attachment','image/jpeg',0),
(1107,1,'2019-11-26 15:15:37','2019-11-26 15:15:37','','2019-06-05-22.28.48_ips','','inherit','open','closed','','2019-06-05-22-28-48_ips-2','','','2019-11-26 15:15:37','2019-11-26 15:15:37','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-06-05-22.28.48_ips-1.jpg',0,'attachment','image/jpeg',0),
(1108,1,'2019-11-26 15:17:18','2019-11-26 15:17:18','','2019-08-05-14.31.21_ips','','inherit','open','closed','','2019-08-05-14-31-21_ips-2','','','2019-11-26 15:17:18','2019-11-26 15:17:18','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-08-05-14.31.21_ips-1.jpg',0,'attachment','image/jpeg',0),
(1109,1,'2019-11-26 15:19:22','2019-11-26 15:19:22','','20140927_161014_ips','','inherit','open','closed','','20140927_161014_ips-2','','','2019-11-26 15:19:22','2019-11-26 15:19:22','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/20140927_161014_ips-1.jpg',0,'attachment','image/jpeg',0),
(1110,1,'2019-11-26 15:21:34','2019-11-26 15:21:34','','IMG_6801_ips','','inherit','open','closed','','img_6801_ips-2','','','2019-11-26 15:21:34','2019-11-26 15:21:34','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_6801_ips-1.jpg',0,'attachment','image/jpeg',0),
(1111,1,'2019-11-26 15:23:51','2019-11-26 15:23:51','','PICT0173_ips','','inherit','open','closed','','pict0173_ips-2','','','2019-11-26 15:23:51','2019-11-26 15:23:51','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0173_ips-1.jpg',0,'attachment','image/jpeg',0),
(1112,1,'2019-11-26 15:25:28','2019-11-26 15:25:28','','PICT0179_ips','','inherit','open','closed','','pict0179_ips-3','','','2019-11-26 15:25:28','2019-11-26 15:25:28','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0179_ips-1.jpg',0,'attachment','image/jpeg',0),
(1113,1,'2019-11-26 15:30:22','2019-11-26 15:30:22','','PICT0192_ips','','inherit','open','closed','','pict0192_ips-2','','','2019-11-26 15:30:22','2019-11-26 15:30:22','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0192_ips-1.jpg',0,'attachment','image/jpeg',0),
(1114,1,'2019-11-26 15:33:10','2019-11-26 15:33:10','','PICT0198_ips','','inherit','open','closed','','pict0198_ips-2','','','2019-11-26 15:33:10','2019-11-26 15:33:10','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/PICT0198_ips-1.jpg',0,'attachment','image/jpeg',0),
(1116,1,'2019-11-26 15:53:27','2019-11-26 15:53:27','','Teilfolierungen_ips','','inherit','open','closed','','teilfolierungen_ips','','','2019-11-26 15:53:27','2019-11-26 15:53:27','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/Teilfolierungen_ips.jpg',0,'attachment','image/jpeg',0),
(1117,1,'2019-11-26 15:56:17','2019-11-26 15:56:17','','teilfolierungen2_ips','','inherit','open','closed','','teilfolierungen2_ips','','','2019-11-26 15:56:17','2019-11-26 15:56:17','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/teilfolierungen2_ips.jpg',0,'attachment','image/jpeg',0),
(1118,1,'2019-11-27 06:26:00','2019-11-27 06:26:00','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Image desription','image_desription','publish','closed','closed','','field_5dde16f0f1d78','','','2019-11-27 06:26:00','2019-11-27 06:26:00','',1054,'http://flotten.webdress.site/?post_type=acf-field&p=1118',1,'acf-field','',0),
(1122,1,'2019-12-02 12:19:31','2019-12-02 12:19:31','','Logo cd footer_1 50','','inherit','open','closed','','logo-cd-footer_1-50','','','2019-12-02 12:19:31','2019-12-02 12:19:31','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/Logo-cd-footer_1-50.png',0,'attachment','image/png',0),
(1123,1,'2019-12-02 12:19:31','2019-12-02 12:19:31','','logo_schrifte_footer55','','inherit','open','closed','','logo_schrifte_footer55','','','2019-12-02 12:19:31','2019-12-02 12:19:31','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/logo_schrifte_footer55.png',0,'attachment','image/png',0),
(1124,1,'2019-12-02 12:19:32','2019-12-02 12:19:32','','logo_web-footer55','','inherit','open','closed','','logo_web-footer55','','','2019-12-02 12:19:32','2019-12-02 12:19:32','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/logo_web-footer55.png',0,'attachment','image/png',0),
(1125,1,'2019-12-02 12:19:33','2019-12-02 12:19:33','','logo-werbe-footer55','','inherit','open','closed','','logo-werbe-footer55','','','2019-12-02 12:19:33','2019-12-02 12:19:33','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/logo-werbe-footer55.png',0,'attachment','image/png',0),
(1126,1,'2019-12-02 13:36:41','2019-12-02 13:36:41','','Teilfolierungen an Fahrzeugen','','publish','closed','closed','','teilfolierungen-an-fahrzeugen','','','2019-12-02 13:36:41','2019-12-02 13:36:41','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=1126',0,'dienstleistungen','',0),
(1127,1,'2019-12-02 13:38:12','2019-12-02 13:38:12','','Allgeimeine Folierungsarbeiten','','publish','closed','closed','','allgeimeine-folierungsarbeiten','','','2019-12-02 13:38:12','2019-12-02 13:38:12','',0,'http://flotten.webdress.site/?post_type=dienstleistungen&p=1127',0,'dienstleistungen','',0),
(1131,1,'2019-12-03 13:30:17','2019-12-03 13:30:17','','DKmini317_1','','inherit','open','closed','','dkmini317_1','','','2019-12-03 13:30:17','2019-12-03 13:30:17','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/DKmini317_1.png',0,'attachment','image/png',0),
(1132,1,'2019-12-03 13:30:44','2019-12-03 13:30:44','','MPC110 87','','inherit','open','closed','','mpc110-87','','','2019-12-03 13:30:44','2019-12-03 13:30:44','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/MPC110-87.png',0,'attachment','image/png',0),
(1133,1,'2019-12-03 13:31:52','2019-12-03 13:31:52','','swiss mini freaks96_1','','inherit','open','closed','','swiss-mini-freaks96_1','','','2019-12-03 13:31:52','2019-12-03 13:31:52','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/swiss-mini-freaks96_1.png',0,'attachment','image/png',0),
(1134,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Fahrzeugbeschriftungen','','publish','closed','closed','','fahrzeugbeschriftungen','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1134',1,'nav_menu_item','',0),
(1135,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Flottenbeschriftungen','','publish','closed','closed','','flottenbeschriftungen-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1135',2,'nav_menu_item','',0),
(1136,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Anhängerbeschriftungen','','publish','closed','closed','','anhangerbeschriftungen-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1136',3,'nav_menu_item','',0),
(1137,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Buswerbungen','','publish','closed','closed','','buswerbungen-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1137',4,'nav_menu_item','',0),
(1138,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Werbe-+ Firmentafeln','','publish','closed','closed','','werbe-firmentafeln-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1138',5,'nav_menu_item','',0),
(1139,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Glasdekor Sichtschutz','','publish','closed','closed','','glasdekor-sichtschutz-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1139',6,'nav_menu_item','',0),
(1140,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Banner + Gitternetze','','publish','closed','closed','','banner-gitternetze','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1140',7,'nav_menu_item','',0),
(1141,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Schaufensterbeschriftung','','publish','closed','closed','','schaufensterbeschriftung','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1141',8,'nav_menu_item','',0),
(1142,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Fassaden','','publish','closed','closed','','fassaden','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1142',9,'nav_menu_item','',0),
(1143,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Leuchtreklamen','','publish','closed','closed','','leuchtreklamen','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1143',10,'nav_menu_item','',0),
(1144,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Magnettafeln','','publish','closed','closed','','magnettafeln','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1144',11,'nav_menu_item','',0),
(1145,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Modelle','','publish','closed','closed','','modelle','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1145',12,'nav_menu_item','',0),
(1146,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','3D Doming','','publish','closed','closed','','3d-doming-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1146',13,'nav_menu_item','',0),
(1147,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Display','','publish','closed','closed','','display','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1147',14,'nav_menu_item','',0),
(1148,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Fahnen','','publish','closed','closed','','fahnen','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1148',15,'nav_menu_item','',0),
(1149,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Kundenstopper','','publish','closed','closed','','kundenstopper','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1149',16,'nav_menu_item','',0),
(1150,1,'2019-12-03 13:45:24','2019-12-03 13:45:24','','Messestand','','publish','closed','closed','','messestand-2','','','2019-12-21 08:42:19','2019-12-21 08:42:19','',0,'http://flotten.webdress.site/?p=1150',17,'nav_menu_item','',0),
(1151,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1151','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1151',1,'nav_menu_item','',0),
(1152,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1152','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1152',2,'nav_menu_item','',0),
(1153,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1153','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1153',3,'nav_menu_item','',0),
(1155,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1155','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1155',5,'nav_menu_item','',0),
(1156,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1156','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1156',6,'nav_menu_item','',0),
(1157,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1157','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1157',7,'nav_menu_item','',0),
(1158,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1158','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1158',8,'nav_menu_item','',0),
(1159,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1159','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1159',9,'nav_menu_item','',0),
(1160,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1160','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1160',10,'nav_menu_item','',0),
(1161,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1161','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1161',11,'nav_menu_item','',0),
(1162,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1162','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1162',12,'nav_menu_item','',0),
(1163,1,'2019-12-03 13:49:03','2019-12-03 13:49:03',' ','','','publish','closed','closed','','1163','','','2019-12-03 20:34:17','2019-12-03 20:34:17','',0,'http://flotten.webdress.site/?p=1163',13,'nav_menu_item','',0),
(1164,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Webseiten Light','','publish','closed','closed','','websiten','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1164',1,'nav_menu_item','',0),
(1165,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Webseiten Medium','','publish','closed','closed','','webshop','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1165',2,'nav_menu_item','',0),
(1166,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Webeseite Large','','publish','closed','closed','','speziallosungen','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1166',3,'nav_menu_item','',0),
(1167,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Webseite Premium','','publish','closed','closed','','online-marketing','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1167',4,'nav_menu_item','',0),
(1168,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Refresh my Web','','publish','closed','closed','','hosting','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1168',5,'nav_menu_item','',0),
(1169,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Webshop','','publish','closed','closed','','interant-share-point','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1169',6,'nav_menu_item','',0),
(1170,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Sozial Media','','publish','closed','closed','','it-support','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1170',7,'nav_menu_item','',0),
(1171,1,'2019-12-03 13:52:30','2019-12-03 13:52:30','','Hosting','','publish','closed','closed','','cloud','','','2019-12-25 12:58:38','2019-12-25 12:58:38','',0,'http://flotten.webdress.site/?p=1171',8,'nav_menu_item','',0),
(1172,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Drucksachen','','publish','closed','closed','','drucksachen','','','2019-12-25 13:12:14','2019-12-25 13:12:14','',0,'http://flotten.webdress.site/?p=1172',1,'nav_menu_item','',0),
(1173,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Flyerdruck','','publish','closed','closed','','flyerdruck','','','2019-12-25 13:12:14','2019-12-25 13:12:14','',0,'http://flotten.webdress.site/?p=1173',2,'nav_menu_item','',0),
(1174,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Stempel','','publish','closed','closed','','stempel-2','','','2019-12-25 13:12:14','2019-12-25 13:12:14','',0,'http://flotten.webdress.site/?p=1174',3,'nav_menu_item','',0),
(1175,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Logogestaltungen','','publish','closed','closed','','logo-entwicklungen','','','2019-12-25 13:12:14','2019-12-25 13:12:14','',0,'http://flotten.webdress.site/?p=1175',4,'nav_menu_item','',0),
(1176,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Werbekonzepte','','publish','closed','closed','','werbekonzepte-2','','','2019-12-25 13:12:14','2019-12-25 13:12:14','',0,'http://flotten.webdress.site/?p=1176',5,'nav_menu_item','',0),
(1177,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Werbeartikel','','publish','closed','closed','','werbeartikel','','','2019-12-25 13:12:15','2019-12-25 13:12:15','',0,'http://flotten.webdress.site/?p=1177',6,'nav_menu_item','',0),
(1178,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Textildruck / Siebdruck','','publish','closed','closed','','textildruck-siebdruck','','','2019-12-25 13:12:15','2019-12-25 13:12:15','',0,'http://flotten.webdress.site/?p=1178',7,'nav_menu_item','',0),
(1179,1,'2019-12-03 13:55:33','2019-12-03 13:55:33','','Fahrzeugbeschaffungen','','publish','closed','closed','','fahrzeugbeschaffungen','','','2019-12-25 13:12:15','2019-12-25 13:12:15','',0,'http://flotten.webdress.site/?p=1179',8,'nav_menu_item','',0),
(1182,1,'2019-12-03 16:50:36','2019-12-03 16:50:36','','Logo-car-footer5column215','','inherit','open','closed','','logo-car-footer5column215','','','2019-12-03 16:50:36','2019-12-03 16:50:36','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/Logo-car-footer5column215.png',0,'attachment','image/png',0),
(1183,1,'2019-12-03 16:53:43','2019-12-03 16:53:43','','Logo-car-footer5column260','','inherit','open','closed','','logo-car-footer5column260','','','2019-12-03 16:53:43','2019-12-03 16:53:43','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/Logo-car-footer5column260.png',0,'attachment','image/png',0),
(1185,1,'2019-12-04 08:25:41','2019-12-04 08:25:41','<h2>Cardress GmbH</h2>\r\nBremgartenstrasse 94\r\nCH-8967 Widen\r\nwww.cardress.ch\r\n\r\n<hr />\r\n\r\n<h2>Internetpartner und Realisation</h2>\r\n \r\n<strong>Webdress</strong>\r\nEin Unternehmen der Cardress GmbH\r\n<br />\r\nBremgarterstrasse 94\r\nCH-8967 Widen\r\nwww.webdress.ch\r\n\r\n<hr />\r\n\r\n\r\n<strong>Bankverbindungen</strong>\r\n \r\n\r\nWährung CHF\r\nWIR Bank, 4002 Basel\r\nIBAN CH58 0839 11 35 1801 0100 0\r\n\r\nWährung in WIR\r\nWIR Bank, 4002 Basel\r\nWIR E-Banking 135180-10 -0000 WIR\r\n\r\nWährung in CHF\r\nPostfinance\r\nKonto 85-569383-2\r\n\r\n\r\n<hr />\r\n\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-12-04 08:25:41','2019-12-04 08:25:41','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(1186,1,'2019-12-04 08:27:32','2019-12-04 08:27:32','<h2>Cardress GmbH</h2>\r\nBremgartenstrasse 94\r\nCH-8967 Widen\r\nwww.cardress.ch\r\n\r\n<hr />\r\n\r\n<h2>Internetpartner und Realisation</h2>\r\n \r\n<strong>Webdress</strong>\r\nEin Unternehmen der Cardress GmbH\r\n<br />\r\nBremgarterstrasse 94\r\nCH-8967 Widen\r\nwww.webdress.ch\r\n\r\n<hr />\r\n\r\n<h2>Bankverbindungen Cardress GmbH</h2>\r\n\r\n<strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\nIID (BC-Nr.): 80808\r\nSWIFT-BIC: RAIFCH22\r\nRaiffeisenbank Aare Reuss 5507 Mellingen\r\n<br />\r\n<strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2\r\nIID (BC-Nr.): 80808\r\nSWIFT-BIC: RAIFCH22\r\nRaiffeisenbank Aare Reuss CH 5507 Mellingen\r\n\r\n\r\n<hr />\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-12-04 08:27:32','2019-12-04 08:27:32','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(1187,1,'2019-12-04 08:42:03','2019-12-04 08:42:03','<h2>Cardress GmbH</h2>\r\n<strong>Bremgartenstrasse 94\r\nCH-8967 Widen\r\nwww.cardress.ch</strong>\r\n\r\n<hr />\r\n\r\n<h2>Internetpartner und Realisation</h2>\r\n \r\n<strong>Webdress</strong>\r\nEin Unternehmen der Cardress GmbH\r\n<br />\r\nBremgarterstrasse 94\r\nCH-8967 Widen\r\nwww.webdress.ch\r\n\r\n<hr />\r\n\r\n<h2>Bankverbindungen Cardress GmbH</h2>\r\n\r\n<strong>CHF</strong> IBAN CH75 8080 8004 4860 9442 7\r\nIID (BC-Nr.): 80808\r\nSWIFT-BIC: RAIFCH22\r\nRaiffeisenbank Aare Reuss 5507 Mellingen\r\n<br />\r\n<strong>EUR</strong> IBAN CH27 8080 8003 4321 8961 2\r\nIID (BC-Nr.): 80808\r\nSWIFT-BIC: RAIFCH22\r\nRaiffeisenbank Aare Reuss CH 5507 Mellingen\r\n\r\n<hr />\r\n\r\n ','Impressum','','inherit','closed','closed','','355-revision-v1','','','2019-12-04 08:42:03','2019-12-04 08:42:03','',355,'http://flotten.webdress.site/355-revision-v1/',0,'revision','',0),
(1188,1,'2019-12-04 09:41:06','2019-12-04 09:41:06','<strong>1. Allgemeines</strong>\r\n\r\nGeltungsbereich\r\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\r\n\r\nAuftragsannahme\r\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Schriftehus GmbH nicht zu weiterer Belieferung des Bestellers.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Belieferung</strong>\r\n\r\n2.1 Lieferverzug\r\nVon der Cardress GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Schriftehus GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\r\nInsbesondere übernimmt die Schriftehus GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Schriftehus GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\r\n\r\n2.2 Verzug des Bestellers\r\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Schriftehus GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\r\n\r\n2.3 Rücktritt\r\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Cardress GmbH und dem Besteller möglich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Preise</strong>\r\n\r\n3.1 Allgemeines\r\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Schriftehus GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\r\n\r\n3.2 Zahlungsbedingungen\r\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Cardress GmbH.\r\n\r\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\r\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\r\nDie Cardress GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Nutzen und Gefahr</strong>\r\n\r\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\r\n\r\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Cardress GmbH alle Eigentums- und Urheberrechte vor.\r\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\r\n5.3 Von der Cardress GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\r\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Schriftehus GmbH jede Haftung ab.\r\n\r\n<hr />\r\n\r\n\r\n<strong>6. Gewährleistung</strong>\r\n\r\n6.1 Rügepflicht\r\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\r\n\r\n6.2 Umfang\r\nDie Gewährleistung umfasst nach Wahl der Schriftehus GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Cardress GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\r\n\r\n<hr />\r\n\r\n\r\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\r\n\r\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>8. Änderungen und Ergänzungen</strong>\r\n\r\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Cardress GmbH.\r\n\r\n<hr />\r\n\r\n\r\n ','AGB’s','','inherit','closed','closed','','351-revision-v1','','','2019-12-04 09:41:06','2019-12-04 09:41:06','',351,'http://flotten.webdress.site/351-revision-v1/',0,'revision','',0),
(1189,1,'2019-12-04 09:47:03','2019-12-04 09:47:03','<strong>1. Allgemeines</strong>\r\n\r\nGeltungsbereich\r\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\r\n\r\nAuftragsannahme\r\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Cardress GmbH nicht zu weiterer Belieferung des Bestellers.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Belieferung</strong>\r\n\r\n2.1 Lieferverzug\r\nVon der Cardress GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Cardress GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\r\nInsbesondere übernimmt die Cardress GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Cardress GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\r\n\r\n2.2 Verzug des Bestellers\r\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Cardress GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\r\n\r\n2.3 Rücktritt\r\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Cardress GmbH und dem Besteller möglich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Preise</strong>\r\n\r\n3.1 Allgemeines\r\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Cardress GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\r\n\r\n3.2 Zahlungsbedingungen\r\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Cardress GmbH.\r\n\r\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\r\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\r\nDie Cardress GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Nutzen und Gefahr</strong>\r\n\r\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\r\n\r\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Cardress GmbH alle Eigentums- und Urheberrechte vor.\r\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\r\n5.3 Von der Cardress GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\r\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Cardress GmbH jede Haftung ab.\r\n\r\n<hr />\r\n\r\n\r\n<strong>6. Gewährleistung</strong>\r\n\r\n6.1 Rügepflicht\r\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\r\n\r\n6.2 Umfang\r\nDie Gewährleistung umfasst nach Wahl der Schriftehus GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Cardress GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\r\n\r\n<hr />\r\n\r\n\r\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\r\n\r\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>8. Änderungen und Ergänzungen</strong>\r\n\r\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Cardress GmbH.\r\n\r\n<hr />\r\n\r\n\r\n ','AGB’s','','inherit','closed','closed','','351-revision-v1','','','2019-12-04 09:47:03','2019-12-04 09:47:03','',351,'http://flotten.webdress.site/351-revision-v1/',0,'revision','',0),
(1190,1,'2019-12-04 09:51:36','2019-12-04 09:51:36','<strong>1. Allgemeines</strong>\r\n\r\nGeltungsbereich\r\nUnsere allgemeinen Verkaufs- und Lieferbedingungen haben Vorrang vor den allgemeinen Geschäftsbedingungen, die der Käufer in seiner Angebotsannahme, seinem Bestätigungs- schreiben oder anderweitig als anwendbar erklärt. Namentlich finden unsere Zahlungsbedingungen Anwendung, selbst wenn der Käufer auf abweichende Zahlungsbedingungen verweist. Die allfällige Unwirksamkeit einzelner Bestimmungen dieser Verkaufs- und Lieferbedingungen lässt die Wirksamkeit der übrigen Bestimmungen unberührt.\r\n\r\nAuftragsannahme\r\nAlle Aufträge bedürfen zur Gültigkeit der schriftlichen Bestätigung oder Rechnungsstellung durch uns. Mündliche bzw. telefonische Abschlüsse erfolgen nur soweit, als wir von diesem Rechte ausdrücklich Gebrauch machen. Ausgeführte Bestellungen verpflichtet die Cardress GmbH nicht zu weiterer Belieferung des Bestellers.\r\n\r\n<hr />\r\n\r\n\r\n<strong>2. Belieferung</strong>\r\n\r\n2.1 Lieferverzug\r\nVon der Cardress GmbH genannte Lieferfristen sind unverbindlich. Nichteinhalten derselben durch die Cardress GmbH berechtigt den Besteller nicht zum Rücktritt vom Vertrag. Schadenersatzansprüche des Bestellers sind ausgeschlossen.\r\nInsbesondere übernimmt die Cardress GmbH keine Verantwortung für unvorhergesehene Hindernisse in der Fabrikation oder im Vertrieb infolge Streiks oder Aussperrungen ( sei es im eigenen Betrieb, bei den Materiallieferan- ten der Cardress GmbH oder bei Transportanstalten ) oder infolge verspäteter Materiallieferung sowie infolge einer Mobilmachung und anderer Fälle höherer Gewalt.\r\n\r\n2.2 Verzug des Bestellers\r\nIst der Besteller mit der Bezahlung des Kaufpreises aus einem Vertrag im Verzug, steht der Cardress GmbH das Recht zu, die Lieferungen aus anderen, bereits abgeschlossenen Verträgen zurückzuhalten, oder von diesen Verträgen zurückzutreten.\r\n\r\n2.3 Rücktritt\r\nMit Ausnahme von Art. 2.2 ist der Rücktritt von Verträgen nur aufgrund einer schriftlichen Vereinbarung zwischen der Cardress GmbH und dem Besteller möglich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>3. Preise</strong>\r\n\r\n3.1 Allgemeines\r\nDie Preise beziehen sich auf die bestätigten oder fakturierten Leistungen ab unserem Haus. Für Mehr- oder Mindermengen, sowie die Nachbestellungen sind die Preise nicht anwendbar. Sofern nichts anderes vereinbart ist, verstehen sich die Preise der Cardress GmbH netto in Schweizerfranken. MWST, Fracht, Porto und Verpackung sind in den Preisen nicht inbegriffen und werden gesondert verrechnet. Die Festlegung eines Mindestfakturabetrages sowie die Verrechnung eines Auftragskostenanteils und die Aufhebung von Rabatten bei Kleinfakturen bleiben vorbehalten.\r\n\r\n3.2 Zahlungsbedingungen\r\nUnsere Rechnungen sind zahlbar ohne jeden Abzug. Die Zahlungsfrist beträgt 10 Tage ab Fakturadatum. Bei Neukunden Barzahlung bei Lieferung. Die Zahlungen sind auch dann zu leisten, wenn Gegenan- sprüche oder etwaige Beanstandungen geltend gemacht werden und wenn die Ware bzw. Leistung aus Gründen, die der Auftraggeber zu vertreten hat, nicht termingerecht geliefert werden kann. Die Verrechnung ist nicht zulässig. Die Ware bleibt bis zur vollständigen Bezahlung Eigentum der Cardress GmbH.\r\n\r\nUnberechtigte Abzüge werden kostenpflichtig nachbelastet. Bei verspäteter Zahlung fallen Verzugskosten (z.B. Mahnspesen von CHF Fr. 15.- pro Mahnung), Verzugszinsen von 1% pro Monat ab dem Tag der Fälligkeit an.\r\nDer Auftraggeber verpflichtet sich, nebst den vorerwähnten Verzugszinsen und Verzugskosten auch noch die Fälligkeit der Rechnung anfallenden effektiven Inkassokosten ( mindestens 7% des Rechnungsbetrages sowie weitere Aufwendun- gen gemäss Tarif ) inklusive der Betreibungs- und Prozesskosten zu übernehmen.\r\nDie Cardress GmbH ist berechtigt, die Rechte aus jeder Rechnungs-Forderung an einem Dritten abzutreten. Die Anzeige der Abtretung ist dann auf der Rechnung ersichtlich.\r\n\r\n<hr />\r\n\r\n\r\n<strong>4. Nutzen und Gefahr</strong>\r\n\r\nNutzen und Gefahr gehen mit dem Versand, d.h, sobald die Ware unser Haus verlässt, an den Käufer über. Die Versicherung der Ware gegen Schäden und Verluste während des Transportes ist Sache des Käufers. Allfällige Beanstandungen sind bei der betreffenden Transportunternehmung vor Übernahme der Ware zu machen.\r\n\r\n<hr />\r\n\r\n\r\n<strong>5. Unterlagen, Signete, Logos und Formen</strong>\r\n\r\n5.1 An Offerten, Kostenvoranschlägen, Zeichnungen und anderen Unterlagen behält sich die Cardress GmbH alle Eigentums- und Urheberrechte vor.\r\n5.2 Die in einem Angebot erwähnten Unterlagen, wie Abbildungen, Zeichnungen, Gewichts-, Mass- und Leistungsangaben sind möglichst genau. Wir übernehmen dafür jedoch keine Gewähr.\r\n5.3 Von der Cardress GmbH entworfene oder abgeänderte Signete, Logos und Formen bleiben unser Eigentum, auch wenn anteilige Kosten verrechnet werden.\r\n5.4 Für angelieferte Daten, CD’s, Logos, Filme und Signete lehnt die Cardress GmbH jede Haftung ab.\r\n\r\n<hr />\r\n\r\n\r\n<strong>6. Gewährleistung</strong>\r\n\r\n6.1 Rügepflicht\r\nBeanstandungen müssen schriftlich und innerhalb von 8 Tagen seit Empfang der Sendung erfolgen. Diese haben genaue Angaben über Umstände und Art der gerügten Mängel zu enthalten. Der Lieferschein ist beizulegen.\r\n\r\n6.2 Umfang\r\nDie Gewährleistung umfasst nach Wahl der Cardress GmbH das Instandstellen oder die Ersatzlieferung von mangelhaften Teilen oder Liefergegenständen, soweit die Beschädigung weder während des Transportes noch durch den Besteller verursacht wurde. Die Cardress GmbH übernimmt keine Gewähr, wenn Reparaturen durch den Besteller vorgenommen wurden. Das Minderungs- und Wandelungsrecht des Bestellers ist ausgeschlossen. Die Haftung auf Schadenersatz für unmittelbaren oder mittelbaren Schaden ist ausgeschlossen. Vorbehalten leiben die Vorschriften des Produktehaftpflichtgesetzes PrHG.\r\n\r\n<hr />\r\n\r\n\r\n<strong>7. Erfüllungsort, Gerichtsstand und Recht</strong>\r\n\r\nErfüllungsort und Gerichtsstand ist unser Rechtsdomizil. Es gilt schweizerisches Recht.\r\n\r\n<hr />\r\n\r\n\r\n<strong>8. Änderungen und Ergänzungen</strong>\r\n\r\nAbänderungen, Abweichungen und Ergänzungen von diesen Vertragsbedingungen bedürfen zur Rechtsgültigkeit der ausdrücklichen und schriftlichen Genehmigung der Cardress GmbH.\r\n\r\n<hr />\r\n\r\n\r\n ','AGB’s','','inherit','closed','closed','','351-revision-v1','','','2019-12-04 09:51:36','2019-12-04 09:51:36','',351,'http://flotten.webdress.site/351-revision-v1/',0,'revision','',0),
(1192,1,'2019-12-05 10:05:14','2019-12-05 10:05:14','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Footer slider','footer_slider','publish','closed','closed','','field_5de8d63aaa07f','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=1192',11,'acf-field','',0),
(1193,1,'2019-12-05 10:05:14','2019-12-05 10:05:14','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5de8d65baa080','','','2019-12-05 10:05:14','2019-12-05 10:05:14','',1192,'http://flotten.webdress.site/?post_type=acf-field&p=1193',0,'acf-field','',0),
(1194,1,'2019-12-05 11:38:55','2019-12-05 11:38:55','','1','','inherit','open','closed','','1','','','2019-12-05 11:38:55','2019-12-05 11:38:55','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/1.png',0,'attachment','image/png',0),
(1195,1,'2019-12-05 11:38:56','2019-12-05 11:38:56','','2','','inherit','open','closed','','2','','','2019-12-05 11:38:56','2019-12-05 11:38:56','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/2.png',0,'attachment','image/png',0),
(1196,1,'2019-12-05 11:38:56','2019-12-05 11:38:56','','4','','inherit','open','closed','','4','','','2019-12-05 11:38:56','2019-12-05 11:38:56','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/4.png',0,'attachment','image/png',0),
(1197,1,'2019-12-05 11:38:57','2019-12-05 11:38:57','','5','','inherit','open','closed','','5','','','2019-12-05 11:38:57','2019-12-05 11:38:57','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/5.png',0,'attachment','image/png',0),
(1198,1,'2019-12-05 11:38:57','2019-12-05 11:38:57','','6','','inherit','open','closed','','6','','','2019-12-05 11:38:57','2019-12-05 11:38:57','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/6.png',0,'attachment','image/png',0),
(1199,1,'2019-12-08 15:10:40','2019-12-08 15:10:40','','zahlungsarten5_3_180','','inherit','open','closed','','zahlungsarten5_3_180','','','2019-12-08 15:10:40','2019-12-08 15:10:40','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/zahlungsarten5_3_180.png',0,'attachment','image/png',0),
(1200,1,'2019-12-08 15:10:56','2019-12-08 15:10:56','','logo_schrifte_footer55_180','','inherit','open','closed','','logo_schrifte_footer55_180','','','2019-12-08 15:10:56','2019-12-08 15:10:56','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/logo_schrifte_footer55_180.png',0,'attachment','image/png',0),
(1201,1,'2019-12-08 15:10:56','2019-12-08 15:10:56','','logo_web-footer55_180','','inherit','open','closed','','logo_web-footer55_180','','','2019-12-08 15:10:56','2019-12-08 15:10:56','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/logo_web-footer55_180.png',0,'attachment','image/png',0),
(1202,1,'2019-12-08 15:10:57','2019-12-08 15:10:57','','Logo-car-footer55_180','','inherit','open','closed','','logo-car-footer55_180','','','2019-12-08 15:10:57','2019-12-08 15:10:57','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/Logo-car-footer55_180.png',0,'attachment','image/png',0),
(1203,1,'2019-12-08 15:10:57','2019-12-08 15:10:57','','logo-werbe-footer55_180','','inherit','open','closed','','logo-werbe-footer55_180','','','2019-12-08 15:10:57','2019-12-08 15:10:57','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/logo-werbe-footer55_180.png',0,'attachment','image/png',0),
(1205,1,'2019-12-08 16:27:47','2019-12-08 16:27:47','<h2></h2>\r\n','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2019-12-08 16:27:47','2019-12-08 16:27:47','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1208,1,'2019-12-08 18:21:33','2019-12-08 18:21:33','','slide_8Fahrzeugfolierungen1920','','inherit','open','closed','','slide_8fahrzeugfolierungen1920','','','2019-12-08 18:21:33','2019-12-08 18:21:33','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_8Fahrzeugfolierungen1920.jpg',0,'attachment','image/jpeg',0),
(1210,1,'2019-12-08 19:08:54','2019-12-08 19:08:54','','slide_lackschutzfolien_ips1920','','inherit','open','closed','','slide_lackschutzfolien_ips1920','','','2019-12-08 19:08:54','2019-12-08 19:08:54','',84,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_lackschutzfolien_ips1920.jpg',0,'attachment','image/jpeg',0),
(1212,1,'2019-12-08 19:25:14','2019-12-08 19:25:14','','slide_8folien1920','','inherit','open','closed','','slide_8folien1920','','','2019-12-08 19:25:14','2019-12-08 19:25:14','',849,'http://flotten.webdress.site/wp-content/uploads/2019/10/slide_8folien1920.jpg',0,'attachment','image/jpeg',0),
(1214,1,'2019-12-08 20:12:51','2019-12-08 20:12:51','','slider_bluemini_1920','','inherit','open','closed','','slider_bluemini_1920','','','2019-12-08 20:12:51','2019-12-08 20:12:51','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slider_bluemini_1920.jpg',0,'attachment','image/jpeg',0),
(1223,1,'2019-12-09 08:27:32','2019-12-09 08:27:32','','slide_1920_5','','inherit','open','closed','','slide_1920_5','','','2019-12-09 08:27:32','2019-12-09 08:27:32','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_1920_5.jpg',0,'attachment','image/jpeg',0),
(1226,1,'2019-12-09 08:27:39','2019-12-09 08:27:39','','slide_1920_2','','inherit','open','closed','','slide_1920_2','','','2019-12-09 08:27:39','2019-12-09 08:27:39','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_1920_2.jpg',0,'attachment','image/jpeg',0),
(1229,1,'2019-12-09 08:38:36','2019-12-09 08:38:36','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2019-12-09 08:38:36','2019-12-09 08:38:36','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_Mint_Cabrio1920.jpg',0,'attachment','image/jpeg',0),
(1230,1,'2019-12-09 12:31:40','2019-12-09 12:31:40','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-12-09 12:31:40','2019-12-09 12:31:40','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(1231,1,'2019-12-09 12:35:41','2019-12-09 12:35:41','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-12-09 12:35:41','2019-12-09 12:35:41','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(1232,1,'2019-12-09 13:03:25','2019-12-09 13:03:25','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-12-09 13:03:25','2019-12-09 13:03:25','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(1233,1,'2019-12-09 13:05:34','2019-12-09 13:05:34','','zahlungsarten6_3_180','','inherit','open','closed','','zahlungsarten6_3_180','','','2019-12-09 13:05:34','2019-12-09 13:05:34','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/zahlungsarten6_3_180.png',0,'attachment','image/png',0),
(1235,1,'2019-12-11 14:15:40','2019-12-11 14:15:40','','2019-11-27 10.24.19_ips2','','inherit','open','closed','','2019-11-27-10-24-19_ips2','','','2019-12-11 14:15:40','2019-12-11 14:15:40','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-27-10.24.19_ips2.jpg',0,'attachment','image/jpeg',0),
(1236,1,'2019-12-11 14:17:03','2019-12-11 14:17:03','','2019-11-27-10.24.37_ips1','','inherit','open','closed','','2019-11-27-10-24-37_ips1','','','2019-12-11 14:17:03','2019-12-11 14:17:03','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-27-10.24.37_ips1.jpg',0,'attachment','image/jpeg',0),
(1237,1,'2019-12-11 14:17:07','2019-12-11 14:17:07','','2019-11-27-10.24.43_ips3','','inherit','open','closed','','2019-11-27-10-24-43_ips3','','','2019-12-11 14:17:07','2019-12-11 14:17:07','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-27-10.24.43_ips3.jpg',0,'attachment','image/jpeg',0),
(1239,1,'2019-12-11 14:45:48','2019-12-11 14:45:48','','2019-11-20-10.48.23_4','','inherit','open','closed','','2019-11-20-10-48-23_4','','','2019-12-11 14:45:48','2019-12-11 14:45:48','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-20-10.48.23_4.jpg',0,'attachment','image/jpeg',0),
(1240,1,'2019-12-11 14:45:52','2019-12-11 14:45:52','','2019-11-20-10.48.44_3','','inherit','open','closed','','2019-11-20-10-48-44_3','','','2019-12-11 14:45:52','2019-12-11 14:45:52','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-20-10.48.44_3.jpg',0,'attachment','image/jpeg',0),
(1241,1,'2019-12-11 14:45:58','2019-12-11 14:45:58','','2019-11-20-10.48.51_2','','inherit','open','closed','','2019-11-20-10-48-51_2','','','2019-12-11 14:45:58','2019-12-11 14:45:58','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-20-10.48.51_2.jpg',0,'attachment','image/jpeg',0),
(1242,1,'2019-12-11 15:04:23','2019-12-11 15:04:23','','2019-11-15-13.15.36_ips2','','inherit','open','closed','','2019-11-15-13-15-36_ips2','','','2019-12-11 15:04:23','2019-12-11 15:04:23','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-15-13.15.36_ips2.jpg',0,'attachment','image/jpeg',0),
(1243,1,'2019-12-11 15:04:27','2019-12-11 15:04:27','','2019-11-15-13.15.12_ips3','','inherit','open','closed','','2019-11-15-13-15-12_ips3','','','2019-12-11 15:04:27','2019-12-11 15:04:27','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-15-13.15.12_ips3.jpg',0,'attachment','image/jpeg',0),
(1244,1,'2019-12-11 15:04:32','2019-12-11 15:04:32','','2019-11-15-13.14.57_ips4','','inherit','open','closed','','2019-11-15-13-14-57_ips4','','','2019-12-11 15:04:32','2019-12-11 15:04:32','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-15-13.14.57_ips4.jpg',0,'attachment','image/jpeg',0),
(1245,1,'2019-12-11 15:04:37','2019-12-11 15:04:37','','2019-11-15-13.14.22_ips1','','inherit','open','closed','','2019-11-15-13-14-22_ips1','','','2019-12-11 15:04:37','2019-12-11 15:04:37','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-11-15-13.14.22_ips1.jpg',0,'attachment','image/jpeg',0),
(1246,1,'2019-12-12 17:08:56','2019-12-12 17:08:56','<h1>Cardress GmbH</h1>\r\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-12-12 17:08:56','2019-12-12 17:08:56','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(1247,1,'2019-12-13 18:29:14','2019-12-13 18:29:14','','slide_rostcardress1920','','inherit','open','closed','','slide_rostcardress1920','','','2019-12-13 18:29:14','2019-12-13 18:29:14','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_rostcardress1920.jpg',0,'attachment','image/jpeg',0),
(1248,1,'2019-12-13 18:30:28','2019-12-13 18:30:28','','slider_bluemini_newdress_1920','','inherit','open','closed','','slider_bluemini_newdress_1920','','','2019-12-13 18:30:28','2019-12-13 18:30:28','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slider_bluemini_newdress_1920.jpg',0,'attachment','image/jpeg',0),
(1249,1,'2019-12-13 18:45:03','2019-12-13 18:45:03','','2019-12-13-10.37.27_ips','','inherit','open','closed','','2019-12-13-10-37-27_ips','','','2019-12-13 18:45:03','2019-12-13 18:45:03','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-12-13-10.37.27_ips.jpg',0,'attachment','image/jpeg',0),
(1250,1,'2019-12-13 18:45:06','2019-12-13 18:45:06','','2019-12-13-10.36.12_ips','','inherit','open','closed','','2019-12-13-10-36-12_ips','','','2019-12-13 18:45:06','2019-12-13 18:45:06','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-12-13-10.36.12_ips.jpg',0,'attachment','image/jpeg',0),
(1251,1,'2019-12-13 18:45:09','2019-12-13 18:45:09','','2019-12-13-10.36.05_ips','','inherit','open','closed','','2019-12-13-10-36-05_ips','','','2019-12-13 18:45:09','2019-12-13 18:45:09','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-12-13-10.36.05_ips.jpg',0,'attachment','image/jpeg',0),
(1252,1,'2019-12-13 18:46:13','2019-12-13 18:46:13','','2019-12-13-10.35.46_ips','','inherit','open','closed','','2019-12-13-10-35-46_ips','','','2019-12-13 18:46:13','2019-12-13 18:46:13','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-12-13-10.35.46_ips.jpg',0,'attachment','image/jpeg',0),
(1253,1,'2019-12-13 18:46:45','2019-12-13 18:46:45','','2019-12-13-10.35.55_ips','','inherit','open','closed','','2019-12-13-10-35-55_ips','','','2019-12-13 18:46:45','2019-12-13 18:46:45','',879,'http://flotten.webdress.site/wp-content/uploads/2019/10/2019-12-13-10.35.55_ips.jpg',0,'attachment','image/jpeg',0),
(1255,1,'2019-12-20 11:26:29','2019-12-20 11:26:29','','slider_text_new dress_1920','','inherit','open','closed','','slider_text_new-dress_1920','','','2019-12-20 11:26:29','2019-12-20 11:26:29','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slider_text_new-dress_1920.png',0,'attachment','image/png',0),
(1257,1,'2019-12-20 12:28:48','2019-12-20 12:28:48','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Youtube link','youtube_link','publish','closed','closed','','field_5dfcbe6b0b1a5','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=1257',12,'acf-field','',0),
(1258,1,'2019-12-20 12:28:48','2019-12-20 12:28:48','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','','','publish','closed','closed','','field_5dfcbe7c0b1a6','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=1258',13,'acf-field','',0),
(1259,1,'2019-12-21 16:53:25','2019-12-21 16:53:25','','bear-rost-blue-logo-post_sm1170x878','','inherit','open','closed','','bear-rost-blue-logo-post_sm1170x878','','','2019-12-21 16:53:25','2019-12-21 16:53:25','',34,'http://flotten.webdress.site/wp-content/uploads/2019/10/bear-rost-blue-logo-post_sm1170x878.jpg',0,'attachment','image/jpeg',0),
(1260,1,'2019-12-21 16:54:31','2019-12-21 16:54:31','<strong>Porsche</strong>\r\n\r\n \r\n\r\nPorsche\r\n\r\n<hr />\r\n\r\nPorsche','Cardress - NEW DRESS 4 YOUR CAR!','','inherit','closed','closed','','34-revision-v1','','','2019-12-21 16:54:31','2019-12-21 16:54:31','',34,'http://flotten.webdress.site/34-revision-v1/',0,'revision','',0),
(1261,1,'2019-12-21 16:58:54','2019-12-21 16:58:54','<strong>NEW DRESS 4 YOUR CAR!</strong>\n\n \n\nCardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\n\n<hr />\n\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.','Cardress - NEW DRESS 4 YOUR CAR!','','inherit','closed','closed','','34-autosave-v1','','','2019-12-21 16:58:54','2019-12-21 16:58:54','',34,'http://flotten.webdress.site/34-autosave-v1/',0,'revision','',0),
(1262,1,'2019-12-21 16:59:01','2019-12-21 16:59:01','<strong>NEW DRESS 4 YOUR CAR!</strong>\r\n\r\n \r\n\r\nCardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\n<hr />\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.','Cardress - NEW DRESS 4 YOUR CAR!','','inherit','closed','closed','','34-revision-v1','','','2019-12-21 16:59:01','2019-12-21 16:59:01','',34,'http://flotten.webdress.site/34-revision-v1/',0,'revision','',0),
(1263,1,'2019-12-21 17:24:54','2019-12-21 17:24:54','<strong>Cardress - NEW DRESS 4 YOUR CAR!</strong>\n\n \n\nPorsche\n\n<hr />\n\nPorsche','Porsche','','inherit','closed','closed','','36-autosave-v1','','','2019-12-21 17:24:54','2019-12-21 17:24:54','',36,'http://flotten.webdress.site/36-autosave-v1/',0,'revision','',0),
(1264,1,'2019-12-21 17:25:22','2019-12-21 17:25:22','<strong>Cardress - NEW DRESS 4 YOUR CAR!</strong>\r\n\r\n \r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.\r\n','Porsche','','inherit','closed','closed','','36-revision-v1','','','2019-12-21 17:25:22','2019-12-21 17:25:22','',36,'http://flotten.webdress.site/36-revision-v1/',0,'revision','',0),
(1265,1,'2019-12-21 22:51:16','2019-12-21 22:51:16','','offnung-post_sm1170x878','','inherit','open','closed','','offnung-post_sm1170x878','','','2019-12-21 22:51:16','2019-12-21 22:51:16','',38,'http://flotten.webdress.site/wp-content/uploads/2019/10/offnung-post_sm1170x878.jpg',0,'attachment','image/jpeg',0),
(1266,1,'2019-12-21 22:53:54','2019-12-21 22:53:54','<strong>Öffnungszeiten</strong>\r\n\r\n \r\n\r\nMontag - Freitag\r\n\r\n7.00 - 11.45 Uhr / 13.30 - 17.00 Uhr\r\n\r\nSamstag geschlossen\r\nSonntag geschlossen\r\n\r\nKundentermine nach vereinbahrung zu anderen Zeiten möglich.\r\n\r\nVertreterbesuche nur nach telefonischer Vereinbarung.\r\n\r\n<hr />\r\n\r\n','Öffnungszeiten','','inherit','closed','closed','','38-revision-v1','','','2019-12-21 22:53:54','2019-12-21 22:53:54','',38,'http://flotten.webdress.site/38-revision-v1/',0,'revision','',0),
(1268,1,'2019-12-22 19:18:23','2019-12-22 19:18:23','<strong>Car Wrapping</strong>\r\n\r\n \r\n\r\nUnsere Arbeiten werden mit höchster Qualität, grösster Sorgfalt und Know-How ausgeführt.\r\nDamit wir eine langfristige Haltbarkeit der Folierung garantieren können.\r\n\r\n<hr />\r\n','Car Wrapping – Fahrzeugfolierungen','','publish','open','open','','car-wrapping-fahrzeugfolierungen','','','2019-12-22 19:18:23','2019-12-22 19:18:23','',0,'http://flotten.webdress.site/?p=1268',0,'post','',0),
(1269,1,'2019-12-22 19:18:23','2019-12-22 19:18:23','<strong>Car Wrapping</strong>\r\n\r\n \r\n\r\nUnsere Arbeiten werden mit höchster Qualität, grösster Sorgfalt und Know-How ausgeführt.\r\nDamit wir eine langfristige Haltbarkeit der Folierung garantieren können.\r\n\r\n<hr />\r\n','Car Wrapping – Fahrzeugfolierungen','','inherit','closed','closed','','1268-revision-v1','','','2019-12-22 19:18:23','2019-12-22 19:18:23','',1268,'http://flotten.webdress.site/1268-revision-v1/',0,'revision','',0),
(1270,1,'2019-12-22 20:21:15','2019-12-22 20:21:15','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-12-22 20:21:15','2019-12-22 20:21:15','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(1271,1,'2019-12-22 20:23:07','2019-12-22 20:23:07','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-12-22 20:23:07','2019-12-22 20:23:07','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(1272,1,'2019-12-22 20:26:38','2019-12-22 20:26:38','','Unser Team','','inherit','closed','closed','','20-revision-v1','','','2019-12-22 20:26:38','2019-12-22 20:26:38','',20,'http://flotten.webdress.site/20-revision-v1/',0,'revision','',0),
(1273,1,'2019-12-23 12:13:32','2019-12-23 12:13:32','','slide_fahrzeubeschriftungen1920_ips','','inherit','open','closed','','slide_fahrzeubeschriftungen1920_ips','','','2019-12-23 12:13:32','2019-12-23 12:13:32','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_fahrzeubeschriftungen1920_ips.jpg',0,'attachment','image/jpeg',0),
(1274,1,'2019-12-23 12:13:36','2019-12-23 12:13:36','','slide_selbstheilender_lackschutz1920_ips','','inherit','open','closed','','slide_selbstheilender_lackschutz1920_ips','','','2019-12-23 12:13:36','2019-12-23 12:13:36','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_selbstheilender_lackschutz1920_ips.jpg',0,'attachment','image/jpeg',0),
(1275,1,'2019-12-23 12:13:40','2019-12-23 12:13:40','','slide_еeilfolierungen1920_ips','','inherit','open','closed','','slide_%d0%b5eilfolierungen1920_ips','','','2019-12-23 12:13:40','2019-12-23 12:13:40','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_еeilfolierungen1920_ips.jpg',0,'attachment','image/jpeg',0),
(1277,1,'2019-12-23 12:15:07','2019-12-23 12:15:07','','slide_CarWrapping_1920_ips','','inherit','open','closed','','slide_carwrapping_1920_ips','','','2019-12-23 12:15:07','2019-12-23 12:15:07','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_CarWrapping_1920_ips.jpg',0,'attachment','image/jpeg',0),
(1278,1,'2019-12-23 12:15:12','2019-12-23 12:15:12','','slide_fahrzeugfolierungen1920_ips','','inherit','open','closed','','slide_fahrzeugfolierungen1920_ips','','','2019-12-23 12:15:12','2019-12-23 12:15:12','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_fahrzeugfolierungen1920_ips.jpg',0,'attachment','image/jpeg',0),
(1279,1,'2019-12-23 12:15:20','2019-12-23 12:15:20','','KONICA MINOLTA DIGITAL CAMERA','KONICA MINOLTA DIGITAL CAMERA','inherit','open','closed','','konica-minolta-digital-camera-3','','','2019-12-23 12:15:20','2019-12-23 12:15:20','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_fahrzeugfolierungen1920.jpg',0,'attachment','image/jpeg',0),
(1280,1,'2019-12-23 12:15:23','2019-12-23 12:15:23','','slide_professionelle_folierungen1920_ips','','inherit','open','closed','','slide_professionelle_folierungen1920_ips','','','2019-12-23 12:15:23','2019-12-23 12:15:23','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_professionelle_folierungen1920_ips.jpg',0,'attachment','image/jpeg',0),
(1281,1,'2019-12-23 12:15:27','2019-12-23 12:15:27','','slide_scheiben_toenen1920_ips','','inherit','open','closed','','slide_scheiben_toenen1920_ips','','','2019-12-23 12:15:27','2019-12-23 12:15:27','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_scheiben_toenen1920_ips.jpg',0,'attachment','image/jpeg',0),
(1286,1,'2019-12-23 13:45:47','2019-12-23 13:45:47','<strong>Frohe Weihnachten!</strong>\r\n\r\n \r\n\r\nWeihnachtsferien\r\nvom 23.12.2019 bis 05.01.2020\r\n<strong>Wir wünschen schöne Festtage!</strong>\r\n\r\n<hr />\r\n\r\nCardress Team','Wir wünschen schöne Festtage!','','publish','open','open','','wir-wunschen-schone-festtage','','','2019-12-23 17:42:34','2019-12-23 17:42:34','',0,'http://flotten.webdress.site/?p=1286',0,'post','',0),
(1288,1,'2019-12-23 13:45:47','2019-12-23 13:45:47','<strong>Weihnachtsferien</strong>\r\n\r\n \r\n\r\nWeihnachtsferien\r\nvom 23.12.2019 bis 05.01.2020\r\nWir wünschen schöne Festtage!\r\n\r\n<hr />','Wir wünschen schöne Festtage','','inherit','closed','closed','','1286-revision-v1','','','2019-12-23 13:45:47','2019-12-23 13:45:47','',1286,'http://flotten.webdress.site/1286-revision-v1/',0,'revision','',0),
(1289,1,'2019-12-23 14:59:27','2019-12-23 14:59:27','<strong>Weihnachtsferien</strong>\r\n\r\n \r\n\r\nWeihnachtsferien\r\nvom 23.12.2019 bis 05.01.2020\r\n<strong>Wir wünschen schöne Festtage!</strong>\r\n\r\n<hr />','Wir wünschen schöne Festtage','','inherit','closed','closed','','1286-revision-v1','','','2019-12-23 14:59:27','2019-12-23 14:59:27','',1286,'http://flotten.webdress.site/1286-revision-v1/',0,'revision','',0),
(1290,1,'2019-12-23 17:18:09','2019-12-23 17:18:09','<strong>Frohe Weihnachten!</strong>\r\n\r\n \r\n\r\nWeihnachtsferien\r\nvom 23.12.2019 bis 05.01.2020\r\n<strong>Wir wünschen schöne Festtage!</strong>\r\n\r\n<hr />\r\n\r\nCardress Team','Wir wünschen schöne Festtage!','','inherit','closed','closed','','1286-revision-v1','','','2019-12-23 17:18:09','2019-12-23 17:18:09','',1286,'http://flotten.webdress.site/1286-revision-v1/',0,'revision','',0),
(1291,1,'2019-12-23 17:30:03','2019-12-23 17:30:03','','slide_weinachtencardress1','','inherit','open','closed','','slide_weinachtencardress1','','','2019-12-23 17:30:03','2019-12-23 17:30:03','',0,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_weinachtencardress1.jpg',0,'attachment','image/jpeg',0),
(1294,1,'2019-12-27 08:11:37','2019-12-27 08:11:37',' ','','','publish','closed','closed','','1294','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=1294',2,'nav_menu_item','',0),
(1295,1,'2019-12-27 08:18:14','2019-12-27 08:18:14','','Impressum','','publish','closed','closed','','impressum-2','','','2019-12-27 08:40:31','2019-12-27 08:40:31','',0,'http://flotten.webdress.site/?page_id=1295',0,'page','',0),
(1296,1,'2019-12-27 08:18:14','2019-12-27 08:18:14','','Impressum','','inherit','closed','closed','','1295-revision-v1','','','2019-12-27 08:18:14','2019-12-27 08:18:14','',1295,'http://flotten.webdress.site/1295-revision-v1/',0,'revision','',0),
(1297,1,'2019-12-27 08:23:39','2019-12-27 08:23:39','','Impressum','','inherit','closed','closed','','1295-revision-v1','','','2019-12-27 08:23:39','2019-12-27 08:23:39','',1295,'http://flotten.webdress.site/1295-revision-v1/',0,'revision','',0),
(1298,1,'2019-12-27 08:30:12','2019-12-27 08:30:12',' ','','','publish','closed','closed','','1298','','','2021-09-06 18:01:45','2021-09-06 18:01:45','',0,'http://flotten.webdress.site/?p=1298',13,'nav_menu_item','',0),
(1299,1,'2019-12-27 08:34:11','2019-12-27 08:34:11','','Impressum','','inherit','closed','closed','','1295-revision-v1','','','2019-12-27 08:34:11','2019-12-27 08:34:11','',1295,'http://flotten.webdress.site/1295-revision-v1/',0,'revision','',0),
(1300,1,'2019-12-27 08:35:03','2019-12-27 08:35:03','','Impressum','','inherit','closed','closed','','1295-revision-v1','','','2019-12-27 08:35:03','2019-12-27 08:35:03','',1295,'http://flotten.webdress.site/1295-revision-v1/',0,'revision','',0),
(1301,1,'2019-12-27 08:40:31','2019-12-27 08:40:31','','Impressum','','inherit','closed','closed','','1295-revision-v1','','','2019-12-27 08:40:31','2019-12-27 08:40:31','',1295,'http://flotten.webdress.site/1295-revision-v1/',0,'revision','',0),
(1302,1,'2019-12-28 08:58:52','2019-12-28 08:58:52','','slide_bear_firma1920_ips','','inherit','open','closed','','slide_bear_firma1920_ips','','','2019-12-28 08:58:52','2019-12-28 08:58:52','',26,'http://flotten.webdress.site/wp-content/uploads/2019/12/slide_bear_firma1920_ips.jpg',0,'attachment','image/jpeg',0),
(1303,1,'2019-12-28 08:59:02','2019-12-28 08:59:02','<h1>Cardress GmbH</h1>\r\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-12-28 08:59:02','2019-12-28 08:59:02','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(1304,1,'2019-12-28 09:01:20','2019-12-28 09:01:20','','maschin570x418','','inherit','open','closed','','maschin570x418','','','2019-12-28 09:01:20','2019-12-28 09:01:20','',26,'http://flotten.webdress.site/wp-content/uploads/2019/12/maschin570x418.jpg',0,'attachment','image/jpeg',0),
(1306,1,'2019-12-28 09:03:32','2019-12-28 09:03:32','<h1>Cardress GmbH</h1>\r\n<p>Cardress steht für exklusive Folienfarben, elegante Designs und exakte Verarbeitung. Wünschen Sie eine Komplettfolierung oder einen Steinschlagschutz für Ihren Wagen, wir beraten Sie gerne.\r\n\r\nUnser erfahrenes Team bestehend aus Werbetechniker, Folierern und Carossier bietet eine optimale Lösung aus einer Hand.\r\n\r\nCardress bietet weiter einen Abhol- und Bringservice, Ersatzfahrzeuge und Spot-Repair für fachmännisches Reparieren von kleinen Carosserieschäden. Design und Umsetzung von Flotten- und Werbefahrzeugen bis zu exklusiven Showcars. Fahrzeugscheiben Tönung und Interieurfolierungen für individuellen Look, auch im inneren ihres Fahrzeuges.\r\n\r\nJung, dynamisch und seriös! Cardress Ihre neue Adresse für Komplettfolierungen.</p>\r\n\r\n<hr />\r\n\r\n<ul>\r\n\r\n <li>Über <strong>25 Jahre Erfahrung</strong></li>\r\n <li>Moderner Maschinenpark</li>\r\n <li>Qualifizierte und geschulte Mitarbeiter</li>\r\n <li>Ausbildungsbetrieb für Gestalter Werbetechnik</li>\r\n <li>Über 1500 beschriftete und 100 folierte Fahrzeuge</li>\r\n <li>Über 100km verklebte Hochleistungfolien</li>\r\n <li>Eigene Ersatzwagenflotte</li>\r\n <li>Zuverlässige Lieferanten</li>\r\n <li>Liefer- und Montageservice in der ganzen Schweiz</li>\r\n <li>Kontaktpartner für neue Medien</li>\r\n\r\n</ul>','Firma','','inherit','closed','closed','','26-revision-v1','','','2019-12-28 09:03:32','2019-12-28 09:03:32','',26,'http://flotten.webdress.site/26-revision-v1/',0,'revision','',0),
(1307,1,'2020-01-06 07:48:41','2020-01-06 07:48:41','Fahrzeugmodell: Audi Q5\r\nFolienfarbe: Digitaldruck\r\nGrundfarbe: Weiss\r\nSontiges: Spezielle Linienführung ums Auto\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Audi Q5','','publish','open','open','','teilfolierungen-audi-q5-%f0%9f%9a%98','','','2020-03-23 07:35:13','2020-03-23 07:35:13','',0,'http://flotten.webdress.site/?p=1307',0,'post','',0),
(1308,1,'2020-01-06 07:48:41','2020-01-06 07:48:41','Fahrzeugmodell: Audi Q5\r\nFolienfarbe: Digitaldruck\r\nGrundfarbe: Weiss\r\nSontiges: Spezielle Linienführung ums Auto\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Audi Q5 ????','','inherit','closed','closed','','1307-revision-v1','','','2020-01-06 07:48:41','2020-01-06 07:48:41','',1307,'http://flotten.webdress.site/1307-revision-v1/',0,'revision','',0),
(1311,1,'2020-01-19 14:53:52','2020-01-19 14:53:52','','Fiat-Ducato','','inherit','open','closed','','fiat-ducato','','','2020-01-19 14:53:52','2020-01-19 14:53:52','',0,'http://flotten.webdress.site/wp-content/uploads/2020/01/Fiat-Ducato.jpg',0,'attachment','image/jpeg',0),
(1315,1,'2020-01-19 15:05:47','2020-01-19 15:05:47','','Ford-Transit','','inherit','open','closed','','ford-transit','','','2020-01-19 15:05:47','2020-01-19 15:05:47','',0,'http://flotten.webdress.site/wp-content/uploads/2020/01/Ford-Transit.jpg',0,'attachment','image/jpeg',0),
(1317,1,'2020-02-08 18:32:38','2020-02-08 18:32:38','Fahrzeugmodell: Mercedes\r\nFolienfarbe:\r\nGrundfarbe:\r\nSontiges:\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes','','publish','open','open','','teilfolierungen-mercedes-%f0%9f%9a%98','','','2020-03-23 07:32:46','2020-03-23 07:32:46','',0,'http://flotten.webdress.site/?p=1317',0,'post','',0),
(1318,1,'2020-02-08 18:26:16','2020-02-08 18:26:16','','IMG_1851_ips_t','','inherit','open','closed','','img_1851_ips_t','','','2020-02-08 18:26:16','2020-02-08 18:26:16','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1851_ips_t.jpg',0,'attachment','image/jpeg',0),
(1319,1,'2020-02-08 18:26:18','2020-02-08 18:26:18','','IMG_1855_ips_t','','inherit','open','closed','','img_1855_ips_t','','','2020-02-08 18:26:18','2020-02-08 18:26:18','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1855_ips_t.jpg',0,'attachment','image/jpeg',0),
(1320,1,'2020-02-08 18:26:21','2020-02-08 18:26:21','','IMG_1857_ips','','inherit','open','closed','','img_1857_ips','','','2020-02-08 18:26:21','2020-02-08 18:26:21','',224,'http://flotten.webdress.site/wp-content/uploads/2019/10/IMG_1857_ips.jpg',0,'attachment','image/jpeg',0),
(1321,1,'2020-02-08 18:32:38','2020-02-08 18:32:38','Fahrzeugmodell: Mercedes\r\nFolienfarbe: \r\nGrundfarbe: \r\nSontiges: \r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes ????','','inherit','closed','closed','','1317-revision-v1','','','2020-02-08 18:32:38','2020-02-08 18:32:38','',1317,'http://flotten.webdress.site/1317-revision-v1/',0,'revision','',0),
(1322,1,'2020-02-08 18:34:13','2020-02-08 18:34:13','Fahrzeugmodell: Mercedes\r\nFolienfarbe:\r\nGrundfarbe:\r\nSontiges:\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes','','publish','open','open','','teilfolierungen-mercedes-%f0%9f%9a%98-2','','','2020-03-23 07:31:43','2020-03-23 07:31:43','',0,'http://flotten.webdress.site/?p=1322',0,'post','',0),
(1323,1,'2020-02-08 18:34:13','2020-02-08 18:34:13','Fahrzeugmodell: Mercedes\r\nFolienfarbe: \r\nGrundfarbe: \r\nSontiges: \r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes ????','','inherit','closed','closed','','1322-revision-v1','','','2020-02-08 18:34:13','2020-02-08 18:34:13','',1322,'http://flotten.webdress.site/1322-revision-v1/',0,'revision','',0),
(1324,1,'2020-02-08 18:35:15','2020-02-08 18:35:15','Fahrzeugmodell: Mercedes\r\nFolienfarbe:\r\nGrundfarbe:\r\nSontiges:\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes','','publish','open','open','','teilfolierungen-mercedes-%f0%9f%9a%98-3','','','2020-03-23 07:30:24','2020-03-23 07:30:24','',0,'http://flotten.webdress.site/?p=1324',0,'post','',0),
(1325,1,'2020-02-08 18:35:15','2020-02-08 18:35:15','Fahrzeugmodell: Mercedes\r\nFolienfarbe: \r\nGrundfarbe: \r\nSontiges: \r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes ????','','inherit','closed','closed','','1324-revision-v1','','','2020-02-08 18:35:15','2020-02-08 18:35:15','',1324,'http://flotten.webdress.site/1324-revision-v1/',0,'revision','',0),
(1326,1,'2020-02-23 13:01:55','2020-02-23 13:01:55','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe','','publish','open','open','','bereit-zur-ubergabe-%f0%9f%9a%98','','','2020-03-23 07:29:21','2020-03-23 07:29:21','',0,'http://flotten.webdress.site/?p=1326',0,'post','',0),
(1328,1,'2020-02-23 13:01:43','2020-02-23 13:01:43','','2020-02-18 06.57.52_ips','','inherit','open','closed','','2020-02-18-06-57-52_ips','','','2020-02-23 13:01:43','2020-02-23 13:01:43','',1326,'http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-06.57.52_ips.jpg',0,'attachment','image/jpeg',0),
(1329,1,'2020-02-23 13:01:55','2020-02-23 13:01:55','Bereit zur Übergabe\r\n \r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe ????','','inherit','closed','closed','','1326-revision-v1','','','2020-02-23 13:01:55','2020-02-23 13:01:55','',1326,'http://flotten.webdress.site/1326-revision-v1/',0,'revision','',0),
(1330,1,'2020-02-23 13:02:39','2020-02-23 13:02:39','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe','','publish','open','open','','bereit-zur-ubergabe-%f0%9f%9a%98-2','','','2020-03-23 07:28:38','2020-03-23 07:28:38','',0,'http://flotten.webdress.site/?p=1330',0,'post','',0),
(1331,1,'2020-02-23 13:02:39','2020-02-23 13:02:39','Bereit zur Übergabe\r\n \r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe ????','','inherit','closed','closed','','1330-revision-v1','','','2020-02-23 13:02:39','2020-02-23 13:02:39','',1330,'http://flotten.webdress.site/1330-revision-v1/',0,'revision','',0),
(1332,1,'2020-02-23 13:03:57','2020-02-23 13:03:57','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe ????','','inherit','closed','closed','','1330-revision-v1','','','2020-02-23 13:03:57','2020-02-23 13:03:57','',1330,'http://flotten.webdress.site/1330-revision-v1/',0,'revision','',0),
(1333,1,'2020-02-23 13:04:26','2020-02-23 13:04:26','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe ????','','inherit','closed','closed','','1326-revision-v1','','','2020-02-23 13:04:26','2020-02-23 13:04:26','',1326,'http://flotten.webdress.site/1326-revision-v1/',0,'revision','',0),
(1334,1,'2020-02-23 13:23:40','2020-02-23 13:23:40','','2020-02-18-06.57.52_ips','','inherit','open','closed','','2020-02-18-06-57-52_ips-2','','','2020-02-23 13:23:40','2020-02-23 13:23:40','',1330,'http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-06.57.52_ips-1.jpg',0,'attachment','image/jpeg',0),
(1335,1,'2020-02-23 13:23:43','2020-02-23 13:23:43','','2020-02-18-10.39.48_ips','','inherit','open','closed','','2020-02-18-10-39-48_ips-2','','','2020-02-23 13:23:43','2020-02-23 13:23:43','',1330,'http://flotten.webdress.site/wp-content/uploads/2020/02/2020-02-18-10.39.48_ips-1.jpg',0,'attachment','image/jpeg',0),
(1337,1,'2020-03-02 09:30:45','2020-03-02 09:30:45','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Banner image','banner_image','publish','closed','closed','','field_5e5cd229452f9','','','2020-04-28 13:10:40','2020-04-28 13:10:40','',90,'http://flotten.webdress.site/?post_type=acf-field&p=1337',1,'acf-field','',0),
(1338,1,'2020-03-02 09:30:45','2020-03-02 09:30:45','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Banner link','banner_link','publish','closed','closed','','field_5e5cd23e452fa','','','2020-04-28 13:10:40','2020-04-28 13:10:40','',90,'http://flotten.webdress.site/?post_type=acf-field&p=1338',2,'acf-field','',0),
(1340,1,'2020-03-02 09:33:53','2020-03-02 09:33:53','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-03-02 09:33:53','2020-03-02 09:33:53','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1342,1,'2020-03-02 10:13:25','2020-03-02 10:13:25','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-03-02 10:13:25','2020-03-02 10:13:25','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1343,1,'2020-03-13 16:10:09','2020-03-13 16:10:09','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-03-13 16:10:09','2020-03-13 16:10:09','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1344,1,'2020-03-14 10:16:34','2020-03-14 10:16:34','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-03-14 10:16:34','2020-03-14 10:16:34','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1345,1,'2020-03-14 10:22:23','2020-03-14 10:22:23','','verstaerkung_gesucht','','inherit','open','closed','','verstaerkung_gesucht','','','2020-03-14 10:22:23','2020-03-14 10:22:23','',16,'http://flotten.webdress.site/wp-content/uploads/2020/03/verstaerkung_gesucht.jpg',0,'attachment','image/jpeg',0),
(1346,1,'2020-03-14 10:22:26','2020-03-14 10:22:26','','verstaerkung_gesucht2','','inherit','open','closed','','verstaerkung_gesucht2','','','2020-03-14 10:22:26','2020-03-14 10:22:26','',16,'http://flotten.webdress.site/wp-content/uploads/2020/03/verstaerkung_gesucht2.jpg',0,'attachment','image/jpeg',0),
(1347,1,'2020-03-14 10:22:44','2020-03-14 10:22:44','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-03-14 10:22:44','2020-03-14 10:22:44','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1348,1,'2020-03-16 10:53:15','2020-03-16 10:53:15','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-03-16 10:53:15','2020-03-16 10:53:15','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1349,1,'2020-03-21 08:38:45','2020-03-21 08:38:45','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-46_ips.jpg\" alt=\"\" />\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6','','publish','open','open','','audi-rs6-%f0%9f%9a%98','','','2020-03-23 07:27:50','2020-03-23 07:27:50','',0,'http://flotten.webdress.site/?p=1349',0,'post','',0),
(1350,1,'2020-03-21 08:38:03','2020-03-21 08:38:03','','2020-03-20-08.06.39_ips','','inherit','open','closed','','2020-03-20-08-06-39_ips','','','2020-03-21 08:38:03','2020-03-21 08:38:03','',1349,'http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg',0,'attachment','image/jpeg',0),
(1351,1,'2020-03-21 08:38:06','2020-03-21 08:38:06','','Foto-20.03.20,-07-50-14_ips','','inherit','open','closed','','foto-20-03-20-07-50-14_ips','','','2020-03-21 08:38:06','2020-03-21 08:38:06','',1349,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg',0,'attachment','image/jpeg',0),
(1352,1,'2020-03-21 08:38:08','2020-03-21 08:38:08','','Foto-20.03.20,-08-07-46_ips','','inherit','open','closed','','foto-20-03-20-08-07-46_ips','','','2020-03-21 08:38:08','2020-03-21 08:38:08','',1349,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-46_ips.jpg',0,'attachment','image/jpeg',0),
(1353,1,'2020-03-21 08:38:11','2020-03-21 08:38:11','','Foto-20.03.20,-08-07-58_ips','','inherit','open','closed','','foto-20-03-20-08-07-58_ips','','','2020-03-21 08:38:11','2020-03-21 08:38:11','',1349,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg',0,'attachment','image/jpeg',0),
(1354,1,'2020-03-21 08:38:45','2020-03-21 08:38:45','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1349-revision-v1','','','2020-03-21 08:38:45','2020-03-21 08:38:45','',1349,'http://flotten.webdress.site/1349-revision-v1/',0,'revision','',0),
(1355,1,'2020-03-21 08:41:11','2020-03-21 08:41:11','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-46_ips.jpg\" alt=\"\" /> \r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1349-revision-v1','','','2020-03-21 08:41:11','2020-03-21 08:41:11','',1349,'http://flotten.webdress.site/1349-revision-v1/',0,'revision','',0),
(1356,1,'2020-03-21 08:43:28','2020-03-21 08:43:28','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg\" alt=\"\" />\r\n\r\nKomplettfolierung AUDI RS6.\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #AUDI_RS6\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6','','publish','open','open','','audi-rs6-2','','','2020-03-23 07:36:18','2020-03-23 07:36:18','',0,'http://flotten.webdress.site/?p=1356',0,'post','',0),
(1357,1,'2020-03-21 08:43:28','2020-03-21 08:43:28','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg\" alt=\"\" />\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1356-revision-v1','','','2020-03-21 08:43:28','2020-03-21 08:43:28','',1356,'http://flotten.webdress.site/1356-revision-v1/',0,'revision','',0),
(1358,1,'2020-03-21 09:42:08','2020-03-21 09:42:08','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg\" alt=\"\" />\r\n\r\nKomplettfolierung AUDI RS6.\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1356-revision-v1','','','2020-03-21 09:42:08','2020-03-21 09:42:08','',1356,'http://flotten.webdress.site/1356-revision-v1/',0,'revision','',0),
(1359,1,'2020-03-21 09:59:51','2020-03-21 09:59:51','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg\" alt=\"\" />\n\nKomplettfolierung AUDI RS6.\nAusführung und Beratung über unsere CarWrapping Firma.\n\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #\n\n???? Rufen Sie uns un 056 633 53 17!\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1356-autosave-v1','','','2020-03-21 09:59:51','2020-03-21 09:59:51','',1356,'http://flotten.webdress.site/1356-autosave-v1/',0,'revision','',0),
(1360,1,'2020-03-21 10:00:05','2020-03-21 10:00:05','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg\" alt=\"\" />\r\n\r\nKomplettfolierung AUDI RS6.\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #AUDI_RS6\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1356-revision-v1','','','2020-03-21 10:00:05','2020-03-21 10:00:05','',1356,'http://flotten.webdress.site/1356-revision-v1/',0,'revision','',0),
(1361,1,'2020-01-21 10:15:03','2020-01-21 10:15:03','Ausführung und Beratung über unsere CarWrapping Firma.\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #bmw #mercedes #clubman #mini #minicooper #mini_cooper #toyota #opel #vw_käfer #rangerover #minicountryman #porsche\r\n\r\n ','Fahrzeugfolierungen','','publish','open','open','','fahrzeugfolierungen','','','2020-03-23 07:34:09','2020-03-23 07:34:09','',0,'http://flotten.webdress.site/?p=1361',0,'post','',0),
(1362,1,'2020-03-21 10:15:03','2020-03-21 10:15:03','Ausführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #bmw #mercedes #clubman #mini #minicooper #mini_cooper #toyota #opel #vw_käfer #rangerover #minicountryman #porsche\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6 ????','','inherit','closed','closed','','1361-revision-v1','','','2020-03-21 10:15:03','2020-03-21 10:15:03','',1361,'http://flotten.webdress.site/1361-revision-v1/',0,'revision','',0),
(1363,1,'2020-03-21 10:15:54','2020-03-21 10:15:54','','in_CD_fahrzeugfolierungen','','inherit','open','closed','','in_cd_fahrzeugfolierungen','','','2020-03-21 10:15:54','2020-03-21 10:15:54','',1361,'http://flotten.webdress.site/wp-content/uploads/2020/03/in_CD_fahrzeugfolierungen.jpg',0,'attachment','image/jpeg',0),
(1364,1,'2020-03-21 10:17:38','2020-03-21 10:17:38','Ausführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #bmw #mercedes #clubman #mini #minicooper #mini_cooper #toyota #opel #vw_käfer #rangerover #minicountryman #porsche\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','fahrzeugfolierungen ????','','inherit','closed','closed','','1361-revision-v1','','','2020-03-21 10:17:38','2020-03-21 10:17:38','',1361,'http://flotten.webdress.site/1361-revision-v1/',0,'revision','',0),
(1365,1,'2020-03-21 10:20:15','2020-03-21 10:20:15','Ausführung und Beratung über unsere CarWrapping Firma.\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #bmw #mercedes #clubman #mini #minicooper #mini_cooper #toyota #opel #vw_käfer #rangerover #minicountryman #porsche\r\n\r\n ','Fahrzeugfolierungen ????','','inherit','closed','closed','','1361-revision-v1','','','2020-03-21 10:20:15','2020-03-21 10:20:15','',1361,'http://flotten.webdress.site/1361-revision-v1/',0,'revision','',0),
(1366,1,'2020-03-23 07:26:52','2020-03-23 07:26:52','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/2020-03-20-08.06.39_ips.jpg\" alt=\"\" />\r\n\r\nKomplettfolierung AUDI RS6.\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #AUDI_RS6\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6','','inherit','closed','closed','','1356-revision-v1','','','2020-03-23 07:26:52','2020-03-23 07:26:52','',1356,'http://flotten.webdress.site/1356-revision-v1/',0,'revision','',0),
(1367,1,'2020-03-23 07:27:50','2020-03-23 07:27:50','<img src=\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-46_ips.jpg\" alt=\"\" />\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','AUDI RS6','','inherit','closed','closed','','1349-revision-v1','','','2020-03-23 07:27:50','2020-03-23 07:27:50','',1349,'http://flotten.webdress.site/1349-revision-v1/',0,'revision','',0),
(1368,1,'2020-03-23 07:28:38','2020-03-23 07:28:38','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe','','inherit','closed','closed','','1330-revision-v1','','','2020-03-23 07:28:38','2020-03-23 07:28:38','',1330,'http://flotten.webdress.site/1330-revision-v1/',0,'revision','',0),
(1369,1,'2020-03-23 07:29:21','2020-03-23 07:29:21','???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Bereit zur Übergabe','','inherit','closed','closed','','1326-revision-v1','','','2020-03-23 07:29:21','2020-03-23 07:29:21','',1326,'http://flotten.webdress.site/1326-revision-v1/',0,'revision','',0),
(1370,1,'2020-03-23 07:30:24','2020-03-23 07:30:24','Fahrzeugmodell: Mercedes\r\nFolienfarbe:\r\nGrundfarbe:\r\nSontiges:\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes','','inherit','closed','closed','','1324-revision-v1','','','2020-03-23 07:30:24','2020-03-23 07:30:24','',1324,'http://flotten.webdress.site/1324-revision-v1/',0,'revision','',0),
(1371,1,'2020-03-23 07:31:43','2020-03-23 07:31:43','Fahrzeugmodell: Mercedes\r\nFolienfarbe:\r\nGrundfarbe:\r\nSontiges:\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes','','inherit','closed','closed','','1322-revision-v1','','','2020-03-23 07:31:43','2020-03-23 07:31:43','',1322,'http://flotten.webdress.site/1322-revision-v1/',0,'revision','',0),
(1372,1,'2020-03-23 07:32:46','2020-03-23 07:32:46','Fahrzeugmodell: Mercedes\r\nFolienfarbe:\r\nGrundfarbe:\r\nSontiges:\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Mercedes','','inherit','closed','closed','','1317-revision-v1','','','2020-03-23 07:32:46','2020-03-23 07:32:46','',1317,'http://flotten.webdress.site/1317-revision-v1/',0,'revision','',0),
(1373,1,'2020-03-23 07:34:09','2020-03-23 07:34:09','Ausführung und Beratung über unsere CarWrapping Firma.\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #bmw #mercedes #clubman #mini #minicooper #mini_cooper #toyota #opel #vw_käfer #rangerover #minicountryman #porsche\r\n\r\n ','Fahrzeugfolierungen','','inherit','closed','closed','','1361-revision-v1','','','2020-03-23 07:34:09','2020-03-23 07:34:09','',1361,'http://flotten.webdress.site/1361-revision-v1/',0,'revision','',0),
(1374,1,'2020-03-23 07:35:13','2020-03-23 07:35:13','Fahrzeugmodell: Audi Q5\r\nFolienfarbe: Digitaldruck\r\nGrundfarbe: Weiss\r\nSontiges: Spezielle Linienführung ums Auto\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Teilfolierungen Audi Q5','','inherit','closed','closed','','1307-revision-v1','','','2020-03-23 07:35:13','2020-03-23 07:35:13','',1307,'http://flotten.webdress.site/1307-revision-v1/',0,'revision','',0),
(1376,1,'2020-03-26 13:33:21','2020-03-26 13:33:21','<strong> TEILFOLIERUNGEN</strong>\r\n\r\n<strong>Fahrzeugmodell:</strong> Mercedes AMG GLC Coupe 63S\r\n<strong>Folienfarbe: </strong>PWF Matt Sunflower Metallic\r\n<strong>Grundfarbe:</strong> Schwarz\r\n<strong>Sontiges: </strong>Spezielle Linienführung ums Auto\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #mercedes\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','MERCEDES AMG GLC Coupe 63S','','publish','open','open','','mercedes-teilfolierungen','','','2020-03-26 13:57:42','2020-03-26 13:57:42','',0,'http://flotten.webdress.site/?p=1376',0,'post','',0),
(1377,1,'2020-03-26 13:28:13','2020-03-26 13:28:13','','IMG_2523_cardress_ips','','inherit','open','closed','','img_2523_cardress_ips','','','2020-03-26 13:28:13','2020-03-26 13:28:13','',1376,'http://flotten.webdress.site/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg',0,'attachment','image/jpeg',0),
(1378,1,'2020-03-26 13:33:21','2020-03-26 13:33:21','Teilfolierungen\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #mercedes\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','Mercedes Teilfolierungen','','inherit','closed','closed','','1376-revision-v1','','','2020-03-26 13:33:21','2020-03-26 13:33:21','',1376,'http://flotten.webdress.site/1376-revision-v1/',0,'revision','',0),
(1379,1,'2020-03-26 13:35:02','2020-03-26 13:35:02','Teilfolierungen\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #mercedes\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','MERCEDES TEILFOLIERUNGEN','','inherit','closed','closed','','1376-revision-v1','','','2020-03-26 13:35:02','2020-03-26 13:35:02','',1376,'http://flotten.webdress.site/1376-revision-v1/',0,'revision','',0),
(1380,1,'2020-03-26 13:56:54','2020-03-26 13:56:54','<strong>Fahrzeugmodell:</strong> Mercedes AMG GLC Coupe 63S\r\n<strong>Folienfarbe: </strong>PWF Matt Sunflower Metallic\r\n<strong>Grundfarbe:</strong> Schwarz\r\n<strong>Sontiges: </strong>Spezielle Linienführung ums Auto\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #mercedes\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','MERCEDES AMG GLC Coupe 63S TEILFOLIERUNGEN','','inherit','closed','closed','','1376-revision-v1','','','2020-03-26 13:56:54','2020-03-26 13:56:54','',1376,'http://flotten.webdress.site/1376-revision-v1/',0,'revision','',0),
(1381,1,'2020-03-26 13:57:42','2020-03-26 13:57:42','<strong> TEILFOLIERUNGEN</strong>\r\n\r\n<strong>Fahrzeugmodell:</strong> Mercedes AMG GLC Coupe 63S\r\n<strong>Folienfarbe: </strong>PWF Matt Sunflower Metallic\r\n<strong>Grundfarbe:</strong> Schwarz\r\n<strong>Sontiges: </strong>Spezielle Linienführung ums Auto\r\nAusführung und Beratung über unsere CarWrapping Firma.\r\n\r\n#swiss #schweiz #fahrzeugfolierungen #folierungen #car_wrapping #car #fahrzeug_folierungen #teilfolierungen #folierung #komplettfolierung #audi #mercedes\r\n\r\n???? Rufen Sie uns un 056 633 53 17!\r\nwww.cardress.ch','MERCEDES AMG GLC Coupe 63S','','inherit','closed','closed','','1376-revision-v1','','','2020-03-26 13:57:42','2020-03-26 13:57:42','',1376,'http://flotten.webdress.site/1376-revision-v1/',0,'revision','',0),
(1382,1,'2020-04-07 13:20:09','2020-04-07 13:20:09','','BLEIBEN SIE GESUND!','','publish','closed','closed','','bleiben-sie-gesund','','','2020-04-11 11:54:11','2020-04-11 11:54:11','',0,'http://flotten.webdress.site/?post_type=popupbuilder&p=1382',0,'popupbuilder','',0),
(1383,1,'2020-04-07 13:19:01','2020-04-07 13:19:01','','Bear_mask_L_banner_blue','','inherit','open','closed','','bear_mask_l_banner_blue','','','2020-04-07 13:19:01','2020-04-07 13:19:01','',1382,'http://flotten.webdress.site/wp-content/uploads/2020/04/Bear_mask_L_banner_blue.jpg',0,'attachment','image/jpeg',0),
(1384,1,'2020-04-07 13:19:02','2020-04-07 13:19:02','','close40_blue','','inherit','open','closed','','close40_blue','','','2020-04-07 13:19:02','2020-04-07 13:19:02','',1382,'http://flotten.webdress.site/wp-content/uploads/2020/04/close40_blue.jpg',0,'attachment','image/jpeg',0),
(1385,1,'2020-04-07 13:39:39','2020-04-07 13:39:39','','close60_blue','','inherit','open','closed','','close60_blue','','','2020-04-07 13:39:39','2020-04-07 13:39:39','',1382,'http://flotten.webdress.site/wp-content/uploads/2020/04/close60_blue.jpg',0,'attachment','image/jpeg',0),
(1386,1,'2020-04-11 11:50:44','2020-04-11 11:50:44','<div>[smartslider3 slider=3]</div>\r\n<div>[smartslider3 slider=4]</div>\r\n<h3>Schriftehus GmbH - SEO Text</h3>\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.\r\n\r\nDie Schriftehus GmbH ist Kleinunternehmen im Bereich Beschriftungen, Werbetechnik und Digitaldruck. Durch den Einsatz eines modernen und zukunftsorientierten Maschinenpark sind wir in der Lage Kundenaufträge in hoher Qualität herzustellen.','Frontpage2','','inherit','closed','closed','','273-revision-v1','','','2020-04-11 11:50:44','2020-04-11 11:50:44','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(1387,1,'2020-04-11 11:51:03','2020-04-11 11:51:03','<div>[smartslider3 slider=3]</div>\r\n<div>[smartslider3 slider=4]</div>\r\n ','Frontpage2','','inherit','closed','closed','','273-revision-v1','','','2020-04-11 11:51:03','2020-04-11 11:51:03','',273,'http://flotten.webdress.site/273-revision-v1/',0,'revision','',0),
(1388,1,'2020-04-12 13:51:52','2020-04-12 13:51:52','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Facebook link1','Facebook_link1','publish','closed','closed','','field_5e931cf04921b','','','2020-04-12 14:35:40','2020-04-12 14:35:40','',119,'http://flotten.webdress.site/?post_type=acf-field&p=1388',3,'acf-field','',0),
(1390,1,'2020-04-18 10:57:30','2020-04-18 10:57:30','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2020-04-18 10:57:30','2020-04-18 10:57:30','',0,'http://flotten.webdress.site/wp-content/uploads/2020/04/woocommerce-placeholder.png',0,'attachment','image/png',0),
(1391,1,'2020-04-18 11:00:00','2020-04-18 11:00:00','','Mein Flotten','','publish','closed','closed','','shop','','','2021-09-06 08:47:55','2021-09-06 08:47:55','',0,'http://flotten.webdress.site/shop/',0,'page','',0),
(1392,1,'2020-04-18 11:00:00','2020-04-18 11:00:00','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2020-04-18 11:00:00','2020-04-18 11:00:00','',0,'http://flotten.webdress.site/cart/',0,'page','',0),
(1393,1,'2020-04-18 11:00:00','2020-04-18 11:00:00','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2020-04-18 11:00:00','2020-04-18 11:00:00','',0,'http://flotten.webdress.site/checkout/',0,'page','',0),
(1394,1,'2020-04-18 11:00:00','2020-04-18 11:00:00','<!-- wp:shortcode -->\r\n<p>[woocommerce_my_account]</p>\r\n<!-- /wp:shortcode -->','Mein Konto','','publish','closed','closed','','my-account','','','2021-09-06 17:20:32','2021-09-06 17:20:32','',0,'http://flotten.webdress.site/my-account/',0,'page','',0),
(1395,1,'2020-04-18 11:58:39','2020-04-18 11:58:39','','Entspannung-300x300','','inherit','open','closed','','entspannung-300x300','','','2020-04-18 11:58:39','2020-04-18 11:58:39','',0,'http://flotten.webdress.site/wp-content/uploads/2020/04/Entspannung-300x300.jpg',0,'attachment','image/jpeg',0),
(1396,1,'2020-04-18 12:01:22','2020-04-18 12:01:22','Reflektiert Wärmestrahlung und Sonnenlicht\r\nluftdurchlässig dank der Netzstruktur\r\nNetz aus 100% Aluminium\r\nHält das Auto nachweislich Kühl\r\nKann auch für Zelte oder Wohnwagen verwendet werden\r\nDen Autosonnenschutz gibt es in 5 verschiedenen Grössen','Reno','','publish','closed','closed','','product-1','','','2021-09-03 17:08:36','2021-09-03 17:08:36','',0,'http://flotten.webdress.site/?post_type=product&p=1396',0,'product','',0),
(1401,1,'2020-04-19 13:38:41','2020-04-19 13:38:41','','folien','','inherit','open','closed','','folien','','','2020-04-19 13:38:41','2020-04-19 13:38:41','',0,'http://flotten.webdress.site/wp-content/uploads/2020/04/folien.jpg',0,'attachment','image/jpeg',0),
(1402,1,'2020-04-19 13:47:06','2020-04-19 13:47:06','','folien2','','inherit','open','closed','','folien2','','','2020-04-19 13:47:06','2020-04-19 13:47:06','',0,'http://flotten.webdress.site/wp-content/uploads/2020/04/folien2.jpg',0,'attachment','image/jpeg',0),
(1407,1,'2020-04-19 17:49:31','2020-04-19 17:49:31','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-19 17:49:31','2020-04-19 17:49:31','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1408,1,'2020-04-19 19:23:59','2020-04-19 19:23:59','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-19 19:23:59','2020-04-19 19:23:59','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1411,1,'2020-04-20 14:15:44','2020-04-20 14:15:44','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-20 14:15:44','2020-04-20 14:15:44','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1413,1,'2020-04-20 14:25:57','2020-04-20 14:25:57','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-20 14:25:57','2020-04-20 14:25:57','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1414,1,'2020-04-21 15:33:02','2020-04-21 15:33:02','','youtube6','','inherit','open','closed','','youtube6','','','2020-04-21 15:33:02','2020-04-21 15:33:02','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/youtube6.png',0,'attachment','image/png',0),
(1415,1,'2020-04-21 15:33:04','2020-04-21 15:33:04','','youtube5','','inherit','open','closed','','youtube5','','','2020-04-21 15:33:04','2020-04-21 15:33:04','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/youtube5.png',0,'attachment','image/png',0),
(1416,1,'2020-04-21 15:33:35','2020-04-21 15:33:35','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-21 15:33:35','2020-04-21 15:33:35','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1446,1,'2020-04-26 09:06:02','2020-04-26 09:06:02','','Order – April 26, 2020 @ 09:06 AM','','wc-on-hold','open','closed','wc_order_BKDq9Sttpt1j6','order-apr-26-2020-0906-am','','','2020-04-26 09:06:03','2020-04-26 09:06:03','',0,'http://flotten.webdress.site/?post_type=shop_order&p=1446',0,'shop_order','',1),
(1448,1,'2020-04-28 13:10:40','2020-04-28 13:10:40','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Youtube banners','youtube_banners','publish','closed','closed','','field_5ea82b238d664','','','2020-04-28 13:10:47','2020-04-28 13:10:47','',90,'http://flotten.webdress.site/?post_type=acf-field&p=1448',0,'acf-field','',0),
(1449,1,'2020-04-28 13:10:40','2020-04-28 13:10:40','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5ea82b2c8d665','','','2020-04-28 13:10:40','2020-04-28 13:10:40','',1448,'http://flotten.webdress.site/?post_type=acf-field&p=1449',0,'acf-field','',0),
(1450,1,'2020-04-28 13:10:40','2020-04-28 13:10:40','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Link','link','publish','closed','closed','','field_5ea82b358d666','','','2020-04-28 13:10:40','2020-04-28 13:10:40','',1448,'http://flotten.webdress.site/?post_type=acf-field&p=1450',1,'acf-field','',0),
(1451,1,'2020-04-28 13:12:22','2020-04-28 13:12:22','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-28 13:12:22','2020-04-28 13:12:22','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1452,1,'2020-04-28 13:46:26','2020-04-28 13:46:26','','Porsche-cover-youtube_ips','','inherit','open','closed','','porsche-cover-youtube_ips','','','2020-04-28 13:46:26','2020-04-28 13:46:26','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Porsche-cover-youtube_ips.jpg',0,'attachment','image/jpeg',0),
(1453,1,'2020-04-28 13:46:28','2020-04-28 13:46:28','','MiniCooper-cover-youtube_ips','','inherit','open','closed','','minicooper-cover-youtube_ips','','','2020-04-28 13:46:28','2020-04-28 13:46:28','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/MiniCooper-cover-youtube_ips.jpg',0,'attachment','image/jpeg',0),
(1454,1,'2020-04-28 13:46:30','2020-04-28 13:46:30','','Mercedes-Vito2-cover-youtube_ips','','inherit','open','closed','','mercedes-vito2-cover-youtube_ips','','','2020-04-28 13:46:30','2020-04-28 13:46:30','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Mercedes-Vito2-cover-youtube_ips.jpg',0,'attachment','image/jpeg',0),
(1455,1,'2020-04-28 13:46:31','2020-04-28 13:46:31','','Audi-RS6-cover-youtube1170_2_ips','','inherit','open','closed','','audi-rs6-cover-youtube1170_2_ips','','','2020-04-28 13:46:31','2020-04-28 13:46:31','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Audi-RS6-cover-youtube1170_2_ips.jpg',0,'attachment','image/jpeg',0),
(1456,1,'2020-04-28 13:46:47','2020-04-28 13:46:47','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-28 13:46:47','2020-04-28 13:46:47','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1457,1,'2020-04-28 13:49:31','2020-04-28 13:49:31','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-28 13:49:31','2020-04-28 13:49:31','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1458,1,'2020-04-28 14:00:01','2020-04-28 14:00:01','','Audi RS6 cover youtube1170_red','','inherit','open','closed','','audi-rs6-cover-youtube1170_red','','','2020-04-28 14:00:01','2020-04-28 14:00:01','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Audi-RS6-cover-youtube1170_red.jpg',0,'attachment','image/jpeg',0),
(1459,1,'2020-04-28 14:00:02','2020-04-28 14:00:02','','MiniCooper cover youtube_red','','inherit','open','closed','','minicooper-cover-youtube_red','','','2020-04-28 14:00:02','2020-04-28 14:00:02','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/MiniCooper-cover-youtube_red.jpg',0,'attachment','image/jpeg',0),
(1460,1,'2020-04-28 14:00:06','2020-04-28 14:00:06','','Mercedes Vito2 cover youtube_red','','inherit','open','closed','','mercedes-vito2-cover-youtube_red','','','2020-04-28 14:00:06','2020-04-28 14:00:06','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Mercedes-Vito2-cover-youtube_red.jpg',0,'attachment','image/jpeg',0),
(1461,1,'2020-04-28 14:00:10','2020-04-28 14:00:10','','Porsche cover youtube_red','','inherit','open','closed','','porsche-cover-youtube_red','','','2020-04-28 14:00:10','2020-04-28 14:00:10','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Porsche-cover-youtube_red.jpg',0,'attachment','image/jpeg',0),
(1462,1,'2020-04-28 14:01:17','2020-04-28 14:01:17','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-28 14:01:17','2020-04-28 14:01:17','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1463,1,'2020-04-28 14:09:11','2020-04-28 14:09:11','','Quiz_banner','','inherit','open','closed','','quiz_banner','','','2020-04-28 14:09:11','2020-04-28 14:09:11','',16,'http://flotten.webdress.site/wp-content/uploads/2020/04/Quiz_banner.png',0,'attachment','image/png',0),
(1464,1,'2020-04-28 14:09:20','2020-04-28 14:09:20','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-28 14:09:20','2020-04-28 14:09:20','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1465,1,'2020-04-28 14:09:53','2020-04-28 14:09:53','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-28 14:09:53','2020-04-28 14:09:53','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1466,1,'2020-04-29 06:07:52','2020-04-29 06:07:52','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2020-04-29 06:07:52','2020-04-29 06:07:52','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1467,1,'2020-05-14 06:55:51','2020-05-14 06:55:51','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Instagram link1','instagram_link1','publish','closed','closed','','field_5ebceb6d1036a','','','2020-05-14 06:55:51','2020-05-14 06:55:51','',119,'http://flotten.webdress.site/?post_type=acf-field&p=1467',5,'acf-field','',0),
(1469,1,'2021-05-31 17:35:12','2021-05-31 17:35:12','','flotten','','inherit','open','closed','','flotten','','','2021-05-31 17:35:12','2021-05-31 17:35:12','',0,'http://flotten.webdress.site/wp-content/uploads/2021/05/flotten.png',0,'attachment','image/png',0),
(1470,1,'2021-05-31 17:40:49','2021-05-31 17:40:49','','flotten1','','inherit','open','closed','','flotten1','','','2021-05-31 17:40:49','2021-05-31 17:40:49','',0,'http://flotten.webdress.site/wp-content/uploads/2021/05/flotten1.png',0,'attachment','image/png',0),
(1471,1,'2021-05-31 17:48:25','2021-05-31 17:48:25','<h2></h2>','Frontpage','','inherit','closed','closed','','16-revision-v1','','','2021-05-31 17:48:25','2021-05-31 17:48:25','',16,'http://flotten.webdress.site/16-revision-v1/',0,'revision','',0),
(1472,1,'2021-05-31 18:03:58','2021-05-31 18:03:58','','logo_cardress_footer1','','inherit','open','closed','','logo_cardress_footer1','','','2021-05-31 18:03:58','2021-05-31 18:03:58','',0,'http://flotten.webdress.site/wp-content/uploads/2021/05/logo_cardress_footer1.png',0,'attachment','image/png',0),
(1473,1,'2021-05-31 18:10:28','2021-05-31 18:10:28','','logo_flotten_footer','','inherit','open','closed','','logo_flotten_footer','','','2021-05-31 18:10:28','2021-05-31 18:10:28','',0,'http://flotten.webdress.site/wp-content/uploads/2021/05/logo_flotten_footer.png',0,'attachment','image/png',0),
(1474,1,'2021-05-31 18:41:32','2021-05-31 18:41:32','','flotten_1920_web','','inherit','open','closed','','flotten_1920_web','','','2021-05-31 18:41:32','2021-05-31 18:41:32','',0,'http://flotten.webdress.site/wp-content/uploads/2021/05/flotten_1920_web.jpg',0,'attachment','image/jpeg',0),
(1475,1,'2021-05-31 18:51:15','2021-05-31 18:51:15','','2018-08-23-11.27.04_ips','','inherit','open','closed','','2018-08-23-11-27-04_ips','','','2021-05-31 18:51:15','2021-05-31 18:51:15','',1396,'http://flotten.webdress.site/wp-content/uploads/2020/04/2018-08-23-11.27.04_ips.jpg',0,'attachment','image/jpeg',0),
(1476,1,'2021-05-31 18:51:17','2021-05-31 18:51:17','','2019-05-10-18.18.28_ips','','inherit','open','closed','','2019-05-10-18-18-28_ips','','','2021-05-31 18:51:17','2021-05-31 18:51:17','',1396,'http://flotten.webdress.site/wp-content/uploads/2020/04/2019-05-10-18.18.28_ips.jpg',0,'attachment','image/jpeg',0),
(1487,1,'2021-05-31 19:49:58','2021-05-31 19:49:58','','Reno - linke vorne Tür','Teil: linke vorne Tür','publish','closed','closed','','hbt-isol','','','2021-06-09 18:42:29','2021-06-09 18:42:29','',1396,'http://flotten.webdress.site/?post_type=product_variation&p=1487',2,'product_variation','',0),
(1495,1,'2021-06-01 08:07:49','2021-06-01 08:07:49','','recht_tur_p','','inherit','open','closed','','recht_tur_p','','','2021-06-01 08:07:49','2021-06-01 08:07:49','',0,'http://flotten.webdress.site/wp-content/uploads/2021/06/recht_tur_p.jpg',0,'attachment','image/jpeg',0),
(1496,1,'2021-06-01 08:07:51','2021-06-01 08:07:51','','recht_tur_z','','inherit','open','closed','','recht_tur_z','','','2021-06-01 08:07:51','2021-06-01 08:07:51','',0,'http://flotten.webdress.site/wp-content/uploads/2021/06/recht_tur_z.jpg',0,'attachment','image/jpeg',0),
(1498,1,'2021-06-01 08:12:48','2021-06-01 08:12:48','','Reno - rechte vorne Tür','Teil: rechte vorne Tür','publish','closed','closed','','hbt-isol-3','','','2021-06-09 18:42:29','2021-06-09 18:42:29','',1396,'http://flotten.webdress.site/?post_type=product_variation&p=1498',1,'product_variation','',0),
(1500,1,'2021-06-13 09:30:22','2021-06-13 09:30:22','Reflektiert Wärmestrahlung und Sonnenlicht\r\nluftdurchlässig dank der Netzstruktur\r\nNetz aus 100% Aluminium\r\nHält das Auto nachweislich Kühl\r\nKann auch für Zelte oder Wohnwagen verwendet werden\r\nDen Autosonnenschutz gibt es in 5 verschiedenen Grössen','Reno 2','','publish','closed','closed','','reno-2','','','2021-09-03 17:45:40','2021-09-03 17:45:40','',0,'http://flotten.webdress.site/?post_type=product&p=1500',0,'product','',0),
(1501,1,'2021-06-13 09:30:23','2021-06-13 09:30:23','','Reno 2 - rechte vorne Tür','Teil: rechte vorne Tür','publish','closed','closed','','hbt-isol-4','','','2021-06-13 09:30:23','2021-06-13 09:30:23','',1500,'http://flotten.webdress.site/?post_type=product_variation&p=1501',3,'product_variation','',0),
(1502,1,'2021-06-13 09:30:23','2021-06-13 09:30:23','','Reno 2 - linke vorne Tür','Teil: linke vorne Tür','publish','closed','closed','','hbt-isol-5','','','2021-06-13 09:30:23','2021-06-13 09:30:23','',1500,'http://flotten.webdress.site/?post_type=product_variation&p=1502',4,'product_variation','',0),
(1503,1,'2021-06-13 10:02:38','2021-06-13 10:02:38','','Reno 2 - linke hintere Tür','Teil: linke hintere Tür','publish','closed','closed','','reno-2','','','2021-06-13 10:07:44','2021-06-13 10:07:44','',1500,'http://flotten.webdress.site/?post_type=product_variation&p=1503',1,'product_variation','',0),
(1504,1,'2021-06-13 10:04:05','2021-06-13 10:04:05','','Reno 2 - rechte hintere Tür','Teil: rechte hintere Tür','publish','closed','closed','','reno-2-2','','','2021-06-13 10:07:44','2021-06-13 10:07:44','',1500,'http://flotten.webdress.site/?post_type=product_variation&p=1504',0,'product_variation','',0),
(1508,1,'2021-09-03 17:07:29','2021-09-03 17:07:29','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"product\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Product settings','product-settings','publish','closed','closed','','group_6132560b7005b','','','2021-09-03 17:07:54','2021-09-03 17:07:54','',0,'http://flotten.webdress.site/?post_type=acf-field-group&p=1508',0,'acf-field-group','',0),
(1509,1,'2021-09-03 17:07:29','2021-09-03 17:07:29','a:9:{s:4:\"type\";s:4:\"user\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:4:\"role\";s:0:\"\";s:10:\"allow_null\";i:1;s:8:\"multiple\";i:0;s:13:\"return_format\";s:2:\"id\";}','User','user','publish','closed','closed','','field_6132561879319','','','2021-09-03 17:07:29','2021-09-03 17:07:29','',1508,'http://flotten.webdress.site/?post_type=acf-field&p=1509',0,'acf-field','',0),
(1510,1,'2021-09-05 18:11:25','2021-09-05 18:11:25','','Kunden Konto','','publish','closed','closed','','1510','','','2021-09-06 18:01:44','2021-09-06 18:01:44','',0,'http://flotten.webdress.site/?p=1510',6,'nav_menu_item','',0),
(1511,1,'2021-09-06 05:23:07','2021-09-06 05:23:07','','Flotten','','inherit','closed','closed','','1391-autosave-v1','','','2021-09-06 05:23:07','2021-09-06 05:23:07','',1391,'http://flotten.webdress.site/1391-autosave-v1/',0,'revision','',0),
(1512,1,'2021-09-06 05:23:28','2021-09-06 05:23:28','','Flottenkunden','','inherit','closed','closed','','1391-revision-v1','','','2021-09-06 05:23:28','2021-09-06 05:23:28','',1391,'http://flotten.webdress.site/1391-revision-v1/',0,'revision','',0),
(1513,1,'2021-09-06 08:37:30','2021-09-06 08:37:30','','zahlungsarten','','inherit','open','closed','','zahlungsarten','','','2021-09-06 08:37:30','2021-09-06 08:37:30','',0,'http://flotten.webdress.site/wp-content/uploads/2021/09/zahlungsarten.png',0,'attachment','image/png',0),
(1515,1,'2021-09-06 08:47:55','2021-09-06 08:47:55','','Mein Flotten','','inherit','closed','closed','','1391-revision-v1','','','2021-09-06 08:47:55','2021-09-06 08:47:55','',1391,'http://flotten.webdress.site/1391-revision-v1/',0,'revision','',0),
(1517,1,'2021-09-06 17:20:32','2021-09-06 17:20:32','<!-- wp:shortcode -->\r\n<p>[woocommerce_my_account]</p>\r\n<!-- /wp:shortcode -->','Mein Konto','','inherit','closed','closed','','1394-revision-v1','','','2021-09-06 17:20:32','2021-09-06 17:20:32','',1394,'http://flotten.webdress.site/1394-revision-v1/',0,'revision','',0),
(1523,5,'2026-09-02 21:09:04','0000-00-00 00:00:00','','Automatisch gespeicherter Entwurf','','auto-draft','open','open','','','','','2026-09-02 21:09:04','0000-00-00 00:00:00','',0,'http://flotten.webdress.site/?p=1523',0,'post','',0),
(1530,5,'2026-09-03 02:59:24','2026-09-03 02:59:24','http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq.zip','gdtmmdqioq.zip','','private','open','closed','','gdtmmdqioq-zip','','','2026-09-03 02:59:24','2026-09-03 02:59:24','',0,'http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq.zip',0,'attachment','',0),
(1531,5,'2026-09-03 02:59:27','2026-09-03 02:59:27','http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq-1.zip','gdtmmdqioq.zip','','private','open','closed','','gdtmmdqioq-zip-2','','','2026-09-03 02:59:27','2026-09-03 02:59:27','',0,'http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq-1.zip',0,'attachment','',0),
(1532,5,'2026-09-03 02:59:29','2026-09-03 02:59:29','http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq-2.zip','gdtmmdqioq.zip','','private','open','closed','','gdtmmdqioq-zip-3','','','2026-09-03 02:59:29','2026-09-03 02:59:29','',0,'http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq-2.zip',0,'attachment','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sgpb_subscribers`
--
DROP TABLE IF EXISTS `wp_sgpb_subscribers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sgpb_subscribers` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`firstName` varchar(255) DEFAULT NULL,
`lastName` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`subscriptionType` int(12) DEFAULT NULL,
`cDate` date DEFAULT NULL,
`status` varchar(255) DEFAULT NULL,
`unsubscribed` int(11) DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sgpb_subscribers`
--
LOCK TABLES `wp_sgpb_subscribers` WRITE;
/*!40000 ALTER TABLE `wp_sgpb_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sgpb_subscribers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_sgpb_subscription_error_log`
--
DROP TABLE IF EXISTS `wp_sgpb_subscription_error_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sgpb_subscription_error_log` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`firstName` varchar(255) DEFAULT NULL,
`popupType` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`date` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_sgpb_subscription_error_log`
--
LOCK TABLES `wp_sgpb_subscription_error_log` WRITE;
/*!40000 ALTER TABLE `wp_sgpb_subscription_error_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sgpb_subscription_error_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(32,8,0),
(34,1,0),
(36,1,0),
(38,1,0),
(44,2,0),
(47,2,0),
(83,8,0),
(84,12,0),
(87,8,0),
(89,8,0),
(150,2,0),
(151,2,0),
(190,3,0),
(191,3,0),
(193,3,0),
(194,3,0),
(211,4,0),
(212,4,0),
(213,4,0),
(214,4,0),
(215,4,0),
(216,4,0),
(224,12,0),
(229,6,0),
(233,6,0),
(244,7,0),
(246,7,0),
(247,7,0),
(349,2,0),
(350,2,0),
(360,2,0),
(585,11,0),
(827,12,0),
(828,12,0),
(829,12,0),
(839,11,0),
(842,11,0),
(855,8,0),
(859,12,0),
(875,13,0),
(876,13,0),
(879,12,0),
(882,5,0),
(883,5,0),
(884,5,0),
(885,5,0),
(886,5,0),
(887,5,0),
(889,5,0),
(958,14,0),
(964,12,0),
(1036,2,0),
(1037,2,0),
(1038,2,0),
(1134,15,0),
(1135,15,0),
(1136,15,0),
(1137,15,0),
(1138,15,0),
(1139,15,0),
(1140,15,0),
(1141,15,0),
(1142,15,0),
(1143,15,0),
(1144,15,0),
(1145,15,0),
(1146,15,0),
(1147,15,0),
(1148,15,0),
(1149,15,0),
(1150,15,0),
(1151,16,0),
(1152,16,0),
(1153,16,0),
(1155,16,0),
(1156,16,0),
(1157,16,0),
(1158,16,0),
(1159,16,0),
(1160,16,0),
(1161,16,0),
(1162,16,0),
(1163,16,0),
(1164,17,0),
(1165,17,0),
(1166,17,0),
(1167,17,0),
(1168,17,0),
(1169,17,0),
(1170,17,0),
(1171,17,0),
(1172,18,0),
(1173,18,0),
(1174,18,0),
(1175,18,0),
(1176,18,0),
(1177,18,0),
(1178,18,0),
(1179,18,0),
(1268,1,0),
(1286,1,0),
(1294,2,0),
(1298,2,0),
(1307,1,0),
(1317,1,0),
(1322,1,0),
(1324,1,0),
(1326,1,0),
(1330,1,0),
(1349,1,0),
(1356,1,0),
(1361,1,0),
(1376,1,0),
(1396,21,0),
(1396,34,0),
(1396,36,0),
(1396,37,0),
(1396,42,0),
(1396,43,0),
(1500,21,0),
(1500,34,0),
(1500,36,0),
(1500,37,0),
(1500,42,0),
(1500,43,0),
(1500,47,0),
(1500,48,0),
(1510,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,15),
(2,2,'nav_menu','',0,13),
(3,3,'nav_menu','',0,4),
(4,4,'nav_menu','',0,6),
(5,5,'nav_menu','',0,7),
(6,6,'nav_menu','',0,2),
(7,7,'nav_menu','',0,3),
(8,8,'services','',0,5),
(9,9,'services','',0,0),
(10,10,'services','',0,0),
(11,11,'services','',0,3),
(12,12,'services','',0,8),
(13,13,'services','',0,2),
(14,14,'services','',0,1),
(15,15,'nav_menu','',0,17),
(16,16,'nav_menu','',0,12),
(17,17,'nav_menu','',0,8),
(18,18,'nav_menu','',0,8),
(19,19,'product_type','',0,0),
(20,20,'product_type','',0,0),
(21,21,'product_type','',0,2),
(22,22,'product_type','',0,0),
(23,23,'product_visibility','',0,0),
(24,24,'product_visibility','',0,0),
(25,25,'product_visibility','',0,0),
(26,26,'product_visibility','',0,0),
(27,27,'product_visibility','',0,0),
(28,28,'product_visibility','',0,0),
(29,29,'product_visibility','',0,0),
(30,30,'product_visibility','',0,0),
(31,31,'product_visibility','',0,0),
(32,32,'product_cat','',0,0),
(34,34,'product_cat','',0,2),
(36,36,'pa_farbe','',0,2),
(37,37,'pa_farbe','',0,2),
(38,38,'pa_farbe','',0,0),
(39,39,'pa_grosse','',0,0),
(40,40,'pa_grosse','',0,0),
(41,41,'pa_grosse','',0,0),
(42,42,'pa_teil','',0,2),
(43,43,'pa_teil','',0,2),
(44,44,'pa_teil-dropdown','',0,0),
(45,45,'pa_teil-dropdown','',0,0),
(46,46,'product_cat','',0,0),
(47,47,'pa_teil','',0,1),
(48,48,'pa_teil','',0,1),
(49,49,'product_cat','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES
(4,34,'order','0'),
(5,34,'display_type',''),
(6,34,'thumbnail_id','1402'),
(11,36,'order_pa_farbe','0'),
(12,37,'order_pa_farbe','0'),
(13,38,'order_pa_farbe','0'),
(14,39,'order_pa_grosse','0'),
(15,40,'order_pa_grosse','0'),
(16,41,'order_pa_grosse','0'),
(17,34,'product_count_product_cat','2'),
(19,36,'product_attribute_color','#1e73be'),
(20,37,'product_attribute_color','#eeee22'),
(21,38,'product_attribute_color','#f263ff'),
(22,42,'order_pa_teil','0'),
(23,42,'product_attribute_image','1495'),
(24,43,'order_pa_teil','0'),
(25,43,'product_attribute_image','1496'),
(26,44,'order_pa_teil-dropdown','0'),
(27,45,'order_pa_teil-dropdown','0'),
(28,32,'product_count_product_cat','0'),
(29,46,'order','0'),
(30,46,'display_type',''),
(31,46,'thumbnail_id','0'),
(32,46,'product_count_product_cat','0'),
(33,47,'order_pa_teil','0'),
(34,47,'product_attribute_image','1496'),
(35,48,'order_pa_teil','0'),
(36,48,'product_attribute_image','1495'),
(37,49,'order','0'),
(38,49,'display_type',''),
(39,49,'thumbnail_id','0');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'Top menu','top-menu',0),
(3,'Footer menu 1','footer-menu-1',0),
(4,'Footer menu 2','footer-menu-2',0),
(5,'Footer menu 3','footer-menu-3',0),
(6,'Footer menu 4','footer-menu-4',0),
(7,'Bottom menu','bottom-menu',0),
(8,'Beschriftungen','beschriftungen',0),
(9,'Werbetechnik','werbetechnik',0),
(10,'Textildruck','textildruck',0),
(11,'Dienstleistungen','dienstleistungen',0),
(12,'Folierungen','folierungen',0),
(13,'Service','service',0),
(14,'Jobs','jobs',0),
(15,'Schrifte Dienst','schrifte-dienst',0),
(16,'Cardress Dienst','cardress-dienst',0),
(17,'Webdress Dienst','webdress-dienst',0),
(18,'Werbe Dienst','werbe-dienst',0),
(19,'simple','simple',0),
(20,'grouped','grouped',0),
(21,'variable','variable',0),
(22,'external','external',0),
(23,'exclude-from-search','exclude-from-search',0),
(24,'exclude-from-catalog','exclude-from-catalog',0),
(25,'featured','featured',0),
(26,'outofstock','outofstock',0),
(27,'rated-1','rated-1',0),
(28,'rated-2','rated-2',0),
(29,'rated-3','rated-3',0),
(30,'rated-4','rated-4',0),
(31,'rated-5','rated-5',0),
(32,'Uncategorized','uncategorized',0),
(34,'HBT-ISOL.ch','abverkauf-carwrapping-lagerware1',0),
(36,'Blau','blau',0),
(37,'Gelb','gelb',0),
(38,'Pink','pink',0),
(39,'3.8 x 6.8 m','3-8-x-6-8-m',0),
(40,'ca. 3 x 4 m','ca-3-x-4-m',0),
(41,'ca. 3.4 x 5.5 m','ca-3-4-x-5-5-m',0),
(42,'rechte vorne Tür','rechte-tur',0),
(43,'linke vorne Tür','linke-tur',0),
(44,'linke Tür','linke-tur',0),
(45,'rechte Tür','rechte-tur',0),
(46,'Jungheinrich','jungheinrich',0),
(47,'rechte hintere Tür','rechte-hintere-tuer',0),
(48,'linke hintere Tür','linke-hintere-tuer',0),
(49,'AZ Gastro AG','az-gastro-ag',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=249 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','admin'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','false'),
(11,1,'locale','en_US'),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers','theme_editor_notice'),
(15,1,'show_welcome_panel','0'),
(17,1,'wp_dashboard_quick_press_last_post_id','1521'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"194.230.160.0\";}'),
(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(21,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),
(23,1,'show_per_page','25'),
(24,1,'orderby',''),
(25,1,'wp_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=show&mfold=o'),
(26,1,'wp_user-settings-time','1622131005'),
(27,1,'nav_menu_recently_edited','2'),
(30,1,'closedpostboxes_beschriftungen','a:0:{}'),
(31,1,'metaboxhidden_beschriftungen','a:7:{i:0;s:23:\"acf-group_5da9431154f42\";i:1;s:23:\"acf-group_5da412067286f\";i:2;s:23:\"acf-group_5da359941e11d\";i:3;s:23:\"acf-group_5da3756940d33\";i:4;s:23:\"acf-group_5da365b7ad1f1\";i:5;s:23:\"acf-group_5da378c8ef774\";i:6;s:7:\"slugdiv\";}'),
(34,1,'meta-box-order_dienstleistungen','a:4:{s:15:\"acf_after_title\";s:71:\"acf-group_5da9431154f42,acf-group_5da412067286f,acf-group_5da359941e11d\";s:4:\"side\";s:21:\"submitdiv,servicesdiv\";s:6:\"normal\";s:103:\"acf-group_5da35280d46dc,acf-group_5da3756940d33,acf-group_5da365b7ad1f1,acf-group_5da378c8ef774,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),
(35,1,'screen_layout_dienstleistungen','1'),
(37,1,'_yoast_wpseo_profile_updated','1576967884'),
(38,1,'wpseo_title',''),
(39,1,'wpseo_metadesc',''),
(40,1,'wpseo_noindex_author',''),
(41,1,'wpseo_content_analysis_disable',''),
(42,1,'wpseo_keyword_analysis_disable',''),
(43,1,'facebook',''),
(44,1,'instagram',''),
(45,1,'linkedin',''),
(46,1,'myspace',''),
(47,1,'pinterest',''),
(48,1,'soundcloud',''),
(49,1,'tumblr',''),
(50,1,'twitter',''),
(51,1,'youtube',''),
(52,1,'wikipedia',''),
(57,1,'_woocommerce_tracks_anon_id','woo:mOkqwD0avhsvOnB/BmYTETwW'),
(58,1,'dismissed_no_secure_connection_notice','1'),
(59,1,'wc_last_active','1719705600'),
(60,1,'closedpostboxes_product','a:0:{}'),
(61,1,'metaboxhidden_product','a:9:{i:0;s:23:\"acf-group_5da9431154f42\";i:1;s:23:\"acf-group_5da412067286f\";i:2;s:23:\"acf-group_5da359941e11d\";i:3;s:10:\"wpseo_meta\";i:4;s:23:\"acf-group_5da35280d46dc\";i:5;s:23:\"acf-group_5da3756940d33\";i:6;s:23:\"acf-group_5da365b7ad1f1\";i:7;s:23:\"acf-group_5da378c8ef774\";i:8;s:7:\"slugdiv\";}'),
(62,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"0629d2133726f13c9a1a904e383a14a9\";a:11:{s:3:\"key\";s:32:\"0629d2133726f13c9a1a904e383a14a9\";s:10:\"product_id\";i:1396;s:12:\"variation_id\";i:1487;s:9:\"variation\";a:1:{s:17:\"attribute_pa_teil\";s:9:\"linke-tur\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"1b7d0061eecd1849b6d44e4edc8d1703\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:30;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:30;s:8:\"line_tax\";i:0;}s:32:\"455b093ade9e9c0379e0311802d6e504\";a:11:{s:3:\"key\";s:32:\"455b093ade9e9c0379e0311802d6e504\";s:10:\"product_id\";i:1396;s:12:\"variation_id\";i:1498;s:9:\"variation\";a:1:{s:17:\"attribute_pa_teil\";s:10:\"rechte-tur\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"cee16499028b62ae779db1d89c6a2f34\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;}}}'),
(74,1,'closedpostboxes_page','a:0:{}'),
(75,1,'metaboxhidden_page','a:11:{i:0;s:23:\"acf-group_5da9431154f42\";i:1;s:23:\"acf-group_5da412067286f\";i:2;s:23:\"acf-group_5da359941e11d\";i:3;s:23:\"acf-group_5da35280d46dc\";i:4;s:23:\"acf-group_5da3756940d33\";i:5;s:23:\"acf-group_5da378c8ef774\";i:6;s:12:\"revisionsdiv\";i:7;s:16:\"commentstatusdiv\";i:8;s:11:\"commentsdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),
(100,2,'nickname','hbtisol'),
(101,2,'first_name','HBT-ISOL'),
(102,2,'last_name',''),
(103,2,'description',''),
(104,2,'rich_editing','true'),
(105,2,'syntax_highlighting','true'),
(106,2,'comment_shortcuts','false'),
(107,2,'admin_color','fresh'),
(108,2,'use_ssl','0'),
(109,2,'show_admin_bar_front','true'),
(110,2,'locale',''),
(111,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(112,2,'wp_user_level','0'),
(113,2,'_yoast_wpseo_profile_updated','1630691024'),
(114,2,'dismissed_wp_pointers',''),
(128,1,'session_tokens','a:1:{s:64:\"3fcec73ce5fb8b58b05e75b9b85b2fd794cac7a9c3e6c33ecd5244ed08685cb8\";a:4:{s:10:\"expiration\";i:1720957098;s:2:\"ip\";s:15:\"194.230.160.180\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1719747498;}}'),
(130,2,'session_tokens','a:1:{s:64:\"12f44eb0e167da6c7268a99827c4d607b2b09d4578adc7fd3ff7921697c77c4a\";a:4:{s:10:\"expiration\";i:1631374767;s:2:\"ip\";s:12:\"213.3.32.103\";s:2:\"ua\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.38\";s:5:\"login\";i:1631201967;}}'),
(131,2,'wc_last_active','1631145600'),
(133,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"ed85eee6952af6ec6c3afeee65a58652\";a:11:{s:3:\"key\";s:32:\"ed85eee6952af6ec6c3afeee65a58652\";s:10:\"product_id\";i:1500;s:12:\"variation_id\";i:1503;s:9:\"variation\";a:1:{s:17:\"attribute_pa_teil\";s:18:\"linke-hintere-tuer\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"1a6d7e51247156171f2a00d3b418f369\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:35;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:35;s:8:\"line_tax\";i:0;}s:32:\"2b17d0e047694c2d990e9a52bb0256ae\";a:11:{s:3:\"key\";s:32:\"2b17d0e047694c2d990e9a52bb0256ae\";s:10:\"product_id\";i:1500;s:12:\"variation_id\";i:1501;s:9:\"variation\";a:1:{s:17:\"attribute_pa_teil\";s:10:\"rechte-tur\";}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"cee16499028b62ae779db1d89c6a2f34\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;}}}'),
(141,1,'_order_count','0'),
(143,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:450:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=7.4&platform=wordpress&platform_version=5.9.3&software=free&software_version=19.0&days_active=365plus&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$BQraPC1ppL7UYbzKX5pUZ7dIBvudkz0\";s:13:\"user_nicename\";s:5:\"admin\";s:10:\"user_email\";s:7:\"1@1.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-10-10 06:42:03\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:142:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"blog2social_access\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:10:\"loco_admin\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(147,3,'nickname','wp_iw0gvx'),
(148,3,'first_name',''),
(149,3,'last_name',''),
(150,3,'description',''),
(151,3,'rich_editing','true'),
(152,3,'syntax_highlighting','true'),
(153,3,'comment_shortcuts','false'),
(154,3,'admin_color','fresh'),
(155,3,'use_ssl','0'),
(156,3,'show_admin_bar_front','true'),
(157,3,'locale',''),
(158,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(159,3,'wp_user_level','10'),
(160,3,'_yoast_wpseo_profile_updated','1787260291'),
(161,3,'dismissed_wp_pointers',''),
(162,3,'session_tokens','a:2:{s:64:\"1f0bf302de1bfd9c64916761ea37649a17e5959acc1ba273794f152e73624a95\";a:4:{s:10:\"expiration\";i:1788486867;s:2:\"ip\";s:14:\"108.165.83.137\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1787277267;}s:64:\"6f170ca61bdad8dff9cf82eeba1ca4c24223d676fbda67f167f55e477efb130e\";a:4:{s:10:\"expiration\";i:1787811982;s:2:\"ip\";s:15:\"173.208.212.162\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";s:5:\"login\";i:1787639182;}}'),
(163,3,'wc_last_active','1787616000'),
(165,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),
(166,3,'_woocommerce_tracks_anon_id','woo:s5GUhFe//+Us+fVy1IPBYB/T'),
(167,3,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:450:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=7.4&platform=wordpress&platform_version=5.9.3&software=free&software_version=19.0&days_active=365plus&user_language=de_CH\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"3\";s:10:\"user_login\";s:9:\"wp_iw0gvx\";s:9:\"user_pass\";s:34:\"$P$Bn0mRYj/CbKrft85FqIEHYAWSLIyI61\";s:13:\"user_nicename\";s:9:\"wp_iw0gvx\";s:10:\"user_email\";s:20:\"wp_iw0gvx@oynxu1.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2026-08-20 21:11:31\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"wp_iw0gvx\";}s:2:\"ID\";i:3;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:142:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"blog2social_access\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:10:\"loco_admin\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(168,4,'nickname','fumtuitn'),
(169,4,'first_name',''),
(170,4,'last_name',''),
(171,4,'description',''),
(172,4,'rich_editing','true'),
(173,4,'syntax_highlighting','true'),
(174,4,'comment_shortcuts','false'),
(175,4,'admin_color','fresh'),
(176,4,'use_ssl','0'),
(177,4,'show_admin_bar_front','true'),
(178,4,'locale',''),
(179,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(180,4,'wp_user_level','10'),
(181,4,'_yoast_wpseo_profile_updated','1787277281'),
(182,4,'dismissed_wp_pointers',''),
(183,4,'facebook',''),
(184,4,'instagram',''),
(185,4,'linkedin',''),
(186,4,'myspace',''),
(187,4,'pinterest',''),
(188,4,'soundcloud',''),
(189,4,'tumblr',''),
(190,4,'twitter',''),
(191,4,'youtube',''),
(192,4,'wikipedia',''),
(193,4,'last_update','1787277282'),
(195,3,'wp_dashboard_quick_press_last_post_id','1522'),
(196,3,'_woocommerce_load_saved_cart_after_login','1'),
(197,5,'nickname','wp_mc8jvw'),
(198,5,'first_name',''),
(199,5,'last_name',''),
(200,5,'description',''),
(201,5,'rich_editing','true'),
(202,5,'syntax_highlighting','true'),
(203,5,'comment_shortcuts','false'),
(204,5,'admin_color','fresh'),
(205,5,'use_ssl','0'),
(206,5,'show_admin_bar_front','true'),
(207,5,'locale',''),
(208,5,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(209,5,'wp_user_level','10'),
(210,5,'_yoast_wpseo_profile_updated','1788373910'),
(211,5,'dismissed_wp_pointers',''),
(212,5,'session_tokens','a:5:{s:64:\"3cc5bc7b6f25ec401d26d9c939446906b4efa82399efdffc9d3a6ebd9605cb9a\";a:4:{s:10:\"expiration\";i:1788546716;s:2:\"ip\";s:14:\"45.131.195.145\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:5:\"login\";i:1788373916;}s:64:\"3d4748d60736155f445b468336f92a26e236f0a0e850f583aedae1a295259603\";a:4:{s:10:\"expiration\";i:1789592940;s:2:\"ip\";s:14:\"202.134.14.158\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36\";s:5:\"login\";i:1788383340;}s:64:\"a775288040bb16c5242663236610575b8cffdd8424566b5180bc32bc5dde7b63\";a:4:{s:10:\"expiration\";i:1789598003;s:2:\"ip\";s:13:\"104.28.208.84\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1788388403;}s:64:\"a3eb17b4c663f34d834d2e48051ce8885af0a1fc52f764fabcd4e666ef9b91e2\";a:4:{s:10:\"expiration\";i:1788574409;s:2:\"ip\";s:12:\"125.63.8.214\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15\";s:5:\"login\";i:1788401609;}s:64:\"4aae8f8e00dc55308439308f4e7457f26490eda9b1504457a090d0fa7de63515\";a:4:{s:10:\"expiration\";i:1789613955;s:2:\"ip\";s:13:\"103.154.49.89\";s:2:\"ua\";s:122:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 OPR/70.0.3728.95\";s:5:\"login\";i:1788404355;}}'),
(213,5,'wc_last_active','1788393600'),
(215,5,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),
(216,5,'_woocommerce_tracks_anon_id','woo:TqVJ1A7ME6ukg5WNXHybbOlZ'),
(217,5,'wp_dashboard_quick_press_last_post_id','1523'),
(218,5,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:450:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=7.4&platform=wordpress&platform_version=5.9.3&software=free&software_version=19.0&days_active=365plus&user_language=de_CH\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"5\";s:10:\"user_login\";s:9:\"wp_mc8jvw\";s:9:\"user_pass\";s:34:\"$P$BpZR9GebXzzoWN8NDmFs8yHoKfpOo/1\";s:13:\"user_nicename\";s:9:\"wp_mc8jvw\";s:10:\"user_email\";s:20:\"wp_mc8jvw@dpqlgh.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2026-09-02 18:31:50\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:9:\"wp_mc8jvw\";}s:2:\"ID\";i:5;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:142:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"blog2social_access\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:10:\"loco_admin\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(219,5,'wp_user-settings','deleted'),
(220,5,'wp_user-settings-time','1788383342'),
(221,6,'nickname','WhoAdminKnows'),
(222,6,'first_name',''),
(223,6,'last_name',''),
(224,6,'description',''),
(225,6,'rich_editing','true'),
(226,6,'syntax_highlighting','true'),
(227,6,'comment_shortcuts','false'),
(228,6,'admin_color','fresh'),
(229,6,'use_ssl','0'),
(230,6,'show_admin_bar_front','true'),
(231,6,'locale',''),
(232,6,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(233,6,'wp_user_level','10'),
(234,6,'_yoast_wpseo_profile_updated','1788383348'),
(235,6,'dismissed_wp_pointers',''),
(236,6,'facebook',''),
(237,6,'instagram',''),
(238,6,'linkedin',''),
(239,6,'myspace',''),
(240,6,'pinterest',''),
(241,6,'soundcloud',''),
(242,6,'tumblr',''),
(243,6,'twitter',''),
(244,6,'youtube',''),
(245,6,'wikipedia',''),
(246,6,'last_update','1788383349');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'admin','$P$BQraPC1ppL7UYbzKX5pUZ7dIBvudkz0','admin','1@1.com','','2019-10-10 06:42:03','',0,'admin'),
(2,'hbtisol','$P$Bs4mIj9xFUJHNe2de6LiEDgyDHtnzg.','hbtisol','info@ipsolution.eu','','2021-09-03 17:43:44','1630691024:$P$BI.PgRHpPKgRTjc9QgqJ91IjZ29oLA0',0,'HBT-ISOL'),
(3,'wp_iw0gvx','$P$Bn0mRYj/CbKrft85FqIEHYAWSLIyI61','wp_iw0gvx','wp_iw0gvx@oynxu1.com','','2026-08-20 21:11:31','',0,'wp_iw0gvx'),
(4,'fumtuitn','$P$Buan0DMbMBHp/jvKQHx88Y/dnXJXEx/','fumtuitn','flottenpy@gmail.com','','2026-08-21 01:54:41','1787277282:$P$B1.O1HIJRwKMobp9r8N1fuG8Vk.Gcl1',0,'fumtuitn'),
(5,'wp_mc8jvw','$P$BpZR9GebXzzoWN8NDmFs8yHoKfpOo/1','wp_mc8jvw','wp_mc8jvw@dpqlgh.com','','2026-09-02 18:31:50','',0,'wp_mc8jvw'),
(6,'WhoAdminKnows','$P$BxmTZi1OE0FTEtRTMQR3P4f9NbVUrU1','whoadminknows','kod3cc@gmail.com','','2026-09-02 21:09:08','1788383348:$P$BwaOWiGBCfTMOggRUk44kFf0xtmbiN1',0,'WhoAdminKnows');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_admin_note_actions`
--
DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_note_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`note_id` bigint(20) unsigned NOT NULL,
`name` varchar(255) NOT NULL,
`label` varchar(255) NOT NULL,
`query` longtext NOT NULL,
`status` varchar(255) NOT NULL,
`is_primary` tinyint(1) NOT NULL DEFAULT 0,
`actioned_text` varchar(255) NOT NULL,
`nonce_action` varchar(255) DEFAULT NULL,
`nonce_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=148 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_admin_note_actions`
--
LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES
(4,4,'connect','Connect','?page=wc-addons§ion=helper','actioned',0,'',NULL,NULL),
(6,6,'learn-more','Mehr erfahren','https://woocommerce.com/mobile/','actioned',0,'',NULL,NULL),
(10,8,'tracking-opt-in','Activate usage tracking','','actioned',1,'',NULL,NULL),
(40,10,'affirm-insight-first-sale','Ja','','actioned',0,'Thanks for your feedback',NULL,NULL),
(41,10,'deny-insight-first-sale','Nein','','actioned',0,'Thanks for your feedback',NULL,NULL),
(42,11,'day-after-first-product','Mehr erfahren','https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),
(43,12,'update-store-details','Update store details','http://flotten.webdress.site/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned',0,'',NULL,NULL),
(66,13,'learn-more','Mehr erfahren','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),
(67,14,'learn-more','Mehr erfahren','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),
(68,15,'learn-more','Mehr erfahren','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),
(69,16,'learn-more','Mehr erfahren','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),
(146,9,'update-db_run','WooCommerce Datenbank aktualisieren','http://flotten.webdress.site/wp-admin/plugin-editor.php?file=contact-form-7%2Fwp-contact-form-7.php&plugin=contact-form-7%2Fwp-contact-form-7.php&do_update_woocommerce=true','unactioned',1,'wc_db_update','wc_db_update','wc_db_update_nonce'),
(147,9,'update-db_learn-more','Mehr über Aktualisierungen erfahren','https://docs.woocommerce.com/document/how-to-update-woocommerce/','unactioned',0,'',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_admin_notes`
--
DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_notes` (
`note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`type` varchar(20) NOT NULL,
`locale` varchar(20) NOT NULL,
`title` longtext NOT NULL,
`content` longtext NOT NULL,
`icon` varchar(200) NOT NULL DEFAULT 'info',
`content_data` longtext DEFAULT NULL,
`status` varchar(200) NOT NULL,
`source` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_reminder` datetime DEFAULT NULL,
`is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
`layout` varchar(20) NOT NULL DEFAULT '',
`image` varchar(200) DEFAULT NULL,
`is_deleted` tinyint(1) NOT NULL DEFAULT 0,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_admin_notes`
--
LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES
(4,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','info','{}','unactioned','woocommerce-admin','2021-09-15 15:39:45',NULL,0,'',NULL,0,0),
(6,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','phone','{}','unactioned','woocommerce-admin','2021-09-28 07:43:23',NULL,0,'',NULL,0,0),
(8,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"http://flotten.webdress.site/wp-admin/admin.php?page=wc-settings&tab=advanced&section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.','info','{}','unactioned','woocommerce-admin','2021-09-28 07:43:23',NULL,0,'',NULL,0,0),
(9,'wc-update-db-reminder','update','en_US','Aktualisierung der WooCommerce-Datenbank erforderlich.','WooCommerce wurde aktualisiert! Für den reibungslosen Betrieb muss Ihre Datenbank auf die neueste Version aktualisiert werden. Die Aktualisierung der Datenbank läuft im Hintergrund ab und kann etwas dauern. Bitte haben Sie etwas Geduld. Fortgeschrittene Benutzer können alternativ über <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a> aktualisieren.','info','{}','unactioned','woocommerce-core','2022-03-20 17:56:25',NULL,0,'plain',NULL,0,0),
(10,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','info','{}','unactioned','woocommerce-admin','2022-03-28 20:27:05',NULL,0,'plain','',0,0),
(11,'wc-admin-customizing-product-catalog','info','en_US','How to customize your product catalog','You want your product catalog and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','info','{}','unactioned','woocommerce-admin','2022-03-28 20:27:05',NULL,0,'plain','',0,0),
(12,'wc-admin-update-store-details','info','en_US','Edit your store details if you need to','Nice work completing your store profile! You can always go back and edit the details you just shared, as needed.','info','{}','unactioned','woocommerce-admin','2022-03-28 20:27:05',NULL,0,'plain','',0,0),
(13,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','info','{}','unactioned','woocommerce-admin','2022-06-19 20:06:54',NULL,0,'plain','',0,0),
(14,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','info','{}','unactioned','woocommerce-admin','2022-09-20 04:52:04',NULL,0,'plain','',0,0),
(15,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','info','{}','unactioned','woocommerce-admin','2022-12-20 00:48:47',NULL,0,'plain','',0,0),
(16,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','info','{}','unactioned','woocommerce-admin','2023-03-24 05:45:55',NULL,0,'plain','',0,0);
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_category_lookup`
--
DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_category_lookup` (
`category_tree_id` bigint(20) unsigned NOT NULL,
`category_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_category_lookup`
--
LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES
(32,32),
(34,34),
(46,46),
(49,49);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_customer_lookup`
--
DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_customer_lookup` (
`customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned DEFAULT NULL,
`username` varchar(60) NOT NULL DEFAULT '',
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`email` varchar(100) DEFAULT NULL,
`date_last_active` timestamp NULL DEFAULT NULL,
`date_registered` timestamp NULL DEFAULT NULL,
`country` char(2) NOT NULL DEFAULT '',
`postcode` varchar(20) NOT NULL DEFAULT '',
`city` varchar(100) NOT NULL DEFAULT '',
`state` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`customer_id`),
UNIQUE KEY `user_id` (`user_id`),
KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_customer_lookup`
--
LOCK TABLES `wp_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_download_log`
--
DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_download_log` (
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`permission_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip_address` varchar(100) DEFAULT '',
PRIMARY KEY (`download_log_id`),
KEY `permission_id` (`permission_id`),
KEY `timestamp` (`timestamp`),
CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_download_log`
--
LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_coupon_lookup`
--
DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`coupon_id` bigint(20) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`discount_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`coupon_id`),
KEY `coupon_id` (`coupon_id`),
KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--
LOCK TABLES `wp_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_product_lookup`
--
DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_product_lookup` (
`order_item_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`variation_id` bigint(20) unsigned NOT NULL,
`customer_id` bigint(20) unsigned DEFAULT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`product_qty` int(11) NOT NULL,
`product_net_revenue` double NOT NULL DEFAULT 0,
`product_gross_revenue` double NOT NULL DEFAULT 0,
`coupon_amount` double NOT NULL DEFAULT 0,
`tax_amount` double NOT NULL DEFAULT 0,
`shipping_amount` double NOT NULL DEFAULT 0,
`shipping_tax_amount` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`),
KEY `product_id` (`product_id`),
KEY `customer_id` (`customer_id`),
KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_product_lookup`
--
LOCK TABLES `wp_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_stats`
--
DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_stats` (
`order_id` bigint(20) unsigned NOT NULL,
`parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`num_items_sold` int(11) NOT NULL DEFAULT 0,
`total_sales` double NOT NULL DEFAULT 0,
`tax_total` double NOT NULL DEFAULT 0,
`shipping_total` double NOT NULL DEFAULT 0,
`net_total` double NOT NULL DEFAULT 0,
`returning_customer` tinyint(1) DEFAULT NULL,
`status` varchar(200) NOT NULL,
`customer_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_id`),
KEY `date_created` (`date_created`),
KEY `customer_id` (`customer_id`),
KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_stats`
--
LOCK TABLES `wp_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_order_tax_lookup`
--
DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
`order_id` bigint(20) unsigned NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`shipping_tax` double NOT NULL DEFAULT 0,
`order_tax` double NOT NULL DEFAULT 0,
`total_tax` double NOT NULL DEFAULT 0,
PRIMARY KEY (`order_id`,`tax_rate_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_order_tax_lookup`
--
LOCK TABLES `wp_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_product_attributes_lookup`
--
DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
`product_id` bigint(20) NOT NULL,
`product_or_parent_id` bigint(20) NOT NULL,
`taxonomy` varchar(32) NOT NULL,
`term_id` bigint(20) NOT NULL,
`is_variation_attribute` tinyint(1) NOT NULL,
`in_stock` tinyint(1) NOT NULL,
KEY `product_or_parent_id_term_id` (`product_or_parent_id`,`term_id`),
KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--
LOCK TABLES `wp_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_product_meta_lookup`
--
DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
`product_id` bigint(20) NOT NULL,
`sku` varchar(100) DEFAULT '',
`virtual` tinyint(1) DEFAULT 0,
`downloadable` tinyint(1) DEFAULT 0,
`min_price` decimal(19,4) DEFAULT NULL,
`max_price` decimal(19,4) DEFAULT NULL,
`onsale` tinyint(1) DEFAULT 0,
`stock_quantity` double DEFAULT NULL,
`stock_status` varchar(100) DEFAULT 'instock',
`rating_count` bigint(20) DEFAULT 0,
`average_rating` decimal(3,2) DEFAULT 0.00,
`total_sales` bigint(20) DEFAULT 0,
`tax_status` varchar(100) DEFAULT 'taxable',
`tax_class` varchar(100) DEFAULT '',
PRIMARY KEY (`product_id`),
KEY `virtual` (`virtual`),
KEY `downloadable` (`downloadable`),
KEY `stock_status` (`stock_status`),
KEY `stock_quantity` (`stock_quantity`),
KEY `onsale` (`onsale`),
KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_product_meta_lookup`
--
LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_meta_lookup` VALUES
(1396,'SCMN 01',0,0,30.0000,50.0000,0,NULL,'instock',0,0.00,1,'taxable',''),
(1397,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable',''),
(1398,'',0,0,75.0000,75.0000,0,NULL,'instock',0,0.00,0,'taxable',''),
(1426,'',0,0,10.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable',''),
(1427,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1428,'',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1429,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1430,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1431,'',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1432,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1433,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1434,'',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1435,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1436,'',0,0,10.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable',''),
(1437,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1438,'',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1439,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1440,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1441,'',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1442,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1443,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1444,'',0,0,20.0000,20.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1445,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1487,'111Link',0,0,30.0000,30.0000,0,10,'instock',0,0.00,0,'taxable','parent'),
(1488,'SCMN 01-1',0,0,50.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable',''),
(1489,'222',0,0,60.0000,60.0000,0,11,'instock',0,0.00,0,'taxable','parent'),
(1490,'111',0,0,50.0000,50.0000,0,10,'instock',0,0.00,0,'taxable','parent'),
(1492,'SCMN 01-1-1',0,0,0.0000,0.0000,0,1,'instock',0,0.00,0,'taxable',''),
(1498,'222Recht',0,0,50.0000,50.0000,0,10,'instock',0,0.00,0,'taxable','parent'),
(1500,'SCMN 01-1',0,0,25.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable',''),
(1501,'222Recht-1',0,0,50.0000,50.0000,0,10,'instock',0,0.00,0,'taxable','parent'),
(1502,'111Link-1',0,0,30.0000,30.0000,0,10,'instock',0,0.00,0,'taxable','parent'),
(1503,'111',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),
(1504,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_rate_limits`
--
DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_rate_limits` (
`rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`rate_limit_key` varchar(200) NOT NULL,
`rate_limit_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`rate_limit_id`),
UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_rate_limits`
--
LOCK TABLES `wp_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wp_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_reserved_stock`
--
DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_reserved_stock` (
`order_id` bigint(20) NOT NULL,
`product_id` bigint(20) NOT NULL,
`stock_quantity` double NOT NULL DEFAULT 0,
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_reserved_stock`
--
LOCK TABLES `wp_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_tax_rate_classes`
--
DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
`tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_class_id`),
UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_tax_rate_classes`
--
LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES
(1,'Reduced rate','reduced-rate'),
(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_webhooks`
--
DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_webhooks` (
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(200) NOT NULL,
`name` text NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`delivery_url` text NOT NULL,
`secret` text NOT NULL,
`topic` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`api_version` smallint(4) NOT NULL,
`failure_count` smallint(10) NOT NULL DEFAULT 0,
`pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`webhook_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_webhooks`
--
LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_api_keys`
--
DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_api_keys` (
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`description` varchar(200) DEFAULT NULL,
`permissions` varchar(10) NOT NULL,
`consumer_key` char(64) NOT NULL,
`consumer_secret` char(43) NOT NULL,
`nonces` longtext DEFAULT NULL,
`truncated_key` char(7) NOT NULL,
`last_access` datetime DEFAULT NULL,
PRIMARY KEY (`key_id`),
KEY `consumer_key` (`consumer_key`),
KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_api_keys`
--
LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) NOT NULL,
`attribute_label` varchar(200) DEFAULT NULL,
`attribute_type` varchar(20) NOT NULL,
`attribute_orderby` varchar(20) NOT NULL,
`attribute_public` int(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--
LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_attribute_taxonomies` VALUES
(1,'farbe','Farbe','color','menu_order',0),
(2,'grosse','Grösse','select','menu_order',0),
(3,'teil','Teil','image','menu_order',0),
(4,'teil-dropdown','Teil Dropdown','select','menu_order',0);
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`download_id` varchar(36) NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`order_key` varchar(200) NOT NULL,
`user_email` varchar(200) NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`downloads_remaining` varchar(9) DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`permission_id`),
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
KEY `order_id` (`order_id`),
KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--
LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_log`
--
DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`level` smallint(4) NOT NULL,
`source` varchar(200) NOT NULL,
`message` longtext NOT NULL,
`context` longtext DEFAULT NULL,
PRIMARY KEY (`log_id`),
KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_log`
--
LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--
LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES
(1,1,'_product_id','1396'),
(2,1,'_variation_id','1420'),
(3,1,'_qty','1'),
(4,1,'_tax_class',''),
(5,1,'_line_subtotal','10'),
(6,1,'_line_subtotal_tax','0'),
(7,1,'_line_total','10'),
(8,1,'_line_tax','0'),
(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),
(10,1,'pa_farbe','grau'),
(11,1,'pa_grosse','3-8-x-6-8-m'),
(12,2,'method_id','flat_rate'),
(13,2,'instance_id','1'),
(14,2,'cost','10.00'),
(15,2,'total_tax','0'),
(16,2,'taxes','a:1:{s:5:\"total\";a:0:{}}'),
(17,2,'Items','Product 1 - Grau, 3.8 x 6.8 m × 1');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_items`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` text NOT NULL,
`order_item_type` varchar(200) NOT NULL DEFAULT '',
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_items`
--
LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES
(1,'Product 1 - Grau, 3.8 x 6.8 m','line_item',1446),
(2,'Flat rate','shipping',1446);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_token_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `payment_token_id` (`payment_token_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--
LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokens`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`gateway_id` varchar(200) NOT NULL,
`token` text NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`type` varchar(200) NOT NULL,
`is_default` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`token_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--
LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_sessions`
--
DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) NOT NULL,
`session_value` longtext NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_id`),
UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=187 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_sessions`
--
LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES
(186,'5','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:741:\"a:27:{s:2:\"id\";s:1:\"5\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"AG\";s:7:\"country\";s:2:\"CH\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"AG\";s:16:\"shipping_country\";s:2:\"CH\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:20:\"wp_mc8jvw@dpqlgh.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}',1788556141);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_id` bigint(20) unsigned NOT NULL,
`location_code` varchar(200) NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `location_id` (`location_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--
LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES
(2,1,'CH','country');
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
`zone_id` bigint(20) unsigned NOT NULL,
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(200) NOT NULL,
`method_order` bigint(20) unsigned NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--
LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES
(1,1,'flat_rate',1,1),
(0,2,'flat_rate',1,1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zones`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_name` varchar(200) NOT NULL,
`zone_order` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--
LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES
(1,'Switzerland',0);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_code` varchar(200) NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--
LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(2) NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) NOT NULL DEFAULT '',
`tax_rate` varchar(8) NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) unsigned NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT 0,
`tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
`tax_rate_order` bigint(20) unsigned NOT NULL,
`tax_rate_class` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`(2)),
KEY `tax_rate_class` (`tax_rate_class`(10)),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rates`
--
LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable`
--
DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`permalink` longtext DEFAULT NULL,
`permalink_hash` varchar(40) DEFAULT NULL,
`object_id` bigint(20) DEFAULT NULL,
`object_type` varchar(32) NOT NULL,
`object_sub_type` varchar(32) DEFAULT NULL,
`author_id` bigint(20) DEFAULT NULL,
`post_parent` bigint(20) DEFAULT NULL,
`title` text DEFAULT NULL,
`description` mediumtext DEFAULT NULL,
`breadcrumb_title` text DEFAULT NULL,
`post_status` varchar(20) DEFAULT NULL,
`is_public` tinyint(1) DEFAULT NULL,
`is_protected` tinyint(1) DEFAULT 0,
`has_public_posts` tinyint(1) DEFAULT NULL,
`number_of_pages` int(11) unsigned DEFAULT NULL,
`canonical` longtext DEFAULT NULL,
`primary_focus_keyword` varchar(191) DEFAULT NULL,
`primary_focus_keyword_score` int(3) DEFAULT NULL,
`readability_score` int(3) DEFAULT NULL,
`is_cornerstone` tinyint(1) DEFAULT 0,
`is_robots_noindex` tinyint(1) DEFAULT 0,
`is_robots_nofollow` tinyint(1) DEFAULT 0,
`is_robots_noarchive` tinyint(1) DEFAULT 0,
`is_robots_noimageindex` tinyint(1) DEFAULT 0,
`is_robots_nosnippet` tinyint(1) DEFAULT 0,
`twitter_title` text DEFAULT NULL,
`twitter_image` longtext DEFAULT NULL,
`twitter_description` longtext DEFAULT NULL,
`twitter_image_id` varchar(191) DEFAULT NULL,
`twitter_image_source` text DEFAULT NULL,
`open_graph_title` text DEFAULT NULL,
`open_graph_description` longtext DEFAULT NULL,
`open_graph_image` longtext DEFAULT NULL,
`open_graph_image_id` varchar(191) DEFAULT NULL,
`open_graph_image_source` text DEFAULT NULL,
`open_graph_image_meta` mediumtext DEFAULT NULL,
`link_count` int(11) DEFAULT NULL,
`incoming_link_count` int(11) DEFAULT NULL,
`prominent_words_version` int(11) unsigned DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
`language` varchar(32) DEFAULT NULL,
`region` varchar(32) DEFAULT NULL,
`schema_page_type` varchar(64) DEFAULT NULL,
`schema_article_type` varchar(64) DEFAULT NULL,
`has_ancestors` tinyint(1) DEFAULT 0,
`estimated_reading_time_minutes` int(11) DEFAULT NULL,
`version` int(11) DEFAULT 1,
`object_last_modified` datetime DEFAULT NULL,
`object_published_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
KEY `object_id_and_type` (`object_id`,`object_type`),
KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable`
--
LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES
(1,'http://flotten.webdress.site/author/admin/','42:57ea19334889e82ee9c8e4f6b02fcf52',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://1.gravatar.com/avatar/d219af79b45e5891507fda4c4c2139a0?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://1.gravatar.com/avatar/d219af79b45e5891507fda4c4c2139a0?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-03-20 19:27:57','2022-03-20 18:27:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-06 18:01:45','2019-10-13 15:00:07'),
(2,'http://flotten.webdress.site/','29:97b5e198b89adff0dbb2b6d478df4c55',16,'post','page',1,0,NULL,NULL,'Frontpage','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-20 19:27:57','2022-03-20 18:27:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-05-31 17:48:25','2019-10-13 15:18:39'),
(3,'http://flotten.webdress.site/','29:97b5e198b89adff0dbb2b6d478df4c55',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Flotten','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2022-03-20 19:27:57','2026-09-03 00:13:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-09-02 22:33:33','2019-10-13 16:12:21'),
(4,'http://flotten.webdress.site/audi-rs6-2/','40:1efa5e2b2e00e2e85cc0bab824de0e03',1356,'post','post',1,0,NULL,NULL,'AUDI RS6','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg',NULL,'1351','featured-image',NULL,NULL,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg','1351','featured-image','{\"width\":1170,\"height\":878,\"url\":\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg\",\"path\":\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/2020/03/Foto-20.03.20-07-50-14_ips.jpg\",\"size\":\"full\",\"id\":1351,\"alt\":\"\",\"pixels\":1027260,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-03-28 20:26:58','2022-03-28 18:26:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-23 07:36:18','2020-03-21 08:43:28'),
(5,'http://flotten.webdress.site/news/','34:95b6bbff38af3921a5c8365b357ffc3e',329,'post','page',1,0,NULL,NULL,'News','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-28 20:26:58','2022-03-28 18:26:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-10-17 16:21:53','2019-10-17 16:21:53'),
(6,'http://flotten.webdress.site/shop/','34:5909c1781c95cd332a0be2b995021141',1391,'post','page',1,0,NULL,NULL,'Mein Flotten','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-28 21:02:40','2022-03-28 19:02:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-06 08:47:55','2020-04-18 11:00:00'),
(7,'http://flotten.webdress.site/cart/','34:31180eec1a6a5fd0a62cd4f85918a321',1392,'post','page',1,0,NULL,NULL,'Cart','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-28 22:38:23','2022-03-28 20:38:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-04-18 11:00:00','2020-04-18 11:00:00'),
(8,'http://flotten.webdress.site/e-mail-senden/','43:0004b76fc2c4ef13642bea420dfa67ca',891,'post','page',1,0,NULL,NULL,'E-mail senden','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 00:38:23','2022-03-28 22:38:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-19 15:53:06','2019-11-19 15:39:05'),
(9,'http://flotten.webdress.site/anfahrt/','37:db886bb83dff90d39d86718044ad3a73',892,'post','page',1,0,NULL,NULL,'Anfahrt','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 01:14:06','2022-03-28 23:14:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-19 15:49:53','2019-11-19 15:42:23'),
(10,'http://flotten.webdress.site/product-category/abverkauf-carwrapping-lagerware1/','79:c188cda18516ffec83774dd86f4bc1f1',34,'term','product_cat',NULL,NULL,NULL,NULL,'HBT-ISOL.ch',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 01:49:49','2022-03-28 23:49:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-03 17:45:40','2020-04-18 12:01:22'),
(11,'http://flotten.webdress.site/offnungszeiten/','44:7b42ba53f3051fa64cc3cef08f196125',1033,'post','page',1,0,NULL,NULL,'Öffnungszeiten','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 02:25:31','2022-03-29 00:25:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-19 15:44:32','2019-11-19 15:43:48'),
(12,'http://flotten.webdress.site/firma/','35:b75fafd427e5e617ec19c7843fd5818d',26,'post','page',1,0,NULL,NULL,'Firma','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 03:01:14','2022-03-29 01:01:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-28 09:03:32','2019-10-13 15:37:56'),
(13,'http://flotten.webdress.site/dienstleistungen/steinschlagschutzfolierungen/','75:b7bace8d18777ffe8b030d9a21fcb374',829,'post','dienstleistungen',1,0,NULL,NULL,'Steinschlagschutzfolierungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 03:36:57','2022-03-29 01:36:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-15 17:22:54','2019-11-15 17:22:54'),
(14,'http://flotten.webdress.site/contacts/','38:0220acbb21665f8a3cd96e9dcb317c14',24,'post','page',1,0,NULL,NULL,'Kontakt','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 04:12:40','2022-03-29 02:12:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-07 11:14:56','2019-10-13 15:37:47'),
(15,'http://flotten.webdress.site/impressum-2/','41:8bbd58e1201c72284ba706caf8942f3d',1295,'post','page',1,0,NULL,NULL,'Impressum','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 05:24:06','2022-03-29 03:24:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-27 08:40:31','2019-12-27 08:18:14'),
(16,'http://flotten.webdress.site/mercedes-teilfolierungen/','54:0677adf18d7780d9fcd1f30c69f97ef5',1376,'post','post',1,0,NULL,NULL,'MERCEDES AMG GLC Coupe 63S','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://flotten.webdress.site/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg',NULL,'1377','featured-image',NULL,NULL,'http://flotten.webdress.site/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg','1377','featured-image','{\"width\":1170,\"height\":878,\"url\":\"http://flotten.webdress.site/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg\",\"path\":\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/2020/03/IMG_2523_cardress_ips.jpg\",\"size\":\"full\",\"id\":1377,\"alt\":\"\",\"pixels\":1027260,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-03-29 06:35:31','2022-03-29 04:35:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-26 13:57:42','2020-03-26 13:33:21'),
(17,'http://flotten.webdress.site/agbs/','34:866d89285822502018d5a5ca39eb45b5',351,'post','page',1,0,NULL,NULL,'AGB’s','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-29 08:11:14','2022-03-29 06:11:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-04 09:52:28','2019-10-18 12:16:05'),
(18,'http://flotten.webdress.site/audi-rs6-%f0%9f%9a%98/','51:73d37c4a920c9752a461c6c087da0647',1349,'post','post',1,0,NULL,NULL,'AUDI RS6','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg',NULL,'1353','featured-image',NULL,NULL,'http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg','1353','featured-image','{\"width\":1170,\"height\":878,\"url\":\"http://flotten.webdress.site/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg\",\"path\":\"/var/www/flotten.webdress.site/public_html/wp-content/uploads/2020/03/Foto-20.03.20-08-07-58_ips.jpg\",\"size\":\"full\",\"id\":1353,\"alt\":\"\",\"pixels\":1027260,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2022-03-29 13:18:00','2022-03-29 11:18:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-23 07:27:50','2020-03-21 08:38:45'),
(19,'http://flotten.webdress.site/unser-team/','40:7aa34cb4bac324512a4598057de77db4',20,'post','page',1,0,NULL,NULL,'Unser Team','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-01 19:22:25','2022-04-01 17:22:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-22 20:26:38','2019-10-13 15:31:33'),
(20,'http://flotten.webdress.site/dienstleistungen/schweizweiter-montageservice/','75:b32768888ae2f77f42966b4bd4b6079c',876,'post','dienstleistungen',1,0,NULL,NULL,'Schweizweiter Montageservice','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-02 18:27:50','2022-04-02 16:27:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-16 09:28:49','2019-11-16 09:28:49'),
(21,'http://flotten.webdress.site/disclaimer/','40:e02d648c6b5e5a0075ea316cf83c73f1',345,'post','page',1,0,NULL,NULL,'Disclaimer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-14 17:56:37','2022-06-14 15:56:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-10-18 12:12:54','2019-10-18 11:53:48'),
(22,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19 23:31:25','2022-06-19 21:31:25',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),
(23,'http://flotten.webdress.site/dienstleistungen/liftfolierungen/','62:2e4ee4f04c6cc259fe929cf6c8f8aab9',828,'post','dienstleistungen',1,0,NULL,NULL,'Liftfolierungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20 00:38:16','2022-06-19 22:38:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-15 17:22:26','2019-11-15 17:22:26'),
(24,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20 12:41:40','2022-06-20 10:41:40',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),
(25,'http://flotten.webdress.site/dienstleistungen/abhol-und-lieferservice-von-fahrzeugen/','85:89ac51932f16f0b0ce45a354a054bfd3',875,'post','dienstleistungen',1,0,NULL,NULL,'Abhol- und Lieferservice von Fahrzeugen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 03:22:09','2022-08-12 01:22:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-11-16 09:28:15','2019-11-16 09:28:15'),
(26,'http://flotten.webdress.site/dienstleistungen/lackschutz/','57:dfdcfbf9a0f35dcb63707485c596bc9d',84,'post','dienstleistungen',1,0,NULL,NULL,'Selbstheilende Lackschutzfolien','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 04:15:40','2022-08-12 02:15:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-08 19:09:02','2019-10-13 17:30:52'),
(27,'http://flotten.webdress.site/dienstleistungen/bootsfolierungen/','63:5bb4382fd5eff7c375fa1a38fb6c5e03',859,'post','dienstleistungen',1,0,NULL,NULL,'Bootsfolierungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 07:49:57','2022-08-12 05:49:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-08 18:13:56','2019-10-13 17:00:11'),
(28,'http://flotten.webdress.site/dienstleistungen/folienpflege/','59:380c1fefc10a47201d633b3424cd7ed0',850,'post','dienstleistungen',1,0,NULL,NULL,'Folienpflege','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 08:43:31','2022-08-12 06:43:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-08 19:05:45','2019-10-13 15:35:41'),
(29,'http://flotten.webdress.site/dienstleistungen/fahrzeugfolierungen/','66:8a0c80d6edb803c95033c0766425d1ca',879,'post','dienstleistungen',1,0,NULL,NULL,'Fahrzeugfolierungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 09:37:05','2022-08-12 07:37:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-26 13:49:51','2019-10-13 18:30:00'),
(30,'http://flotten.webdress.site/dienstleistungen/allgeimeine-folierungsarbeiten/','77:ce08926f3537482512d83a25cb74bc74',1127,'post','dienstleistungen',1,0,NULL,NULL,'Allgeimeine Folierungsarbeiten','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 19:40:17','2022-08-12 17:40:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-02 13:38:12','2019-12-02 13:38:12'),
(31,'http://flotten.webdress.site/dienstleistungen/jobs/','51:8b021cc2ed56059cad8a531fd9977936',958,'post','dienstleistungen',1,0,NULL,NULL,'Jobs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 19:40:18','2022-08-12 17:40:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-02 07:23:05','2019-11-18 11:33:44'),
(32,'http://flotten.webdress.site/dienstleistungen/anhangerfolierungen/','66:3c0c012af34bf07f008390214d47ff55',827,'post','dienstleistungen',1,0,NULL,NULL,'Anhängerfolierungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12 19:40:20','2022-08-12 17:40:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-08 18:00:37','2019-11-15 17:15:24'),
(33,'http://flotten.webdress.site/dienstleistungen/folierungen/','58:892f4c08475658063e4e159374fa3132',224,'post','dienstleistungen',1,0,NULL,NULL,'Teilfolierungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-15 22:40:20','2022-08-15 20:40:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-26 13:55:25','2019-10-13 18:00:17'),
(34,'http://flotten.webdress.site/dienstleistungen/teilfolierungen-an-fahrzeugen/','76:6653ba72a5aa987324f67e523dd0caaa',1126,'post','dienstleistungen',1,0,NULL,NULL,'Teilfolierungen an Fahrzeugen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-30 07:01:27','2022-09-30 05:01:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2019-12-02 13:36:41','2019-12-02 13:36:41'),
(35,'http://flotten.webdress.site/my-account/','40:0552b60d8f973123bf59037abfd3427f',1394,'post','page',1,0,NULL,NULL,'Mein Konto','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-30 11:38:01','2024-06-30 09:38:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-09-06 17:20:32','2020-04-18 11:00:00'),
(36,'http://flotten.webdress.site/author/wp_iw0gvx/','46:505d52b9d5f22b23e8fbd3dae9ec042a',3,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://2.gravatar.com/avatar/590f378ff1567865a65bdbb232c4859e?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://2.gravatar.com/avatar/590f378ff1567865a65bdbb232c4859e?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2026-08-20 21:11:31','2026-08-20 19:11:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-08-20 21:11:31',NULL),
(37,'http://flotten.webdress.site/author/fumtuitn/','45:6fbfcefb2f993d95fecadb640c37e49c',4,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://1.gravatar.com/avatar/a3919befb235221973bb27bfdfe6685a?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://1.gravatar.com/avatar/a3919befb235221973bb27bfdfe6685a?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2026-08-21 01:54:41','2026-08-20 23:54:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-08-21 01:54:42',NULL),
(38,'http://flotten.webdress.site/author/wp_mc8jvw/','46:af1f3a461cc9458e918beec60e42242e',5,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://1.gravatar.com/avatar/dd38e06f356174cda2182a7bb53fca90?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://1.gravatar.com/avatar/dd38e06f356174cda2182a7bb53fca90?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2026-09-02 18:31:50','2026-09-03 00:13:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-09-02 22:33:33',NULL),
(39,'http://flotten.webdress.site/author/whoadminknows/','50:74a98e966eeec2a0f302c55439ee28e3',6,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://0.gravatar.com/avatar/34c902521141842af0383367327d737e?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://0.gravatar.com/avatar/34c902521141842af0383367327d737e?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2026-09-02 21:09:08','2026-09-02 19:09:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-09-02 21:09:09',NULL),
(46,'http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq.zip','70:03714b24b5d47c5b869401e6c7a83ed6',1530,'post','attachment',5,0,NULL,NULL,'gdtmmdqioq.zip','private',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-09-03 02:59:24','2026-09-03 00:59:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-09-03 02:59:24','2026-09-03 02:59:24'),
(47,'http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq-1.zip','72:878f23e4423ba2b39aec663e12dd053d',1531,'post','attachment',5,0,NULL,NULL,'gdtmmdqioq.zip','private',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-09-03 02:59:27','2026-09-03 00:59:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-09-03 02:59:27','2026-09-03 02:59:27'),
(48,'http://flotten.webdress.site/wp-content/uploads/2026/09/gdtmmdqioq-2.zip','72:f3980861dcc2c868c994aa0f9202cc6e',1532,'post','attachment',5,0,NULL,NULL,'gdtmmdqioq.zip','private',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2026-09-03 02:59:29','2026-09-03 00:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2026-09-03 02:59:29','2026-09-03 02:59:29');
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--
DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
`indexable_id` int(11) unsigned NOT NULL,
`ancestor_id` int(11) unsigned NOT NULL,
`depth` int(11) unsigned DEFAULT NULL,
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`indexable_id`,`ancestor_id`),
KEY `indexable_id` (`indexable_id`),
KEY `ancestor_id` (`ancestor_id`),
KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--
LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES
(2,0,0,1),
(4,0,0,1),
(5,0,0,1),
(6,0,0,1),
(7,0,0,1),
(8,0,0,1),
(9,0,0,1),
(10,0,0,1),
(11,0,0,1),
(12,0,0,1),
(13,0,0,1),
(14,0,0,1),
(15,0,0,1),
(16,0,0,1),
(17,0,0,1),
(18,0,0,1),
(19,0,0,1),
(20,0,0,1),
(21,0,0,1),
(22,0,0,1),
(23,0,0,1),
(25,0,0,1),
(26,0,0,1),
(27,0,0,1),
(28,0,0,1),
(29,0,0,1),
(30,0,0,1),
(31,0,0,1),
(32,0,0,1),
(33,0,0,1),
(34,0,0,1),
(35,0,0,1),
(36,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_migrations`
--
DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`version` varchar(191) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_migrations`
--
LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES
(1,'20171228151840'),
(2,'20171228151841'),
(3,'20190529075038'),
(4,'20191011111109'),
(5,'20200408101900'),
(6,'20200420073606'),
(7,'20200428123747'),
(8,'20200428194858'),
(9,'20200429105310'),
(10,'20200430075614'),
(11,'20200430150130'),
(12,'20200507054848'),
(13,'20200513133401'),
(14,'20200609154515'),
(15,'20200616130143'),
(16,'20200617122511'),
(17,'20200702141921'),
(18,'20200728095334'),
(19,'20201202144329'),
(20,'20201216124002'),
(21,'20201216141134'),
(22,'20210817092415'),
(23,'20211020091404');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_primary_term`
--
DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) DEFAULT NULL,
`term_id` bigint(20) DEFAULT NULL,
`taxonomy` varchar(32) NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `post_taxonomy` (`post_id`,`taxonomy`),
KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_primary_term`
--
LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) NOT NULL,
`post_id` bigint(20) unsigned NOT NULL,
`target_post_id` bigint(20) unsigned NOT NULL,
`type` varchar(8) NOT NULL,
`indexable_id` int(11) unsigned DEFAULT NULL,
`target_indexable_id` int(11) unsigned DEFAULT NULL,
`height` int(11) unsigned DEFAULT NULL,
`width` int(11) unsigned DEFAULT NULL,
`size` int(11) unsigned DEFAULT NULL,
`language` varchar(32) DEFAULT NULL,
`region` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_meta`
--
DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint(20) unsigned NOT NULL,
`internal_link_count` int(10) unsigned DEFAULT NULL,
`incoming_link_count` int(10) unsigned DEFAULT NULL,
UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES
(16,0,0),
(20,0,0),
(26,0,0),
(34,0,0),
(36,0,0),
(38,0,0),
(55,0,0),
(56,0,0),
(57,0,0),
(58,0,0),
(59,0,0),
(61,0,0),
(62,0,0),
(63,0,0),
(85,0,0),
(86,0,0),
(88,0,0),
(93,0,0),
(94,0,0),
(95,0,0),
(98,0,0),
(104,0,0),
(112,0,0),
(113,0,0),
(130,0,0),
(131,0,0),
(209,0,0),
(210,0,0),
(217,0,0),
(224,0,0),
(234,0,0),
(235,0,0),
(236,0,0),
(237,0,0),
(255,0,0),
(256,0,0),
(257,0,0),
(258,0,0),
(273,0,0),
(285,0,0),
(286,0,0),
(287,0,0),
(288,0,0),
(289,0,0),
(290,0,0),
(291,0,0),
(292,0,0),
(293,0,0),
(294,0,0),
(295,0,0),
(296,0,0),
(297,0,0),
(298,0,0),
(299,0,0),
(300,0,0),
(301,0,0),
(302,0,0),
(303,0,0),
(304,0,0),
(305,0,0),
(306,0,0),
(307,0,0),
(308,0,0),
(309,0,0),
(310,0,0),
(357,0,0),
(359,0,0),
(435,0,0),
(436,0,0),
(456,0,0),
(457,0,0),
(458,0,0),
(459,0,0),
(460,0,0),
(461,0,0),
(462,0,0),
(463,0,0),
(464,0,0),
(465,0,0),
(466,0,0),
(467,0,0),
(468,0,0),
(469,0,0),
(471,0,0),
(472,0,0),
(473,0,0),
(474,0,0),
(475,0,0),
(476,0,0),
(477,0,0),
(478,0,0),
(479,0,0),
(480,0,0),
(481,0,0),
(482,0,0),
(483,0,0),
(484,0,0),
(485,0,0),
(486,0,0),
(487,0,0),
(488,0,0),
(489,0,0),
(490,0,0),
(491,0,0),
(492,0,0),
(493,0,0),
(494,0,0),
(495,0,0),
(496,0,0),
(497,0,0),
(498,0,0),
(499,0,0),
(500,0,0),
(501,0,0),
(502,0,0),
(503,0,0),
(504,0,0),
(505,0,0),
(506,0,0),
(507,0,0),
(508,0,0),
(509,0,0),
(510,0,0),
(511,0,0),
(516,0,0),
(517,0,0),
(518,0,0),
(519,0,0),
(520,0,0),
(521,0,0),
(522,0,0),
(523,0,0),
(524,0,0),
(525,0,0),
(529,0,0),
(530,0,0),
(531,0,0),
(532,0,0),
(533,0,0),
(534,0,0),
(535,0,0),
(536,0,0),
(537,0,0),
(538,0,0),
(539,0,0),
(540,0,0),
(541,0,0),
(542,0,0),
(543,0,0),
(544,0,0),
(545,0,0),
(546,0,0),
(547,0,0),
(548,0,0),
(549,0,0),
(550,0,0),
(551,0,0),
(552,0,0),
(553,0,0),
(555,0,0),
(556,0,0),
(557,0,0),
(558,0,0),
(560,0,0),
(561,0,0),
(562,0,0),
(563,0,0),
(564,0,0),
(565,0,0),
(566,0,0),
(567,0,0),
(568,0,0),
(569,0,0),
(570,0,0),
(573,0,0),
(574,0,0),
(575,0,0),
(576,0,0),
(577,0,0),
(578,0,0),
(579,0,0),
(582,0,0),
(584,0,0),
(586,0,0),
(587,0,0),
(588,0,0),
(589,0,0),
(592,0,0),
(593,0,0),
(594,0,0),
(595,0,0),
(642,0,0),
(643,0,0),
(644,0,0),
(645,0,0),
(646,0,0),
(647,0,0),
(648,0,0),
(649,0,0),
(650,0,0),
(651,0,0),
(652,0,0),
(653,0,0),
(654,0,0),
(655,0,0),
(656,0,0),
(657,0,0),
(658,0,0),
(659,0,0),
(660,0,0),
(661,0,0),
(662,0,0),
(663,0,0),
(664,0,0),
(665,0,0),
(666,0,0),
(667,0,0),
(668,0,0),
(669,0,0),
(670,0,0),
(671,0,0),
(672,0,0),
(673,0,0),
(674,0,0),
(675,0,0),
(676,0,0),
(677,0,0),
(678,0,0),
(679,0,0),
(680,0,0),
(681,0,0),
(682,0,0),
(683,0,0),
(687,0,0),
(688,0,0),
(689,0,0),
(690,0,0),
(692,0,0),
(693,0,0),
(694,0,0),
(695,0,0),
(696,0,0),
(697,0,0),
(698,0,0),
(701,0,0),
(702,0,0),
(703,0,0),
(704,0,0),
(705,0,0),
(706,0,0),
(707,0,0),
(708,0,0),
(711,0,0),
(712,0,0),
(713,0,0),
(715,0,0),
(717,0,0),
(718,0,0),
(725,0,0),
(726,0,0),
(727,0,0),
(729,0,0),
(730,0,0),
(732,0,0),
(733,0,0),
(734,0,0),
(735,0,0),
(736,0,0),
(737,0,0),
(766,0,0),
(767,0,0),
(768,0,0),
(781,0,0),
(782,0,0),
(783,0,0),
(784,0,0),
(791,0,0),
(831,0,0),
(834,0,0),
(835,0,0),
(836,0,0),
(837,0,0),
(838,0,0),
(848,0,0),
(874,0,0),
(879,0,0),
(881,0,0),
(888,0,0),
(934,0,0),
(936,0,0),
(956,0,0),
(958,0,0),
(959,0,0),
(969,0,0),
(978,0,0),
(979,0,0),
(1042,0,0),
(1043,0,0),
(1044,0,0),
(1045,0,0),
(1046,0,0),
(1049,0,0),
(1056,0,0),
(1057,0,0),
(1058,0,0),
(1115,0,0),
(1128,0,0),
(1129,0,0),
(1130,0,0),
(1154,0,0),
(1180,0,0),
(1204,0,0),
(1206,0,0),
(1207,0,0),
(1209,0,0),
(1211,0,0),
(1213,0,0),
(1221,0,0),
(1224,0,0),
(1225,0,0),
(1227,0,0),
(1234,0,0),
(1238,0,0),
(1254,0,0),
(1256,0,0),
(1267,0,0),
(1268,0,0),
(1276,0,0),
(1282,0,0),
(1283,0,0),
(1284,0,0),
(1285,0,0),
(1286,0,0),
(1287,0,0),
(1292,0,0),
(1293,0,0),
(1295,0,0),
(1305,0,0),
(1307,0,0),
(1309,0,0),
(1310,0,0),
(1312,0,0),
(1313,0,0),
(1314,0,0),
(1316,0,0),
(1317,0,0),
(1322,0,0),
(1324,0,0),
(1326,0,0),
(1327,0,0),
(1330,0,0),
(1336,0,0),
(1339,0,0),
(1341,0,0),
(1349,0,0),
(1356,0,0),
(1361,0,0),
(1375,0,0),
(1376,0,0),
(1382,0,0),
(1389,0,0),
(1391,0,0),
(1392,0,0),
(1393,0,0),
(1394,0,0),
(1396,0,0),
(1397,0,0),
(1398,0,0),
(1399,0,0),
(1400,0,0),
(1403,0,0),
(1404,0,0),
(1405,0,0),
(1406,0,0),
(1409,0,0),
(1410,0,0),
(1412,0,0),
(1417,0,0),
(1418,0,0),
(1419,0,0),
(1420,0,0),
(1421,0,0),
(1422,0,0),
(1423,0,0),
(1424,0,0),
(1425,0,0),
(1426,0,0),
(1427,0,0),
(1428,0,0),
(1429,0,0),
(1430,0,0),
(1431,0,0),
(1432,0,0),
(1433,0,0),
(1434,0,0),
(1435,0,0),
(1436,0,0),
(1437,0,0),
(1438,0,0),
(1439,0,0),
(1440,0,0),
(1441,0,0),
(1442,0,0),
(1443,0,0),
(1444,0,0),
(1445,0,0),
(1447,0,0),
(1468,0,0),
(1477,0,0),
(1478,0,0),
(1479,0,0),
(1480,0,0),
(1481,0,0),
(1482,0,0),
(1483,0,0),
(1484,0,0),
(1485,0,0),
(1486,0,0),
(1488,0,0),
(1489,0,0),
(1490,0,0),
(1491,0,0),
(1492,0,0),
(1493,0,0),
(1494,0,0),
(1497,0,0),
(1499,0,0),
(1500,0,0),
(1505,0,0),
(1506,0,0),
(1507,0,0),
(1514,0,0),
(1516,0,0),
(1518,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-09-20 2:20:17