{"id":702,"date":"2021-01-27T13:42:00","date_gmt":"2021-01-27T13:42:00","guid":{"rendered":"https:\/\/ferrycroatia.com\/de\/?p=702"},"modified":"2024-03-27T15:30:09","modified_gmt":"2024-03-27T14:30:09","slug":"makarska-bol","status":"publish","type":"post","link":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/","title":{"rendered":"F\u00e4hre Makarska &#8211; Bol"},"content":{"rendered":"\n<p><strong>F\u00e4hre Makarska &#8211; Bol <\/strong>verbindet zwei bedeutende Ziele entlang der dalmatinischen K\u00fcste Kroatiens. Diese Transportm\u00f6glichkeit bietet sowohl Komfort als auch landschaftliche Sch\u00f6nheit und zieht eine betr\u00e4chtliche Anzahl von Touristen und Einheimischen an.<\/p>\n\n\n\n<p>Die Makarska-Bol-F\u00e4hre verkehrt haupts\u00e4chlich w\u00e4hrend der touristischen Hochsaison von Mai bis Oktober und gew\u00e4hrleistet t\u00e4gliche Abfahrten. Durch die Bereitstellung mehrerer Fahrten pro Tag, einschlie\u00dflich schneller Katamarandienste, genie\u00dfen Passagiere Flexibilit\u00e4t bei der Planung ihrer Reisen. Die Fahrt dauert in der Regel etwa zwei Stunden und bietet ein ausgewogenes Verh\u00e4ltnis zwischen Effizienz und der M\u00f6glichkeit, die Aussicht auf die K\u00fcste zu genie\u00dfen.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" data-src=\"https:\/\/www.ferrycroatia.com\/de\/wp-content\/uploads\/2024\/03\/Makarska-ferry-3.jpeg\" alt=\"\" class=\"wp-image-2683\" width=\"768\" height=\"576\" data-srcset=\"https:\/\/www.ferrycroatia.com\/de\/wp-content\/uploads\/2024\/03\/Makarska-ferry-3.jpeg 1024w, https:\/\/www.ferrycroatia.com\/de\/wp-content\/uploads\/2024\/03\/Makarska-ferry-3-300x225.jpeg 300w, https:\/\/www.ferrycroatia.com\/de\/wp-content\/uploads\/2024\/03\/Makarska-ferry-3-768x576.jpeg 768w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><figcaption>F\u00e4hrhafen Makarska<\/figcaption><\/figure>\n\n\n\n\n                \n        \n                    <div class=\"search-results__autotext\">\n                            <\/div>\n        \n        <div class=\"search-results\">\n            <div class=\"search-results__content\">\n                <h1 class=\"search-results__entry-title\">\n                    Makarska <i class=\"fa fa-long-arrow-alt-right\"><\/i> Bol, 2026-04-06                <\/h1>\n                                    <div class=\"search-results__no-results\">\n                                            <\/div>\n                                                    <!--        <\/div>-->\n<!--            <\/div>-->\n        <\/div>\n        <script>\n            \/\/jQuery.noConflict();\n            var ratios = JSON.parse('[{\"ratio\":1597.18451,\"val\":\"ARS\",\"sign\":\"Arg$\"},{\"ratio\":1.95,\"val\":\"BAM\",\"sign\":\"KM\"},{\"ratio\":5.945121,\"val\":\"BRL\",\"sign\":\"R$\"},{\"ratio\":0.9213,\"val\":\"CHF\",\"sign\":\"CHF\"},{\"ratio\":24.54,\"val\":\"CZK\",\"sign\":\"K\\u010d\"},{\"ratio\":1,\"val\":\"EUR\",\"sign\":\"\\u20ac\"},{\"ratio\":0.87253,\"val\":\"GBP\",\"sign\":\"\\u00a3\"},{\"ratio\":11.2285,\"val\":\"NOK\",\"sign\":\"NKr\"},{\"ratio\":3.976705,\"val\":\"PEN\",\"sign\":\"S\\\/\"},{\"ratio\":4.2855,\"val\":\"PLN\",\"sign\":\"z\\u0142\"},{\"ratio\":117.392788,\"val\":\"RSD\",\"sign\":\"DIN\"},{\"ratio\":10.948,\"val\":\"SEK\",\"sign\":\"SKr\"},{\"ratio\":51.288526,\"val\":\"TRY\",\"sign\":\"\\u20ba\"},{\"ratio\":1.1525,\"val\":\"USD\",\"sign\":\"$\"}]');\n            var stations = JSON.parse('null');\n            var startImage = 'https:\/\/www.ferrycroatia.com\/de\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/start.png',\n                endImage = 'https:\/\/www.ferrycroatia.com\/de\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/end.png',\n                pinImage = 'https:\/\/www.ferrycroatia.com\/de\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/pin.png';\n            var messages = new Object();\n            messages.click_to_see_map = \"Klicken Sie hier, um die Karte anzuzeigen\";\n                        \/\/$('header .adsense').hide();\n            \n            function fetchLiveApiPrices() {\n                var $item = [];\n                $('#page_main_wrap').find('.search-results img.price-loading-gif').each(function (index, item) {\n                    $item[index] = $(item);\n                    try {\n                        $.ajax({\n                            \/\/url: 'http:\/\/getbybus.dev\/fetch-api-live-price',\n                            url: 'https:\/\/getbybus.com\/fetch-api-live-price',\n                            dataType: \"json\",\n                            data: {\n                                data: $item[index].data('live_connection_params'),\n                                currency: 'HRK',\n                                index: index\n                            },\n                            type: 'POST'\n                        }).done(function (data) {\n\n                            var livePrice = 0;\n                            if (js_isset(data, 'data', 'attributes', 'price_per_seat')) {\n                                livePrice = Math.round(Number((data.data.attributes.price_per_seat)));\n                                $item[data.data.index].parent()\n                                    .find('.price-value')\n                                    .html(\n                                        livePrice\n                                        \/\/'<span style=\"color:#d0b802!important\">'+livePrice+'<\/span>'\n                                        \/\/+ ' <span class=\"currency\">'\n                                        \/\/+ currentCurrencyRatio.currency\n                                        \/\/+ '<\/span>'\n                                    );\n                                \/\/$item[data.data.index].hide();\n                            }\n\n                            \/\/ hide gif loader\n                            $item[index].attr('style', 'display:none!important');\n\n                            if (0 == livePrice) {\n                                var $holder = $item[data.data.index].closest('.bus-table__row');\n                                $holder.hide();\n                            }\n                        }).fail(function (xhr, err) {\n                        });\n                    }\n                    catch (e) {\n                    }\n                });\n\n            }\n\n            jQuery(document).ready(function ($) {\n\n                $('.redirect_datepicker').each(function () {\n                   $(this).datepicker({\n                       minDate: 'now',\n                       dateFormat: 'yy-mm-dd',\n                   });\n                });\n\n                \n                                if ($(\"#departureStation\").length > 0) {\n                    $(\"#departureStation\").val('746');\n                }\n                \n                \n                                if ($(\"#arrivalStation\").length > 0) {\n                    $(\"#arrivalStation\").val('101');\n                }\n                \n                \n                $('.redirect_datepicker').on('click', function () {\n                    var index = $('.redirect_datepicker').index(this);\n                    var datePickerInput = $('.redirect_datepicker').eq(index);\n\n                    datePickerInput.show();\n                })\n\n                $('.redirect_datepicker').on('change', function () {\n                    var href = $(this).data('redirect-url');\n                    var regex = \/\\d{4}-\\d{2}-\\d{2}#\/;\n                    href = href.replace(regex, $(this).val() + \"#\");\n\n                    window.location.replace(href);\n                });\n            });\n        <\/script>\n        \n\n\n\n<h2>F\u00e4hre Makarska &#8211; Bol Preise 2024<\/h2>\n\n\n\n<p>Reisende sollten den Fahrplan \u00fcberpr\u00fcfen und Tickets im Voraus kaufen, insbesondere in der Hochsaison. Tickets k\u00f6nnen online oder an den F\u00e4hrterminals gekauft werden. Die Ticketpreise beginnen bei 18 EUR.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>F\u00e4hre Makarska &#8211; Bol verbindet zwei bedeutende Ziele entlang der dalmatinischen K\u00fcste Kroatiens. Diese Transportm\u00f6glichkeit bietet sowohl Komfort als auch landschaftliche Sch\u00f6nheit und zieht eine betr\u00e4chtliche Anzahl von Touristen und Einheimischen an. Die Makarska-Bol-F\u00e4hre verkehrt haupts\u00e4chlich w\u00e4hrend der touristischen Hochsaison von Mai bis Oktober und gew\u00e4hrleistet t\u00e4gliche Abfahrten. Durch die Bereitstellung mehrerer Fahrten pro Tag, [&hellip;]<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/\"> Continue reading&#8230;<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Makarska - Bol F\u00e4hre &amp; Katamaran, Fahrplan und Preise 2024<\/title>\n<meta name=\"description\" content=\"F\u00e4hre Makarska \u2013 Bol \u2013 Fahrpl\u00e4ne und Preise f\u00fcr den Katamaran Makarska \u2013 Bol. Kaufen Sie hier Ihre Online-Tickets.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Makarska - Bol F\u00e4hre &amp; Katamaran, Fahrplan und Preise 2024\" \/>\n<meta property=\"og:description\" content=\"F\u00e4hre Makarska \u2013 Bol \u2013 Fahrpl\u00e4ne und Preise f\u00fcr den Katamaran Makarska \u2013 Bol. Kaufen Sie hier Ihre Online-Tickets.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/\" \/>\n<meta property=\"og:site_name\" content=\"F\u00e4hre Kroatien\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-27T13:42:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-27T14:30:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ferrycroatia.com\/de\/wp-content\/uploads\/2024\/03\/Makarska-ferry-3.jpeg\" \/>\n<meta name=\"author\" content=\"Iva\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Iva\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/\",\"url\":\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/\",\"name\":\"Makarska - Bol F\u00e4hre & Katamaran, Fahrplan und Preise 2024\",\"isPartOf\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/#website\"},\"datePublished\":\"2021-01-27T13:42:00+00:00\",\"dateModified\":\"2024-03-27T14:30:09+00:00\",\"author\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/#\/schema\/person\/82f37ffdd670c39592116cb234821a28\"},\"description\":\"F\u00e4hre Makarska \u2013 Bol \u2013 Fahrpl\u00e4ne und Preise f\u00fcr den Katamaran Makarska \u2013 Bol. Kaufen Sie hier Ihre Online-Tickets.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ferrycroatia.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"F\u00e4hre Makarska &#8211; Bol\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/#website\",\"url\":\"https:\/\/www.ferrycroatia.com\/de\/\",\"name\":\"F\u00e4hre Kroatien\",\"description\":\"Info und Fahrpl\u00e4ne f\u00fcr alle Katamarane und F\u00e4hren in Kroatien\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ferrycroatia.com\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/#\/schema\/person\/82f37ffdd670c39592116cb234821a28\",\"name\":\"Iva\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ferrycroatia.com\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2fd49b72a11fce35b5b02791e4222532?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2fd49b72a11fce35b5b02791e4222532?s=96&d=mm&r=g\",\"caption\":\"Iva\"},\"url\":\"https:\/\/www.ferrycroatia.com\/de\/author\/iva\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Makarska - Bol F\u00e4hre & Katamaran, Fahrplan und Preise 2024","description":"F\u00e4hre Makarska \u2013 Bol \u2013 Fahrpl\u00e4ne und Preise f\u00fcr den Katamaran Makarska \u2013 Bol. Kaufen Sie hier Ihre Online-Tickets.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/","og_locale":"en_US","og_type":"article","og_title":"Makarska - Bol F\u00e4hre & Katamaran, Fahrplan und Preise 2024","og_description":"F\u00e4hre Makarska \u2013 Bol \u2013 Fahrpl\u00e4ne und Preise f\u00fcr den Katamaran Makarska \u2013 Bol. Kaufen Sie hier Ihre Online-Tickets.","og_url":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/","og_site_name":"F\u00e4hre Kroatien","article_published_time":"2021-01-27T13:42:00+00:00","article_modified_time":"2024-03-27T14:30:09+00:00","og_image":[{"url":"https:\/\/www.ferrycroatia.com\/de\/wp-content\/uploads\/2024\/03\/Makarska-ferry-3.jpeg"}],"author":"Iva","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Iva","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/","url":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/","name":"Makarska - Bol F\u00e4hre & Katamaran, Fahrplan und Preise 2024","isPartOf":{"@id":"https:\/\/www.ferrycroatia.com\/de\/#website"},"datePublished":"2021-01-27T13:42:00+00:00","dateModified":"2024-03-27T14:30:09+00:00","author":{"@id":"https:\/\/www.ferrycroatia.com\/de\/#\/schema\/person\/82f37ffdd670c39592116cb234821a28"},"description":"F\u00e4hre Makarska \u2013 Bol \u2013 Fahrpl\u00e4ne und Preise f\u00fcr den Katamaran Makarska \u2013 Bol. Kaufen Sie hier Ihre Online-Tickets.","breadcrumb":{"@id":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ferrycroatia.com\/de\/makarska-bol\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ferrycroatia.com\/de\/"},{"@type":"ListItem","position":2,"name":"F\u00e4hre Makarska &#8211; Bol"}]},{"@type":"WebSite","@id":"https:\/\/www.ferrycroatia.com\/de\/#website","url":"https:\/\/www.ferrycroatia.com\/de\/","name":"F\u00e4hre Kroatien","description":"Info und Fahrpl\u00e4ne f\u00fcr alle Katamarane und F\u00e4hren in Kroatien","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ferrycroatia.com\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.ferrycroatia.com\/de\/#\/schema\/person\/82f37ffdd670c39592116cb234821a28","name":"Iva","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ferrycroatia.com\/de\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2fd49b72a11fce35b5b02791e4222532?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2fd49b72a11fce35b5b02791e4222532?s=96&d=mm&r=g","caption":"Iva"},"url":"https:\/\/www.ferrycroatia.com\/de\/author\/iva\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/posts\/702"}],"collection":[{"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/comments?post=702"}],"version-history":[{"count":2,"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/posts\/702\/revisions"}],"predecessor-version":[{"id":2685,"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/posts\/702\/revisions\/2685"}],"wp:attachment":[{"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/media?parent=702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/categories?post=702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/de\/wp-json\/wp\/v2\/tags?post=702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}