HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/slotzeist/db.sql
-- phpMyAdmin SQL Dump
-- version 4.7.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Gegenereerd op: 15 mrt 2018 om 16:57
-- Serverversie: 5.6.35
-- PHP-versie: 5.6.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";

--
-- Database: `cassette3_slotzeist`
--

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `bestellingen`
--

CREATE TABLE `bestellingen` (
  `bestelling_id` int(10) NOT NULL,
  `klant_id` int(10) NOT NULL,
  `order_id` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `datum` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `totaal` float NOT NULL,
  `bezorgkosten` float NOT NULL,
  `type_betaling` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `verzending` int(1) NOT NULL,
  `opmerkingen` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `opmerkingen_intern` text NOT NULL,
  `voltooid` int(1) NOT NULL,
  `betaald` int(1) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '0',
  `ideal_trans_id` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `tav` varchar(250) NOT NULL,
  `straat` varchar(250) NOT NULL,
  `huisnummer` varchar(250) NOT NULL,
  `postcode` varchar(250) NOT NULL,
  `plaats` varchar(250) NOT NULL,
  `land` varchar(250) NOT NULL,
  `in_archief` int(1) NOT NULL,
  `html` text NOT NULL,
  `parcel_id` varchar(255) NOT NULL,
  `tracktrace` int(10) NOT NULL,
  `label` blob NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `bestellingen_producten`
--

CREATE TABLE `bestellingen_producten` (
  `bp_id` int(10) NOT NULL,
  `uid` int(10) NOT NULL,
  `bestelling_id` int(10) NOT NULL,
  `aantal` int(10) NOT NULL,
  `prijs` float NOT NULL,
  `maat` varchar(255) NOT NULL,
  `options` text NOT NULL,
  `totaal` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `categories`
--

CREATE TABLE `categories` (
  `category_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(1) NOT NULL DEFAULT '0',
  `sub_of` int(10) NOT NULL DEFAULT '0',
  `zichtbaar` int(1) NOT NULL DEFAULT '1',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `categories`
--

INSERT INTO `categories` (`category_id`, `sectie_id`, `naam`, `url`, `position`, `sub_of`, `zichtbaar`, `active`) VALUES
(1, 2, 'Algemeen', '', 0, 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `category_posities`
--

CREATE TABLE `category_posities` (
  `category_positie_id` int(10) NOT NULL,
  `category_id` int(10) NOT NULL,
  `positie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `choice_options`
--

CREATE TABLE `choice_options` (
  `choice_id` int(10) UNSIGNED NOT NULL,
  `field_id` mediumint(8) UNSIGNED NOT NULL,
  `choice` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `value` varchar(250) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `custom_css`
--

CREATE TABLE `custom_css` (
  `custom_id` int(10) NOT NULL,
  `css_class` varchar(250) NOT NULL,
  `css` text NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1',
  `position` int(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `custom_css`
--

INSERT INTO `custom_css` (`custom_id`, `css_class`, `css`, `active`, `position`) VALUES
(1, 'panel-gray', '', 1, 0),
(2, 'panel-callout', '', 1, 0),
(3, 'devider-after', '', 1, 0),
(4, 'image-callout', '', 1, 0),
(5, 'panel-black', '', 1, 0),
(6, 'panel-primary', '', 1, 0),
(7, 'devide-cells-with-border', '', 1, 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_categories`
--

CREATE TABLE `entry_categories` (
  `entry_category_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `category_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_choices`
--

CREATE TABLE `entry_choices` (
  `entry_choice_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `choice_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_links`
--

CREATE TABLE `entry_links` (
  `entry_link_id` int(10) NOT NULL,
  `entry_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL,
  `link_type` int(1) NOT NULL,
  `value` varchar(250) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_posities`
--

CREATE TABLE `entry_posities` (
  `entry_positie_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `positie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `entry_posities`
--

INSERT INTO `entry_posities` (`entry_positie_id`, `unique_id`, `positie_id`) VALUES
(1, 4, 3),
(2, 2, 3),
(30, 25, 1),
(4, 1, 3),
(6, 20, 1),
(7, 23, 1),
(8, 22, 1),
(28, 19, 1),
(18, 18, 1),
(11, 17, 1),
(12, 16, 1),
(13, 15, 1),
(14, 14, 1),
(15, 13, 1),
(16, 12, 1),
(17, 11, 1),
(19, 26, 1),
(33, 28, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_syns`
--

CREATE TABLE `entry_syns` (
  `entry_syn_id` int(10) NOT NULL,
  `uid` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `syn_id` int(10) NOT NULL,
  `org_syn_id` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_tags`
--

CREATE TABLE `entry_tags` (
  `entry_tag_id` int(10) UNSIGNED NOT NULL,
  `unique_id` int(10) NOT NULL,
  `entry_id` int(10) UNSIGNED NOT NULL,
  `template_id` int(10) NOT NULL,
  `tag_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `entry_tags`
--

INSERT INTO `entry_tags` (`entry_tag_id`, `unique_id`, `entry_id`, `template_id`, `tag_id`) VALUES
(16, 24, 0, 0, 2),
(18, 25, 0, 0, 1),
(3, 19, 0, 0, 2),
(4, 21, 0, 0, 2),
(15, 24, 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `field_types`
--

CREATE TABLE `field_types` (
  `field_id` mediumint(8) UNSIGNED NOT NULL,
  `name` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `form_element` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `datatype` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `description` varchar(250) NOT NULL,
  `in_group` int(1) NOT NULL DEFAULT '0',
  `in_formgenerator` int(1) NOT NULL DEFAULT '0',
  `in_template` int(1) NOT NULL DEFAULT '0',
  `in_dragdrop` int(1) NOT NULL DEFAULT '0',
  `html` text NOT NULL,
  `wrap` int(1) NOT NULL DEFAULT '1',
  `position` int(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Gegevens worden geëxporteerd voor tabel `field_types`
--

INSERT INTO `field_types` (`field_id`, `name`, `form_element`, `datatype`, `description`, `in_group`, `in_formgenerator`, `in_template`, `in_dragdrop`, `html`, `wrap`, `position`) VALUES
(1, 'Input', 'text', 'varchar(250)', 'Tekstveld', 0, 1, 1, 0, '', 1, 0),
(5, 'Text', 'textarea', 'text', 'Tekstveld (multiline)', 1, 1, 1, 0, '', 1, 0),
(6, 'Image', 'image', 'tinytext', 'Foto', 1, 0, 1, 0, '', 1, 0),
(11, 'Tags', 'tag', 'text', 'Tags', 0, 0, 1, 0, '', 1, 0),
(12, 'Entry links', 'link', 'varchar(250)', 'Links', 0, 0, 1, 0, '', 1, 0),
(22, 'shop', 'shop', 'varchar(250)', 'Shop', 0, 0, 1, 0, '', 1, 0),
(25, 'Group', 'field_group', 'veld groep', 'Group', 0, 0, 0, 1, '<div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div>', 0, 0),
(3, 'autocomplete', 'autocomplete', 'int(10)', 'Autocomplete', 0, 0, 1, 0, '', 1, 0),
(24, 'checkbox', 'checkbox', 'int(10)', 'Checkbox', 0, 1, 1, 0, '', 1, 0),
(26, 'h1', 'h1', 'varchar(250)', 'h1', 0, 0, 1, 0, '<div class=\"col24 single-row\">\r\n<div class=\"column-wrapper\">\r\n<h1>{fields_contents}</h1>\r\n</div>\r\n</div>', 1, 1),
(27, 'h2', 'h2', 'varchar(250)', 'h2', 0, 0, 1, 0, '<div class=\"col24 single-row\">\r\n<div class=\"column-wrapper\">\r\n<h2>{fields_contents}</h2>\r\n</div>\r\n</div>', 1, 2),
(28, 'select', 'select', 'varchar(250)', 'Select', 0, 1, 1, 0, '', 1, 0),
(29, 'Files', 'files', 'text', 'Files', 1, 0, 1, 0, '', 1, 0),
(14, 'Date', 'datepicker', 'varchar(250)', 'Date', 0, 1, 1, 0, '', 1, 0),
(31, 'radio', 'radio', 'int(10)', 'Radio', 0, 1, 1, 0, '', 1, 0),
(32, 'Form group', 'formgroup', 'varchar(250)', 'Form group', 0, 1, 0, 0, '', 1, 0),
(33, 'form', 'form', 'int(10)', 'form', 0, 0, 1, 0, '', 1, 0),
(34, 'em', 'em', 'varchar(250)', 'em', 0, 0, 1, 0, '', 1, 0),
(35, 'share', 'share', 'text', 'share', 0, 0, 1, 0, '<span class=\'st_facebook_hcount\' displayText=\'Facebook\'></span>\r\n				<span class=\'st_twitter_hcount\' displayText=\'Tweet\'></span>\r\n				<span class=\'st_linkedin_hcount\' displayText=\'LinkedIn\'></span>\r\n				<span class=\'st_googleplus_hcount\' displayText=\'Google +\'></span>\r\n				<span class=\'st_email_hcount\' displayText=\'Email\'></span>', 1, 0),
(36, 'cols', 'cols', 'text', 'cols', 0, 0, 1, 0, '', 1, 0),
(37, 'Color', 'colorpicker', 'varchar(250)', 'color', 0, 0, 1, 0, '', 1, 0),
(38, 'code', 'code', 'text', 'code', 0, 0, 0, 0, '', 1, 0),
(40, '2-column', '2-column', 'text', '2-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div', 1, 4),
(39, '1-column', '1-column', 'text', '1-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 3),
(51, 'custom', 'custom', 'custom', 'custom', 0, 0, 0, 1, '\r\n<div class=\"custom-code\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>', 0, 17),
(66, 'graph', 'graph', 'text', 'graph', 0, 0, 1, 0, '', 1, 18),
(42, '3-column', '3-column', 'text', '3-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 5),
(41, '4-column', '4-column', 'text', '4-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 6),
(43, 'img', 'img', 'img', 'Foto', 0, 0, 0, 1, '<div class=\"image-full-width\">\r\n	<div class=\"column-wrapper background\" edittype=\"image\">\r\n		<img src=\"http://placehold.it/1200x300&text=IMAGE\">\r\n	</div>\r\n</div>', 1, 18),
(44, 'devider', 'devider', 'text', 'devider', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<hr/>\r\n</div>\r\n</div>', 1, 10),
(45, 'spacer', 'spacer', 'spacer', 'spacer', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n', 1, 0),
(46, 'dragdrop', 'dragdrop', 'text', 'dragdrop', 0, 0, 1, 0, '', 1, 0),
(48, '2-column-centered', '2-column-centered', 'text', '2-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-4 medium-offset-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-4 end cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 8),
(49, '3-column-centered', '3-column-centered', 'text', '3-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-2 medium-offset-3 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 end cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 9),
(50, '1-column-centered', '1-column-centered', 'text', '1-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-8 medium-offset-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 7),
(54, 'showcase', 'showcase', 'showcase', 'showcase', 0, 0, 0, 1, '<section id=\"egghgcifke\" class=\"\">\r\n	<div class=\"image-showcase\">\r\n		<div class=\"showcase-case\" datagroup=\"case\">\r\n	\r\n	\r\n	\r\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\r\n			<div class=\"grid-x\">\r\n		\r\n				<div class=\"small-12 cell\">\r\n					<div class=\"column-wrapper\" edittype=\"showcase-text\">\r\n					\r\n						<h1>Heading</h1>\r\n						<p>Text</p>\r\n					\r\n					</div>\r\n				</div>\r\n				\r\n			</div>	\r\n		</div>\r\n\r\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\r\n						<img src=\"https://via.placeholder.com/1200x600?text=image\">\r\n		</div>\r\n		\r\n		\r\n		\r\n		</div>\r\n	</div>\r\n</section>', 0, 16),
(55, '1-2-column', '1-2-column', 'text', '2-column', 0, 0, 0, 0, '<div class=\"col8\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col16\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 1, 12),
(57, 'item-links', 'item-links', 'category-link', 'item-links', 0, 0, 0, 0, '<div class=\"col6\">\r\n	<div class=\"column-wrapper\" edittype=\"textarea\">\r\n		<p>Room for image</p>\r\n	</div>\r\n	</div>\r\n\r\n	<div class=\"col18\">\r\n	<div class=\"column-wrapper\" edittype=\"textarea\">\r\n	<p>Room for text</p>\r\n	</div>\r\n</div>', 1, 15),
(58, '1-4-column', '1-4-column', 'text', '1-4-column', 0, 0, 0, 0, '<div class=\"col6\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col18\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 1, 13),
(59, 'geboortedatum', 'geboortedatum', 'varchar(250)', 'geboortedatum', 0, 1, 1, 0, '', 1, 0),
(60, 'upload', 'upload', 'varchar(250)', 'upload', 0, 1, 1, 0, '', 1, 0),
(61, 'postdata', 'postdata', 'varchar(250)', 'postdata', 0, 1, 1, 0, '', 1, 0),
(63, '3-1-column', '3-1-column', 'text', '3-1-column', 0, 0, 0, 0, '<div class=\"col18\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col6\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n', 1, 14),
(64, 'synoniem', 'synoniem', 'varchar(255)', 'synoniem', 0, 0, 1, 0, '', 1, 0),
(62, 'Image-crop', 'image-crop', 'text', 'image-crop', 0, 0, 1, 0, '', 1, 0),
(65, '4-column-centered', '4-column-centered', 'text', '4-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-2 medium-offset-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 end cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 9),
(67, '5-column', '5-column', 'text', '5-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n\r\n</div>', 1, 6),
(68, '4-column (image+text)', '4-column-test', 'text', '4-column-test', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n\r\n\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n</div>\r\n\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n</div>\r\n\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n</div>\r\n\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n</div>\r\n\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 6),
(69, '2-column callout', '2-column callout', 'text', '2-column callout', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n\r\n	<div class=\"small-12 large-6 cell\">\r\n\r\n		<div class=\"column-wrapper\">\r\n			<div class=\"callout\">\r\n			\r\n				<h3>Titel</h3>\r\n				<p>Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. </p>\r\n				<a data-toggle=\"panel1\">Meer Informatie</a>\r\n	  	\r\n				<div id=\"panel1\" class=\"hide\" data-toggler=\"hide\">\r\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n				</div>\r\n			\r\n			</div>\r\n		</div>\r\n		\r\n		\r\n\r\n	</div>\r\n\r\n\r\n	<div class=\"small-12 large-6 cell\">\r\n\r\n		<div class=\"column-wrapper\">\r\n			<div class=\"callout\">\r\n			\r\n				<h3>Titel</h3>\r\n				<p>Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. </p>\r\n				<a data-toggle=\"panel2\">Meer Informatie</a>\r\n	  	\r\n				<div id=\"panel2\" class=\"hide\" data-toggler=\"hide\">\r\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n				</div>\r\n			\r\n			</div>\r\n		</div>\r\n\r\n	</div>\r\n\r\n	\r\n</div>\r\n', 1, 6);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `forms`
--

CREATE TABLE `forms` (
  `form_id` int(10) NOT NULL,
  `form_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `form_response` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `field_response` int(10) NOT NULL DEFAULT '0',
  `unique_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `active` int(1) NOT NULL DEFAULT '0',
  `form_desc` text COLLATE utf8_unicode_ci NOT NULL,
  `button_label` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `custom_handler` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `locked` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `forms`
--

INSERT INTO `forms` (`form_id`, `form_name`, `form_response`, `field_response`, `unique_id`, `active`, `form_desc`, `button_label`, `custom_handler`, `locked`) VALUES
(1, 'Kom vrijblijvend bij ons langs!', 'bas.rozenbrand@gmail.com', 0, '5a4cc8ff1e52f', 1, '<p>U kunt natuurlijk altijd bij ons langskomen om de sfeer te proeven en de mogelijkheden te bekijken die Slot Zeist te bieden heeft.<br />\r\n<strong>Bel voor een afspraak 030 - 721 06 00</strong> of laat u terug bellen en door onderstaand formulier in te vullen.</p>\r\n\r\n<p><button class=\"button\" data-toggle=\"contact-general\" href=\"#\"><strong>Bel mij terug</strong></button></p>\r\n', 'Verstuur', '', 0),
(2, 'Vraag een vrijblijvende offerte aan', '', 0, '5aaa748352550', 1, '<p>U kunt natuurlijk altijd bij ons langskomen om de sfeer te proeven en de mogelijkheden te bekijken die Slot Zeist te bieden heeft.<br />\r\n<strong>Bel voor een afspraak 030 - 721 06 00</strong> of laat u terug bellen en door onderstaand formulier in te vullen.</p>\r\n\r\n<p><button class=\"button\" data-toggle=\"contact-general\" href=\"#\"><strong>Offerte aanvragen</strong></button></p>\r\n', 'Verstuur', '', 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `form_elements`
--

CREATE TABLE `form_elements` (
  `form_element_id` int(10) NOT NULL,
  `unique_id` varchar(25) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `field_id` int(10) NOT NULL DEFAULT '0',
  `name` varchar(250) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `description` text CHARACTER SET latin1 NOT NULL,
  `class` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(10) NOT NULL DEFAULT '0',
  `value` int(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `form_elements`
--

INSERT INTO `form_elements` (`form_element_id`, `unique_id`, `field_id`, `name`, `description`, `class`, `position`, `value`) VALUES
(1, '5a4cc8ff1e52f', 28, 'Aanhef', '', '', 0, 0),
(2, '5a4cc8ff1e52f', 1, 'Naam', '', '', 1, 1),
(3, '5a4cc8ff1e52f', 1, 'E-mailadres', '', '', 2, 1),
(4, '5a4cc8ff1e52f', 1, 'Telefoonnummer', '', '', 3, 1),
(5, '5a4cc8ff1e52f', 31, 'Hoe mogen wij contact met u opnemen?', '', '', 5, 0),
(6, '5a4cc8ff1e52f', 14, 'Datum', '', '', 4, 0),
(7, '5aaa748352550', 1, 'Naam', '', '', 1, 1),
(8, '5aaa748352550', 1, 'Bedrijfsnaam', '', '', 2, 1),
(9, '5aaa748352550', 1, 'E-mailadres', '', '', 3, 1),
(10, '5aaa748352550', 1, 'Telefoonummer', '', '', 4, 1),
(11, '5aaa748352550', 14, 'Datum evenement', '', '', 5, 0),
(12, '5aaa748352550', 1, 'Aantal gasten', '', '', 6, 0),
(13, '5aaa748352550', 5, 'Uw wensen', '', '', 7, 0),
(14, '5aaa748352550', 24, 'Algemene Voorwaarden', '', '', 8, 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `form_elements_options`
--

CREATE TABLE `form_elements_options` (
  `form_option_id` int(10) NOT NULL,
  `form_element_id` int(10) NOT NULL,
  `value` varchar(250) CHARACTER SET latin1 NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `form_elements_options`
--

INSERT INTO `form_elements_options` (`form_option_id`, `form_element_id`, `value`) VALUES
(1, 1, 'Dhr'),
(2, 1, 'Mw'),
(3, 1, 'Anders'),
(4, 2, 'undefined'),
(5, 3, 'undefined'),
(6, 4, 'undefined'),
(7, 5, 'E-mail'),
(8, 5, 'Telefonisch'),
(9, 6, 'undefined'),
(10, 7, 'undefined'),
(11, 8, 'undefined'),
(12, 9, 'undefined'),
(13, 10, 'undefined'),
(14, 11, 'undefined'),
(15, 12, 'undefined'),
(16, 13, 'undefined'),
(17, 14, 'Ik ga akkoord met de <a href=\"algemene-voorwaarden\">algemene voorwaarden</a> en ik geef Slot Zeist toestemming mijn gegevens te verwerken op de manier zoals omschreven in de <a href=\"privacyverklaring\">privacyverklaring</a>.');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `form_response`
--

CREATE TABLE `form_response` (
  `form_response_id` int(10) NOT NULL,
  `uid` varchar(250) NOT NULL,
  `form_id` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `value` text NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `htmltemplates`
--

CREATE TABLE `htmltemplates` (
  `template_id` int(10) NOT NULL,
  `titel` varchar(250) NOT NULL,
  `omschrijving` text NOT NULL,
  `html` text NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `instellingen`
--

CREATE TABLE `instellingen` (
  `id` int(10) NOT NULL,
  `bedrijfsnaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `adres` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `postcode_woonplaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `telefoon` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bank` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bank_iban` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bank_bic` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `kvk` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `btw` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `master_email` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `website` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `postbus` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `postbus_postcode_plaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `facebook_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `twitter_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `youtube_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `linkedin_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `pinterest_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `googleplus_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `items_per_pagina` int(10) NOT NULL DEFAULT '20',
  `ideal` int(1) NOT NULL DEFAULT '0',
  `factuur` int(1) NOT NULL DEFAULT '0',
  `automatische_incasso` int(1) NOT NULL DEFAULT '0',
  `administratie_kosten` float NOT NULL DEFAULT '0',
  `verzendkosten` float NOT NULL DEFAULT '0',
  `prefix_order_nummer` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '2013',
  `order_nummer` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `btw_percentage` float NOT NULL DEFAULT '21',
  `logo` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `logo_style` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `ideal_type` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'basic',
  `webshop` int(1) NOT NULL DEFAULT '0',
  `html_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `standaard_kleur` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '#000000',
  `css` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `custom_header` text COLLATE utf8_unicode_ci NOT NULL,
  `custom_footer` text COLLATE utf8_unicode_ci NOT NULL,
  `custom_sidebar` text COLLATE utf8_unicode_ci NOT NULL,
  `registration_mail` text COLLATE utf8_unicode_ci NOT NULL,
  `toon_menu` int(1) NOT NULL DEFAULT '1',
  `sticky_footer` int(1) NOT NULL DEFAULT '1',
  `payoff` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `typekit` text COLLATE utf8_unicode_ci NOT NULL,
  `google_analitics` text COLLATE utf8_unicode_ci NOT NULL,
  `myparcel_user` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `myparcel_apikey` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `tp_confirm_email` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `instellingen`
--

INSERT INTO `instellingen` (`id`, `bedrijfsnaam`, `adres`, `postcode_woonplaats`, `telefoon`, `bank`, `bank_iban`, `bank_bic`, `kvk`, `btw`, `master_email`, `website`, `postbus`, `postbus_postcode_plaats`, `facebook_url`, `twitter_url`, `youtube_url`, `linkedin_url`, `pinterest_url`, `googleplus_url`, `items_per_pagina`, `ideal`, `factuur`, `automatische_incasso`, `administratie_kosten`, `verzendkosten`, `prefix_order_nummer`, `order_nummer`, `btw_percentage`, `logo`, `logo_style`, `ideal_type`, `webshop`, `html_title`, `standaard_kleur`, `css`, `custom_header`, `custom_footer`, `custom_sidebar`, `registration_mail`, `toon_menu`, `sticky_footer`, `payoff`, `typekit`, `google_analitics`, `myparcel_user`, `myparcel_apikey`, `tp_confirm_email`) VALUES
(1, 'Slot Zeist', '', '', '', '', '', '', '', '', 'info@slotzeist.nl', 'http://slotzeist.test:8888', '', '', '', '', '', '', '', '', 20, 1, 1, 0, 0, 4, '1300', '0', 21, 'images/slotzeist.png', 'height:24px;margin-bottom:24px;', 'basic', 0, 'Slot Zeist', '#ac9162', 'isochips.css', '', '', '', '<div>\nBeste {voornaam} {achternaam},<br /><br />\nBedankt voor je registratie op verfenbehangland.nl. Onderstaand een bevestiging van de door jou ingegevoerde gegevens.<br /><br />\n	\nGoedinbehang.nl\n</div>', 1, 1, 'Slot Zeist', '<link rel=\"stylesheet\" href=\"https://use.typekit.net/jjt2fbe.css\">', '', 'goedinbehang', '9d01e9463abc1cd789f3657e7d64513954583197', 'Beste {naam_volledig},\r\n\r\nHiermee bevestigen wij dat uw bestelling met ordernummer {ordernummer} vandaag door ons is verzonden naar:\r\n\r\n{aflveradres}\r\n\r\nU kunt uw pakket volgen met de Track &amp; Trace link die u in een aparte e-mail ontvangt.\r\n\r\nMocht er onverhoopt iets mis zijn met de bestelling, mail dan direct naar verkoop@goedinbehang.nl dan zullen wij er voor zorgen dat het probleem zo snel mogelijk wordt opgelost.\r\n\r\nWij danken u vriendelijk voor uw bestelling.\r\n\r\nMet vriendelijke groet,\r\n\r\nGoedinbehang.nl\r\n');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `klanten`
--

CREATE TABLE `klanten` (
  `klant_id` int(11) NOT NULL,
  `type_klant` int(1) NOT NULL DEFAULT '1',
  `bedrijfsnaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `kvk` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `btw` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `telefoon` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `email` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `wachtwoord` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `aanhef` int(1) NOT NULL,
  `voornaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `tussenvoegsel` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `achternaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `straat` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `huisnummer` int(10) NOT NULL,
  `postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `plaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `land` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `locale` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'NL',
  `nieuwsbrief` int(1) NOT NULL DEFAULT '0',
  `ideal` int(1) NOT NULL DEFAULT '1',
  `factuur` int(1) NOT NULL DEFAULT '0',
  `incasso` int(1) NOT NULL DEFAULT '0',
  `administratiekosten` int(1) NOT NULL DEFAULT '1',
  `gevonden` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `saldo` float NOT NULL,
  `datum_aanmelding` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `kortingcode_reeks`
--

CREATE TABLE `kortingcode_reeks` (
  `codereeks_id` int(10) NOT NULL,
  `kortingscode_id` int(10) NOT NULL,
  `code` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `used_by_klant` int(10) NOT NULL DEFAULT '0',
  `date_used` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `kortingscodes`
--

CREATE TABLE `kortingscodes` (
  `kortingscode_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bedrag_percentage` int(10) NOT NULL,
  `type_code` int(1) NOT NULL,
  `prefix` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `geldig_van` date NOT NULL DEFAULT '0000-00-00',
  `geldig_tot` date NOT NULL DEFAULT '0000-00-00',
  `aantal` int(10) NOT NULL,
  `onbeperkt` int(11) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1',
  `position` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `languages`
--

CREATE TABLE `languages` (
  `language_id` int(10) NOT NULL,
  `name` varchar(100) NOT NULL,
  `locale` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `languages`
--

INSERT INTO `languages` (`language_id`, `name`, `locale`) VALUES
(1, 'nl', 'nl');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `link_data`
--

CREATE TABLE `link_data` (
  `link_data_id` int(10) NOT NULL,
  `name` varchar(255) NOT NULL,
  `find` varchar(255) NOT NULL,
  `template` text NOT NULL,
  `entry` int(10) NOT NULL DEFAULT '0',
  `section` int(10) NOT NULL,
  `category` int(10) NOT NULL,
  `position` int(10) NOT NULL DEFAULT '0',
  `repeat_items` int(10) NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `link_data`
--

INSERT INTO `link_data` (`link_data_id`, `name`, `find`, `template`, `entry`, `section`, `category`, `position`, `repeat_items`, `active`) VALUES
(1, 'agenda home', '{agenda}', '<div class=\"item-wrapper\">\n<div class=\"item\">\n\n<div class=\"event-image\">\n<div>{datum}</div>\n<img data-lazy=\"{image}\">\n</div>\n<h4>{naam}</h4>\n<p>{datum_vanaf} - {datum_tot}</p>\n<a href=\"{link}\" class=\"more\">Meer informatie</a>\n\n</div>\n</div>\n', 0, 9, 0, 0, 8, 1),
(2, 'zalenoverzicht', '{zalenoverzicht}', '<div class=\"small-6 large-3 cell\">\n\n<a href=\"{entry_link}\">\n<figure>\n<img src=\"{src}\" />\n<figcaption>{title}</figcaption>\n</figure>\n</a>\n\n</div>', 0, 12, 0, 0, 16, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `link_data_fields`
--

CREATE TABLE `link_data_fields` (
  `link_data_field_id` int(10) NOT NULL,
  `template_data_id` int(10) NOT NULL,
  `template` varchar(255) NOT NULL,
  `field` varchar(255) NOT NULL,
  `array` int(1) NOT NULL DEFAULT '0',
  `index` int(10) NOT NULL DEFAULT '0',
  `function` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `link_data_fields`
--

INSERT INTO `link_data_fields` (`link_data_field_id`, `template_data_id`, `template`, `field`, `array`, `index`, `function`, `active`) VALUES
(9, 2, '{entry_link}', 'entry_link', 0, 0, '0', 1),
(10, 2, '{title}', 'title', 0, 0, '0', 1),
(17, 1, '{image}', 'foto', 1, 0, '0', 1),
(18, 1, '{naam}', 'titel', 0, 0, '0', 1),
(19, 1, '{datum_vanaf}', 'datum_vanaf', 0, 0, '3', 1),
(20, 1, '{link}', 'entry_link', 0, 0, '0', 1),
(21, 1, '{datum_tot}', 'datum_tot', 0, 0, '3', 1),
(22, 1, '{datum}', 'datum_vanaf', 0, 0, '2', 1),
(23, 2, '{src}', 'image', 1, 0, '0', 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `order_labels`
--

CREATE TABLE `order_labels` (
  `label_id` int(10) NOT NULL,
  `order_id` int(10) NOT NULL,
  `consignment_id` varchar(255) NOT NULL,
  `parcel_id` varchar(255) NOT NULL,
  `tracktrace` varchar(255) NOT NULL,
  `label` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `page_redirects`
--

CREATE TABLE `page_redirects` (
  `redirect_id` int(10) NOT NULL,
  `old_url` text CHARACTER SET latin1 NOT NULL,
  `new_url` text CHARACTER SET latin1 NOT NULL,
  `position` int(10) NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `page_section_content`
--

CREATE TABLE `page_section_content` (
  `page_section_id` int(10) NOT NULL,
  `page_id` int(10) NOT NULL,
  `html` text COLLATE utf8_unicode_ci NOT NULL,
  `edittag` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `datatype` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `element_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `element_class` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `fullpage` int(1) NOT NULL DEFAULT '0',
  `custom` int(1) NOT NULL DEFAULT '0',
  `custom_content` text COLLATE utf8_unicode_ci NOT NULL,
  `css` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `link_data` int(10) NOT NULL DEFAULT '0',
  `sub_of` int(10) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL DEFAULT '1',
  `status` int(1) NOT NULL DEFAULT '1',
  `locked` int(1) DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `page_section_content`
--

INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(1, 3, '\n					\n					\n					\n					\n					<section id=\"mpmasglaki\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Slot Zeist</h1>\n\n<p style=\"text-align: center;\">Aan de zuidkant van Zeist, aan de rand van de bebouwde kom, ligt het indrukwekkende Slot Zeist. Er zijn maar weinig locaties zo indrukwekkend als Slot Zeist. De verschillende ruimtes in het slot hebben elk een eigen signatuur. Van de barokke stijlzalen, tot de moderne vergaderruimtes en van de gerestaureerde slotgewelven tot de complete theaterzaal.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(2, 3, '\n					\n					<section id=\"oldbipdpif\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Zaken doen</h2>\n\n<p style=\"text-align: center;\">In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Dineren</h2>\n\n<p style=\"text-align: center;\">In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Trouwen</h2>\n\n<p style=\"text-align: center;\">In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 2, 0, 0),
(3, 3, '<section id=\"upayogzrbn\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n\n</div></section>', '5-column', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(4, 3, '<section id=\"atnbqshbzr\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 2, 0, 0),
(5, 3, '\n					<section id=\"ppfryrdsmm\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Buitengewoon Slot Zeist</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 3, 1, 0),
(10, 3, '<section id=\"mchrfybvhg\" class=\"\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\">\n		<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\">\n					\n						<h1>Heading</h1>\n						<p>Text</p>\n					\n					</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://via.placeholder.com/1200x600?text=image\">\n		</div>\n		\n		\n		\n		</div>\n	</div>\n</section></section>', 'showcase', 'showcase', '', '', 1, 0, '', '', 0, 7, 1, 0, 0),
(6, 3, '\n					<section id=\"rpmdcaptvn\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-historie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Ruim 300 jaar<br>\nHistorie</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-centrale-locatie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Centraal gelegen<br>\nin Nederland</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-capaciteit.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Evenementen tot<br>\n1250 personen</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-cultuur.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Exposities met<br>\nKunst &amp; Cultuur</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-trouwen.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Officiele<br>\nTrouwlocatie</p>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					\n					', '5-column', 'text', '', '', 0, 0, '', '', 0, 4, 3, 1, 0),
(7, 3, '<section id=\"ggrxxcfxxb\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(8, 3, '\n					\n					\n					\n					<section id=\"gsgrhmsdnx\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Slot Zeist</h1>\n\n<p style=\"text-align: center;\">Aan de zuidkant van Zeist, aan de rand van de bebouwde kom, ligt het <a href=\"#\">indrukwekkende Slot Zeist</a>. Er zijn maar weinig locaties zo indrukwekkend als Slot Zeist. <a href=\"#\">De verschillende ruimtes in het slot</a> hebben elk een eigen signatuur. Van de barokke stijlzalen, tot de moderne vergaderruimtes en van de gerestaureerde slotgewelven tot de complete theaterzaal.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', 'devider-after', 0, 0, '', '', 0, 7, 1, 0, 0),
(9, 3, '\n					\n					<section id=\"dhizkympsc\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Zaken doen</h2>\n\n<p style=\"text-align: center;\">Slot Zeist is unieke vergaderlocatie:<br>\nmonumentale stijl gecombineerd met hedendaagse faciliteiten, de rust van een bosrijke omgeving en het gemak van een centrale ligging.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Dineren</h2>\n\n<p style=\"text-align: center;\">De ideale plek om na een wandeling of fietstocht door de Utrechtse Heuvelrug te pauzeren voor een lekker kopje koffie met huisgemaakt gebak of sluit de middag af met een borrel en hapjes.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Trouwen</h2>\n\n<p style=\"text-align: center;\">&nbsp;De meest romantische en meest complete trouwlocatie voor uw ja-woord : vraag uw aanstaande in de theekoepel... trouw in de sprookjesachtige Willemszaal... een receptie in de Spiegelzaal...</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Feesten</h2>\n\n<p style=\"text-align: center;\">Klein of groot, zakelijk of particulier, met een krap budget of een uitgebreide wensenlijst, het kan allemaal. Van een concert op zolder, tot aan private dining in de slotgewelven of een live band in de tuin.</p>\n</div>\n</div>\n</div></section>\n					\n					', '4-column', 'text', '', '', 0, 0, '', '', 0, 7, 2, 0, 0),
(11, 3, '<section id=\"rhymhctavw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(12, 3, '<section id=\"bwamfuzuwv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 1, 0, '', '', 0, 0, 0, 0, 0),
(13, 3, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"kcxnqpdnlv\" class=\"\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\">\n		\n	<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Prachtige locatie in een bosrijke omgeving geschikt voor elke gelegenheid</h1>\n\n<p><a class=\"button secondary\" href=\"#\">Evenementen bij Slot Zeist</a></p>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/Slot-Zeist.jpg\">\n		</div>\n		\n		\n		\n		</div><div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Dineren op het decor van de gouden eeuw</h1>\n\n<p><a class=\"button secondary\" href=\"#\">Private Dining bij Slot Zeist</a></p>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/Slot%2BZeist%2B074.jpg\">\n		</div>\n		\n		\n		\n		</div><div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Feesten met een vorstelijk tintje</h1>\n\n<p><a class=\"button secondary\" href=\"#\">Feesten bij Slot Zeist</a></p>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/ZiB_Eten_op_Rolletjes_SlotZeist_170818_DSC0908_Zeist_Mel_Boas-1080x721.jpg\">\n		</div>\n		\n		\n		\n		</div></div>\n</section></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(14, 3, '\n					\n					<section id=\"epetmtehuk\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-8 medium-offset-2 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Slot Zeist</h1>\n\n<p style=\"text-align: center;\">Aan de zuidkant van Zeist, aan de rand van de bebouwde kom, ligt het <a href=\"#\">indrukwekkende Slot Zeist</a>. Er zijn maar weinig locaties zo indrukwekkend als Slot Zeist. <a href=\"#\">De verschillende ruimtes in het slot</a> hebben elk een eigen signatuur. Van de barokke stijlzalen, tot de moderne vergaderruimtes en van de gerestaureerde slotgewelven tot de complete theaterzaal.</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column-centered', 'text', '', 'devider-after', 0, 0, '', '', 0, 7, 0, 0, 0),
(15, 3, '<section id=\"bbluiqkeyw\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(16, 3, '\n					\n					\n					<section id=\"hzrqpokakm\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div><img data-edit=\"true\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></div>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n					\n					\n					', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(17, 3, '\n					\n					\n					<section id=\"cvqpwnrudz\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper edittype=\" image\"=\"\" style=\"\"><p><img src=\"http://placehold.it/600x300&amp;text=IMAGE\"></p>\n</div>\n\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n					\n					\n					', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 12, 0, 0, 0),
(18, 3, '\n					<section id=\"xevivaqxws\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper edittype=\" image\"=\"\" style=\"\"><p><img src=\"http://placehold.it/600x300&amp;text=IMAGE\"></p>\n</div>\n\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n					', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 12, 0, 0, 0),
(19, 3, '\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"tmyvoosbrk\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper\" edittype=\"image\" style=\"\"><p><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></p>\n</div>\n\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 12, 0, 0, 0),
(20, 3, '\n					<section id=\"gddwrtatlt\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper\" edittype=\"image\" style=\"\"><p><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></p>\n</div>\n\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n					', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(21, 4, '					\r\n					<section id=\"lwlwwppfpx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n\r\n\r\n<div class=\"column-wrapper\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></div>\r\n\r\n<div class=\"column-wrapper\" style=\"display: none;\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"rrgvdvyveb\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, rrgvdvyveb\" title=\"Tekstverwerker, rrgvdvyveb\" aria-describedby=\"cke_60\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\" style=\"display: none;\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"dtotwairfc\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, dtotwairfc\" title=\"Tekstverwerker, dtotwairfc\" aria-describedby=\"cke_100\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\" style=\"display: none;\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"dtqhiueysv\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, dtqhiueysv\" title=\"Tekstverwerker, dtqhiueysv\" aria-describedby=\"cke_140\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\" style=\"display: none;\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"kupmozhhwu\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, kupmozhhwu\" title=\"Tekstverwerker, kupmozhhwu\" aria-describedby=\"cke_180\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\r\n</div>\r\n</div></section>\r\n					\r\n					', '4-column-test', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(22, 4, '\n					\n					<section id=\"wrxqxdtuqs\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>AAA</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/Slot%2BZeist%2B074.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>BBB</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-winter.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>CCC</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>DDD</p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"nrylumomcd\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, nrylumomcd\" title=\"Tekstverwerker, nrylumomcd\" aria-describedby=\"cke_180\" contenteditable=\"true\"><p>DDD</p>\n</div>\n</div>\n</div></div></section>\n					\n					', '4-column (image text)', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(23, 4, '\n					\n					\n					<section id=\"ucageqkzni\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-winter.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"klzhkyyrav\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, klzhkyyrav\" title=\"Tekstverwerker, klzhkyyrav\" aria-describedby=\"cke_76\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></div></section>\n					\n					\n					', '4-column (image text)', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(24, 4, '\n					\n					<section id=\"blzkkxvsfw\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"display: none;\"><p>aaaa</p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vskydmlhxf\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, vskydmlhxf\" title=\"Tekstverwerker, vskydmlhxf\" aria-describedby=\"cke_60\" contenteditable=\"true\"><p>aaaa</p></div></div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"display: none;\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"yhghtbilnv\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, yhghtbilnv\" title=\"Tekstverwerker, yhghtbilnv\" aria-describedby=\"cke_100\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"display: none;\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"mcrnrvghqp\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, mcrnrvghqp\" title=\"Tekstverwerker, mcrnrvghqp\" aria-describedby=\"cke_140\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"display: none;\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"kgccwsqmnu\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, kgccwsqmnu\" title=\"Tekstverwerker, kgccwsqmnu\" aria-describedby=\"cke_180\" contenteditable=\"true\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p></div></div>\n</div>\n</div></section>\n					\n					', '4-column (image text)', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(25, 4, '\n					\n					\n					\n					<section id=\"ikphiptlrt\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>aaaa</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-winter.jpg\"></div>\n\n<div class=\"column-wrapper\" style=\"\"><p>bbb</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"\"><p>cccc</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\" style=\"\"><p>ddd</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '4-column (image text)', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(26, 3, '\n					<section id=\"lboetyuqzb\" class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n	\n<div class=\"small-12 medium-6 large-3 cell\">\n	<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/zakelijk.jpg\"></div>\n\n	<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Zaken doen</h3>\n\n<p style=\"text-align: center;\">Slot Zeist is unieke vergaderlocatie:<br>\nmonumentale stijl gecombineerd met hedendaagse faciliteiten, de rust van een bosrijke omgeving en het gemak van een centrale ligging.</p>\n</div>\n\n	<div class=\"column-wrapper text-center link\" edittype=\"link\">\n		<a href=\"zaken-doen\" class=\"button overlay-link\">Zaken doe je bij Slot Zeist!</a>\n	</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n	\n	<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/524521852.jpg\"></div>\n	\n	<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Dineren</h3>\n\n<p style=\"text-align: center;\">De ideale plek om na een wandeling of fietstocht door de Utrechtse Heuvelrug te pauzeren voor een lekker kopje koffie met huisgemaakt gebak of sluit de middag af met een borrel en hapjes.</p>\n</div>\n	\n	<div class=\"column-wrapper text-center link\" edittype=\"link\">\n		<a href=\"\" class=\"button overlay-link\">Dineren in Slot Zeist</a>\n	</div>\n	\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n	<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/trouwen.jpg\"></div>\n\n	<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Trouwen</h3>\n\n<p style=\"text-align: center;\">&nbsp;De meest romantische en meest complete trouwlocatie voor uw ja-woord : vraag uw aanstaande in de theekoepel... trouw in de sprookjesachtige Willemszaal... een receptie in de Spiegelzaal...</p>\n</div>\n	\n	<div class=\"column-wrapper text-center link\" edittype=\"link\">\n		<a href=\"\" class=\"button overlay-link\">Trouwen bij Slot Zeist</a>\n	</div>\n	\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n	\n	<div class=\"column-wrapper image\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/feesten.jpg\"></div>\n\n	<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Feesten</h3>\n\n<p style=\"text-align: center;\">Klein of groot, zakelijk of particulier, met een krap budget of een uitgebreide wensenlijst, het kan allemaal. Van een concert op zolder, tot aan private dining in de slotgewelven of een live band in de tuin.</p>\n</div>\n	\n	<div class=\"column-wrapper text-center link\" edittype=\"link\">\n		<a href=\"\" class=\"button overlay-link\">Feest vieren op Slot Zeist</a>\n	</div>\n	\n</div>\n\n\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '4-column (image text)', 'text', '', '', 0, 0, '', '', 0, 7, 2, 1, 0),
(27, 3, '<section id=\"ehissnlgtc\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', 'agenda-slider', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(28, 3, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"vhwzmkilpf\" class=\"\" style=\"display: none;\">\n<div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n\n<div class=\"cell small-10 small-offset-1 slot-zeist-agenda\">\n{agenda}\n</div>\n\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<div class=\"column-wrapper\"><textarea class=\"input\" style=\"height: 100px;\" undefined=\"height:100px\">&lt;div class=\"grid-container\"&gt;\n&lt;div class=\"grid-x grid-padding-x\"&gt;\n\n&lt;div class=\"cell small-10 small-offset-1 slot-zeist-agenda\"&gt;\n{agenda}\n&lt;/div&gt;\n\n&lt;/div&gt;\n&lt;/div&gt;\n</textarea></div>', 'custom', 'custom', '', '', 0, 0, '', '', 1, 27, 1, 0, 0),
(29, 3, '\r\n					<section id=\"cerdhwbkhp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Agenda</h2>\r\n</div>\r\n</div>\r\n</div></section>\r\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 27, 0, 1, 0),
(30, 3, '\n					\n					\n					\n					<section id=\"xkhqtkkieo\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Slot Zeist</h1>\n\n<p style=\"text-align: center;\">Aan de zuidkant van Zeist, aan de rand van de bebouwde kom, ligt het <a href=\"#\">indrukwekkende Slot Zeist</a>.<br>\nEr zijn maar weinig locaties zo indrukwekkend als Slot Zeist. <a href=\"#\">De verschillende ruimtes in het slot</a> hebben elk een eigen signatuur.<br>\nVan de barokke stijlzalen, tot de moderne vergaderruimtes en van de gerestaureerde slotgewelven tot de complete theaterzaal.</p>\n\n<hr></div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(31, 9, '<section id=\"cdnkadysmk\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(32, 1, '\r\n					<section id=\"oiqhldyvnz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h1>Algemene Voorwaarden</h1>\r\n\r\n<p><strong>1. Toepasselijkheid van deze voorwaarden</strong></p>\r\n\r\n<p>Deze voorwaarden zijn van toepassing op al onze aanbiedingen, leveranties, prestaties en overeenkomsten en met uitsluiting van voorwaarden welke een opdrachtgever van toepassing mocht hebben verklaard.</p>\r\n\r\n<p><strong>2. Totstandkoming overeenkomst</strong></p>\r\n\r\n<p>Al onze aanbiedingen zijn vrijblijvend en kunnen worden ingetrokken of gewijzigd, zolang wij niet schriftelijk en/of digitaal en/of mondeling hebben bevestigd met acceptatie door opdrachtgever akkoord te gaan. Wijzigingen in de uitvoering van een opdracht is slechts mogelijk indien tijdig schriftelijk en/of digitaal aan ons is medegedeeld en door ons digitaal aanvaard.</p>\r\n\r\n<p><strong>3. Annuleringsvoorwaarden</strong></p>\r\n\r\n<p>Indien een aan ons gegeven opdracht, om welke reden dan ook, geheel of ten dele wordt geannuleerd, is de opdrachtgever verplicht een schadeloosstelling aan ons te betalen.</p>\r\n\r\n<p>Bij annulering meer dan 2 maanden voor uitvoering is de opdrachtgever verplicht 50% van het totale zaalhuur te betalen. Bij annulering meer dan 1 maand voor uitvoering is de opdrachtgever verplicht 40% van de aanneemsom te betalen.</p>\r\n\r\n<p>Bij annulering meer dan 14 dagen voor uitvoering is de opdrachtgever verplicht 50% van de aanneemsom te betalen. Bij annulering meer dan 7 dagen voor uitvoering is de opdrachtgever verplicht 80% van de aanneemsom te betalen.</p>\r\n\r\n<p>Bij annulering minder dan 7 dagen voor uitvoering / bedoeld tijdstip is de opdrachtgever verplicht 100% van de aanneemsom te betalen.</p>\r\n\r\n<p><strong>4. Betalingen</strong></p>\r\n\r\n<p>Er geldt een minimale aanbetaling van 70% van het totaalbedrag van de bevestiging, welke wordt verrekend met de eindfactuur. Deze aanbetaling geldt tevens als annuleringsdekking. Het aanbetalingsbedrag dient 5 dagen voor uitvoer op onze rekening te zijn bijgeschreven.</p>\r\n\r\n<p>De bevestiging is gebaseerd op de door u verstrekte gegevens, veranderingen in aantallen, eventuele diëten en/of reeds gemaakte afspraken vernemen wij minimaal 5 werkdagen voor de reserveringsdatum en worden indien van toepassing verwerkt in de eindfactuur.</p>\r\n\r\n<p><strong>5. Wijzigingen</strong></p>\r\n\r\n<p>Het definitieve aantal personen kan tot maximaal 5 werkdagen voorafgaande aan de uitvoering kosteloos worden gewijzigd, mits dit niet meer dan 20% afwijkt van het eerder overeengekomen aantal in de bevestiging. Dit aantal is bepalend voor de eindfactuur.</p>\r\n\r\n<p><strong>6. Schade</strong></p>\r\n\r\n<p>Eventuele beschadigingen aan gebouw of meubilair zijn voor rekening van de opdrachtgever. In/op/aan wanden, plafonds en pilaren mag niet worden gespijkerd of geplakt, noch op andere wijze iets worden bevestigd.</p>\r\n\r\n<p><strong>7. Antiek</strong></p>\r\n\r\n<p>Het is niet toegestaan om antieke voorwerpen te verplaatsen.</p>\r\n</div>\r\n</div>\r\n</div></section>\r\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(33, 9, '<section id=\"ioxptqtnff\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 1, 0, '', '', 0, 0, 1, 0, 0),
(34, 9, '\n					\n					\n					<section id=\"ksvczmzhrk\" class=\"grid-container\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\">\n		<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Vergaderen in het decor van de gouden eeuw</h1>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/bedrijfsborrel-slot-zeist-feestlocatie-zeist.jpg\">\n		</div>\n		\n		\n		\n		</div>\n	</div>\n</section></section>\n					\n					\n					', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 33, 1, 0, 0),
(35, 9, '<section id=\"zstfksurlm\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(36, 9, '\n					<section id=\"xvybmpziqu\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(37, 9, '\n					\n					<section id=\"cktxcuxvau\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\">Het 17e-eeuwse Slot Zeist is overweldigend, warm en excentriek. Een unieke vergaderlocatie en uitermate geschikt als u meer zoekt dan een doorsnee vergaderzaal. Laat u inspireren door de authentieke stijlkamers en vorstelijke vertrekken. Laat u verrassen door onze creatieve insteek en ontzorgen door ons team van professionals.</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', 'devider-after', 0, 0, '', '', 0, 35, 2, 0, 0),
(38, 9, '\n					\n					\n					\n					<section id=\"sitfwdukeq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-8 medium-offset-2 cell \">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Zaken doen bij Slot Zeist</h1>\n\n<p style=\"text-align: center;\">Het 17e-eeuwse Slot Zeist is overweldigend, warm en excentriek. Een unieke vergaderlocatie en uitermate geschikt als u meer zoekt dan een doorsnee vergaderzaal. Laat u inspireren door de authentieke stijlkamers en vorstelijke vertrekken. Laat u verrassen door onze creatieve insteek en ontzorgen door ons team van professionals.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 35, 1, 0, 0),
(39, 9, '\n					\n					\n					\n					<section id=\"azbgnhmdvh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Vergaderruimtes voor<br>\n8 tot 150 personen</h3>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/vergaderen-op-slot-zeist.jpg\"></p>\n\n<p style=\"text-align: center;\">De capaciteit van de vergaderzalen in<br>\nSlot Zeist loopt van 8 tot maximaal 150 personen. Voor elk type vergadering is er dus een passende zaal. Ondanks het historische karakter van veel van onze vergaderruimtes beschikken alle zalen over moderen vergaderfaciliteiten en comfortabele meubels.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Ruimtes zijn naar<br>\neigen wens in te delen</h3>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/vergaderruimte-met-veel-mogelijkheden.jpg\"></p>\n\n<p style=\"text-align: center;\">De meeste ruimtes zijn naar eigen wens in te delen. Ons team staat voor u klaar met deskundig advies en een persoonlijke touch. Er is kwaliteitscatering voor elk budget. Bekijk vast de standaard vergaderarrangementen of neem contact op voor een advies op maat.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Centraal gelegen,<br>\ngoed bereikbaar</h3>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/slot-zeist-centrale-locatie.jpg\"></p>\n\n<p style=\"text-align: center;\">Slot Zeist ligt aan het begin van de<br>\nSlotlaan, de winkelpromenade van Zeist. In de directe nabijheid van het slot zijn circa 300 parkeerplaatsen (met oplaadpunten voor elektrische auto’s). Op loopafstand vindt u daarnaast een parkeergarage met nog eens 275 plaatsen.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 35, 3, 1, 0),
(40, 9, '\n					<section id=\"nbbsrigqfk\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\n<h5>This is a callout.</h5>\n\n<p>It has an easy to override visual style, and is appropriately subdued.</p>\n<a data-toggle=\"panel1\">Toggle Panel</a></div>\n</div>\n		\n		<div id=\"panel1\" data-toggler=\"\" data-animate=\"lide-in-down slide-out-up\">\n			<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n		</div>\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\n<h5>This is a callout.</h5>\n\n<p>It has an easy to override visual style, and is appropriately subdued.</p>\n<a data-toggle=\"panel1\">Toggle Panel</a></div>\n</div>\n		\n		<div id=\"panel1\" data-toggler=\"\" data-animate=\"lide-in-down slide-out-up\">\n			<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>\n					', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(41, 9, '\n					<section id=\"dyxyqturzz\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\n<h5>This is a callout.</h5>\n\n<p>It has an easy to override visual style, and is appropriately subdued.</p>\n<a data-toggle=\"panel1\">Toggle Panel</a></div>\n</div>\n		\n		<div id=\"panel1\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n			<div class=\"column-wrapper\" style=\"\">\n				<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n			</div>\n		</div>\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\" style=\"\">\n			<div class=\"callout\">\n			 <h5>This is a callout.</h5>\n			 <p>It has an easy to override visual style, and is appropriately subdued.</p>\n			 <a data-toggle=\"panel2\">Toggle Panel</a>\n			</div>\n		</div>\n		\n		<div id=\"panel2\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n			<div class=\"column-wrapper\" style=\"\">\n				<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>\n					', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(42, 9, '<section id=\"kkyhoytkut\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			 <h5>This is a callout.</h5>\n			 <p>It has an easy to override visual style, and is appropriately subdued.</p>\n			 <a data-toggle=\"panel1\">Toggle Panel</a>\n			</div>\n		</div>\n		\n		<div id=\"panel1\" class=\"hide\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n			<div class=\"column-wrapper\">\n				<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n			</div>\n		</div>\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			 <h5>This is a callout.</h5>\n			 <p>It has an easy to override visual style, and is appropriately subdued.</p>\n			 <a data-toggle=\"panel2\">Toggle Panel</a>\n			</div>\n		</div>\n		\n		<div id=\"panel2\" class=\"hide\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n			<div class=\"column-wrapper\">\n				<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(43, 9, '<section id=\"iddtogecph\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			 <h5>This is a callout.</h5>\n			 <p>It has an easy to override visual style, and is appropriately subdued.</p>\n			 <a data-toggle=\"panel1\">Toggle Panel</a>\n			</div>\n		</div>\n		\n		<div id=\"panel1\" style=\"display:none\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n			<div class=\"column-wrapper\">\n				<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n			</div>\n		</div>\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			 <h5>This is a callout.</h5>\n			 <p>It has an easy to override visual style, and is appropriately subdued.</p>\n			 <a data-toggle=\"panel2\">Toggle Panel</a>\n			</div>\n		</div>\n		\n		<div id=\"panel2\" style=\"display:none\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n			<div class=\"column-wrapper\">\n				<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(44, 9, '<section id=\"cmpzoubqmm\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" style=\"display:none\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n		\n		\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" style=\"display:none\" data-toggler=\"\" data-animate=\"slide-in-down slide-out-up\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(45, 9, '<section id=\"qaorqiaicr\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n\n\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper image\" edittype=\"image\">\n<img src=\"http://placehold.it/600x300&amp;text=IMAGE\">\n</div>\n\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '4-column (image text)', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(46, 9, '<section id=\"tupuzilxsp\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" style=\"display:none\" data-toggler=\"\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n		\n		\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" style=\"display:none\" data-toggler=\"\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(47, 9, '<section id=\"opfqtsyhvl\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" data-toggler=\"\" data-animate=\"hinge-in-from-top spin-out\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n		\n		\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" style=\"display:none\" data-toggler=\"\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(48, 9, '<section id=\"mtytuqrueb\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" class=\"hide\" data-toggler=\"hide\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n		\n		\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\">\n			<div class=\"callout\">\n			\n				<h5>This is a callout.</h5>\n				<p>It has an easy to override visual style, and is appropriately subdued.</p>\n				<a data-toggle=\"panel1\">Toggle Panel</a>\n	 	\n				<div id=\"panel1\" style=\"display:none\" data-toggler=\"\">\n					<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n				</div>\n			\n			</div>\n		</div>\n\n	</div>\n\n	\n</div>\n</section>', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(49, 9, '\n					\n					<section id=\"irhnlgtfpk\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\n<h2>Vergaderarrangement<br>\nBarones – 8 uur</h2>\n\n<h3>€ 37,50 per persoon</h3>\n<a data-toggle=\"panel1\">Meer Informatie</a>\n\n<div class=\"hide\" data-toggler=\"hide\" id=\"panel1\">\n<p><strong>Ontvangst</strong></p>\n\n<ul>\n	<li>Koffie, thee en koekjes</li>\n	<li>Plat en bruisend Slot Zeist water</li>\n</ul>\n\n<p><strong>Ochtendpauze</strong></p>\n\n<ul>\n	<li>Koffie,&nbsp;thee en koekjes</li>\n	<li>Plat en bruisend Slot Zeist water</li>\n	<li>Huisgemaakte zoete lekkernij</li>\n</ul>\n\n<p><strong>In vergaderzaal</strong></p>\n\n<ul>\n	<li>Plat en bruisend Slot Zeist water</li>\n	<li>Vergadermints</li>\n</ul>\n\n<p><strong>Lunch</strong></p>\n\n<ul>\n	<li>Rijkelijk belegd brood</li>\n	<li>Soepje uit het seizoen&nbsp;</li>\n	<li>Snack van de chef&nbsp;</li>\n	<li>Diverse soorten handfruit</li>\n	<li>Koffie en thee</li>\n	<li>Melk en karnemelk</li>\n	<li>Vruchtensap</li>\n</ul>\n\n<p><strong>Middagpauze</strong></p>\n\n<ul>\n	<li>Koffie,&nbsp;thee en koekjes</li>\n	<li>Plat en bruisend Slot Zeist water</li>\n	<li>Frisdrank<strong>&nbsp;</strong></li>\n</ul>\n\n<p><strong>&nbsp;€ 37,50 per persoon</strong></p>\n</div>\n</div>\n</div>\n		\n		\n\n	</div>\n\n\n	<div class=\"small-12 large-6 cell\">\n\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\n<h2>Vergaderarrangement<br>\nGravin – 12 uur</h2>\n\n<h3>€ 77,50 per persoon</h3>\n<a data-toggle=\"panel2\">Meer Informatie</a>\n\n<div class=\"hide\" data-toggler=\"hide\" id=\"panel2\">\n<p><strong>Ontvangst</strong></p>\n\n<ul>\n	<li>Koffie, thee en koekjes</li>\n	<li>Plat en bruisend Slot Zeist water</li>\n</ul>\n\n<p><strong>Ochtendpauze</strong></p>\n\n<ul>\n	<li>Koffie,&nbsp;thee en koekjes</li>\n	<li>Plat en bruisend Slot Zeist water&nbsp;</li>\n	<li>Huisgemaakte zoete lekkernij</li>\n</ul>\n\n<p><strong>In de vergaderzaal</strong></p>\n\n<ul>\n	<li>Plat en bruisend Slot Zeist water&nbsp;</li>\n	<li>Vergadermints&nbsp;</li>\n</ul>\n\n<p><strong>Lunch</strong></p>\n\n<ul>\n	<li>Rijkelijk belegd brood&nbsp;</li>\n	<li>Soepje van het seizoen</li>\n	<li>Snack van de chef&nbsp;</li>\n	<li>Vers fruit variatie</li>\n	<li>Koffie en thee</li>\n	<li>Melk en karnemelk</li>\n	<li>Vruchtensap</li>\n</ul>\n\n<p><strong>Middagpauze</strong></p>\n\n<ul>\n	<li>Koffie,&nbsp;thee en koekjes</li>\n	<li>Plat en bruisend Slot Zeist water</li>\n	<li>Frisdrank</li>\n	<li>Snack van de chef</li>\n</ul>\n\n<p><strong>Diner</strong></p>\n\n<ul dir=\"ltr\">\n	<li>Slot Zeist water (bruisend en plat)</li>\n	<li>Culinair 3 gangen diner</li>\n	<li>Koffie en thee na</li>\n</ul>\n\n<p><strong>&nbsp; € 77,50 per persoon</strong></p>\n</div>\n</div>\n</div>\n\n	</div>\n\n	\n</div>\n</section>\n					\n					', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(50, 9, '<section id=\"rzcndhbqlw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">U en uw gasten staan centraal, binnen elk budget creëren we iets speciaals.<br>\r\nWilt u meer weten? Bel <a href=\"tel:+31307210600\">030 721 06 00</a> of <a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(105,110,102,111,64,115,108,111,116,122,101,105,115,116,46,110,108))\">info@slotzeist.nl</a></h2>\r\n</div>\r\n</div>\r\n</div></section>\r\n					\r\n					\r\n					', '1-column', 'text', '', 'panel-primary', 1, 0, '', '', 0, 0, 2, 1, 0),
(51, 9, '<section id=\"zxkzzpkate\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 3, 1, 0),
(52, 9, '\n					\n					\n					\n					<section id=\"hkpydmovcg\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Vergaderruimtes en zaalverhuur</h1>\n\n<p style=\"text-align: center;\">Voor elk type gelegenheid (en budget) is er een passende zaal. Van sprookjesachtige stijlkamers voor stijlvolle feesten tot unieke slotgewelven voor intieme diners... Van moderne vergaderzalen voor conferenties en congressen tot de prachtige tuinen voor een heerlijke picknick of high tea. De capaciteit van de diverse zalen in Slot Zeist loopt van 8 tot maximaal 150 gasten. Het slot heeft een totale capaciteit van 1.250 mensen. Prijzen voor zaalverhuur beginnen bij € 125,-.</p>\n\n<h2 style=\"text-align: center;\">De verschillende zalen van Slot Zeist</h2>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 51, 0, 1, 0),
(53, 9, '\n					\n					\n					<section id=\"bzecefekot\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Barokke stijlzalen</h4>\n\n<p style=\"text-align: center;\">Vorstelijke vertrekken voor romantische feesten of evenementen met aanzien. Op de bel-etage van het slot liggen de 17e eeuwse stijlzalen met spiegelwanden, tapijten, schouwen en gouden details. Voor afzonderlijk gebruik of gecombineerd, voor maximaal 450 personen.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n\n<h4 style=\"text-align: center;\">Slotgewelven</h4>\n\n<p style=\"text-align: center;\">In de slotgewelven bevonden zich ooit de keukens van Slot Zeist. Nu is het de ideale plek voor ontvangsten, lunches, proeverijen en recepties. De gewelven zijn gerestaureerd en zorgen voor een echte ‘kasteel sfeer’. Gecombineerd hebben ze een capaciteit van 120 personen.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Semi-stijlzalen</h4>\n\n<p style=\"text-align: center;\">Deze ruimtes zijn minder uitbundig dan de stijlzalen, maar onverminderd karakteristiek. De zalen liggen op de eerste etage en zijn voorzien van alle gemakken. Moderne vergadertafels worden afgewisseld met barokke wandbespanningen en prachtige schilderijen.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n\n<h4 style=\"text-align: center;\">Feest-, theater-, en congreszalen</h4>\n\n<p style=\"text-align: center;\">Onder het dak van het hoofdgebouw is de Slotzaal gesitueerd; flexibel in te richten voor congressen, concerten (vleugel aanwezig) en feesten. Op de 2e verdieping van de rechtervleugel vindt u een theaterzaal met een capaciteit van 70 personen. In de slottuin is zelfs een compleet amfitheater beschikbaar.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Moderne vergaderzalen</h4>\n\n<p style=\"text-align: center;\">De moderne vergaderzalen van Slot Zeist vindt u in de linkervleugel van het gebouw. Met moderne meubelen en volop hedendaagse voorzieningen. Authentieke hanenbalken-plafonds zijn nog zichtbaar op de bovenste etage en zorgen voor een aangenaam warm karakter.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n\n<h4 style=\"text-align: center;\">Slottuinen</h4>\n\n<p style=\"text-align: center;\">Slot Zeist ligt in een bosrijke omgeving en is geheel omringd door prachtig aangelegde Engelse tuinen met onder meer een grote karpervijver. U kunt tussen de vergaderingen door een frisse neus halen of op een stralende dag een heerlijke wandeling maken naar het theekoepeltje.<br>\n<a href=\"#\">Slottuinen</a></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 51, 5, 0, 0),
(54, 9, '\n					\n					\n					<section id=\"phsgkmhbvo\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 6, 0, 0),
(60, 9, '\r\n					\r\n					<section id=\"htbqtvxslq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><a href=\"#\">Vraag direct een offerte</a> aan of bel 030 - 721 06 00</h2>\r\n</div>\r\n</div>\r\n</div></section>\r\n					\r\n					', '1-column', 'text', '', 'panel-gray', 1, 0, '', '', 0, 0, 6, 0, 0),
(61, 9, '\r\n					<section id=\"kmlqbihdze\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n\r\n	<div class=\"small-12 large-6 cell\">\r\n\r\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\r\n<h2>Vergaderarrangement<br>\r\nBarones – 8 uur</h2>\r\n\r\n<h3>€ 37,50 per persoon</h3>\r\n<a data-toggle=\"panel1\">Meer Informatie</a>\r\n\r\n<div class=\"hide\" data-toggler=\"hide\" id=\"panel1\">\r\n<p><strong>Ontvangst</strong></p>\r\n\r\n<ul>\r\n	<li>Koffie, thee en koekjes</li>\r\n	<li>Plat en bruisend Slot Zeist water</li>\r\n</ul>\r\n\r\n<p><strong>Ochtendpauze</strong></p>\r\n\r\n<ul>\r\n	<li>Koffie,&nbsp;thee en koekjes</li>\r\n	<li>Plat en bruisend Slot Zeist water</li>\r\n	<li>Huisgemaakte zoete lekkernij</li>\r\n</ul>\r\n\r\n<p><strong>In vergaderzaal</strong></p>\r\n\r\n<ul>\r\n	<li>Plat en bruisend Slot Zeist water</li>\r\n	<li>Vergadermints</li>\r\n</ul>\r\n\r\n<p><strong>Lunch</strong></p>\r\n\r\n<ul>\r\n	<li>Rijkelijk belegd brood</li>\r\n	<li>Soepje uit het seizoen&nbsp;</li>\r\n	<li>Snack van de chef&nbsp;</li>\r\n	<li>Diverse soorten handfruit</li>\r\n	<li>Koffie en thee</li>\r\n	<li>Melk en karnemelk</li>\r\n	<li>Vruchtensap</li>\r\n</ul>\r\n\r\n<p><strong>Middagpauze</strong></p>\r\n\r\n<ul>\r\n	<li>Koffie,&nbsp;thee en koekjes</li>\r\n	<li>Plat en bruisend Slot Zeist water</li>\r\n	<li>Frisdrank<strong>&nbsp;</strong></li>\r\n</ul>\r\n\r\n<p><strong>&nbsp;€ 37,50 per persoon</strong></p>\r\n</div>\r\n</div>\r\n</div>\r\n		\r\n		\r\n\r\n	</div>\r\n\r\n\r\n	<div class=\"small-12 large-6 cell\">\r\n\r\n		<div class=\"column-wrapper\" style=\"\"><div class=\"callout\">\r\n<h2>Vergaderarrangement<br>\r\nGravin – 12 uur</h2>\r\n\r\n<h3>€ 77,50 per persoon</h3>\r\n<a data-toggle=\"panel2\">Meer Informatie</a>\r\n\r\n<div class=\"hide\" data-toggler=\"hide\" id=\"panel2\">\r\n<p><strong>Ontvangst</strong></p>\r\n\r\n<ul>\r\n	<li>Koffie, thee en koekjes</li>\r\n	<li>Plat en bruisend Slot Zeist water</li>\r\n</ul>\r\n\r\n<p><strong>Ochtendpauze</strong></p>\r\n\r\n<ul>\r\n	<li>Koffie,&nbsp;thee en koekjes</li>\r\n	<li>Plat en bruisend Slot Zeist water&nbsp;</li>\r\n	<li>Huisgemaakte zoete lekkernij</li>\r\n</ul>\r\n\r\n<p><strong>In de vergaderzaal</strong></p>\r\n\r\n<ul>\r\n	<li>Plat en bruisend Slot Zeist water&nbsp;</li>\r\n	<li>Vergadermints&nbsp;</li>\r\n</ul>\r\n\r\n<p><strong>Lunch</strong></p>\r\n\r\n<ul>\r\n	<li>Rijkelijk belegd brood&nbsp;</li>\r\n	<li>Soepje van het seizoen</li>\r\n	<li>Snack van de chef&nbsp;</li>\r\n	<li>Vers fruit variatie</li>\r\n	<li>Koffie en thee</li>\r\n	<li>Melk en karnemelk</li>\r\n	<li>Vruchtensap</li>\r\n</ul>\r\n\r\n<p><strong>Middagpauze</strong></p>\r\n\r\n<ul>\r\n	<li>Koffie,&nbsp;thee en koekjes</li>\r\n	<li>Plat en bruisend Slot Zeist water</li>\r\n	<li>Frisdrank</li>\r\n	<li>Snack van de chef</li>\r\n</ul>\r\n\r\n<p><strong>Diner</strong></p>\r\n\r\n<ul dir=\"ltr\">\r\n	<li>Slot Zeist water (bruisend en plat)</li>\r\n	<li>Culinair 3 gangen diner</li>\r\n	<li>Koffie en thee na</li>\r\n</ul>\r\n\r\n<p><strong>&nbsp; € 77,50 per persoon</strong></p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n	</div>\r\n\r\n	\r\n</div>\r\n</section>\r\n					', '2-column callout', 'text', '', '', 0, 0, '', '', 0, 35, 5, 1, 0),
(56, 9, '\n					\n					<section id=\"traqqncvrk\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Barokke stijlzalen</h4>\n\n<p style=\"text-align: center;\">Vorstelijke vertrekken voor romantische feesten of evenementen met aanzien. Op de bel-etage van het slot liggen de 17e eeuwse stijlzalen met spiegelwanden, tapijten, schouwen en gouden details. Voor afzonderlijk gebruik of gecombineerd, voor maximaal 450 personen.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Semi-stijlzalen</h4>\n\n<p style=\"text-align: center;\">Deze ruimtes zijn minder uitbundig dan de stijlzalen, maar onverminderd karakteristiek. De zalen liggen op de eerste etage en zijn voorzien van alle gemakken. Moderne vergadertafels worden afgewisseld met barokke wandbespanningen en prachtige schilderijen.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Moderne vergaderzalen</h4>\n\n<p style=\"text-align: center;\">De moderne vergaderzalen van Slot Zeist vindt u in de linkervleugel van het gebouw. Met moderne meubelen en volop hedendaagse voorzieningen. Authentieke hanenbalken-plafonds zijn nog zichtbaar op de bovenste etage en zorgen voor een aangenaam warm karakter.<br>\n<a href=\"#\">Bekijk zalen</a></p>\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', 'devide-cells-with-border', 0, 0, '', '', 0, 51, 2, 0, 0),
(55, 9, '\n					\n					<section id=\"vglfskdwck\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Slottuinen</h4>\n\n<p style=\"text-align: center;\">Slot Zeist ligt in een bosrijke omgeving en is geheel omringd door prachtig aangelegde Engelse tuinen met onder meer een grote karpervijver. U kunt tussen de vergaderingen door een frisse neus halen of op een stralende dag een heerlijke wandeling maken naar het theekoepeltje.<br>\n<a href=\"#\">Slottuinen</a></p>\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 6, 0, 0),
(58, 9, '<section id=\"fkkorvxtrw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section>', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 51, 1, 0, 0),
(59, 9, '<section id=\"rbnlkvxrmw\" class=\"\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 6, 0, 0),
(57, 9, '\r\n					\r\n					<section id=\"ibimuakdrn\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Slotgewelven</h4>\r\n\r\n<p style=\"text-align: center;\">In de slotgewelven bevonden zich ooit de keukens van Slot Zeist. Nu is het de ideale plek voor ontvangsten, lunches, proeverijen en recepties. De gewelven zijn gerestaureerd en zorgen voor een echte ‘kasteel sfeer’. Gecombineerd hebben ze een capaciteit van 120 personen.<br>\r\n<a href=\"#\">Bekijk zalen</a></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Feest-, theater-, en congreszalen</h4>\r\n\r\n<p style=\"text-align: center;\">Onder het dak van het hoofdgebouw is de Slotzaal gesitueerd; flexibel in te richten voor congressen, concerten (vleugel aanwezig) en feesten. Op de 2e verdieping van de rechtervleugel vindt u een theaterzaal met een capaciteit van 70 personen. In de slottuin is zelfs een compleet amfitheater beschikbaar.<br>\r\n<a href=\"#\">Bekijk zalen</a></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Slottuinen</h4>\r\n\r\n<p style=\"text-align: center;\">Slot Zeist ligt in een bosrijke omgeving en is geheel omringd door prachtig aangelegde Engelse tuinen met onder meer een grote karpervijver. U kunt tussen de vergaderingen door een frisse neus halen of op een stralende dag een heerlijke wandeling maken naar het theekoepeltje.<br>\r\n<a href=\"#\">Slottuinen</a></p>\r\n</div>\r\n</div>\r\n</div></section>\r\n					\r\n					', '3-column', 'text', '', 'devide-cells-with-border', 0, 0, '', '', 0, 51, 3, 0, 0),
(62, 9, '<section id=\"qrenfvkchs\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section>', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 35, 4, 1, 0),
(63, 9, '<section id=\"hnzhmyzbex\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 7, 0, 0),
(64, 9, '\n					\n					\n					\n					<section id=\"mskumfsplc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/light-bulb.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Ruim 300 jaar<br>\nHistorie</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-historie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Ruim 300 jaar<br>\nHistorie</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/hand-shake.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Centraal gelegen<br>\nin Nederland</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-centrale-locatie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Centraal gelegen<br>\nin Nederland</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/presentation.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Uitgebreide<br>\nmogelijkheden</p>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					', '5-column', 'text', '', '', 0, 0, '', '', 0, 63, 1, 1, 0),
(65, 9, '\n					\n					<section id=\"bwoqnqprtq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Zaken doe je bij Slot Zeist!</h2>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 63, 0, 1, 0),
(66, 9, '\n					\n					<section id=\"abxhxxgqam\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><div><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/slot-zeist-zalen.jpg\"></div>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 1, 0, '', '', 0, 0, 4, 0, 0),
(67, 9, '\n					\n					<section id=\"ravcmzfsqi\" class=\"\" style=\"\">\n<div class=\"custom-code\"><div><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/slot-zeist-zalen.jpg\"></div></div></section>\n					\n					', 'custom', 'custom', '', '', 1, 0, '', '', 0, 51, 3, 0, 0),
(70, 9, '\n					\n					<section id=\"vlybxtnuxx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><div><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/slot-zeist-zalen.jpg\"></div>\n\n<div>&nbsp;</div>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 5, 0, 0),
(68, 9, '\n					\n					<section id=\"bulkccwclv\" class=\"\" style=\"\">\n<div class=\"custom-code\"><div><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/slot-zeist-zalen.jpg\"></div></div></section>\n					\n					', 'custom', 'custom', '', '', 1, 0, '', '', 0, 0, 4, 0, 0),
(69, 9, '\n					<section id=\"uivvhdtkpy\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><div>&nbsp;</div>\n\n<div><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zaken-doen/slot-zeist-zalen.jpg\"></div>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 51, 3, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(71, 10, '\r\n					<section id=\"rnivawslkt\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n\r\n<div class=\"small-12 medium-6 large-6 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n</div></section>\r\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(72, 10, '\r\n					<section id=\"yswuvocvdq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n</div></section>\r\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(73, 29, '<section id=\"zyntyxisbm\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(74, 29, '<section id=\"kcdsxlatph\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 2, 0, 0),
(75, 29, '<section id=\"butlmvuuzz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(76, 29, '<section id=\"sgvlfvasao\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 2, 0, 0),
(77, 29, '<section id=\"giilbtrlar\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(125, 9, '\n					\n					<section id=\"lbvwoopaiw\" class=\"\" style=\"\">\n<div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x\">\n{zalenoverzicht}\n</div>\n</div></div></section>\n					\n					', 'custom', 'custom', 'zalenoverzicht', '', 0, 0, '', '', 2, 51, 3, 1, 0),
(112, 9, '<section id=\"pzqvdrzivp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<hr>\n</div>\n</div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 35, 2, 1, 0),
(78, 3, '\n					\n					\n					\n										<section id=\"uuiwotuvdw\" class=\"\" style=\"\">\n<div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n<div class=\"cell small-12 slot-zeist-agenda\">\n{agenda}\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', 'custom', 'custom', '', '', 0, 0, '', '', 1, 27, 1, 1, 0),
(79, 24, '\n					\n					<section id=\"nhldykdcqa\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1>Het Slot</h1>\n\n<p>Aan de zuidkant van Zeist, aan de rand van de bebouwde kom, ligt het indrukwekkende Slot Zeist. Het is een groot complex, wat hoofdzakelijk bestaat uit het omgrachte slot en de bebouwing aan het Broeder- en Zusterplein, aan weerszijden van de Nassau Odijklaan.</p>\n\n<h2><span>Niet 1 maar 3 gebouwen</span></h2>\n\n<p>Anders dan doet vermoeden, bestaat Slot Zeist uit drie afzonderlijke gebouwen. Een \'Corps de Logis\' (hoofdgebouw) met twee zelfstandige bouwhuizen (vleugels). Deze bouwdelen zijn weliswaar bouwkundig met elkaar verbonden maar functioneel hadden zij nauwelijks een relatie met elkaar.</p>\n\n<p>In de zeventiende eeuw werd tijdens de bouw van het slot door de toenmalige bouwheer Willem Adriaan van Nassau-Odijk de beslissing genomen om&nbsp;de drie afzonderlijke gebouwen alsnog met elkaar te verbinden. Deze diende kennelijk alleen een architectonisch doel want functioneel bleef de verbinding tussen de gebouwen achterwege. Enerzijds vanwege de enfilade structuur in het corps de logis en anderzijds door grote hoogteverschillen tussen de vloerniveau’s van de verschillende gebouwen.</p>\n\n<p>Bij de bouw was het dan ook de bedoeling, wat betreft het gebruik, dat de scheiding tussen woongebouw en dienstgebouwen absoluut was. De eigenaar bewoonde het corps de logis en het personeel dat daar zijn werk moest doen, verplaatste zich via een ‘eigen’ trappenhuis om de bewoners van het slot niet te storen.</p>\n\n<p>Bij de restauratie in de jaren zestig bleef de ruimtelijke scheiding in stand terwijl functioneel de gebouwdelen al meer op elkaar werden afgestemd. Bij de recente renovatie is de verbinding met het corps de logis zichtbaar gemaakt in de trappenhuizen. Daarmee wordt via bordessen de onderlinge verbinding tot stand gebracht. Hiermee is de functie van de bouwhuizen opgewaardeerd, want van oorsprong hadden ze een ondergeschikte positie ten opzichte van het corps de logis.</p>\n\n<h2>Veranderingen in het gebouw</h2>\n\n<p>De begane grond van beide bouwhuizen heeft een meer representatieve uitstraling gekregen. In plaats van technische ruimtes zijn in de nieuwe situatie op de begane grond royale ontvangstruimten gemaakt.&nbsp;</p>\n\n<p>In beide vleugels zijn liften geplaatst om de bereikbaarheid van de 1e en 2e etage te bevorderen. De gebouwdelen zijn met elkaar verbonden door de niveauverschillen te overbruggen, zodat het corps de logis en de bouwhuizen binnendoor toegankelijk tot elkaar zijn geworden.</p>\n\n<p>Het rechter bouwhuis is het meest openbare deel geworden met het restaurant, exposities en theater. Het linker bouwhuis heeft de functie van vergaderruimte behouden.</p>\n\n<p>Op de eerste verdieping van het corps de logis is vanwege de bereikbaarheid van de vluchtweg een gang gemaakt. Hiermee wordt de aanleg aan de linker-, min of meer gelijk aan de rechterzijde. Op deze verdieping ontstaat daarmee ook een enfilade en zijn de bouwhuizen toegankelijk geworden.</p>\n\n<p>De stijlzalen hebben geen wijzigingen ondergaan. Er zijn wel technische installaties aangelegd en er is goede klimaatregeling gekomen, voor het gebruik en ter conservatie van de antieke inventaris en exposities.</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(80, 24, '<section id=\"sarfleqxkv\" class=\"grid-container\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\">\n		<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\">\n					\n						<h1>Heading</h1>\n						<p>Text</p>\n					\n					</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://via.placeholder.com/1200x600?text=image\">\n		</div>\n		\n		\n		\n		</div>\n	</div>\n</section></section>', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(81, 24, '\n					\n					<section id=\"mxzrurbowz\" class=\"grid-container\"><div class=\"image-full-width\">\n	<div class=\"column-wrapper background\" edittype=\"image\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/vergaderzaal-zeist-zaalverhuur-vergaderlocatie-trouwlocaties-bruiloft-locaties.jpg\"></div>\n</div></section>\n					\n					', 'img', 'img', '', '', 1, 0, '', '', 0, 0, 2, 0, 0),
(82, 25, '<section id=\"clewfxgcrp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(83, 25, '\n					\n					<section id=\"niynkasiwv\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>17e eeuw</h2>\n\n<h3>1632</h3>\n\n<p>Willem Adriaan werd in dit&nbsp;jaar geboren als kleinzoon van prins Maurits. Als graaf van Nassau-Odijk bekend als eerste vrijheer van Zeist en bouwer van het slot.</p>\n\n<h3>1677</h3>\n\n<p>Willem Adriaan kocht de ambachtsheerlijkheid Zeist en het vervallen middeleeuwse kasteel voor 5.000,00 gulden (ruim € 2.200,00) van de Staten van Utrecht en werd daarom Heer van Zeist. Hij startte met de bouw van een lusthof met medewerking van de architecten Jacob Roman, Leidse stadsarchitect, later stadhouderlijk architect en Daniël Marot, een Franse hugenoot met internationale faam.</p>\n\n<p>Slot Zeist is door Roman ontworpen in het Hollands Classicisme. Deze stijl is ontleend aan de 16e eeuwse villa’s in de Veneto van de Italiaanse architect Andrea Palladio. De zijvleugels en de tuinen van het slot zijn het eerst aangelegd, rond een hoofdas die nog steeds de plattegrond van Zeist bepaalt. De tuin, als een in de natuur geconstrueerde voortzetting van de architectuur, als metafoor van de plaats van de mens (de stichter) op aarde, is aangelegd in geometrische figuren met verfijnde broderies en beelden. De beeldengroep aan de slotgracht, voorstellende Europa en Afrika en gemaakt door de Antwerpse beeldhouwer Albertus Xaverij, herinnert aan die filosofie. Deze beeldengroep had een pendant voorstellende Azië en Amerika. De beelden van deze vier werelddelen waren een verwijzing naar de status van Willem Adriaan: zijn paleis als het centrum van de wereld. De oorspronkelijke tuin en het slot (ex- en interieur) vormden dus een eenheid, hierdoor staan ze vaak op diverse gravures afgebeeld.</p>\n\n<p>Vele interieurdecoraties verwijzen naar de status van de stichter, uitgebeeld in allegorieën of mythologische thema’s.</p>\n\n<p>Om deze thema’s herkenbaar weer te geven maakten de kunstenaars gebruik van modellen-boeken. Voor Het Slot Zeist was dat Iconologia een boek van de Italiaan Cesare Ripa.</p>\n\n<h3>1686&nbsp;</h3>\n\n<p>De bouw van het slot is voltooid.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 2, 0, 0),
(84, 25, '<section id=\"uuwglmqsqb\" class=\"grid-container\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(85, 25, '\n					\n					\n					\n					<section id=\"laxuqrmvfx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1632</h3>\n\n<p>Willem Adriaan werd in dit&nbsp;jaar geboren als kleinzoon van prins Maurits. Als graaf van Nassau-Odijk bekend als eerste vrijheer van Zeist en bouwer van het slot.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1677</h3>\n\n<p>Willem Adriaan kocht de ambachtsheerlijkheid Zeist en het vervallen middeleeuwse kasteel voor 5.000,00 gulden (ruim € 2.200,00) van de Staten van Utrecht en werd daarom Heer van Zeist. Hij startte met de bouw van een lusthof met medewerking van de architecten Jacob Roman, Leidse stadsarchitect, later stadhouderlijk architect en Daniël Marot, een Franse hugenoot met internationale faam.</p>\n\n<p>Slot Zeist is door Roman ontworpen in het Hollands Classicisme. Deze stijl is ontleend aan de 16e eeuwse villa’s in de Veneto van de Italiaanse architect Andrea Palladio. De zijvleugels en de tuinen van het slot zijn het eerst aangelegd, rond een hoofdas die nog steeds de plattegrond van Zeist bepaalt. De tuin, als een in de natuur geconstrueerde voortzetting van de architectuur, als metafoor van de plaats van de mens (de stichter) op aarde, is aangelegd in geometrische figuren met verfijnde broderies en beelden. De beeldengroep aan de slotgracht, voorstellende Europa en Afrika en gemaakt door de Antwerpse beeldhouwer Albertus Xaverij, herinnert aan die filosofie. Deze beeldengroep had een pendant voorstellende Azië en Amerika. De beelden van deze vier werelddelen waren een verwijzing naar de status van Willem Adriaan: zijn paleis als het centrum van de wereld. De oorspronkelijke tuin en het slot (ex- en interieur) vormden dus een eenheid, hierdoor staan ze vaak op diverse gravures afgebeeld.</p>\n\n<p>Vele interieurdecoraties verwijzen naar de status van de stichter, uitgebeeld in allegorieën of mythologische thema’s.</p>\n\n<p>Om deze thema’s herkenbaar weer te geven maakten de kunstenaars gebruik van modellen-boeken. Voor Het Slot Zeist was dat Iconologia een boek van de Italiaan Cesare Ripa.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1686&nbsp;</h3>\n\n<p>De bouw van het slot is voltooid.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 84, 1, 0, 0),
(87, 25, '\n					\n					\n					\n					<section id=\"fuvnxybgpk\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1632</h3>\n\n<p>Willem Adriaan werd in dit&nbsp;jaar geboren als kleinzoon van prins Maurits. Als graaf van Nassau-Odijk bekend als eerste vrijheer van Zeist en bouwer van het slot.</p>\n\n<p><img alt=\"Graaf van Nassau-Odijk\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/historie/Graaf-van-Nassau-Odijk.jpg\" style=\"width: 330px; height: 431px;\"></p>\n\n<div class=\"image-caption-wrapper\">\n<div class=\"image-caption\">\n<p>Graaf van Nassau-Odijk</p>\n</div>\n</div>\n\n<h3>1677</h3>\n\n<p>Willem Adriaan kocht de ambachtsheerlijkheid Zeist en het vervallen middeleeuwse kasteel voor 5.000,00 gulden (ruim € 2.200,00) van de Staten van Utrecht en werd daarom Heer van Zeist. Hij startte met de bouw van een lusthof met medewerking van de architecten Jacob Roman, Leidse stadsarchitect, later stadhouderlijk architect en Daniël Marot, een Franse hugenoot met internationale faam.</p>\n\n<p>Slot Zeist is door Roman ontworpen in het Hollands Classicisme. Deze stijl is ontleend aan de 16e eeuwse villa’s in de Veneto van de Italiaanse architect Andrea Palladio. De zijvleugels en de tuinen van het slot zijn het eerst aangelegd, rond een hoofdas die nog steeds de plattegrond van Zeist bepaalt. De tuin, als een in de natuur geconstrueerde voortzetting van de architectuur, als metafoor van de plaats van de mens (de stichter) op aarde, is aangelegd in geometrische figuren met verfijnde broderies en beelden.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>De beeldengroep aan de slotgracht, voorstellende Europa en Afrika en gemaakt door de Antwerpse beeldhouwer Albertus Xaverij, herinnert aan die filosofie. Deze beeldengroep had een pendant voorstellende Azië en Amerika. De beelden van deze vier werelddelen waren een verwijzing naar de status van Willem Adriaan: zijn paleis als het centrum van de wereld. De oorspronkelijke tuin en het slot (ex- en interieur) vormden dus een eenheid, hierdoor staan ze vaak op diverse gravures afgebeeld.</p>\n\n<p>Vele interieurdecoraties verwijzen naar de status van de stichter, uitgebeeld in allegorieën of mythologische thema’s.</p>\n\n<p>Om deze thema’s herkenbaar weer te geven maakten de kunstenaars gebruik van modellen-boeken. Voor Het Slot Zeist was dat Iconologia een boek van de Italiaan Cesare Ripa.</p>\n\n<h3>1686&nbsp;</h3>\n\n<p>De bouw van het slot is voltooid</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 84, 1, 0, 0),
(86, 25, '\n					\n					\n					\n					<section id=\"uhltrkhkcs\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h1>De geschiedenis van Slot Zeist in vogelvlucht</h1>\n\n<h2>17e eeuw</h2>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-left', '', 0, 84, 0, 1, 0),
(88, 25, '<section id=\"vvzzqtlfna\" class=\"grid-container\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'panel-gray', 0, 0, '', '', 0, 0, 2, 1, 0),
(89, 25, '\n					\n					\n					\n					<section id=\"qmdddqfxmw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>18e eeuw</h2>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-left', '', 0, 88, 2, 1, 0),
(91, 25, '<section id=\"shqmwsloxb\" class=\"grid-container\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 3, 1, 0),
(92, 25, '\n					<section id=\"hllsmuflmb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>19e eeuw</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 91, 3, 1, 0),
(90, 25, '\n					\n					<section id=\"ddmtdubgnx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 88, 2, 0, 0),
(98, 25, '\n					<section id=\"yieiitwnic\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1705</h3>\n\n<p>Willem Adriaan overleed op 21 september. Op 26 september werd de bouwer van het slot bijgezet in het familiegraf in de kerk van Ouderkerk.</p>\n\n<h3>1742&nbsp;</h3>\n\n<p>Zijn zoon Lodewijk Adriaan graaf van Nassau, heer van Odijk, Blikkenburg en Kortgene, was de erfgenaam van het slot. Op 4 maart overleed Lodewijk Adriaan en vond zijn rustplaats in de Oude Kerk aan de Dorpsstraat in Zeist. Zijn grafplaats is daar nog steeds te zien.&nbsp;<span>Na het overlijden van Lodewijk Adriaan ging het Slot over op zijn zoon Willem Adriaan II, graaf van Nassau, vrijheer van Zeist en Driebergen, vrijheer van Bergen. Schuldenlasten dwongen hem het slot in 1743 af te stoten.&nbsp;</span></p>\n\n<h3>1745&nbsp;</h3>\n\n<p>Op 29 augustus werd het slot gekocht door de Amsterdamse ijzerhandelaar Cornelis Schellinger en zijn vrouw Sofia Centen ten behoeve van de Evangelische Broedergemeente of Hernhutters. Hij betaalde hiervoor 157.000,00 gulden.&nbsp;Schellinger werd zo vrijheer van Zeist en Driebergen en bezitter van een echt slot, de droom van elke patriciër.</p>\n\n<p>Schellinger kwam met graaf von Zinzendorf, stichter van de Broedergemeente, financieel overeen dat deze laatste de beschikking kreeg over een vleugel van het slot en de weilanden ervoor; daarop zouden later de huizen van de Broedergemeente worden gebouwd.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Rechts van de oprijlaan werd plaats ingeruimd voor de ongetrouwde zusters en weduwen (het Zusterhuis en het Weduwenhuis), aan de andere kant voor de ongetrouwde broeders (het Broederhuis). Later werden deze&nbsp;respectievelijk het Zuster- en Broederplein genoemd.</p>\n\n<p>Omdat de broeders en zusters in hun eigen onderhoud moesten voorzien richtten ze verschillende bedrijven op zoals een bakkerij, een knopenfabriek, een zilversmederij en een blikslagerij. Hun producten werden in het Broederhuis verkocht. In feite bestond hiermee in Zeist het eerste warenhuis van Nederland.</p>\n\n<h3>1767&nbsp;&nbsp;</h3>\n\n<p>Slot Zeist en de heerlijkheid Zeist werd op 1 april verkocht in naam aan Maria Agnes, dochter van graaf von Zinzendorf en grafin E.D. von Zinzendorf. De overdracht vond pas in 1768 plaats. De nieuwe vrouwe van Zeist woonde nooit in Zeist. Zij trouwde met Moritz Wilhelm, Graaf von und zu Dohna.&nbsp;Cornelis Schellinger bleef wel vrijheer, maar alleen van Driebergen. Tot zijn dood in 1778 woonde Schellinger in het mooiste huis aan het Broederplein.</p>\n\n<h3>1784&nbsp;</h3>\n\n<p>Na het overlijden van Maria Agnes werd het slot verkocht aan een ander lid van de Broedergemeente, Johannes Renatus van Laer; hij bleef echter op het Zusterplein wonen en verhuurde het slot. Na zijn dood erfde zijn vrouw het slot in vruchtgebruik en gebruikte het als een opslagplaats.</p>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 88, 2, 1, 0),
(94, 25, '\n					\n					\n					<section id=\"ngptorvmgx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1818&nbsp;</h3>\n\n<p>Na de dood van de vrouw van Van Laer werd het slot door Johannes van Laer jr. verkocht aan mr. Coenraad Willem Wijborgh, die het direct doorverkocht aan de Evangelisch Lutherse gemeente in Berbice in Brits Guyana.</p>\n\n<p>Van 1818 tot 1830 werd het slot regelmatig verhuurd</p>\n\n<h3>1830&nbsp;</h3>\n\n<p>In dit jaar werd&nbsp;Slot Zeist gekocht door Jonkheer Jan Elias Huydecoper van Maarsseveen. Jonkheer Huydecoper was lid van de Provinciale Staten van Noord-Holland, lid van de gemeenteraad van Amsterdam en commissaris van de Nederlandse Bank. Hij restaureerde het slot in de Empirestijl, een keizerlijke stijl uit de tijd van Lodewijk Napoleon, en bracht op de plaatsen van de grisailles in de Willemszaal bijbelse afbeeldingen van Cornelis Kruseman aan.<br>\nDe tuin van Marot werd veranderd in een tuin in Engelse landschapsstijl, ontworpen door de beroemde tuinarchitect Jan Zocher jr., ontwerper van o.a. het Vondelpark. In Slot Zeist is nog de originele aquarel van dit ontwerp te bezichtigen. Maar wie de kaarten bekijkt ziet, dat het ontwerp wel gedeeltelijk, maar niet helemaal is uitgevoerd: met name de gracht rond het voorplein heeft zijn oude hoekige vorm behouden en is nooit vergraven tot het bochtige ontwerp, dat Zocher voor ogen stond. Ook staan er op de kaart nog een paar rechte lanen, die Zocher niet had getekend, en die niet passen in een Engelse tuin en dus nog stammen van de oude aanleg.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1867</h3>\n\n<p>De nazaten van Huydecoper verkochten het slot aan mevrouw Henriëtte Maria Jacoba Labouchere-Voombergh die gehuwd was met Charles Bernhard Labouchere. Zij liet de plafondschildering in de Willemszaal verwijderen. Zij woonde in het slot&nbsp; tot aan haar dood op 1 februari 1908.</p>\n\n<p><img alt=\"Henriëtte Maria Jacoba Labouchere-Voombergh\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/historie/vergaderzaal-vergaderlocaties-trouwlocatie-zeist-midden%2Bnederland-conferentiecentrum-1.jpg\" style=\"width: 120px; height: 180px;\"><img alt=\"Agnes Henriëtte Labouchere\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/historie/vergaderzaal-vergaderlocaties-trouwlocatie-zeist-midden%2Bnederland-conferentiecentrum-2.jpg\" style=\"width: 145px; height: 180px;\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 91, 3, 1, 0),
(93, 25, '\n					\n					<section id=\"akpebyymqn\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Hij restaureerde het slot in de Empirestijl, een keizerlijke stijl uit de tijd van Lodewijk Napoleon, en bracht op de plaatsen van de grisailles in de Willemszaal bijbelse afbeeldingen van Cornelis Kruseman aan.<br>\nDe tuin van Marot werd veranderd in een tuin in Engelse landschapsstijl, ontworpen door de beroemde tuinarchitect Jan Zocher jr., ontwerper van o.a. het Vondelpark. In Slot Zeist is nog de originele aquarel van dit ontwerp te bezichtigen.</p>\n\n<p>Maar wie de kaarten bekijkt ziet, dat het ontwerp wel gedeeltelijk, maar niet helemaal is uitgevoerd: met name de gracht rond het voorplein heeft zijn oude hoekige vorm behouden en is nooit vergraven tot het bochtige ontwerp, dat Zocher voor ogen stond. Ook staan er op de kaart nog een paar rechte lanen, die Zocher niet had getekend, en die niet passen in een Engelse tuin en dus nog stammen van de oude aanleg.</p>\n\n<p>&nbsp;</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1867</h3>\n\n<p>De nazaten van Huydecoper verkochten het slot aan mevrouw Henriëtte Maria Jacoba Labouchere-Voombergh die gehuwd was met Charles Bernhard Labouchere. Zij liet de plafondschildering in de Willemszaal verwijderen. Zij woonde in het slot&nbsp; tot aan haar dood op 1 februari 1908.</p>\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 91, 3, 0, 0),
(95, 25, '\n					\n					\n					\n					\n					<section id=\"wxmsntmxwl\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1677</h3>\n\n<p>Willem Adriaan kocht de ambachtsheerlijkheid Zeist en het vervallen middeleeuwse kasteel voor 5.000,00 gulden (ruim € 2.200,00) van de Staten van Utrecht en werd daarom Heer van Zeist. Hij startte met de bouw van een lusthof met medewerking van de architecten Jacob Roman, Leidse stadsarchitect, later stadhouderlijk architect en Daniël Marot, een Franse hugenoot met internationale faam.</p>\n\n<p>Slot Zeist is door Roman ontworpen in het Hollands Classicisme. Deze stijl is ontleend aan de 16e eeuwse villa’s in de Veneto van de Italiaanse architect Andrea Palladio. De zijvleugels en de tuinen van het slot zijn het eerst aangelegd, rond een hoofdas die nog steeds de plattegrond van Zeist bepaalt.</p>\n\n<p>De tuin, als een in de natuur geconstrueerde voortzetting van de architectuur, als metafoor van de plaats van de mens (de stichter) op aarde, is aangelegd in geometrische figuren met verfijnde broderies en beelden. De beeldengroep aan de slotgracht, voorstellende Europa en Afrika en gemaakt door de Antwerpse beeldhouwer Albertus Xaverij, herinnert aan die filosofie.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Deze beeldengroep had een pendant voorstellende Azië en Amerika. De beelden van deze vier werelddelen waren een verwijzing naar de status van Willem Adriaan: zijn paleis als het centrum van de wereld. De oorspronkelijke tuin en het slot (ex- en interieur) vormden dus een eenheid, hierdoor staan ze vaak op diverse gravures afgebeeld.</p>\n\n<p>Vele interieurdecoraties verwijzen naar de status van de stichter, uitgebeeld in allegorieën of mythologische thema’s.</p>\n\n<p>Om deze thema’s herkenbaar weer te geven maakten de kunstenaars gebruik van modellen-boeken. Voor Het Slot Zeist was dat Iconologia een boek van de Italiaan Cesare Ripa.</p>\n\n<h3>1686&nbsp;</h3>\n\n<p>De bouw van het slot is voltooid</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 84, 1, 0, 0),
(96, 25, '\n					\n					<section id=\"hoezanalad\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1632</h3>\n\n<p>Willem Adriaan werd in dit&nbsp;jaar geboren als kleinzoon van prins Maurits. Als graaf van Nassau-Odijk bekend als eerste vrijheer van Zeist en bouwer van het slot.</p>\n\n<h3>1677</h3>\n\n<p>Willem Adriaan kocht de ambachtsheerlijkheid Zeist en het vervallen middeleeuwse kasteel voor 5.000,00 gulden (ruim € 2.200,00) van de Staten van Utrecht en werd daarom Heer van Zeist. Hij startte met de bouw van een lusthof met medewerking van de architecten Jacob Roman, Leidse stadsarchitect, later stadhouderlijk architect en Daniël Marot, een Franse hugenoot met internationale faam.</p>\n\n<p><img alt=\"Graaf van Nassau-Odijk\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/historie/Graaf-van-Nassau-Odijk.jpg\" style=\"width: 330px; height: 431px;\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Slot Zeist is door Roman ontworpen in het Hollands Classicisme. Deze stijl is ontleend aan de 16e eeuwse villa’s in de Veneto van de Italiaanse architect Andrea Palladio. De zijvleugels en de tuinen van het slot zijn het eerst aangelegd, rond een hoofdas die nog steeds de plattegrond van Zeist bepaalt. De tuin, als een in de natuur geconstrueerde voortzetting van de architectuur, als metafoor van de plaats van de mens (de stichter) op aarde, is aangelegd in geometrische figuren met verfijnde broderies en beelden. De beeldengroep aan de slotgracht, voorstellende Europa en Afrika en gemaakt door de Antwerpse beeldhouwer Albertus Xaverij, herinnert aan die filosofie. Deze beeldengroep had een pendant voorstellende Azië en Amerika. De beelden van deze vier werelddelen waren een verwijzing naar de status van Willem Adriaan: zijn paleis als het centrum van de wereld. De oorspronkelijke tuin en het slot (ex- en interieur) vormden dus een eenheid, hierdoor staan ze vaak op diverse gravures afgebeeld.</p>\n\n<p>Vele interieurdecoraties verwijzen naar de status van de stichter, uitgebeeld in allegorieën of mythologische thema’s.</p>\n\n<p>Om deze thema’s herkenbaar weer te geven maakten de kunstenaars gebruik van modellen-boeken. Voor Het Slot Zeist was dat Iconologia een boek van de Italiaan Cesare Ripa.</p>\n\n<h3>1686&nbsp;</h3>\n\n<p>De bouw van het slot is voltooid</p>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 84, 1, 0, 0),
(97, 25, '\n					\n					\n					<section id=\"kpzvnmzxih\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 88, 2, 0, 0),
(99, 25, '\n					<section id=\"vxmdbckymg\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1632</h3>\n\n<p>Willem Adriaan werd in dit&nbsp;jaar geboren als kleinzoon van prins Maurits. Als graaf van Nassau-Odijk bekend als eerste vrijheer van Zeist en bouwer van het slot.</p>\n\n<h3>1677</h3>\n\n<p>Willem Adriaan kocht de ambachtsheerlijkheid Zeist en het vervallen middeleeuwse kasteel voor 5.000,00 gulden (ruim € 2.200,00) van de Staten van Utrecht en werd daarom Heer van Zeist. Hij startte met de bouw van een lusthof met medewerking van de architecten Jacob Roman, Leidse stadsarchitect, later stadhouderlijk architect en Daniël Marot, een Franse hugenoot met internationale faam.</p>\n\n<p>Slot Zeist is door Roman ontworpen in het Hollands Classicisme. Deze stijl is ontleend aan de 16e eeuwse villa’s in de Veneto van de Italiaanse architect Andrea Palladio. De zijvleugels en de tuinen van het slot zijn het eerst aangelegd, rond een hoofdas die nog steeds de plattegrond van Zeist bepaalt.</p>\n\n<p>De tuin, als een in de natuur geconstrueerde voortzetting van de architectuur, als metafoor van de plaats van de mens (de stichter) op aarde, is aangelegd in geometrische figuren met verfijnde broderies en beelden. De beeldengroep aan de slotgracht, voorstellende Europa en Afrika en gemaakt door de Antwerpse beeldhouwer Albertus Xaverij, herinnert aan die filosofie.</p>\n\n<p>Deze beeldengroep had een pendant voorstellende Azië en Amerika. De beelden van deze vier werelddelen waren een verwijzing naar de status van Willem Adriaan: zijn paleis als het centrum van de wereld. De oorspronkelijke tuin en het slot (ex- en interieur) vormden dus een eenheid, hierdoor staan ze vaak op diverse gravures afgebeeld.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Vele interieurdecoraties verwijzen naar de status van de stichter, uitgebeeld in allegorieën of mythologische thema’s.</p>\n\n<p>Om deze thema’s herkenbaar weer te geven maakten de kunstenaars gebruik van modellen-boeken. Voor Het Slot Zeist was dat Iconologia een boek van de Italiaan Cesare Ripa.</p>\n\n<h3>1686&nbsp;</h3>\n\n<p>De bouw van het slot is voltooid</p>\n\n<p><img alt=\"Graaf van Nassau-Odijk\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/historie/Graaf-van-Nassau-Odijk.jpg\" style=\"width: 330px; height: 431px;\"></p>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 84, 1, 1, 0),
(100, 25, '<section id=\"xmcxaqlbdw\" class=\"grid-container\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'panel-gray', 0, 0, '', '', 0, 0, 4, 1, 0),
(101, 25, '\n					<section id=\"mhtkvfzerm\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1910</h3>\n\n<p>Slot Zeist&nbsp;wordt eigendom van René Labouchere en van zijn zuster Agnes Henriëtte Labouchere, die getrouwd was met Jonkheer Leendert Marinus Schuurbeque Boeye. Deze laatsten bewoonden een gedeelte van het hoofdgebouw en de linkervleugel.</p>\n\n<h3>1924</h3>\n\n<p>N.V.Bouw- en Exploitatiemaatschappij Heemstede in Utrecht kocht het slot voor afbraak. Zes weken na deze aankoop werd het slot gekocht door de gemeente Zeist voor 130.000 gulden, aanvankelijk uitsluitend voor culturele doeleinden. Vanaf dat moment is de gemeente Zeist eigenaar van het slot.</p>\n\n<h3>1925-1940</h3>\n\n<p>Het Slot was een onderkomen voor diverse commissies en gemeentelijke bureaus.</p>\n\n<h3>1940</h3>\n\n<p>Gutsche, Major der Deutschen Wehrmacht, vorderde het slot, de Ortskommandantur werd er gevestigd.</p>\n\n<h3>1945&nbsp;</h3>\n\n<p>Door onachtzaamheid van Duitse militairen werd het Slot in de nacht van 8 op 9 februari door brand geteisterd, de linkervleugel brandde praktisch geheel af.</p>\n\n<p>Na de bevrijding diende het Slot als gevangenis voor politieke gevangenen, een functie die het zelfs onder Willem Adriaan niet heeft gehad. Deze mocht als Heer van Zeist rechtspraak doen, hij kon zelfs de doodstraf uitspreken.</p>\n\n<p>Later betrok het Entertainment Committee voor de Canadese troepen en de Intendance voor Overzeese Gebieden het gebouw.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>1948</h3>\n\n<p>In het park werd, in het kader van een project&nbsp;voor werkelozen,&nbsp;een openlucht theater aangelegd met zitplaatsen voor 1000 personen.</p>\n\n<h3>1953</h3>\n\n<p>Het slot werd ingericht voor de opvang van slachtoffers van de Zeeuwse watersnoodramp.</p>\n\n<h3>1957</h3>\n\n<p>Op 7 januari werd het startsein gegeven voor de omvangrijke restauratie onder leiding van baron van Asbeck, waarbij de inrichting en decoratie uitgevoerd is door Jan Ruys. Beiden hadden veel samengewerkt bij de restauratie van kastelen en koninklijke huizen.</p>\n\n<p>Voor deze omvangrijke restauratie werden kosten nog moeite gespaard. Zo werd de wandbespanning in de blauwe zaal opnieuw geproduceerd op een zeventiende-eeuws weefgetouw van voor deze uitzonderlijke afmeting. Op basis van de originele ontwerpen heeft men met groot vakmanschap het slot zoveel mogelijk in haar originele staat willen terugbrengen maar tegelijkertijd heeft men de noodzakelijke veranderingen aangebracht om aan de technische eisen (van die tijd) te voldoen.</p>\n\n<h3>1960&nbsp;</h3>\n\n<p>Ir.J.B. Baron van Asbeck begon met de restauratie.</p>\n\n<h3>1968&nbsp;</h3>\n\n<p>De restauratie van de zijvleugels werd voltooid. Op 8 oktober van dat jaar verrichtte Z.K.H. Prins Claus de heropening.</p>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 100, 1, 1, 0),
(102, 25, '\n					<section id=\"iegqsvssnu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>20e eeuw</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 100, 0, 1, 0),
(103, 25, '<section id=\"urixvoyesq\" class=\"grid-container\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 5, 1, 0),
(104, 25, '\n					<section id=\"pvlzrosylt\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 id=\"yui_3_17_2_1_1409139760015_38951\">Restauratie</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 103, 5, 1, 0),
(109, 34, '<section id=\"snaqgfikvf\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 108, 1, 1, 0),
(105, 25, '\n					<section id=\"bspahropvk\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1409138484105_28778\">\n<div class=\"sqs-block-content\">\n<p id=\"yui_3_17_2_1_1409139760015_38952\">In de loop der tijden hebben de verschillende eigenaren Slot Zeist aangepast naar eigen behoeften. In de jaren zestig is het Slot ingrijpend gerestaureerd onder leiding van Baron van Asbeck, de inrichting en decoratie werd uitgevoerd door Jan Ruys. Beiden hadden veel samengewerkt bij de restauratie van kastelen en koninklijke huizen.</p>\n</div>\n</div>\n\n<p>Bij de restauratie van de jaren zestig richtte baron Van Asbeck zich op het ongedaan maken van die aanpassingen om de oorspronkelijke aanleg van het Slot te herstellen. Tegelijkertijd bracht hij nieuwe aanpassingen aan die nodig waren om de gewenste functies onder te brengen.</p>\n\n<p>Eind 2005 heeft men besloten om Slot Zeist opnieuw aan te passen aan de huidige eisen op gebied van veiligheid en techniek. Uiteraard moest de structuur en het aanzien van het slot bij de renovatie gerespecteerd worden.</p>\n\n<p>Begin januari 2006 is de renovatie begonnen die 1 jaar geduurd heeft. Een groot deel van de renovatie betrof het onzichtbaar aanbrengen van installaties en vervangingen van aanwezige onderdelen. De zichtbare resultaten zijn de historische kleurstellingen van de wandschilderingen, het binnenschilderwerk en werkzaamheden aan het antieke meubilair.</p>\n\n<p>Slot Zeist is na deze renovatie geheel opgefrist en ingesteld op de moderne inzichten op het gebied van veiligheid en aangepast aan het hedendaagse gebruik.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"responsive-embed\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/wP7Kr0w8MlA\" width=\"560\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 103, 5, 1, 0),
(106, 26, '<section id=\"aupdvahppc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(107, 9, '\n					\n					\n					\n					\n					\n										\n					<section id=\"hdzwkzvsmm\" class=\"\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\" data-height=\"40%\">\n		<div class=\"showcase-case\" datagroup=\"case\" data-height=\"35%\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\" cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Vergaderen in het decor van de gouden eeuw</h1>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/bedrijfsborrel-slot-zeist-feestlocatie-zeist.jpg\">\n		</div>\n		\n		\n		\n		</div>\n	</div>\n</section></section>\n					\n					\n					\n					\n					\n					\n					\n					', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(108, 34, '<section id=\"stvnmvltiw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(110, 34, '<section id=\"ifvalxhgpl\" class=\"\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\">\n		<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\">\n					\n						<h1>Heading</h1>\n						<p>Text</p>\n					\n					</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://via.placeholder.com/1200x600?text=image\">\n		</div>\n		\n		\n		\n		</div>\n	</div>\n</section></section>', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(111, 9, '\n					<section id=\"uddpiqupfy\" class=\"\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\" data-height=\"40%\">\n		<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Vergaderen in het decor van de gouden eeuw</h1>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/bedrijfsborrel-slot-zeist-feestlocatie-zeist.jpg\">\n		</div>\n		\n		\n		\n		</div>\n	</div>\n</section></section>\n					', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(113, 35, '<section id=\"dvqzyuoini\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(114, 35, '<section id=\"fnnqerotuh\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(115, 35, '\n					<section id=\"dtlarevabq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Zaken doe je bij Slot Zeist!</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 114, 1, 1, 0),
(117, 36, '<section id=\"zxocspchrr\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(118, 36, '\n					<section id=\"mwqnhwksfu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Buitengewoon Slot Zeist</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 117, 1, 1, 0),
(116, 35, '\n					<section id=\"qyougvfuau\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/light-bulb.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Ruim 300 jaar<br>\nHistorie</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-historie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Ruim 300 jaar<br>\nHistorie</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/hand-shake.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Centraal gelegen<br>\nin Nederland</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-centrale-locatie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Centraal gelegen<br>\nin Nederland</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/presentation.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Uitgebreide<br>\nmogelijkheden</p>\n</div>\n</div>\n\n\n</div></section>\n					', '5-column', 'text', '', '', 0, 0, '', '', 0, 114, 1, 1, 0),
(121, 28, '\n					\n					<section id=\"opdwblprwu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h1>Zaalverhuur Slot Zeist</h1>\n\n<p>Het landelijke 17e eeuwse Slot Zeist en de prachtige bosrijke omgeving&nbsp;vormen de ideale combinatie voor exclusieve bijeenkomsten, unieke evenementen of vergaderingen met een bijzonder tintje. Voor elk type gelegenheid (en budget) is er een passende zaal. Van sprookjesachtige stijlkamers voor stijlvolle feesten tot unieke slotgewelven voor intieme diners... Van moderne vergaderzalen voor conferenties en congressen tot de prachtige tuinen voor een heerlijke picknick of high tea.</p>\n\n<p>De capaciteit van de diverse zalen in Slot Zeist loopt van 8 tot maximaal 150 gasten. Het slot heeft een totale capaciteit van 1.250 mensen.<br>\nPrijzen voor zaalverhuur beginnen bij € 130,-.</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center', '', 0, 0, 1, 0, 0),
(119, 36, '\n					<section id=\"zygevbstxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-historie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Ruim 300 jaar<br>\nHistorie</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-centrale-locatie.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Centraal gelegen<br>\nin Nederland</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-capaciteit.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Evenementen tot<br>\n1250 personen</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-cultuur.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Exposities met<br>\nKunst &amp; Cultuur</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/icons/icon-trouwen.png\" style=\"width: 72px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\">Officiele<br>\nTrouwlocatie</p>\n</div>\n</div>\n\n\n</div></section>\n					', '5-column', 'text', '', '', 0, 0, '', '', 0, 117, 1, 1, 0),
(120, 9, '\n					<section id=\"stkfksryik\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Zaken doen bij Slot Zeist</h1>\n\n<p style=\"text-align: center;\">Het 17e-eeuwse Slot Zeist is overweldigend, warm en excentriek. Een unieke vergaderlocatie en uitermate geschikt als u meer zoekt dan een doorsnee vergaderzaal. Laat u inspireren door de authentieke stijlkamers en vorstelijke vertrekken. Laat u verrassen door onze creatieve insteek en ontzorgen door ons team van professionals.</p>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 35, 0, 1, 0),
(122, 28, '\n					\n					<section id=\"redkxtwyxo\" class=\"\"><section id=\"egghgcifke\" class=\"\">\n	<div class=\"image-showcase\" data-height=\"40%\">\n		<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1 class=\"meta-title\">Blauwe zaal</h1>\n\n<h2>Capaciteit 100 personen Zaalverhuur vanaf € 845,-</h2>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/blauwe-zaal/SlotZeist_zalen_Blauwezaal_2.JPG\">\n		</div>\n		\n		\n		\n		</div>\n	<div class=\"showcase-case\" datagroup=\"case\">\n	\n	\n	\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\n			<div class=\"grid-x\">\n		\n				<div class=\"small-12 cell\">\n					<div class=\"column-wrapper\" edittype=\"showcase-text\"><h1>Slotzaal</h1>\n\n<h2>Capaciteit 150 personen, zaalverhuur vanaf € 845,-</h2>\n</div>\n				</div>\n				\n			</div>	\n		</div>\n\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\n						<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/slotzaal/slotzaal-1.jpg\">\n		</div>\n		\n		\n		\n		</div></div>\n</section></section>\n					\n					', 'showcase', 'showcase', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(123, 9, '\n					\n					\n					\n					\n					\n					\n					<section id=\"upxkzyzkty\" class=\"grid-container\" style=\"\">\n<div class=\"custom-code\"><div class=\"grid-container fluid\">\n<div class=\"grid-x grid-padding-x\">\n{zalenoverzicht}\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					', 'custom', 'custom', 'zalenoverzicht', '', 0, 0, '', '', 2, 0, 4, 0, 0),
(124, 9, '\n					\n					\n					<section id=\"frolavrhvk\" class=\"\" style=\"\">\n<div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x\">\n{zalenoverzicht}\n</div>\n</div></div></section>\n					\n					\n					', 'custom', 'custom', 'zalenoverzicht', '', 0, 0, '', '', 2, 0, 5, 0, 0),
(126, 38, '\n					\n					<section id=\"kclzegeaym\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>Marmerkamer</h2>\n\n<p>Oppervlakte<br>\n40 m2</p>\n\n<p>Aantal personen<br>\nmaximaal 40</p>\n\n<p>Zaalhuur<br>\n4 uur: € 275,-<br>\n8 uur: €&nbsp; 475,-<br>\n(incl. btw)</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1>Okergeel en groen</h1>\n\n<p>Deze kamer dankt zijn naam aan de prachtige plafondschilderingen, schouw en wanden met marmerpatronen in okergele en groene kleuren. Deze zaal, met rijk interieur leent zich uitermate goed voor vergaderingen, besloten diners of als extra ontvangstruimte tijdens grotere evenementen.&nbsp;</p>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(127, 38, '<section id=\"gvuyikabal\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 2, 1, 0),
(128, 38, '\n					\n					\n					<section id=\"xtpyrkghys\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-3 large-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>Specificaties</h3>\n\n<p>Oppervlakte<br>\n40 m2</p>\n\n<p>Aantal personen<br>\nmaximaal 40</p>\n\n<p>Zaalhuur<br>\n4 uur: € 275,-<br>\n8 uur: €&nbsp; 475,-<br>\n(incl. btw)</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-9 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>Okergeel en groen</h3>\n\n<p>Deze kamer dankt zijn naam aan de prachtige plafondschilderingen, schouw en wanden met marmerpatronen in okergele en groene kleuren. Deze zaal, met rijk interieur leent zich uitermate goed voor vergaderingen, besloten diners of als extra ontvangstruimte tijdens grotere evenementen.&nbsp;</p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 127, 1, 0, 0),
(130, 38, '<section id=\"wnzifyxukr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 large-6 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 127, 2, 0, 0),
(129, 38, '\n					\n					\n					\n					<section id=\"dsfzhtlymf\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1>Marmerkamer Slot Zeist</h1>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 127, 0, 1, 0),
(131, 38, '\n					\n					\n					\n					<section id=\"goazqfqfzo\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-9 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Deze kamer dankt zijn naam aan de prachtige plafondschilderingen, schouw en wanden met marmerpatronen in okergele en groene kleuren. Deze zaal, met rijk interieur leent zich uitermate goed voor vergaderingen, besloten diners of als extra ontvangstruimte tijdens grotere evenementen.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><strong>Oppervlakte </strong>40 m2<br>\n<strong>Aantal personen: </strong><br>\nmaximaal 40<br>\n<strong>Zaalhuur:</strong><br>\n4 uur: € 275,-<br>\n8 uur: €&nbsp; 475,-</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 127, 2, 0, 0),
(132, 53, '\n					\n					<section id=\"pdshmlywby\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1>Royale uitstraling</h1>\n\n<p>Gelegen op de hoek van het gebouw&nbsp;heeft de B&amp;W kamer een bijzondere en praktische locatie. De grote empire mahoniehouten coulissetafel met klauwpoten, met daaraan 14 mahoniehouten armstoelen geven de ruimte een royale uitstraling.&nbsp;</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><strong>Oppervlakte</strong><br>\n65 m2<br>\n<strong>Aantal personen</strong><br>\nmaximaal 60<br>\n<strong>Zaalhuur</strong><br>\n4 uur: € 285,-<br>\n8 uur: € 515,-</p>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(133, 53, '<section id=\"wxtmuskulr\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 2, 1, 0),
(134, 53, '\n					<section id=\"nvoymgdqht\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1 class=\"text-align-right\">B&amp;W kamer Slot Zeist</h1>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 133, 2, 1, 0),
(137, 28, '<section id=\"pwfkkiadcl\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(138, 28, '\n					<section id=\"yycqrrusto\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h1>Zaalverhuur Slot Zeist</h1>\n\n<p>Het landelijke 17e eeuwse Slot Zeist en de prachtige bosrijke omgeving&nbsp;vormen de ideale combinatie voor exclusieve bijeenkomsten, unieke evenementen of vergaderingen met een bijzonder tintje. Voor elk type gelegenheid (en budget) is er een passende zaal. Van sprookjesachtige stijlkamers voor stijlvolle feesten tot unieke slotgewelven voor intieme diners... Van moderne vergaderzalen voor conferenties en congressen tot de prachtige tuinen voor een heerlijke picknick of high tea.</p>\n\n<p>De capaciteit van de diverse zalen in Slot Zeist loopt van 8 tot maximaal 150 gasten. Het slot heeft een totale capaciteit van 1.250 mensen.<br>\nPrijzen voor zaalverhuur beginnen bij € 130,-.</p>\n\n<h2>De verschillende zalen van Slot Zeist</h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center', '', 0, 137, 1, 1, 0),
(136, 38, '\n					<section id=\"nrgxvyoubp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-8 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Deze kamer dankt zijn naam aan de prachtige plafondschilderingen, schouw en wanden met marmerpatronen in okergele en groene kleuren. Deze zaal, met rijk interieur leent zich uitermate goed voor vergaderingen, besloten diners of als extra ontvangstruimte tijdens grotere evenementen.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><strong>Oppervlakte </strong>40 m2<br>\n<strong>Aantal personen</strong> maximaal 40<br>\n<strong>Zaalhuur</strong><br>\n4 uur: € 275,- | 8 uur: €&nbsp; 475,-</p>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 127, 2, 1, 0),
(135, 53, '\n					<section id=\"zeyueopgem\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-9 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>Gelegen op de hoek van het gebouw&nbsp;heeft de B&amp;W kamer een bijzondere en praktische locatie. De grote empire mahoniehouten coulissetafel met klauwpoten, met daaraan 14 mahoniehouten armstoelen geven de ruimte een royale uitstraling.&nbsp;</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><strong>Oppervlakte</strong><br>\n65 m2<br>\n<strong>Aantal personen</strong><br>\nmaximaal 60<br>\n<strong>Zaalhuur</strong><br>\n4 uur: € 285,-<br>\n8 uur: € 515,-</p>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 133, 2, 1, 0),
(139, 28, '\n					<section id=\"fnxgrrkkhm\" class=\"\" style=\"\">\n<div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x\">\n{zalenoverzicht}\n</div>\n</div></div></section>\n					', 'custom', 'custom', 'zalenoverzicht', '', 0, 0, '', '', 2, 137, 1, 1, 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `prijzen_product`
--

CREATE TABLE `prijzen_product` (
  `prijs_product_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `naam` varchar(250) NOT NULL,
  `aantal` int(10) NOT NULL,
  `van` float NOT NULL,
  `voor` float NOT NULL,
  `gewicht` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `pw_reset`
--

CREATE TABLE `pw_reset` (
  `reset_id` int(10) NOT NULL,
  `user_id` int(10) NOT NULL,
  `code` varchar(50) NOT NULL,
  `valid_until` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `secties`
--

CREATE TABLE `secties` (
  `sectie_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_titel` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_description` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `stramien` int(1) NOT NULL DEFAULT '1',
  `section_view` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `category_view` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `kolommen` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `cssid` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `zichtbaar` int(1) NOT NULL DEFAULT '1',
  `position` int(1) NOT NULL,
  `custom` int(1) NOT NULL,
  `custom_code` text COLLATE utf8_unicode_ci NOT NULL,
  `sort` int(10) NOT NULL,
  `sitelinks` int(1) NOT NULL DEFAULT '1',
  `categories` int(1) NOT NULL,
  `redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `secties`
--

INSERT INTO `secties` (`sectie_id`, `naam`, `url`, `meta_titel`, `meta_description`, `stramien`, `section_view`, `category_view`, `kolommen`, `cssid`, `zichtbaar`, `position`, `custom`, `custom_code`, `sort`, `sitelinks`, `categories`, `redirect`, `active`) VALUES
(1, 'Dineren', '', '', '', 1, '', '', '', '', 1, 2, 0, '', 0, 1, 0, '', 1),
(2, 'Slot Zeist', '', '', '', 1, 'view.sidebar.php', '', '', '', 1, 5, 0, '', 0, 1, 0, '', 1),
(3, 'Trouwen', '', '', '', 1, '', '', '', '', 1, 3, 0, '', 0, 1, 0, '', 1),
(4, 'Contact', '', '', '', 1, '', '', '', '', 1, 6, 0, '', 0, 1, 0, '', 1),
(5, 'Feesten', '', '', '', 1, '', '', '', '', 1, 4, 0, '', 0, 1, 0, '', 1),
(6, 'Home', '', '', '', 1, '', '', '', '', 0, 0, 0, '', 0, 1, 0, '', 1),
(7, 'Charts', '', '', '', 6, '', '', '', '', 0, 6, 0, '', 0, 1, 0, '', 0),
(8, 'Zaken doen', '', '', '', 1, 'view.default.php', '', '', '', 1, 1, 0, '', 0, 1, 0, '', 1),
(9, 'agenda', '', '', '', 1, '', '', '', '', 0, 8, 0, '', 0, 1, 0, '', 1),
(10, 'Bezoekersinformatie', '', '', '', 1, '', '', '', '', 0, 7, 0, '', 0, 1, 0, '', 1),
(11, 'Loopback', '', '', '', 0, '', '', '', '', 0, 10, 0, '', 0, 1, 0, '', 1),
(12, 'Zalen', '', '', '', 8, '', '', '', '', 0, 9, 0, '', 0, 1, 0, '', 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `sectie_categories`
--

CREATE TABLE `sectie_categories` (
  `sectie_category_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `category_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `sectie_templates`
--

CREATE TABLE `sectie_templates` (
  `sectie_templates_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `sectie_templates`
--

INSERT INTO `sectie_templates` (`sectie_templates_id`, `sectie_id`, `template_id`) VALUES
(1, 6, 1),
(2, 4, 1),
(3, 1, 1),
(4, 7, 2),
(5, 8, 1),
(6, 2, 1),
(7, 9, 3),
(8, 3, 1),
(9, 5, 1),
(10, 10, 1),
(11, 11, 1),
(13, 12, 4);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `stramiens`
--

CREATE TABLE `stramiens` (
  `stramien_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(10) NOT NULL,
  `columns` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `stramiens`
--

INSERT INTO `stramiens` (`stramien_id`, `naam`, `position`, `columns`, `active`) VALUES
(1, 'default', 0, 0, 1),
(2, 'home', 0, 0, 1),
(3, 'project', 0, 0, 1),
(4, 'features', 0, 0, 0),
(5, 'search', 0, 0, 1),
(6, 'chart', 0, 0, 0),
(7, 'sidebar', 0, 0, 1),
(8, 'zalen', 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `synoniemen`
--

CREATE TABLE `synoniemen` (
  `synoniem_id` int(11) NOT NULL,
  `synoniem` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `synoniemen_default`
--

CREATE TABLE `synoniemen_default` (
  `default_syn_id` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `value` varchar(255) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `tags`
--

CREATE TABLE `tags` (
  `tag_id` int(10) NOT NULL,
  `name` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `times_tagged` int(10) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Gegevens worden geëxporteerd voor tabel `tags`
--

INSERT INTO `tags` (`tag_id`, `name`, `times_tagged`, `position`, `active`) VALUES
(1, 'historie', 0, 0, 1),
(2, 'algemeen', 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `td_agenda`
--

CREATE TABLE `td_agenda` (
  `entry_id` int(10) NOT NULL,
  `position` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `template_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `form_id` int(10) NOT NULL,
  `stramien_id` int(10) NOT NULL,
  `meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `titel` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `tekst` text COLLATE utf8_unicode_ci,
  `datum_vanaf` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `foto` tinytext COLLATE utf8_unicode_ci,
  `datum_tot` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `td_agenda`
--

INSERT INTO `td_agenda` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `titel`, `tekst`, `datum_vanaf`, `foto`, `datum_tot`) VALUES
(1, 0, 1, '2018-01-08 12:53:58', 3, 5, 0, 0, '', '', '', 'Dinner for One - Wegens groot succes geprolongeerd!', '<div class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"Post Body\" data-type=\"item\" data-updated-on=\"1500998341213\" id=\"item-597769d21b631b76e520b80a\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div class=\"sqs-block markdown-block sqs-block-markdown\" data-block-type=\"44\" id=\"block-648c6c3b8dd0a1848ae9\">\r\n<div class=\"sqs-block-content\">\r\n<p>Mevrouw Sophie wordt 90 jaar en heeft 4 bekende Nederlandse vrienden uitgenodigd voor haar verjaarsdiner. Echter, de vrienden zijn overleden en mevrouw Sophie heeft James gevraagd om hun rollen over te nemen en de conversatie gaande te houden, zoals die vrienden dat gedaan zouden hebben. Intussen serveert James het diner en heft het glas met mevrouw Sophie namens alle gasten en… op weg naar het buffet komt hij iedere keer die tijgerkop tegen…..</p>\r\n\r\n<p>Tijdens de voorstelling zit u als bezoeker bijna bij mevrouw Sophie aan tafel en nadien krijgt u hetzelfde diner geserveerd als mevrouw. Ieder jaar zitten er andere – overleden - bekende Nederlanders aan tafel. Wie zouden het dit jaar zijn?</p>\r\n\r\n<ul>\r\n	<li>Locatie: Culturele vleugel van Slot Zeist</li>\r\n	<li>Aanvang: 19.30 uur</li>\r\n	<li>Prijs: € 58,- p.p. voor de voorstelling en 2-gangen diner incl. 2 consumpties</li>\r\n</ul>\r\n\r\n<p>Speeldata 2017 en begin 2018:</p>\r\n\r\n<ul>\r\n	<li>Zat 18 nov</li>\r\n	<li>Zat 25 nov</li>\r\n	<li>Do 7 dec</li>\r\n	<li>Zat 9 dec</li>\r\n	<li>Do 14 dec</li>\r\n	<li>Zat 16 dec</li>\r\n	<li>Do 21 dec</li>\r\n	<li>Vri 22 dec</li>\r\n	<li>Zat 23 dec</li>\r\n	<li>Zat 13 jan 2018</li>\r\n	<li>Zat 20 jan 2018</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-yui_3_17_2_1_1501836594929_350844\">\r\n<div class=\"sqs-block-content\">\r\n<p><a href=\"http://figi.nl/get-a-show-event/theatergroep-koper/?event_id=1387&amp;date=2017-11-18%2019:30&amp;orderCode=10023\" target=\"_blank\">Reserveer nu! </a></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n', '2017-11-18', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/agenda/DinnerForOne.jpg', '2018-01-20'),
(2, 0, 1, '2018-01-08 12:54:10', 3, 6, 0, 0, '', '', '', 'Slot Zeist, het Nederlandse Versailles', '<div class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"Post Body\" data-type=\"item\" data-updated-on=\"1511779850115\" id=\"item-5a1bedf7085229dcccd0899f\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\" id=\"block-d30f8f21752edd242efd\">\r\n<div class=\"sqs-block-content\">\r\n<p style=\"margin-left:0cm; margin-right:0cm\">Slot Zeist is een van de mooiste en best bewaarde 17e-eeuwse buitens op de Utrechtse Heuvelrug. Daniël Marot en tijdgenoten drukten hun stempel op het klassieke barokke interieur. Rijk ingerichte zalen herinneren aan de rol van een flamboyante Nassau-telg en aan een Amsterdamse koopman, die letterlijk ruimte gaf aan de Hernhutters. Ruim 300 jaar geschiedenis heeft de oude glorie van deze veel bezochte lusthof niet aangetast. Een bezichtiging meer dan de moeite waard! Geen koffie of thee inbegrepen.</p>\r\n\r\n<p style=\"margin-left:0cm; margin-right:0cm\">Datum: zondag 7 januari 2018<br />\r\nStarttijd: 15:00 uur<br />\r\nStartpunt: <strong>Hoofdingang Slot Zeist, Zeist</strong><br />\r\nDuur: ca. 1 uur<br />\r\nKosten: € 2,50 per persoon, kinderen tot 12 jaar € 1,- per kind; pinnen niet mogelijk<br />\r\nInformatie: 06 166 301 44; <a href=\"http://www.gildezeist.nl/\" target=\"_blank\">www.gildezeist.nl</a>; <a href=\"http://www.geheugenvanzeist.nl/\" target=\"_blank\">www.geheugenvanzeist.nl</a></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n', '2018-01-01', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/agenda/slot-zeist.jpg', '2018-01-31'),
(3, 0, 1, '2018-01-08 12:54:39', 3, 7, 0, 0, '', '', '', 'Expositie Uit de school geklapt: Het Zeister basisonderwijs in vogelvlucht', '<div class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"Post Body\" data-type=\"item\" data-updated-on=\"1510843239622\" id=\"item-5a0da28d9140b7510346f0f8\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div class=\"sqs-block markdown-block sqs-block-markdown\" data-block-type=\"44\" id=\"block-7b8f02a8612657541704\">\r\n<div class=\"sqs-block-content\">\r\n<p>Vanaf 13 januari t/m 11 februari 2018 te zien in de Culturele Vleugel van Slot Zeist:</p>\r\n\r\n<p>Uit de school geklapt, Het Zeister basisonderwijs in vogelvlucht</p>\r\n\r\n<p>In deze tentoonstelling wordt een globaal overzicht gegeven van de algemene geschiedenis van het basisonderwijs in Zeist en in de buurtschappen Den Dolder en Austerlitz. Daarnaast zullen ook gebouwen, lesmateriaal, leerkrachten en – natuurlijk - de leerlingen ruimschoots aan bod komen.</p>\r\n\r\n<p>De tentoonstelling wordt georganiseerd op initiatief van het Geheugen van Zeist door het Zeister Historisch Genootschap in samenwerking met de Gemeente Zeist.</p>\r\n\r\n<p>Het Geheugen van Zeist heeft medewerking gevraagd aan scholen en inwoners van Zeist om materiaal voor de tentoonstelling in bruikleen te geven. De collecties van onder andere het Gemeentearchief Zeist (GAZ), het Hernhutterhuis en het Zeister Historisch Genootschap (ZHG) zijn daardoor aangevuld met unieke bruiklenen van diverse scholen en particulieren. Op de tentoonstelling zullen oa. rapporten, lesboekjes, werkjes, schoolplaten en historische filmbeelden te zien zijn die met elkaar een feest van herkenning vormen.</p>\r\n\r\n<p>Tijdens de openingsuren zullen aan de tentoonstelling gerelateerde activiteiten plaatsvinden in de ‘Kersbergenzaal’ in de Slotgewelven van Slot Zeist.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n', '2018-01-13', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/agenda/Zeister-Schoolvereniging.jpg', '2018-02-11'),
(4, 0, 1, '2018-01-08 12:54:57', 3, 8, 0, 0, '', '', '', 'Ashtonia', '<div class=\"sqs-layout sqs-grid-12 columns-12\" data-layout-label=\"Post Body\" data-type=\"item\" data-updated-on=\"1513078833441\" id=\"item-5a2fbf88419202b47883f146\">\r\n<div class=\"row sqs-row\">\r\n<div class=\"col sqs-col-12 span-12\">\r\n<div class=\"sqs-block markdown-block sqs-block-markdown\" data-block-type=\"44\" id=\"block-yui_3_17_2_1_1513078150871_38083\">\r\n<div class=\"sqs-block-content\">\r\n<p>HET WAANZINNIGSTE LAND VAN HET LAND, ASHTONIA, KOMT TERUG! MET EEN NIEUWE SHOW!</p>\r\n\r\n<p>Na de stijf-uitverkochte eerste editie nemen de Ashton Brothers in de zomer van 2018 opnieuw bezit van Slot Zeist met een volledig nieuw avondvullend, komisch en culinair programma. De Ashton Brothers beloven je opnieuw een Waanzinnige Wereld: absurd theater, acrobatiek en magie overgoten met een feestelijke dosis cabaret.</p>\r\n\r\n<p>ASHToN BROTHERS</p>\r\n\r\n<p>De Ashton Brothers is de door internationale pers en publiek bejubelde spektakel-groep, bewonderd om hun shows vol muziek, acrobatiek, ontroering en vooral: lachen tot je niet meer kunt. Circustheater in optima forma. Ze speelden van Toronto tot Parijs en van Budapest tot Barcelona en wonnen verscheidene theaterprijzen. In ASHTONIA brengen zij hun kunst- en vliegwerk naar een heel nieuw level en ze hebben waanzinnig veel zin in een nieuwe show.</p>\r\n\r\n<p>Kaarten bestellen? Klik hier! (<a href=\"http://ashtonia.ashtonbrothers.nl/\">http://ashtonia.ashtonbrothers.nl/</a>)</p>\r\n\r\n<p>Benieuwd naar de VIP arrangementen? <a href=\"http://ashtonia.ashtonbrothers.nl/#arrangementen\">Klik hier</a>!</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"eventitem-sourceurl\">Source:: <a class=\"eventitem-sourceurllink\" href=\"http://ashtonia.ashtonbrothers.nl/\" target=\"_blank\">http://ashtonia.ashtonbrothers.nl/</a></div>\r\n', '2018-06-01', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/agenda/ashtonia.jpg', '2018-06-24'),
(5, 0, 1, '2018-03-14 09:09:37', 3, 30, 0, 0, '', '', '', 'Nog een item', '', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-winter.jpg', ''),
(6, 0, 1, '2018-03-14 09:09:44', 3, 31, 0, 0, '', '', '', 'nog eentje', '', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/slot-zeist-feest-locatie.jpg', ''),
(7, 0, 1, '2018-03-14 09:09:57', 3, 32, 0, 0, '', '', '', 'NUmmer 3', '', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/high-tea.jpg', ''),
(8, 0, 1, '2018-03-14 09:10:00', 3, 33, 0, 0, '', '', '', 'nummer 4', '', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/pagina/slot-zeist-zakelijk.jpg', '');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `td_page`
--

CREATE TABLE `td_page` (
  `entry_id` int(10) NOT NULL,
  `position` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `template_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `form_id` int(10) NOT NULL,
  `stramien_id` int(10) NOT NULL,
  `meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `contents` text COLLATE utf8_unicode_ci,
  `text` text COLLATE utf8_unicode_ci,
  `background-color` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `tags` text COLLATE utf8_unicode_ci,
  `image` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `lead` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `loopback` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `td_page`
--

INSERT INTO `td_page` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `contents`, `text`, `background-color`, `tags`, `image`, `lead`, `loopback`) VALUES
(1, 0, 1, '2018-01-03 15:26:57', 1, 1, 0, 0, '', '', '', 'Algemene voorwaarden', '', '', 'FFFFFF', '', '', '', ''),
(2, 0, 1, '2018-01-03 15:27:07', 1, 2, 0, 0, '', '', '', 'Privacy Policy', '', '', 'FFFFFF', '', '', '', ''),
(3, 0, 1, '2018-01-04 09:05:57', 1, 3, 0, 0, '', '', '', 'Slot Zeist', '', NULL, NULL, '', '', '', '36|-|'),
(4, 0, 1, '2018-01-08 11:48:37', 1, 4, 0, 0, '', '', '', 'test', '', NULL, NULL, '', '', '', ''),
(5, 0, 1, '2018-01-11 13:01:19', 1, 9, 2, 0, 'Zaken doe je bij Slot Zeist!', '', '', 'Zaken doen', '', NULL, NULL, '', '', '', '35|-|'),
(6, 0, 1, '2018-02-01 09:04:07', 1, 10, 0, 0, '', '', '', 'gfdsgfds', '', NULL, NULL, '', '', '', ''),
(7, 0, 1, '2018-03-07 14:23:48', 1, 11, 0, 0, '', '', '', 'Brasserie', '', NULL, NULL, '', '', '', ''),
(8, 0, 1, '2018-03-07 14:23:52', 1, 12, 0, 0, '', '', '', 'Exposities', '', NULL, NULL, '', '', '', ''),
(9, 0, 1, '2018-03-07 14:23:55', 1, 13, 0, 0, '', '', '', 'Rondleidingen', '', NULL, NULL, '', '', '', ''),
(10, 0, 1, '2018-03-07 14:23:59', 1, 14, 0, 0, '', '', '', 'Ashtonia', '', NULL, NULL, '', '', '', ''),
(11, 0, 1, '2018-03-07 14:24:02', 1, 15, 0, 0, '', '', '', 'Slotconcerten', '', NULL, NULL, '', '', '', ''),
(12, 0, 1, '2018-03-07 14:24:05', 1, 16, 0, 0, '', '', '', 'Theater Slot Zeist', '', NULL, NULL, '', '', '', ''),
(13, 0, 1, '2018-03-07 14:24:09', 1, 17, 0, 0, '', '', '', 'Slottuintheater', '', NULL, NULL, '', '', '', ''),
(14, 0, 1, '2018-03-07 14:24:19', 1, 18, 0, 0, '', '', '', 'Beeldenroute', '', NULL, NULL, '', '', '', ''),
(15, 0, 1, '2018-03-07 14:24:23', 1, 19, 0, 0, '', '', '', 'Openingstijden', '', NULL, NULL, 'algemeen', '', '', ''),
(16, 0, 1, '2018-03-07 14:24:33', 1, 20, 0, 0, '', '', '', 'Werken bij', '', NULL, NULL, '', '', '', ''),
(17, 0, 1, '2018-03-07 14:24:44', 1, 21, 0, 0, '', '', '', 'Contact', '', NULL, NULL, 'algemeen,', '', '', ''),
(18, 0, 1, '2018-03-07 14:24:50', 1, 22, 0, 0, '', '', '', 'Routebeschrijving', '', NULL, NULL, '', '', '', ''),
(19, 0, 1, '2018-03-07 14:24:55', 1, 23, 0, 0, '', '', '', 'Offerte aanvragen', '', NULL, NULL, '', '', '', ''),
(20, 0, 1, '2018-03-07 14:25:20', 1, 24, 1, 0, '', '', '', 'Het Slot', '', NULL, NULL, 'historie,algemeen', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/Slot-Zeist.jpg', 'Vorstelijke locatie met meer dan 300 jaar historie', ''),
(21, 0, 1, '2018-03-07 14:25:26', 1, 25, 0, 1, '', '', '', 'Geschiedenis', '', NULL, NULL, 'historie', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/intro-beelden/Slot-Zeist.jpg', ' De geschiedenis van Slot Zeist in vogelvlucht', ''),
(22, 0, 1, '2018-03-08 08:18:14', 1, 26, 0, 0, '', '', '', 'Arrangementen', '', NULL, NULL, '', '', '', ''),
(23, 0, 1, '2018-03-08 08:19:13', 1, 27, 0, 0, '', '', '', 'Informatie aanvragen', '', NULL, NULL, '', '', '', ''),
(24, 0, 1, '2018-03-08 08:20:22', 1, 28, 0, 0, '', '', '', 'Zaalverhuur', '', NULL, NULL, '', '', '', ''),
(25, 0, 1, '2018-03-14 08:12:09', 1, 29, 0, 0, '', '', '', 'test', '', NULL, NULL, '', '', '', ''),
(26, 0, 1, '2018-03-15 10:40:01', 1, 34, 0, 0, '', '', '', 'Dineren in Slot Zeist', '', NULL, NULL, '', '', '', ''),
(27, 0, 1, '2018-03-15 13:31:22', 1, 35, 0, 0, '', '', '', ' Zaken doe je bij Slot Zeist!', '', NULL, NULL, NULL, '', '', ''),
(28, 0, 1, '2018-03-15 13:57:37', 1, 36, 0, 0, '', '', '', 'Buitengewoon Slot Zeist', '', NULL, NULL, NULL, '', '', '');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `td_zalen`
--

CREATE TABLE `td_zalen` (
  `entry_id` int(10) NOT NULL,
  `position` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `template_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `form_id` int(10) NOT NULL,
  `stramien_id` int(10) NOT NULL,
  `meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `text` text COLLATE utf8_unicode_ci,
  `image` text COLLATE utf8_unicode_ci,
  `contents` text COLLATE utf8_unicode_ci,
  `loopback` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `td_zalen`
--

INSERT INTO `td_zalen` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `text`, `image`, `contents`, `loopback`) VALUES
(1, 0, 1, '2018-03-15 14:20:33', 4, 37, 0, 0, '', '', '', 'Willemszaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/willemszaal/SlotZeist_zalen_Willemszaal_3.jpg', '', ''),
(2, 0, 1, '2018-03-15 14:20:57', 4, 38, 2, 0, '', '', '', 'Marmerkamer', '<p><strong>Oppervlakte </strong>40 m2<br />\r\n<strong>Aantal personen</strong><br />\r\nmaximaal 40<br />\r\n<strong>Zaalhuur</strong><br />\r\n4 uur: € 275,-<br />\r\n8 uur: €  475,-</p>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Marmerkamer/vergaderzaal-vergaderlocaties-trouwlocatie-zeist-midden%2Bnederland-conferentiecentrum.jpg\" /></p>\r\n', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Marmerkamer/SlotZeist_zalen_Marmerkamer.jpg', '', '36|-|'),
(3, 0, 1, '2018-03-15 14:21:07', 4, 39, 0, 0, '', '', '', 'Huydecoperzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Huydecoperzaal/Huydecoperzaal-1.JPG', '', ''),
(4, 0, 1, '2018-03-15 14:21:39', 4, 40, 0, 0, '', '', '', 'Schelpenzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Schelpenzaal/SlotZeist_zalen_Schelpenzaal.JPG', '', ''),
(5, 0, 1, '2018-03-15 14:22:04', 4, 41, 0, 0, '', '', '', 'Van Laerzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Van-Laerzaal/SlotZeist_zalen_VanLaerzaal.jpg', '', ''),
(6, 0, 1, '2018-03-15 14:22:49', 4, 42, 0, 0, '', '', '', 'Slottuintheater', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Slottuintheater/Slottuintheater3.JPG', '', ''),
(7, 0, 1, '2018-03-15 14:23:18', 4, 43, 0, 0, '', '', '', 'Spiegelzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Spiegelzaal/Spiegelzaal-1.JPG', '', ''),
(8, 0, 1, '2018-03-15 14:23:53', 4, 44, 0, 0, '', '', '', 'Blauwe zaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/blauwe-zaal/SlotZeist_zalen_Blauwezaal_2.JPG', '', ''),
(9, 0, 1, '2018-03-15 14:24:44', 4, 45, 0, 0, '', '', '', 'Nassau-Odijkzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Nassau-Odijkzaal/SlotZeist_zalen_nassau-odijkzaal.jpg', '', ''),
(10, 0, 1, '2018-03-15 14:25:12', 4, 46, 0, 0, '', '', '', 'Voomberghzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Voomberghzaal/SlotZeist_zalen_Voomberghzaal.jpg', '', ''),
(11, 0, 1, '2018-03-15 14:25:42', 4, 47, 0, 0, '', '', '', 'Kersbergenzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Kersbergenzaal/Kersbergenzaal.JPG', '', ''),
(12, 0, 1, '2018-03-15 14:26:05', 4, 48, 0, 0, '', '', '', 'Romanzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Romanzaal/SlotZeist_zalen_Romanzaal.jpg', '', ''),
(13, 0, 1, '2018-03-15 14:26:40', 4, 49, 0, 0, '', '', '', 'Anti-chambre', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Anti-chambre/Anti-chambre-1.JPG', '', ''),
(14, 0, 1, '2018-03-15 14:27:12', 4, 50, 0, 0, '', '', '', 'Tuinkamer', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Tuinkamer/SlotZeist_zalen_Tuinkamer_2.jpg', '', ''),
(15, 0, 1, '2018-03-15 14:27:37', 4, 51, 0, 0, '', '', '', 'Van de Pollzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Van-de-Pollzaal/Van-de-Pollzaal-1.jpg', '', ''),
(16, 0, 1, '2018-03-15 14:28:23', 4, 52, 0, 0, '', '', '', 'Slotzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/slotzaal/slotzaal-1.jpg', '', ''),
(17, 0, 1, '2018-03-15 14:28:53', 4, 53, 2, 0, '', '', '', 'B&W kamer', '<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/BW-kamer/vergaderzaal-vergaderlocaties-trouwlocatie-zeist-midden%2Bnederland-conferentiecentrum-2.jpg\" /></p>\r\n', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/BW-kamer/b-en-wkamer.jpg|*|https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/BW-kamer/b-en-w-kamer-3.jpg|*|https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/BW-kamer/b-en-w-kamer-2.jpg', '', '36|-|'),
(18, 0, 1, '2018-03-15 14:29:28', 4, 54, 0, 0, '', '', '', 'Mary Stuartzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/slotzeist/images/zalen/Mary-Stuartzaal/Mary%2BStuartzaal.jpg', '', '');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `templates`
--

CREATE TABLE `templates` (
  `template_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `templates`
--

INSERT INTO `templates` (`template_id`, `naam`, `position`, `active`) VALUES
(1, 'page', 0, 1),
(2, 'chart', 0, 0),
(3, 'agenda', 0, 1),
(4, 'zalen', 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `template_fields`
--

CREATE TABLE `template_fields` (
  `template_field_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `field_naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `field_user` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `sub_of` int(10) NOT NULL DEFAULT '0',
  `type` int(1) NOT NULL DEFAULT '0',
  `overzicht` int(1) NOT NULL DEFAULT '0',
  `link_to` int(10) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL,
  `translate` int(1) NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `template_fields`
--

INSERT INTO `template_fields` (`template_field_id`, `template_id`, `field_id`, `field_naam`, `field_user`, `sub_of`, `type`, `overzicht`, `link_to`, `position`, `translate`, `active`) VALUES
(1, 1, 1, 'title', 'title', 0, 1, 0, 0, 0, 0, 1),
(2, 1, 46, 'contents', 'contents', 0, 1, 0, 0, 4, 0, 1),
(3, 1, 5, 'text', 'text', 0, 1, 0, 0, 1, 0, 0),
(4, 1, 6, 'image', 'image', 0, 1, 0, 0, 3, 0, 0),
(5, 0, 0, '5a143a56831d9', '', 0, 1, 0, 0, 0, 0, 1),
(6, 1, 37, 'background-color', 'background-color', 0, 1, 0, 0, 2, 0, 0),
(7, 0, 0, '5a155564baf18', '', 0, 1, 0, 0, 0, 0, 1),
(8, 2, 1, 'name', 'name', 0, 1, 0, 0, 0, 0, 1),
(9, 2, 5, 'description', 'description', 0, 1, 0, 0, 5, 0, 1),
(10, 2, 1, 'risicoindex', 'risicoindex', 0, 1, 0, 0, 2, 0, 1),
(11, 2, 1, 'verwacht_rendement', 'verwacht_rendement', 0, 1, 0, 0, 3, 0, 1),
(12, 2, 1, 'verwacht_risico', 'verwacht_risico', 0, 1, 0, 0, 4, 0, 1),
(17, 2, 46, 'text', 'text', 0, 1, 0, 0, 6, 0, 1),
(16, 2, 66, 'prestatie', 'prestatie', 0, 1, 0, 0, 1, 0, 1),
(18, 0, 0, '5a26687b78716', '', 0, 1, 0, 0, 0, 0, 1),
(19, 2, 66, 'fondsverdeling', 'fondsverdeling', 0, 1, 0, 0, 7, 0, 1),
(20, 2, 66, 'geografische_verdeling', 'geografische_verdeling', 0, 1, 0, 0, 8, 0, 1),
(21, 2, 66, 'sector_verdeling', 'sector_verdeling', 0, 1, 0, 0, 9, 0, 1),
(22, 0, 0, '5a2677061aadf', '', 0, 1, 0, 0, 0, 0, 1),
(23, 0, 0, '5a267707d2f3e', '', 0, 1, 0, 0, 0, 0, 1),
(24, 0, 0, '5a26770b634ff', '', 0, 1, 0, 0, 0, 0, 1),
(25, 3, 1, 'titel', 'titel', 0, 1, 0, 0, 0, 0, 1),
(26, 3, 5, 'tekst', 'tekst', 0, 1, 0, 0, 1, 0, 1),
(27, 3, 14, 'datum_vanaf', 'datum_vanaf', 0, 1, 0, 0, 2, 0, 1),
(28, 3, 6, 'foto', 'foto', 0, 1, 0, 0, 4, 0, 1),
(29, 0, 0, '5a536fda1bf5f', '', 0, 1, 0, 0, 0, 0, 1),
(30, 3, 14, 'datum_tot', 'datum_tot', 0, 1, 0, 0, 3, 0, 1),
(31, 1, 11, 'tags', 'tags', 0, 1, 0, 0, 3, 0, 1),
(32, 1, 6, 'image', 'image', 0, 1, 0, 0, 1, 0, 1),
(33, 1, 1, 'lead', 'lead', 0, 1, 0, 0, 2, 0, 1),
(34, 0, 0, '5aa90e6cf14e9', '', 0, 1, 0, 0, 0, 0, 1),
(35, 1, 12, 'loopback', 'loopback', 0, 1, 0, 0, 5, 0, 1),
(36, 0, 0, '5aaa763075823', '', 0, 1, 0, 0, 0, 0, 1),
(37, 4, 1, 'title', 'title', 0, 1, 0, 0, 0, 0, 1),
(38, 4, 5, 'text', 'text', 0, 1, 0, 0, 0, 0, 1),
(39, 4, 6, 'image', 'image', 0, 1, 0, 0, 0, 0, 1),
(40, 4, 46, 'contents', 'contents', 0, 1, 0, 0, 0, 0, 1),
(41, 4, 12, 'loopback', 'loopback', 0, 1, 0, 0, 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `translations`
--

CREATE TABLE `translations` (
  `translation_id` int(10) NOT NULL,
  `language_id` int(10) NOT NULL,
  `element_id` int(100) NOT NULL,
  `type` varchar(250) NOT NULL,
  `value` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `unique_ids`
--

CREATE TABLE `unique_ids` (
  `unique_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL,
  `entry_id` int(10) NOT NULL,
  `status` int(1) NOT NULL,
  `position` int(10) NOT NULL,
  `language_id` int(10) NOT NULL,
  `translation_of_uid` int(10) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sortable` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `unique_ids`
--

INSERT INTO `unique_ids` (`unique_id`, `sectie_id`, `template_id`, `entry_id`, `status`, `position`, `language_id`, `translation_of_uid`, `created`, `last_update`, `sortable`, `url`) VALUES
(1, 2, 1, 1, 2, 4, 0, 0, '2018-01-02 23:00:00', '2018-01-03 15:27:14', 'Algemene voorwaarden', 'algemene-voorwaarden'),
(2, 2, 1, 2, 0, 1, 0, 0, '2018-01-03 15:27:07', '0000-00-00 00:00:00', 'Privacy Policy', 'privacy-policy'),
(3, 6, 1, 3, 2, 0, 0, 0, '2018-01-03 23:00:00', '2018-03-15 13:58:48', 'Slot Zeist', 'slot-zeist'),
(9, 8, 1, 5, 2, 0, 0, 0, '2018-01-10 23:00:00', '2018-03-15 13:32:56', 'Zaken doen', 'zaken-doen'),
(5, 9, 3, 1, 2, 2, 0, 0, '2018-01-07 23:00:00', '2018-01-08 13:20:29', 'Dinner for One - Wegens groot succes geprolongeerd!', 'dinner-for-one-wegens-groot-succes-geprolongeerd'),
(6, 9, 3, 2, 2, 0, 0, 0, '2018-01-07 23:00:00', '2018-01-08 13:19:44', 'Slot Zeist, het Nederlandse Versailles', 'slot-zeist-het-nederlandse-versailles'),
(7, 9, 3, 3, 2, 1, 0, 0, '2018-01-07 23:00:00', '2018-01-08 13:20:03', 'Expositie Uit de school geklapt: Het Zeister basisonderwijs in vogelvlucht', 'expositie-uit-de-school-geklapt-het-zeister-basisonderwijs-in-vogelvlucht'),
(8, 9, 3, 4, 2, 3, 0, 0, '2018-01-07 23:00:00', '2018-01-08 13:54:00', 'Ashtonia', 'ashtonia'),
(10, 6, 1, 6, 0, 1, 0, 0, '2018-02-01 09:04:07', '2018-02-01 09:04:07', 'gfdsgfds', 'gfdsgfds'),
(11, 10, 1, 7, 2, 1, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:41:19', 'Brasserie', 'brasserie'),
(12, 10, 1, 8, 2, 2, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:41:16', 'Exposities', 'exposities'),
(13, 10, 1, 9, 2, 3, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:41:12', 'Rondleidingen', 'rondleidingen'),
(14, 10, 1, 10, 2, 4, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:41:08', 'Ashtonia', 'ashtonia'),
(15, 10, 1, 11, 2, 6, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:41:03', 'Slotconcerten', 'slotconcerten'),
(16, 10, 1, 12, 2, 5, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:40:53', 'Theater Slot Zeist', 'theater-slot-zeist'),
(17, 10, 1, 13, 2, 7, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:40:46', 'Slottuintheater', 'slottuintheater'),
(18, 10, 1, 14, 2, 8, 0, 0, '2018-03-06 23:00:00', '2018-03-07 15:10:20', 'Beeldenroute', 'beeldenroute-van-slot-tot-centrum'),
(19, 10, 1, 15, 2, 0, 0, 0, '2018-03-06 23:00:00', '2018-03-14 10:57:56', 'Openingstijden', 'openingstijden'),
(20, 2, 1, 16, 2, 3, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:27:12', 'Werken bij', 'werken-bij'),
(21, 4, 1, 17, 2, 0, 0, 0, '2018-03-06 23:00:00', '2018-03-14 10:58:10', 'Contact', 'contact'),
(22, 4, 1, 18, 2, 3, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:27:27', 'Routebeschrijving', 'routebeschrijving'),
(23, 4, 1, 19, 2, 1, 0, 0, '2018-03-06 23:00:00', '2018-03-07 14:27:22', 'Offerte aanvragen', 'offerte'),
(24, 2, 1, 20, 2, 0, 0, 0, '2018-03-06 23:00:00', '2018-03-14 12:30:11', 'Het Slot', 'het-slot'),
(25, 2, 1, 21, 2, 1, 0, 0, '2018-03-06 23:00:00', '2018-03-14 12:50:11', 'Geschiedenis', 'geschiedenis'),
(26, 8, 1, 22, 0, 1, 0, 0, '2018-03-07 23:00:00', '2018-03-08 08:18:20', 'Arrangementen', 'arrangementen'),
(27, 4, 1, 23, 2, 2, 0, 0, '2018-03-08 08:19:13', '2018-03-08 08:19:13', 'Informatie aanvragen', 'informatie-aanvragen'),
(28, 2, 1, 24, 2, 2, 0, 0, '2018-03-07 23:00:00', '2018-03-15 14:08:05', 'Zaalverhuur', 'zaalverhuur-slot-zeist'),
(29, 6, 1, 25, 0, 0, 0, 0, '2018-03-14 08:12:09', '2018-03-14 08:12:09', 'test', 'test'),
(30, 9, 3, 5, 2, 4, 0, 0, '2018-03-13 23:00:00', '2018-03-14 10:07:51', 'Nog een item', 'nog-een-items'),
(31, 9, 3, 6, 2, 5, 0, 0, '2018-03-13 23:00:00', '2018-03-14 10:06:58', 'nog eentje', 'nog-eentje'),
(32, 9, 3, 7, 2, 7, 0, 0, '2018-03-13 23:00:00', '2018-03-14 10:08:31', 'NUmmer 3', 'nummer-3'),
(33, 9, 3, 8, 2, 6, 0, 0, '2018-03-13 23:00:00', '2018-03-14 10:08:05', 'nummer 4', 'nummer-5'),
(34, 1, 1, 26, 2, 0, 0, 0, '2018-03-14 23:00:00', '2018-03-15 10:40:09', 'Dineren in Slot Zeist', 'dineren-in-slot-zeist'),
(35, 11, 1, 27, 2, 0, 0, 0, '2018-03-15 13:31:22', '2018-03-15 13:31:22', 'Zaken doe je bij Slot Zeist!', 'zaken-doe-je-bij-slot-zeist'),
(36, 11, 1, 28, 2, 0, 0, 0, '2018-03-15 13:57:37', '2018-03-15 13:57:37', 'Buitengewoon Slot Zeist', 'buitengewoon-slot-zeist'),
(37, 12, 4, 1, 2, 2, 0, 0, '2018-03-15 14:20:33', '2018-03-15 14:20:33', 'Willemszaal', 'willemszaal'),
(38, 12, 4, 2, 2, 0, 0, 0, '2018-03-14 23:00:00', '2018-03-15 15:49:41', 'Marmerkamer', 'marmerkamer'),
(39, 12, 4, 3, 2, 16, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:21:30', 'Huydecoperzaal', 'huydecoperzaal'),
(40, 12, 4, 4, 2, 15, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:21:55', 'Schelpenzaal', 'schelpenzaal'),
(41, 12, 4, 5, 2, 14, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:22:43', 'Van Laerzaal', 'van-laerzaal'),
(42, 12, 4, 6, 1, 13, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:23:09', 'Slottuintheater', 'slottuintheater'),
(43, 12, 4, 7, 2, 12, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:23:40', 'Spiegelzaal', 'spiegelzaal'),
(44, 12, 4, 8, 2, 11, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:24:35', 'Blauwe zaal', 'blauwe-zaal'),
(45, 12, 4, 9, 2, 10, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:25:04', 'Nassau-Odijkzaal', 'nassau-odijkzaal'),
(46, 12, 4, 10, 2, 9, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:25:32', 'Voomberghzaal', 'voomberghzaal'),
(47, 12, 4, 11, 1, 8, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:25:56', 'Kersbergenzaal', 'kersbergenzaal'),
(48, 12, 4, 12, 2, 7, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:26:30', 'Romanzaal', 'romanzaal'),
(49, 12, 4, 13, 2, 6, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:27:02', 'Anti-chambre', 'anti-chambre'),
(50, 12, 4, 14, 2, 5, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:27:30', 'Tuinkamer', 'tuinkamer'),
(51, 12, 4, 15, 2, 4, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:28:15', 'Van de Pollzaal', 'van-de-pollzaal'),
(52, 12, 4, 16, 2, 3, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:28:44', 'Slotzaal', 'slotzaal'),
(53, 12, 4, 17, 2, 1, 0, 0, '2018-03-14 23:00:00', '2018-03-15 15:47:37', 'B&W kamer', 'bw-kamer'),
(54, 12, 4, 18, 2, 17, 0, 0, '2018-03-14 23:00:00', '2018-03-15 14:29:45', 'Mary Stuartzaal', 'mary-stuartzaal');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `users`
--

CREATE TABLE `users` (
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `email` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `wachtwoord` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `voor` varchar(250) NOT NULL,
  `tussen` varchar(250) NOT NULL,
  `achter` varchar(250) NOT NULL,
  `admin` int(1) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `variabelen`
--

CREATE TABLE `variabelen` (
  `variabele_id` int(10) NOT NULL,
  `field_id` varchar(250) NOT NULL,
  `naam` varchar(250) NOT NULL,
  `active` varchar(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `variabele_data`
--

CREATE TABLE `variabele_data` (
  `variabele_data_id` int(10) NOT NULL,
  `variabele_id` int(10) NOT NULL,
  `naam` varchar(250) NOT NULL,
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Indexen voor geëxporteerde tabellen
--

--
-- Indexen voor tabel `bestellingen`
--
ALTER TABLE `bestellingen`
  ADD PRIMARY KEY (`bestelling_id`);

--
-- Indexen voor tabel `bestellingen_producten`
--
ALTER TABLE `bestellingen_producten`
  ADD PRIMARY KEY (`bp_id`),
  ADD KEY `product_id` (`uid`),
  ADD KEY `bestelling_id` (`bestelling_id`);

--
-- Indexen voor tabel `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`category_id`);

--
-- Indexen voor tabel `category_posities`
--
ALTER TABLE `category_posities`
  ADD PRIMARY KEY (`category_positie_id`),
  ADD KEY `pagina_id` (`category_id`,`positie_id`);

--
-- Indexen voor tabel `choice_options`
--
ALTER TABLE `choice_options`
  ADD PRIMARY KEY (`choice_id`),
  ADD KEY `field_id` (`field_id`);

--
-- Indexen voor tabel `custom_css`
--
ALTER TABLE `custom_css`
  ADD PRIMARY KEY (`custom_id`);

--
-- Indexen voor tabel `entry_categories`
--
ALTER TABLE `entry_categories`
  ADD PRIMARY KEY (`entry_category_id`),
  ADD KEY `unique_id` (`unique_id`,`category_id`);

--
-- Indexen voor tabel `entry_choices`
--
ALTER TABLE `entry_choices`
  ADD PRIMARY KEY (`entry_choice_id`);

--
-- Indexen voor tabel `entry_links`
--
ALTER TABLE `entry_links`
  ADD PRIMARY KEY (`entry_link_id`),
  ADD KEY `entry_id` (`entry_id`,`template_id`);

--
-- Indexen voor tabel `entry_posities`
--
ALTER TABLE `entry_posities`
  ADD PRIMARY KEY (`entry_positie_id`),
  ADD KEY `pagina_id` (`unique_id`,`positie_id`);

--
-- Indexen voor tabel `entry_syns`
--
ALTER TABLE `entry_syns`
  ADD PRIMARY KEY (`entry_syn_id`);

--
-- Indexen voor tabel `entry_tags`
--
ALTER TABLE `entry_tags`
  ADD PRIMARY KEY (`entry_tag_id`),
  ADD KEY `module_entry_id` (`entry_id`);

--
-- Indexen voor tabel `field_types`
--
ALTER TABLE `field_types`
  ADD PRIMARY KEY (`field_id`);

--
-- Indexen voor tabel `forms`
--
ALTER TABLE `forms`
  ADD PRIMARY KEY (`form_id`);

--
-- Indexen voor tabel `form_elements`
--
ALTER TABLE `form_elements`
  ADD PRIMARY KEY (`form_element_id`);

--
-- Indexen voor tabel `form_elements_options`
--
ALTER TABLE `form_elements_options`
  ADD PRIMARY KEY (`form_option_id`);

--
-- Indexen voor tabel `form_response`
--
ALTER TABLE `form_response`
  ADD PRIMARY KEY (`form_response_id`);

--
-- Indexen voor tabel `htmltemplates`
--
ALTER TABLE `htmltemplates`
  ADD PRIMARY KEY (`template_id`);

--
-- Indexen voor tabel `instellingen`
--
ALTER TABLE `instellingen`
  ADD PRIMARY KEY (`id`);

--
-- Indexen voor tabel `klanten`
--
ALTER TABLE `klanten`
  ADD PRIMARY KEY (`klant_id`),
  ADD KEY `incasso` (`incasso`);

--
-- Indexen voor tabel `kortingcode_reeks`
--
ALTER TABLE `kortingcode_reeks`
  ADD PRIMARY KEY (`codereeks_id`),
  ADD KEY `kortingscode_id` (`kortingscode_id`,`date_used`);

--
-- Indexen voor tabel `kortingscodes`
--
ALTER TABLE `kortingscodes`
  ADD PRIMARY KEY (`kortingscode_id`);

--
-- Indexen voor tabel `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`language_id`);

--
-- Indexen voor tabel `link_data`
--
ALTER TABLE `link_data`
  ADD PRIMARY KEY (`link_data_id`);

--
-- Indexen voor tabel `link_data_fields`
--
ALTER TABLE `link_data_fields`
  ADD PRIMARY KEY (`link_data_field_id`);

--
-- Indexen voor tabel `page_redirects`
--
ALTER TABLE `page_redirects`
  ADD PRIMARY KEY (`redirect_id`);

--
-- Indexen voor tabel `page_section_content`
--
ALTER TABLE `page_section_content`
  ADD PRIMARY KEY (`page_section_id`);
ALTER TABLE `page_section_content` ADD FULLTEXT KEY `html` (`html`);

--
-- Indexen voor tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
  ADD PRIMARY KEY (`prijs_product_id`),
  ADD KEY `unique_id` (`unique_id`);

--
-- Indexen voor tabel `pw_reset`
--
ALTER TABLE `pw_reset`
  ADD PRIMARY KEY (`reset_id`);

--
-- Indexen voor tabel `secties`
--
ALTER TABLE `secties`
  ADD PRIMARY KEY (`sectie_id`);

--
-- Indexen voor tabel `sectie_categories`
--
ALTER TABLE `sectie_categories`
  ADD PRIMARY KEY (`sectie_category_id`);

--
-- Indexen voor tabel `sectie_templates`
--
ALTER TABLE `sectie_templates`
  ADD PRIMARY KEY (`sectie_templates_id`);

--
-- Indexen voor tabel `stramiens`
--
ALTER TABLE `stramiens`
  ADD PRIMARY KEY (`stramien_id`);

--
-- Indexen voor tabel `synoniemen`
--
ALTER TABLE `synoniemen`
  ADD PRIMARY KEY (`synoniem_id`);

--
-- Indexen voor tabel `synoniemen_default`
--
ALTER TABLE `synoniemen_default`
  ADD PRIMARY KEY (`default_syn_id`);

--
-- Indexen voor tabel `tags`
--
ALTER TABLE `tags`
  ADD PRIMARY KEY (`tag_id`);

--
-- Indexen voor tabel `td_agenda`
--
ALTER TABLE `td_agenda`
  ADD PRIMARY KEY (`entry_id`);

--
-- Indexen voor tabel `td_page`
--
ALTER TABLE `td_page`
  ADD PRIMARY KEY (`entry_id`);

--
-- Indexen voor tabel `td_zalen`
--
ALTER TABLE `td_zalen`
  ADD PRIMARY KEY (`entry_id`);

--
-- Indexen voor tabel `templates`
--
ALTER TABLE `templates`
  ADD PRIMARY KEY (`template_id`),
  ADD KEY `template_name` (`naam`);

--
-- Indexen voor tabel `template_fields`
--
ALTER TABLE `template_fields`
  ADD PRIMARY KEY (`template_field_id`),
  ADD KEY `template_id` (`template_id`,`field_id`);

--
-- Indexen voor tabel `translations`
--
ALTER TABLE `translations`
  ADD PRIMARY KEY (`translation_id`);

--
-- Indexen voor tabel `unique_ids`
--
ALTER TABLE `unique_ids`
  ADD PRIMARY KEY (`unique_id`),
  ADD KEY `sectie_id` (`sectie_id`,`template_id`,`entry_id`);

--
-- Indexen voor tabel `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`user_id`);

--
-- Indexen voor tabel `variabelen`
--
ALTER TABLE `variabelen`
  ADD PRIMARY KEY (`variabele_id`);

--
-- Indexen voor tabel `variabele_data`
--
ALTER TABLE `variabele_data`
  ADD PRIMARY KEY (`variabele_data_id`),
  ADD KEY `variabele_id` (`variabele_id`);

--
-- AUTO_INCREMENT voor geëxporteerde tabellen
--

--
-- AUTO_INCREMENT voor een tabel `bestellingen`
--
ALTER TABLE `bestellingen`
  MODIFY `bestelling_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `bestellingen_producten`
--
ALTER TABLE `bestellingen_producten`
  MODIFY `bp_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `categories`
--
ALTER TABLE `categories`
  MODIFY `category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT voor een tabel `category_posities`
--
ALTER TABLE `category_posities`
  MODIFY `category_positie_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `choice_options`
--
ALTER TABLE `choice_options`
  MODIFY `choice_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `custom_css`
--
ALTER TABLE `custom_css`
  MODIFY `custom_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT voor een tabel `entry_categories`
--
ALTER TABLE `entry_categories`
  MODIFY `entry_category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT voor een tabel `entry_choices`
--
ALTER TABLE `entry_choices`
  MODIFY `entry_choice_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `entry_links`
--
ALTER TABLE `entry_links`
  MODIFY `entry_link_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `entry_posities`
--
ALTER TABLE `entry_posities`
  MODIFY `entry_positie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;
--
-- AUTO_INCREMENT voor een tabel `entry_syns`
--
ALTER TABLE `entry_syns`
  MODIFY `entry_syn_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `entry_tags`
--
ALTER TABLE `entry_tags`
  MODIFY `entry_tag_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT voor een tabel `field_types`
--
ALTER TABLE `field_types`
  MODIFY `field_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=70;
--
-- AUTO_INCREMENT voor een tabel `forms`
--
ALTER TABLE `forms`
  MODIFY `form_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT voor een tabel `form_elements`
--
ALTER TABLE `form_elements`
  MODIFY `form_element_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT voor een tabel `form_elements_options`
--
ALTER TABLE `form_elements_options`
  MODIFY `form_option_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT voor een tabel `form_response`
--
ALTER TABLE `form_response`
  MODIFY `form_response_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `htmltemplates`
--
ALTER TABLE `htmltemplates`
  MODIFY `template_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `instellingen`
--
ALTER TABLE `instellingen`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT voor een tabel `klanten`
--
ALTER TABLE `klanten`
  MODIFY `klant_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `kortingcode_reeks`
--
ALTER TABLE `kortingcode_reeks`
  MODIFY `codereeks_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `kortingscodes`
--
ALTER TABLE `kortingscodes`
  MODIFY `kortingscode_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `languages`
--
ALTER TABLE `languages`
  MODIFY `language_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT voor een tabel `link_data`
--
ALTER TABLE `link_data`
  MODIFY `link_data_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT voor een tabel `link_data_fields`
--
ALTER TABLE `link_data_fields`
  MODIFY `link_data_field_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT voor een tabel `page_redirects`
--
ALTER TABLE `page_redirects`
  MODIFY `redirect_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `page_section_content`
--
ALTER TABLE `page_section_content`
  MODIFY `page_section_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=140;
--
-- AUTO_INCREMENT voor een tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
  MODIFY `prijs_product_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `pw_reset`
--
ALTER TABLE `pw_reset`
  MODIFY `reset_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `secties`
--
ALTER TABLE `secties`
  MODIFY `sectie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT voor een tabel `sectie_categories`
--
ALTER TABLE `sectie_categories`
  MODIFY `sectie_category_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `sectie_templates`
--
ALTER TABLE `sectie_templates`
  MODIFY `sectie_templates_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT voor een tabel `stramiens`
--
ALTER TABLE `stramiens`
  MODIFY `stramien_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT voor een tabel `synoniemen`
--
ALTER TABLE `synoniemen`
  MODIFY `synoniem_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `synoniemen_default`
--
ALTER TABLE `synoniemen_default`
  MODIFY `default_syn_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `tags`
--
ALTER TABLE `tags`
  MODIFY `tag_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT voor een tabel `td_agenda`
--
ALTER TABLE `td_agenda`
  MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT voor een tabel `td_page`
--
ALTER TABLE `td_page`
  MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
--
-- AUTO_INCREMENT voor een tabel `td_zalen`
--
ALTER TABLE `td_zalen`
  MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT voor een tabel `templates`
--
ALTER TABLE `templates`
  MODIFY `template_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT voor een tabel `template_fields`
--
ALTER TABLE `template_fields`
  MODIFY `template_field_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;
--
-- AUTO_INCREMENT voor een tabel `translations`
--
ALTER TABLE `translations`
  MODIFY `translation_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `unique_ids`
--
ALTER TABLE `unique_ids`
  MODIFY `unique_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;
--
-- AUTO_INCREMENT voor een tabel `users`
--
ALTER TABLE `users`
  MODIFY `user_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `variabelen`
--
ALTER TABLE `variabelen`
  MODIFY `variabele_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `variabele_data`
--
ALTER TABLE `variabele_data`
  MODIFY `variabele_data_id` int(10) NOT NULL AUTO_INCREMENT;