{"id":784,"date":"2024-06-03T12:45:18","date_gmt":"2024-06-03T10:45:18","guid":{"rendered":"https:\/\/kinboat.jouwtestwebsite.nl\/?page_id=784"},"modified":"2025-11-27T14:48:44","modified_gmt":"2025-11-27T13:48:44","slug":"home","status":"publish","type":"page","link":"https:\/\/kinboat.com\/de\/","title":{"rendered":"Home"},"content":{"rendered":"<section class=\"l-section wpb_row home hero height_large with_img with_video with_vimeo\" id=\"home hero\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"2560\" data-img-height=\"1439\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/KINboat-header-scaled.jpeg);\"><\/div><div class=\"l-section-video\" id=\"us_bg_video_xe8e\"><style>@media(max-width:600px){#us_bg_video_xe8e{display:none!important}}<\/style><script class=\"vimeo_xe8e\">\r\n\t\t\t\t\tvar script = document.createElement( \"script\" );\r\n\t\t\t\t\tscript.classList.add( \"vimeo_xe8e\" );\r\n\t\t\t\t\tscript.src = \"https:\/\/player.vimeo.com\/api\/player.js\";\r\n\t\t\t\t\tscript.onload = function() {\r\n\t\t\t\t\t\tvar player = new Vimeo.Player( \"us_bg_video_xe8e\", {\r\n\t\t\t\t\t\t\tcontrols: false,\r\n\t\t\t\t\t\t\tautoplay: true,\r\n\t\t\t\t\t\t\tbyline: false,\r\n\t\t\t\t\t\t\tid: \"969692822\",\r\n\t\t\t\t\t\t\tloop: true,\r\n\t\t\t\t\t\t\tmuted: true,\r\n\t\t\t\t\t\t\ttitle: false,\r\n\t\t\t\t\t\t\twidth: window.innerWidth,\r\n\t\t\t\t\t\t} );\r\n\t\t\t\t\t\tplayer.ready().then( function() {\r\n\t\t\t\t\t\t\tplayer.element.allow = \"autoplay; fullscreen; picture-in-picture\";\r\n\t\t\t\t\t\t\tplayer.element.loading = \"lazy\";\r\n\t\t\t\t\t\t} );\r\n\t\t\t\t\t\tdocument.querySelectorAll( \"script.vimeo_xe8e\" ).forEach( function( node ) { node.remove() } );\r\n\t\t\t\t\t};\r\n\t\t\t\t\tdocument.head.append( script );\r\n\t\t\t\t<\/script><\/div><div class=\"l-section-overlay\" style=\"background:linear-gradient(180deg, #00000091, transparent)\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container us_custom_123a346c\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper align_none valign_top\"><h1 class=\"w-text us_custom_6df4bc3a has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Grachtenfahrten in Amsterdam<\/span><\/span><\/h1><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\">\t\t<div data-elementor-type=\"container\" data-elementor-id=\"5997\" class=\"elementor elementor-5997 elementor-5940\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3938f65 e-flex e-con-boxed e-con e-parent\" data-id=\"3938f65\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9eacca7 e-con-full e-flex e-con e-child\" data-id=\"9eacca7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-28b9351 e-con-full e-flex e-con e-child\" data-id=\"28b9351\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dd883f elementor-widget elementor-widget-heading\" data-id=\"4dd883f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">W\u00e4hlen Sie ein Datum<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93a1bbe elementor-widget elementor-widget-html\" data-id=\"93a1bbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<input type=\"date\" id=\"date-picker\" name=\"trip-start\" style=\"display: none;\">\n<input type=\"text\" id=\"date-display\" readonly \n       style=\"cursor: pointer;\">\n<script>\n    const datePicker = document.getElementById('date-picker');\n    const dateDisplay = document.getElementById('date-display');\n    \n    \/\/ Monate auf Deutsch\n    const monate = ['Januar', 'Februar', 'M\u00e4rz', 'April', 'Mai', 'Juni', \n                    'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'];\n    \n    \/\/ Aktuelles Datum festlegen\n    const heute = new Date();\n    const jahr = heute.getFullYear();\n    const monat = String(heute.getMonth() + 1).padStart(2, '0');\n    const tag = String(heute.getDate()).padStart(2, '0');\n    \n    datePicker.value = `${jahr}-${monat}-${tag}`;\n    dateDisplay.value = `${heute.getDate()}. ${monate[heute.getMonth()]} ${jahr}`;\n    \n    \/\/ Klick auf Anzeige \u00f6ffnet Datumsauswahl\n    dateDisplay.addEventListener('click', function() {\n        datePicker.style.display = 'block';\n        datePicker.style.position = 'absolute';\n        \n        setTimeout(() => {\n            datePicker.focus();\n            if (datePicker.showPicker) {\n                try {\n                    datePicker.showPicker();\n                } catch(e) {\n                    datePicker.click();\n                }\n            } else {\n                datePicker.click();\n            }\n        }, 10);\n    });\n    \n    \/\/ Anzeige aktualisieren, wenn sich das Datum \u00e4ndert\n    datePicker.addEventListener('change', function() {\n        if (this.value) {\n            const datum = new Date(this.value + 'T00:00:00');\n            const tag = datum.getDate();\n            const monatName = monate[datum.getMonth()];\n            const jahr = datum.getFullYear();\n            \n            dateDisplay.value = `${tag}. ${monatName} ${jahr}`;\n        }\n        datePicker.style.display = 'none';\n    });\n    \n    \/\/ Datumsauswahl ausblenden, wenn Fokus verloren geht\n    datePicker.addEventListener('blur', function() {\n        setTimeout(() => {\n            datePicker.style.display = 'none';\n        }, 200);\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b70738d e-con-full e-flex e-con e-child\" data-id=\"b70738d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c62b65 elementor-widget elementor-widget-heading\" data-id=\"0c62b65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Einstiegsort<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77e7419 elementor-widget elementor-widget-html\" data-id=\"77e7419\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<select>\n\n    <option value=\"1\">Anne Frank Huis<\/option>\n    <option value=\"2\">Centraal Station<\/option>\n    <option value=\"3\">Leidseplein (Rosewood Hotel)<\/option>\n<\/select>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4615d27 e-con-full e-flex e-con e-child\" data-id=\"4615d27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac16793 elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"ac16793\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/?full-items=yes\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-search\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SUCHEN<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\" id=\"section-01\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2 style=\"text-align: center;\">Unsere Grachtenfahrten<\/h2>\n<\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"w-grid type_carousel layout_35 cols_3 overflow_hidden\" id=\"us_grid_1\" style=\"--gap:1.5rem;\"><style>.layout_35 .w-grid-item-h{background:var(--color-content-bg);color:var(--color-content-text)}.layout_35 .usg_post_title_1{font-size:2rem!important;margin-bottom:0!important;padding-bottom:0!important}.layout_35 .usg_vwrapper_1{padding-top:1rem!important}.layout_35 .usg_hwrapper_2{position:absolute!important;bottom:3rem!important}.layout_35 .usg_post_custom_field_3{font-size:30px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_2{font-size:14px!important;border-radius:4px!important;position:relative!important;left:1.2rem!important;top:1.2rem!important;right:1.2rem!important;z-index:2!important;background:#ffffff!important;padding:0.3rem 0.5rem 0.3rem 0.5rem!important}.layout_35 .usg_post_custom_field_6{color:#9e9e9e!important;font-size:16px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_7{font-size:30px!important;font-family:var(--h1-font-family)!important}@media (min-width:1025px) and (max-width:1380px){.layout_35 .usg_post_title_1{font-size:2rem!important;margin-bottom:0!important;padding-bottom:0!important}.layout_35 .usg_vwrapper_1{padding-top:1rem!important}.layout_35 .usg_hwrapper_2{position:absolute!important;bottom:3rem!important}.layout_35 .usg_post_custom_field_3{font-size:30px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_2{font-size:14px!important;border-radius:4px!important;position:relative!important;left:1.2rem!important;top:1.2rem!important;right:1.2rem!important;z-index:2!important;background:#ffffff!important;padding:0.3rem 0.5rem 0.3rem 0.5rem!important}.layout_35 .usg_post_custom_field_6{color:#9e9e9e!important;font-size:16px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_7{font-size:30px!important;font-family:var(--h1-font-family)!important}}@media (min-width:601px) and (max-width:1024px){.layout_35 .usg_post_title_1{font-size:2rem!important;margin-bottom:0!important;padding-bottom:0!important}.layout_35 .usg_vwrapper_1{padding-top:1rem!important}.layout_35 .usg_hwrapper_2{position:absolute!important;bottom:3rem!important}.layout_35 .usg_post_custom_field_3{font-size:30px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_2{font-size:14px!important;border-radius:4px!important;position:relative!important;left:1.2rem!important;top:1.2rem!important;right:1.2rem!important;z-index:2!important;background:#ffffff!important;padding:0.3rem 0.5rem 0.3rem 0.5rem!important}.layout_35 .usg_post_custom_field_6{color:#9e9e9e!important;font-size:16px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_7{font-size:30px!important;font-family:var(--h1-font-family)!important}}@media (max-width:600px){.layout_35 .usg_post_title_1{font-size:2rem!important;margin-bottom:0!important;padding-bottom:0!important}.layout_35 .usg_vwrapper_1{padding-top:1rem!important}.layout_35 .usg_hwrapper_2{position:absolute!important;bottom:3rem!important}.layout_35 .usg_post_custom_field_3{font-size:30px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_2{font-size:14px!important;border-radius:4px!important;position:relative!important;left:1.2rem!important;top:1.2rem!important;right:1.2rem!important;z-index:2!important;background:#ffffff!important;padding:0.3rem 0.5rem 0.3rem 0.5rem!important}.layout_35 .usg_post_custom_field_6{color:#9e9e9e!important;font-size:16px!important;font-family:var(--h1-font-family)!important}.layout_35 .usg_post_custom_field_7{font-size:30px!important;font-family:var(--h1-font-family)!important}}<\/style><div class=\"w-grid-list owl-carousel navstyle_circle navpos_outside\" style=\"--arrows-size:1.8rem;\">\t<article class=\"w-grid-item post-5889 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"5889\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-im-traditionellen-grachtenboot\/\" aria-label=\"Amsterdam Light Festival im traditionellen Grachtenboot\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/amsterdam-light-festival-traditional-cruise-1024x683.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Blije gasten tijdens prachtig overdekte en traditionele amsterdam light festival cruise\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/amsterdam-light-festival-traditional-cruise-1024x683.png 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/amsterdam-light-festival-traditional-cruise-300x200.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/amsterdam-light-festival-traditional-cruise.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">75-90 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-im-traditionellen-grachtenboot\/\">Amsterdam Light Festival im traditionellen Grachtenboot<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hauptbahnhof<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Einzigartige Aussicht auf Lichtkunstwerke vom Wasser aus<\/li>\n<li>Klassisches Kanalboot mit authentischem Aussehen<\/li>\n<li>Gesch\u00fctzter Genuss von Lichtkunst &#8211; warm, trocken und entspannt, egal bei welchem Wetter<\/li>\n<li>Authentische Amsterdamer Atmosph\u00e4re mit beleuchteten Grachten<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_4 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_6 strike-through has_text_color type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">29,75<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_7 type_text prijs-actie color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">25<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-im-traditionellen-grachtenboot\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-im-traditionellen-grachtenboot\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-5875 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"5875\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-in-einer-ueberdachten-schaluppe-inklusive-getraenke\/\" aria-label=\"Amsterdam Light Festival in einer \u00fcberdachten Schaluppe inklusive Getr\u00e4nke\"><img decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/lighted-alf-bridge-kinboats-1024x682.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/lighted-alf-bridge-kinboats-1024x682.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/lighted-alf-bridge-kinboats-300x200.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/11\/lighted-alf-bridge-kinboats.jpeg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">75-90 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-in-einer-ueberdachten-schaluppe-inklusive-getraenke\/\">Amsterdam Light Festival in einer \u00fcberdachten Schaluppe inklusive Getr\u00e4nke<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hauptbahnhof<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Getr\u00e4nke inklusive<\/li>\n<li>Kleine Gruppen f\u00fcr ein pers\u00f6nliches Erlebnis<\/li>\n<li>\u00dcberdachte Schaluppe + warme Decken<\/li>\n<li>Einzigartige Aussicht auf Lichtkunstwerke vom Wasser aus<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_4 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_6 strike-through has_text_color type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">39,75<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_7 type_text prijs-actie color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">30<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-in-einer-ueberdachten-schaluppe-inklusive-getraenke\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival-in-einer-ueberdachten-schaluppe-inklusive-getraenke\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-5283 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"5283\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kreuzfahrt-in-amsterdam-mit-live-musik-inklusive-getraenke\/\" aria-label=\"Jazz-Kreuzfahrt in Amsterdam mit Live-Musik inklusive Getr\u00e4nke\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51-1024x683.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51-1024x683.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51-300x200.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.51.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kreuzfahrt-in-amsterdam-mit-live-musik-inklusive-getraenke\/\">Jazz-Kreuzfahrt in Amsterdam mit Live-Musik inklusive Getr\u00e4nke<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hauptbahnhof<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li data-start=\"596\" data-end=\"1113\">\ud83c\udfb6 <strong data-start=\"599\" data-end=\"618\">Live-Jazzmusik<\/strong> an Bord<\/li>\n<li data-start=\"596\" data-end=\"1113\">\ud83c\udf77 <strong data-start=\"717\" data-end=\"749\">Getr\u00e4nke an Bord verf\u00fcgbar<\/strong><\/li>\n<li data-start=\"596\" data-end=\"1113\">\ud83d\udee5\ufe0f <strong data-start=\"823\" data-end=\"854\">Bequemes (halb) \u00fcberdachtes Boot<\/strong><\/li>\n<li data-start=\"596\" data-end=\"1113\"><strong data-start=\"920\" data-end=\"946\">\ud83d\udc65 Klein und intim<\/strong><\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_4 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_6 strike-through has_text_color type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">34,50<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_7 type_text prijs-actie color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">24.5<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kreuzfahrt-in-amsterdam-mit-live-musik-inklusive-getraenke\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kreuzfahrt-in-amsterdam-mit-live-musik-inklusive-getraenke\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-3468 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"3468\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kanalfahrt-mit-live-musik-auf-den-kanaelen\/\" aria-label=\"Jazz-Kreuzfahrt in Amsterdam mit Live-Musik\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3-1024x683.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3-1024x683.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3-300x200.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-26-at-17.54.52-3.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kanalfahrt-mit-live-musik-auf-den-kanaelen\/\">Jazz-Kreuzfahrt in Amsterdam mit Live-Musik<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hauptbahnhof<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li data-start=\"596\" data-end=\"1113\">Live-Jazzmusik an Bord<\/li>\n<li data-start=\"596\" data-end=\"1113\">Getr\u00e4nke an Bord verf\u00fcgbar<\/li>\n<li data-start=\"596\" data-end=\"1113\">Bequemes (halb)\u00fcberdachtes Boot<\/li>\n<li data-start=\"596\" data-end=\"1113\">Klein und intim<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_4 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_6 strike-through has_text_color type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">29,50<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_7 type_text prijs-actie color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">24.5<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kanalfahrt-mit-live-musik-auf-den-kanaelen\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/jazz-kanalfahrt-mit-live-musik-auf-den-kanaelen\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-755 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"755\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-in-amsterdam\/\" aria-label=\"Offene Bootstour durch Amsterdam\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/06\/Rick_Akkerman_Fotografie_Rick_Akkerman_Fotografie__DSF7552-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"KINboat rondvaartboot vaart langs het scheepsvaartmuseum in Amsterdam\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/06\/Rick_Akkerman_Fotografie_Rick_Akkerman_Fotografie__DSF7552-1024x683.jpg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/06\/Rick_Akkerman_Fotografie_Rick_Akkerman_Fotografie__DSF7552-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-in-amsterdam\/\">Offene Bootstour durch Amsterdam<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hbf Amsterdam, Anne Frank Haus oder Rosewood<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Entdecken Sie die reiche Geschichte von Amsterdam mit einem lokalen Kapit\u00e4n<\/li>\n<li>Erleben Sie die H\u00f6hepunkte des Amsterdam<\/li>\n<li>100% elektrische, fl\u00fcsterleise Boote<\/li>\n<li>Getr\u00e4nke an Bord verf\u00fcgbar<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">20,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-in-amsterdam\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-in-amsterdam\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-769 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"769\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/vormittags-bootstour-durch-die-kanaele-von-amsterdam\/\" aria-label=\"Vormittags Bootstour Amsterdam\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise-1024x576.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise-300x169.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-morning-cruise.jpeg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/vormittags-bootstour-durch-die-kanaele-von-amsterdam\/\">Vormittags Bootstour Amsterdam<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hbf Amsterdam, Anne Frank Haus oder Rosewood<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Genie\u00dfen Sie die aufgehende Sonne und pl\u00e4tschernde Grachten mit einer Tasse Kaffee<\/li>\n<li>Entspannen Sie in 100% nachhaltigen, leisen Booten<\/li>\n<li>Erfahrener Kapit\u00e4n, der Ihnen alles \u00fcber Amsterdam erz\u00e4hlt<\/li>\n<li>Entdecken Sie die sch\u00f6nsten Highlights<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">20,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/vormittags-bootstour-durch-die-kanaele-von-amsterdam\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/vormittags-bootstour-durch-die-kanaele-von-amsterdam\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-763 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"763\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/abend-bootstour-amsterdam\/\" aria-label=\"Abend Bootstour Amsterdam\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/09\/IMG_5818-1024x683.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"Zicht op de Amsterdamse grachten tijdens de schemering, met historische gebouwen en bruggen op de achtergrond\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/09\/IMG_5818-1024x683.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/09\/IMG_5818-300x200.jpeg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/abend-bootstour-amsterdam\/\">Abend Bootstour Amsterdam<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hbf Amsterdam, Anne Frank Haus oder Rosewood<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Stimmungsvoll beleuchtete Grachtenh\u00e4user und Br\u00fccken<\/li>\n<li>Kleine Gruppe mit Live-Kapit\u00e4n-Guide<\/li>\n<li>Bequeme Sitzkissen und Decken<\/li>\n<li>Entdecken Sie das Rijksmuseum, den Jordaan und viele weitere Hotspots<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">20,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/abend-bootstour-amsterdam\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/abend-bootstour-amsterdam\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-747 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"747\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/geschlossenes-kanalboot\/\" aria-label=\"Traditionelle Kanalbootstour in Amsterdam\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/08\/Kinboat-foto-videoshoot-23-10-2023-Amsterdam-2158-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Rondvaartboot &#039;The Dream&#039; van KINboat voor het Scheepvaartmuseum en VOC-schip in Amsterdam\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/08\/Kinboat-foto-videoshoot-23-10-2023-Amsterdam-2158-1024x683.jpg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/08\/Kinboat-foto-videoshoot-23-10-2023-Amsterdam-2158-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/geschlossenes-kanalboot\/\">Traditionelle Kanalbootstour in Amsterdam<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hbf Amsterdam<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>\u00dcberdachtes und herrlich beheiztes Boot<\/li>\n<li>Warme Decken und weiche Kissen an Bord<\/li>\n<li>Genie\u00dfen Sie all die sch\u00f6nen Geschichten, die der Kapit\u00e4n erz\u00e4hlt<\/li>\n<li>Wundersch\u00f6ne Ausblicke und k\u00f6stliche Getr\u00e4nke verf\u00fcgbar<\/li>\n<li>Audioguide in 24 Sprachen<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">15,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/geschlossenes-kanalboot\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/geschlossenes-kanalboot\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-760 tochten type-tochten status-publish has-post-thumbnail hentry tochten-categorie-uitgelicht\" data-id=\"760\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-amsterdam-inklusive-getraenke\/\" aria-label=\"Offenes Bootstour Amsterdam inklusive Getr\u00e4nke\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks-1024x576.jpeg 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks-300x169.jpeg 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/05\/KINboat-with-drinks.jpeg 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><div class=\"w-hwrapper usg_hwrapper_2 align_none valign_top\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text Tijdsduur color_link_inherit has_border_radius\"><i class=\"far fa-clock\"><\/i><span class=\"w-post-elm-value\">60 Minuten<\/span><\/div><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_none valign_middle\" style=\"--vwrapper-gap:1rem\"><h3 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-amsterdam-inklusive-getraenke\/\">Offenes Bootstour Amsterdam inklusive Getr\u00e4nke<\/a><\/h3><div class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text locatie color_link_inherit\"><span class=\"w-post-elm-before\">Abfahrt von <\/span><span class=\"w-post-elm-value\">Hbf Amsterdam, Anne Frank Haus oder Rosewood<\/span><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_text upss-in-grid color_link_inherit\"><span class=\"w-post-elm-value\"><ul>\n<li>Einzigartiges Erlebnis mit Familie und Freunden<\/li>\n<li>100% Genuss von zwei Getr\u00e4nken nach Wahl<\/li>\n<li>Vollst\u00e4ndig elektrische Boote<\/li>\n<li>Fahren Sie an zahlreichen Sehensw\u00fcrdigkeiten wie der Magere Brug und dem H&#8217;ART Museum vorbei<\/li>\n<\/ul>\n<\/span><\/div><div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_3 type_text prijs color_link_inherit\"><span class=\"w-post-elm-before\">Ab <\/span><span class=\"w-post-elm-value\">25,-<\/span><\/div><\/div><div class=\"w-hwrapper usg_hwrapper_3 align_none valign_top\" style=\"--hwrapper-gap:0.8rem\"><a class=\"w-btn us-btn-style_1 usg_btn_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-amsterdam-inklusive-getraenke\/\"><span class=\"w-btn-label\">JETZT RESERVIEREN!<\/span><\/a><a class=\"w-btn us-btn-style_4 usg_btn_4\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/bootstour-amsterdam-inklusive-getraenke\/\"><span class=\"w-btn-label\">MEHR INFORMATIONEN<\/span><\/a><\/div><\/div>\t\t<\/div>\r\n\t<\/article>\r\n<\/div>\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\\\/\\\/kinboat.com\\\/wp-admin\\\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;3&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;35&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;tochten&quot;],&quot;tax_query&quot;:[{&quot;taxonomy&quot;:&quot;tochten-categorie&quot;,&quot;field&quot;:&quot;slug&quot;,&quot;terms&quot;:[&quot;uitgelicht&quot;]}],&quot;post_status&quot;:[&quot;publish&quot;,&quot;acf-disabled&quot;],&quot;posts_per_page&quot;:&quot;10&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;carousel&quot;,&quot;us_grid_ajax_index&quot;:1,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:1,&quot;_us_grid_post_type&quot;:&quot;tochten&quot;,&quot;page_args&quot;:[],&quot;lang&quot;:&quot;de&quot;},&quot;carousel_settings&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;carousel_fade&quot;:0,&quot;center&quot;:0,&quot;dots&quot;:0,&quot;items&quot;:&quot;3&quot;,&quot;loop&quot;:false,&quot;nav&quot;:1,&quot;slideby&quot;:&quot;1&quot;,&quot;smooth_play&quot;:0,&quot;speed&quot;:250,&quot;timeout&quot;:4000,&quot;transition&quot;:&quot;&quot;,&quot;aria_labels&quot;:{&quot;prev&quot;:&quot;Zur\\u00fcck&quot;,&quot;next&quot;:&quot;Weiter&quot;}},&quot;carousel_breakpoints&quot;:{&quot;0&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:1,&quot;loop&quot;:true,&quot;stagePadding&quot;:0},&quot;601&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1025&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:3,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1381&quot;:{&quot;items&quot;:3,&quot;stagePadding&quot;:0}}}'><\/div>\r\n\t<\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_83d4fab2 height_medium with_img\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"1577\" data-img-height=\"432\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-03-at-15.48.53-e1759500352785.png);\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2-1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_bottom type_default stacking_default\"><div class=\"wpb_column vc_column_container us_custom_864fa448\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_6df4bc3a has_text_color\"><div class=\"wpb_wrapper\"><h2>Bewundern Sie die vierzehnte Ausgabe des Amsterdam Light Festival<\/h2>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_1\" href=\"https:\/\/fareharbor.com\/embeds\/book\/kinboat\/?full-items=yes&amp;flow=1478448\" target=\"_blank\" rel=\"noopener\"><span class=\"w-btn-label\">Jetzt buchen<\/span><\/a><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_3\" href=\"https:\/\/kinboat.com\/de\/grachtenfahrten\/amsterdam-light-festival\/\"><span class=\"w-btn-label\">Mehr Infos<\/span><\/a><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column us_custom_5148d8d8 has_text_color\"><div class=\"wpb_wrapper\"><h3 class=\"home-hero-heading__title\">EDITIE 14: LEGACY<\/h3>\n<p><span class=\"home-hero-heading__dates\"><time datetime=\"2023-11-20\">Data: 27.11.2025 &#8211; 18.01.2026<\/time><\/span><\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container stretched\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_0ccc3812 hide_on_mobiles align_right valign_justify\"><div class=\"w-image us_custom_53f7f809 align_right\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"112\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color-300x112.png\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color-300x112.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color-1024x383.png 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/10\/ALF_Official_Partner_Color.png 1667w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div class=\"w-text us_custom_a98b5165 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Whale Fall By Xinyi Wang<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large color_alternate\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row via_grid cols_4 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:2rem;\" id=\"usp-icons\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"fal fa-ship\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">Lokale, Begeisterte Skipper<\/h6>\n<p style=\"text-align: center;\">Unsere erfahrenen Skipper erz\u00e4hlen Ihnen alles \u00fcber die reiche Geschichte der Stadt. Genie\u00dfen Sie freundlichen Service und eine pers\u00f6nliche Rundfahrt durch die Grachten.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"fal fa-map-marker-alt\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">Verschiedene Einstiegsorte<\/h6>\n<p style=\"text-align: center;\">F\u00fcr unsere Grachtenfahrten fahren wir von verschiedenen Standorten ab: in der N\u00e4he des Hauptbahnhofs, des Anne-Frank-Hauses und des Rosewood Hotels. W\u00e4hlen Sie selbst, wo Sie einsteigen m\u00f6chten, und erleben Sie die Bequemlichkeit des Fahrens mit KINboat!<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:30px;\"><i class=\"fal fa-eye\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">Kostenlose Stornierung<\/h6>\n<p style=\"text-align: center;\">Flexibilit\u00e4t steht bei KINboat an erster Stelle. Stornieren Sie kostenlos bis zu 24 Stunden vor Abfahrt und buchen Sie mit Vertrauen f\u00fcr eine sorgenfreie Grachtenfahrt durch Amsterdam.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-iconbox iconpos_top style_outlined color_primary align_center no_text no_title\"><div class=\"w-iconbox-icon\" style=\"font-size:2rem;\"><i class=\"fal fa-star\"><\/i><\/div><div class=\"w-iconbox-meta\"><\/div><\/div><div class=\"w-separator size_small\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h6 style=\"text-align: center;\">5 von 5 Sternen auf Tripadvisor<\/h6>\n<p style=\"text-align: center;\">Nicht umsonst hat KINboat auf Tripadvisor eine Bewertung von 5 von 5 Sternen. Und das bei \u00fcber 5.000 Bewertungen!<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n<section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"581\" height=\"578\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny.png 581w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny-300x298.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_1_tiny-150x150.png 150w\" sizes=\"(max-width: 581px) 100vw, 581px\" \/><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Umweltbewusst fahren<\/h3>\n<p>Amsterdam ist eine der meistbefahrenen St\u00e4dte der Welt, dank des beeindruckenden Grachteng\u00fcrtels. Diese Verkehrsdichte auf dem Wasser ist nicht immer gut f\u00fcr die Umwelt. Deshalb bietet KINboat eine nachhaltige und leise Alternative, damit du umweltbewusst durch die Grachten von Amsterdam fahren kannst. Wir bieten verschiedene Boote an, die zu 100 % elektrisch mit gr\u00fcner Energie fahren.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Es geht immer<\/h3>\n<p>Mit unseren Booten muss es nicht immer sch\u00f6nes Wetter sein, um durch die Grachten von Amsterdam zu fahren. Wir haben n\u00e4mlich auch verschiedene Boote mit einem Dach, in denen du gem\u00fctlich sitzen und bei einem Getr\u00e4nk die Sehensw\u00fcrdigkeiten von Amsterdam genie\u00dfen kannst.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-popup w-btn-wrapper align_none\"><button aria-label=\"Online buchen\" class=\"w-popup-trigger type_btn w-btn us-btn-style_1 icon_atright\"><span class=\"w-btn-label\">Online buchen<\/span><i class=\"far fa-calendar\"><\/i><\/button><div class=\"w-popup-overlay\" style=\"background:rgba(0,0,0,0.85);\"><\/div><div class=\"w-popup-wrap layout_default\" style=\"--title-color:var(--color-content-heading);--title-bg-color:var(--color-content-bg-alt);--content-color:var(--color-content-text);--content-bg-color:var(--color-content-bg);--popup-width:600px;--popup-padding:5%;\"><div class=\"w-popup-box animation_fadeIn closerpos_outside with_title\"><div class=\"w-popup-box-h\"><div class=\"w-popup-box-title\">Online buchen!<\/div><div class=\"w-popup-box-content\"><p><script src=\"https:\/\/fareharbor.com\/embeds\/script\/calendar\/kinboat\/?fallback=simple\"><\/script><\/p>\n<\/div><\/div><\/div><div class=\"w-popup-closer\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_6df4bc3a has_text_color height_large with_img\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"1512\" data-img-height=\"434\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_info_bg_tiny.png);\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2-3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2 style=\"text-align: right;\">Fahre durch die wundersch\u00f6nen Grachten von Amsterdam<\/h2>\n<\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Wir bieten verschiedene Boote an, die zu 100 % elektrisch mit gr\u00fcner Energie fahren. Es ist die beste Grachtenfahrt in Amsterdam f\u00fcr luxuri\u00f6se und pers\u00f6nliche Bootsfahrten. Sowohl f\u00fcr private Fahrten als auch f\u00fcr Grachtenfahrten mit anderen G\u00e4sten an Bord.<\/p>\n<p>Fahre durch die wundersch\u00f6nen Grachten von Amsterdam und sieh dir die malerischen Br\u00fccken und Grachtenh\u00e4user an. Der Kapit\u00e4n nimmt dich mit zu den angesagtesten Orten am Amsterdamer Grachteng\u00fcrtel und informiert dich \u00fcber die Sehensw\u00fcrdigkeiten.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_middle type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Hole das Beste aus deinem Tag<\/h3>\n<p>Hast du nicht viel Zeit in Amsterdam, aber eine lange Liste von Dingen, die du sehen oder tun m\u00f6chtest? Dann \u00fcberlege dir, ein privates Boot zu mieten oder eine Grachtenfahrt zu buchen. Ein Vorteil davon ist, dass du oft alles an einem Tag sehen kannst.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3>Entdecke neue Orte<\/h3>\n<p>Als lokale, Amsterdamer Kapit\u00e4ne und daher Experten haben wir jahrelange Erfahrung in der Organisation von Grachtenfahrten. Bei jeder Grachtenfahrt und privaten Fahrt bekommst du einen erfahrenen Kapit\u00e4n dazu. Sie k\u00f6nnen dir jede Hotspot entlang der Grachten von Amsterdam zeigen. Entdecke Orte, die du noch nie zuvor gesehen hast.<\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-popup w-btn-wrapper align_none\"><button aria-label=\"Online buchen\" class=\"w-popup-trigger type_btn w-btn us-btn-style_1 icon_atright\"><span class=\"w-btn-label\">Online buchen<\/span><i class=\"far fa-calendar\"><\/i><\/button><div class=\"w-popup-overlay\" style=\"background:rgba(0,0,0,0.85);\"><\/div><div class=\"w-popup-wrap layout_default\" style=\"--title-color:var(--color-content-heading);--title-bg-color:var(--color-content-bg-alt);--content-color:var(--color-content-text);--content-bg-color:var(--color-content-bg);--popup-width:600px;--popup-padding:5%;\"><div class=\"w-popup-box animation_fadeIn closerpos_outside with_title\"><div class=\"w-popup-box-h\"><div class=\"w-popup-box-title\">Online buchen!<\/div><div class=\"w-popup-box-content\"><p><script src=\"https:\/\/fareharbor.com\/embeds\/script\/calendar\/kinboat\/?fallback=simple\"><\/script><\/p>\n<\/div><\/div><\/div><div class=\"w-popup-closer\"><\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img loading=\"lazy\" decoding=\"async\" width=\"581\" height=\"560\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_2_tiny.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_2_tiny.png 581w, https:\/\/kinboat.com\/wp-content\/uploads\/2024\/04\/kinboat_home_square_2_tiny-300x289.png 300w\" sizes=\"(max-width: 581px) 100vw, 581px\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-overlay\" style=\"background:#E7F1FF\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h4 style=\"text-align: center;\">KINboat steht f\u00fcr Freundschaft, Komfort und freundlichen Service<\/h4>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-grid type_carousel layout_76 recentie card cols_3\" id=\"us_grid_2\" style=\"--gap:1.5rem;\"><style>.layout_76 .w-grid-item-h{background:#ffffff}.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}@media (min-width:1025px) and (max-width:1380px){.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}}@media (min-width:601px) and (max-width:1024px){.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}}@media (max-width:600px){.layout_76 .usg_post_custom_field_1{padding-top:1rem!important}.layout_76 .usg_post_custom_field_2{color:var(--color-content-link)!important;margin-bottom:1rem!important}.layout_76 .usg_post_title_1{margin-bottom:1rem!important}}<\/style><div class=\"w-grid-list owl-carousel navstyle_circle navpos_outside\">\t<article class=\"w-grid-item post-862 us_testimonial type-us_testimonial status-publish hentry\" data-id=\"862\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_icon us_testimonial_rating color_link_inherit\"><div class=\"w-testimonial-rating\"><i><\/i><i><\/i><i><\/i><i><\/i><i><\/i><\/div><\/div><h6 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\">Sehr empfehlenswert<\/h6><div class=\"w-post-elm post_content usg_post_content_1\"><p>Es hat wirklich Spa\u00df gemacht. Das Wetter war sehr gut. Sch\u00f6ne Route. Viele interessante Fakten und alle Respekt f\u00fcr den Skipper Ian. Netter Kerl und wei\u00df eine Menge&#8230; Spricht auch die Sprachen. Sehr zu empfehlen.<\/p>\n<\/div><p class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author color_link_inherit\"><span class=\"w-post-elm-value\">Dr\u00e9. Tripadvisor Bewertungen<\/span><\/p>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-863 us_testimonial type-us_testimonial status-publish hentry\" data-id=\"863\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_icon us_testimonial_rating color_link_inherit\"><div class=\"w-testimonial-rating\"><i><\/i><i><\/i><i><\/i><i><\/i><i><\/i><\/div><\/div><h6 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\">Eine unverge\u00dfliche Grachtenfahrt<\/h6><div class=\"w-post-elm post_content usg_post_content_1\"><p>Wir hatten gestern ein tolles Erlebnis bei KINBOAT. Es war eine unvergessliche Grachtenfahrt mit Skipper Martin. Er kennt sich sehr gut mit der Stadt aus. Sch\u00f6n, die Stadt aus einer anderen Perspektive zu sehen. Bei KINBOAT bekommt man wirklich etwas f\u00fcr sein Geld!<\/p>\n<\/div><p class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author color_link_inherit\"><span class=\"w-post-elm-value\">Fem. Tripadvisor Bewertungen<\/span><\/p>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item post-864 us_testimonial type-us_testimonial status-publish hentry\" data-id=\"864\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_icon us_testimonial_rating color_link_inherit\"><div class=\"w-testimonial-rating\"><i><\/i><i><\/i><i><\/i><i><\/i><i><\/i><\/div><\/div><h6 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\">Eindeutig empfehlenswert<\/h6><div class=\"w-post-elm post_content usg_post_content_1\"><p>Michael war unser Skipper und hat uns eine sehr interessante Beschreibungen gegeben. Wir konnten auch Dutch Courage auf dem Fahrt probieren, was ein netter Bonus war. Auf jeden Fall empfehlenswert!<\/p>\n<\/div><p class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author color_link_inherit\"><span class=\"w-post-elm-value\">Sarah G. Tripadvisor Bewertungen<\/span><\/p>\t\t<\/div>\r\n\t<\/article>\r\n<\/div>\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\\\/\\\/kinboat.com\\\/wp-admin\\\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;3&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;76&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;us_testimonial&quot;],&quot;post_status&quot;:[&quot;publish&quot;,&quot;acf-disabled&quot;],&quot;posts_per_page&quot;:&quot;10&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;carousel&quot;,&quot;us_grid_ajax_index&quot;:2,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:2,&quot;_us_grid_post_type&quot;:&quot;us_testimonial&quot;,&quot;page_args&quot;:[],&quot;lang&quot;:&quot;de&quot;},&quot;carousel_settings&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:0,&quot;carousel_fade&quot;:0,&quot;center&quot;:0,&quot;dots&quot;:0,&quot;items&quot;:&quot;3&quot;,&quot;loop&quot;:false,&quot;nav&quot;:0,&quot;slideby&quot;:&quot;1&quot;,&quot;smooth_play&quot;:0,&quot;speed&quot;:250,&quot;timeout&quot;:3000,&quot;transition&quot;:&quot;&quot;,&quot;aria_labels&quot;:{&quot;prev&quot;:&quot;Zur\\u00fcck&quot;,&quot;next&quot;:&quot;Weiter&quot;}},&quot;carousel_breakpoints&quot;:{&quot;0&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:1,&quot;loop&quot;:true,&quot;stagePadding&quot;:0},&quot;601&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1025&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:3,&quot;loop&quot;:false,&quot;stagePadding&quot;:0},&quot;1381&quot;:{&quot;items&quot;:3,&quot;stagePadding&quot;:0}}}'><\/div>\r\n\t<\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_large\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><h5 class=\"w-text us_custom_eb849559\"><span class=\"w-text-h\"><span class=\"w-text-value\">Die neuesten Nachrichten<\/span><\/span><\/h5><div class=\"w-grid type_grid layout_78 cols_3\" id=\"us_grid_3\" style=\"--gap:1.5rem;\" data-filterable=\"true\"><style>@media (max-width:1024px){#us_grid_3 .w-grid-item{width:50%}}@media (max-width:600px){#us_grid_3 .w-grid-list{margin:0}#us_grid_3 .w-grid-item{width:100%;padding:0;margin-bottom:var(--gap,0px)}}.layout_78 .w-grid-item-h{}.layout_78 .usg_post_image_1{margin-bottom:1rem!important}.layout_78 .usg_post_title_1{font-size:24px!important;line-height:36px!important}.layout_78 .usg_post_content_1{margin-top:0.8rem!important;margin-bottom:0.8rem!important}.layout_78 .usg_text_1{color:var(--color-content-primary)!important}@media (min-width:1025px) and (max-width:1380px){.layout_78 .usg_post_image_1{margin-bottom:1rem!important}.layout_78 .usg_post_title_1{font-size:24px!important;line-height:36px!important}.layout_78 .usg_post_content_1{margin-top:0.8rem!important;margin-bottom:0.8rem!important}.layout_78 .usg_text_1{color:var(--color-content-primary)!important}}@media (min-width:601px) and (max-width:1024px){.layout_78 .usg_post_image_1{margin-bottom:1rem!important}.layout_78 .usg_post_title_1{font-size:24px!important;line-height:36px!important}.layout_78 .usg_post_content_1{margin-top:0.8rem!important;margin-bottom:0.8rem!important}.layout_78 .usg_text_1{color:var(--color-content-primary)!important}}@media (max-width:600px){.layout_78 .usg_post_image_1{margin-bottom:1rem!important}.layout_78 .usg_post_title_1{font-size:24px!important;line-height:36px!important}.layout_78 .usg_post_content_1{margin-top:0.8rem!important;margin-bottom:0.8rem!important}.layout_78 .usg_text_1{color:var(--color-content-primary)!important}}<\/style><div class=\"w-grid-list\">\t<article class=\"w-grid-item size_1x1 post-6165 post type-post status-publish format-standard has-post-thumbnail hentry category-beliebt\" data-id=\"6165\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/blog\/abfahrtsorte-fuer-grachtenkreuzfahrten-in-amsterdam-und-wie-sie-ihre-auswaehlen\/\" aria-label=\"Abfahrtsorte f\u00fcr Grachtenkreuzfahrten in Amsterdam (und wie Sie Ihre ausw\u00e4hlen)\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/kinboat-departure-central-station-prins-hendrikkade-33a-1024x512.png\" class=\"attachment-large size-large wp-post-image\" alt=\"KINboat boarding platform at Central Station, Prins Hendrikkade 33A\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/kinboat-departure-central-station-prins-hendrikkade-33a-1024x512.png 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/kinboat-departure-central-station-prins-hendrikkade-33a-300x150.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/kinboat-departure-central-station-prins-hendrikkade-33a.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><h2 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/blog\/abfahrtsorte-fuer-grachtenkreuzfahrten-in-amsterdam-und-wie-sie-ihre-auswaehlen\/\">Abfahrtsorte f\u00fcr Grachtenkreuzfahrten in Amsterdam (und wie Sie Ihre ausw\u00e4hlen)<\/a><\/h2><div class=\"w-post-elm post_content usg_post_content_1\"><p>Die Abfahrtsorte der Amsterdamer Grachtenkreuzfahrten liegen strategisch g\u00fcnstig in der N\u00e4he der wichtigsten Sehensw\u00fcrdigkeiten wie dem Hauptbahnhof, dem Anne Frank Haus, dem Leidseplein und dem Damrak. Jeder Standort bietet einzigartige Vorteile: Der Hauptbahnhof bietet eine hervorragende Verkehrsanbindung, die N\u00e4he des Anne-Frank-Hauses erm\u00f6glicht den Zugang zum malerischen Jordaan-Viertel, w\u00e4hrend der Leidseplein das Museumsviertel perfekt bedient. W\u00e4hlen Sie Ihren Abfahrtsort nach der N\u00e4he zu Ihrer Unterkunft und den geplanten Aktivit\u00e4ten aus, um Ihr Amsterdamer Grachtenerlebnis zu optimieren.  <\/p>\n<\/div><div class=\"w-text usg_text_1 has_text_color\"><a href=\"https:\/\/kinboat.com\/de\/blog\/abfahrtsorte-fuer-grachtenkreuzfahrten-in-amsterdam-und-wie-sie-ihre-auswaehlen\/\" class=\"w-text-h\"><span class=\"w-text-value\">LESEN SIE MEHR<\/span><\/a><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-6155 post type-post status-publish format-standard has-post-thumbnail hentry category-beliebt\" data-id=\"6155\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/blog\/sind-amsterdamer-grachtenkreuzfahrten-ihr-geld-wert\/\" aria-label=\"Sind Amsterdamer Grachtenkreuzfahrten ihr Geld wert?\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/Kinboats_cruise_treeline-1024x512.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Boat cruising Amsterdam canal at golden hour with historic gabled houses and tree-lined waterway\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/Kinboats_cruise_treeline-1024x512.png 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/Kinboats_cruise_treeline-300x150.png 300w, https:\/\/kinboat.com\/wp-content\/uploads\/2025\/09\/Kinboats_cruise_treeline.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><h2 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/blog\/sind-amsterdamer-grachtenkreuzfahrten-ihr-geld-wert\/\">Sind Amsterdamer Grachtenkreuzfahrten ihr Geld wert?<\/a><\/h2><div class=\"w-post-elm post_content usg_post_content_1\"><p>Amsterdamer Grachtenfahrten bieten einen au\u00dfergew\u00f6hnlichen Wert durch den Zugang zum UNESCO-Welterbe, Einblicke von Experten vor Ort und einzigartige Perspektiven auf die Architektur des Goldenen Zeitalters, die von der Stra\u00dfe aus nicht m\u00f6glich sind. Mit Preisen zwischen 15-80 \u20ac bieten diese Erlebnisse kulturelles Eintauchen, atemberaubende Fotom\u00f6glichkeiten und effizientes Sightseeing zu den wichtigsten Sehensw\u00fcrdigkeiten in 60 Minuten. Die Investition lohnt sich, wenn Sie den richtigen Anbieter f\u00fcr Ihre Vorlieben w\u00e4hlen &#8211; von budgetfreundlichen Gruppentouren bis hin zu intimen Premium-Erlebnissen mit Live-Kommentar und hochwertigen Erfrischungen.  <\/p>\n<\/div><div class=\"w-text usg_text_1 has_text_color\"><a href=\"https:\/\/kinboat.com\/de\/blog\/sind-amsterdamer-grachtenkreuzfahrten-ihr-geld-wert\/\" class=\"w-text-h\"><span class=\"w-text-value\">LESEN SIE MEHR<\/span><\/a><\/div>\t\t<\/div>\r\n\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-7640 post type-post status-publish format-standard has-post-thumbnail hentry category-unkategorisiert\" data-id=\"7640\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/kinboat.com\/de\/blog\/kings-day-private-schaluppe-in-amsterdam-kapitaen\/\" aria-label=\"Kings Day Private Schaluppe in Amsterdam + Kapit\u00e4n\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/kinboat.com\/wp-content\/uploads\/2026\/02\/amsterdam-canal-boat-kings-day-orange-celebration.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/kinboat.com\/wp-content\/uploads\/2026\/02\/amsterdam-canal-boat-kings-day-orange-celebration.webp 1024w, https:\/\/kinboat.com\/wp-content\/uploads\/2026\/02\/amsterdam-canal-boat-kings-day-orange-celebration-300x225.webp 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div><h2 class=\"w-post-elm post_title usg_post_title_1 entry-title color_link_inherit\"><a href=\"https:\/\/kinboat.com\/de\/blog\/kings-day-private-schaluppe-in-amsterdam-kapitaen\/\">Kings Day Private Schaluppe in Amsterdam + Kapit\u00e4n<\/a><\/h2><div class=\"w-post-elm post_content usg_post_content_1\">Feiern Sie den K\u00f6nigstag stilvoll mit einer exklusiven privaten Kreuzfahrt durch die Amsterdamer Grachten mit KINboats. Mit Platz f\u00fcr bis zu 30 Personen ist dies die beste M\u00f6glichkeit, die gr\u00f6\u00dfte&hellip;<\/div><div class=\"w-text usg_text_1 has_text_color\"><a href=\"https:\/\/kinboat.com\/de\/blog\/kings-day-private-schaluppe-in-amsterdam-kapitaen\/\" class=\"w-text-h\"><span class=\"w-text-value\">LESEN SIE MEHR<\/span><\/a><\/div>\t\t<\/div>\r\n\t<\/article>\r\n<\/div><div class=\"w-grid-preloader\">\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t<\/div>\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\\\/\\\/kinboat.com\\\/wp-admin\\\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:3,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;3&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;78&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;post&quot;],&quot;post_status&quot;:[&quot;publish&quot;,&quot;acf-disabled&quot;],&quot;posts_per_page&quot;:&quot;3&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;grid&quot;,&quot;us_grid_ajax_index&quot;:3,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:3,&quot;_us_grid_post_type&quot;:&quot;post&quot;,&quot;page_args&quot;:[],&quot;lang&quot;:&quot;de&quot;}}'><\/div>\r\n\t<\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-btn-wrapper align_left\"><a class=\"w-btn us-btn-style_1\" href=\"\/blog\"><span class=\"w-btn-label\">Alle Beitr\u00e4ge<\/span><\/a><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_323a3f1b height_large with_img\"><div class=\"l-section-img\" role=\"img\" data-img-width=\"1512\" data-img-height=\"600\" style=\"background-image: url(https:\/\/kinboat.com\/wp-content\/uploads\/2025\/04\/KINBOAT-Amsterdam-open-boat.jpg);\"><\/div><div class=\"l-section-overlay\" style=\"background:linear-gradient(180deg,rgba(0,0,0,0.60),rgba(0,0,0,0.10))\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-separator size_custom\" style=\"height:170px\"><\/div><div class=\"wpb_text_column us_custom_6df4bc3a has_text_color\"><div class=\"wpb_wrapper\"><h4 style=\"text-align: center;\">Plane jetzt deine Grachtenfahrt!<\/h4>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"w-popup w-btn-wrapper align_center\"><button aria-label=\"Online buchen\" class=\"w-popup-trigger type_btn w-btn us-btn-style_1 icon_atright\"><span class=\"w-btn-label\">Online buchen<\/span><i class=\"far fa-calendar\"><\/i><\/button><div class=\"w-popup-overlay\" style=\"background:rgba(0,0,0,0.85);\"><\/div><div class=\"w-popup-wrap layout_default\" style=\"--title-color:var(--color-content-heading);--title-bg-color:var(--color-content-bg-alt);--content-color:var(--color-content-text);--content-bg-color:var(--color-content-bg);--popup-width:600px;--popup-padding:5%;\"><div class=\"w-popup-box animation_fadeIn closerpos_outside with_title\"><div class=\"w-popup-box-h\"><div class=\"w-popup-box-title\">Online buchen!<\/div><div class=\"w-popup-box-content\"><p><script src=\"https:\/\/fareharbor.com\/embeds\/script\/calendar\/kinboat\/?fallback=simple\"><\/script><\/p>\n<\/div><\/div><\/div><div class=\"w-popup-closer\"><\/div><\/div><\/div><div class=\"w-separator size_medium\"><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Feiern Sie den K\u00f6nigstag stilvoll mit einer exklusiven privaten Kreuzfahrt durch die Amsterdamer Grachten mit KINboats. Mit Platz f\u00fcr bis zu 30 Personen ist dies die beste M\u00f6glichkeit, die gr\u00f6\u00dfte Party der Niederlande mit Freunden, Kollegen oder Verwandten vom Wasser aus zu erleben. Unser privates Koningsdag-Boot ist nur auf Anfrage erh\u00e4ltlich und wird ganz auf...","protected":false},"author":1,"featured_media":3418,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_improvement_type_select":"improve_an_existing","_thumb_yes_seoaic":false,"_frame_yes_seoaic":false,"seoaic_generate_description":"","seoaic_improve_instructions_prompt":"","seoaic_rollback_content_improvement":"","seoaic_idea_thumbnail_generator":"","thumbnail_generated":false,"thumbnail_generate_prompt":"","seoaic_article_description":"","footnotes":""},"class_list":["post-784","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/pages\/784","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/comments?post=784"}],"version-history":[{"count":21,"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/pages\/784\/revisions"}],"predecessor-version":[{"id":6000,"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/pages\/784\/revisions\/6000"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/media\/3418"}],"wp:attachment":[{"href":"https:\/\/kinboat.com\/de\/wp-json\/wp\/v2\/media?parent=784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}