:host { --enviso-primary-color:rgb(253,130,4); --enviso-secondary-color: #29aae1; --color-success: #6cc070; --color-black: #000; --color-white: #fff; font-family: 'Montserrat'; } :host([icon-only]) { height: 32px; } :focus-visible { outline: 0px; } .enviso-ticket-widget-offers-header { text-align: center; position: relative; margin-bottom: 120px; font-size: 2rem; } .mobileHeader .enviso-ticket-widget-offers-header { margin-bottom: 80px; } .enviso-ticket-widget-offers-header::after { content: ''; background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzMiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCA3MyAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik00Ny4yMTc1IDAuNTY3Njg0QzM0LjU3OSAtMi42MTgxMyAxNy4yMjIxIDguNTcyNzcgOC44NTI1NyAxMC4xNTk5QzEuOTg4NDYgMTEuNjA4IDAgNy4zNzk1NCAwIDcuMzc5NTRDMC44NTM4MDEgOS40ODc5NyA5Ljk2NDc2IDE4LjE4ODEgMTguNDgwMyAyMC42OTA1QzI0LjQxMiAyMi40MjgyIDI4LjYzNiAyMC4xOTIzIDQ3LjExNjMgMTQuMjk1N0M2My4zNzIzIDkuNjk2NSA3MC43MDgyIDIwLjQ1ODggNzMgMjVDNjMuMTQ3NiAzLjY4Mzk5IDQ3LjIxNzUgMC41Njc2ODQgNDcuMjE3NSAwLjU2NzY4NFoiIGZpbGw9IiNGRDgyMDQiPjwvcGF0aD4KPC9zdmc+); background-repeat: no-repeat; height: 100px; width: 100px; position: absolute; bottom: -120px; left: 50%; transform: translateX(-50%); } .enviso-filter-bar { justify-content: center; } .enviso-offer-filters-wrapper { display: none; } .enviso-filter-button { width: 230px; } .enviso-offers { grid-row-gap: 4rem; grid-column-gap: 2rem; } .enviso-offers>enviso-offer-card { border-radius: 32px; box-shadow: 0 4px 30px rgba(0,0,0,.1); } section.enviso-offer-card, .enviso-offer-availability-picture{ border-radius: 32px; } nav.enviso-offer-actions { border-top: none; gap: 12px; position: relative; bottom: -24px; flex-direction: column; text-align: center; margin: 0 auto; } nav.enviso-offer-actions>enviso-button:active { transform: scale(0.95); background: var(--enviso-primary-color); } nav.enviso-offer-actions>enviso-button, :host([primary]) { background-color: var(--enviso-primary-color); color: white; border-radius: 32px; font-weight: 700; border-left: none; min-height: 50px; min-width: 180px; max-width: max-content; } .enviso-btn { font-size: .875rem; } section.enviso-offer-card span.enviso-offer-picture { border-top-left-radius: 32px; border-top-right-radius: 32px; } header.enviso-offer-name { margin-top: 24px; text-align: center; } header.enviso-offer-name>span { color: #212529; font-size: 1.125rem; font-weight: 700; } .enviso-ticket-widget-offers-header { color: #212529; } .enviso-filter-icon, .enviso-dd-button .enviso-drop-icon { position: relative; top: 4px; } /* basket */ .enviso-basket-button-wrapper { top: 0; height: 32px; } .enviso-btn.icon-only { font-size: 24px; } #enviso-basket-button { float: none; position: absolute; right: 0; } enviso-ticket-basket-item { margin-bottom: 24px; } /* popover info button */ .enviso-offer-meta-element { display: flex; align-items: baseline; } .enviso-dialog-picture { position: relative; height: 400px; background-position: center bottom; } .enviso-dialog-picture::before { content: ''; position: absolute; width: 100%; height: 100px; background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ0MCAxODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNzkwLjQ3NiAxMjYuNDQ5QzQ4OC43NjIgMjAwLjEwNSAxMzcuNzc4IDE3My44NDQgMCAxNTEuNTA2VjE4MUgxNDQwVjEuNTI1ODhlLTA1QzE0NDAgMS41MjU4OGUtMDUgMTE2Ny42MiAzNC4zODAzIDc5MC40NzYgMTI2LjQ0OVoiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgICAgICAgICAgIDwvc3ZnPg=="); background-repeat: no-repeat; background-size: cover; bottom: 0px; } @media only screen and (min-width: 1024px) { .enviso-dialog-picture::before { height: 180px; bottom: -1px; } } .enviso-dialog-box>nav.enviso-dialog-top-navigation { background: none; } .enviso-dialog-box>nav.enviso-dialog-top-navigation>enviso-button { z-index: 1; top: 32px; right: 24px; } .enviso-dialog-box { max-width: 95vw; max-height: 95vh; border-radius: 32px; } .enviso-dialog-backdrop { background-color: rgba(0, 0, 0, 0.5); } .enviso-ticket-widget-offer-name { font-size: 2rem; font-weight: 700; display: flex; align-items: baseline; gap: 12px; } .enviso-ticket-widget-offer-back-link { margin-top: 32px; margin-bottom: 24px; } .enviso-ticket-item-wrapper { height: auto; } .enviso-dates .enviso-day.enviso-selected { background: var(--color-success) !important; color: var(--color-white); outline: 0px; border: 1px solid var(--color-black); } .enviso-offer-actions enviso-button[data-testid=enviso-offer-card-info-button] { display: none; } .internal-enviso-guest-button { right: 32px; } div.enviso-prices-per-day { display: none !important; height: unset !important; } .enviso-price-per-day { display: none; } .enviso-original-price-per-day { display: none } .enviso-timeslot-original-price { display: none !important; } enviso-ticket-item[ticket-id="26401"] { display: none; } enviso-ticket-item[ticket-id="26402"] { display: none; } enviso-ticket-item[ticket-id="26403"] { display: none; } enviso-ticket-item[ticket-id="26893"] { display: none; } enviso-ticket-item[ticket-id="26894"] { display: none; } enviso-ticket-item[ticket-id="26895"] { display: none; } enviso-ticket-item[ticket-id="26896"] { display: none; } enviso-ticket-item[ticket-id="26897"] { display: none; } enviso-ticket-item[ticket-id="26898"] { display: none; } enviso-ticket-item[ticket-id="26899"] { display: none; } enviso-ticket-item[ticket-id="26900"] { display: none; } enviso-ticket-item[ticket-id="26901"] { display: none; } enviso-ticket-item[ticket-id="26902"] { display: none; } enviso-ticket-item[ticket-id="26903"] { display: none; } enviso-ticket-item[ticket-id="26904"] { display: none; } enviso-ticket-item[ticket-id="27017"] { display: none; } enviso-ticket-item[ticket-id="30824"] { display: none; } enviso-ticket-item[ticket-id="33425"] { display: none; } enviso-ticket-item[ticket-id="33426"] { display: none; } enviso-ticket-item[ticket-id="39451"] { display: none; } enviso-ticket-item[ticket-id="39450"] { display: none; } enviso-ticket-item[ticket-id="41854"] { display: none; } enviso-ticket-item[ticket-id="41853"] { display: none; } enviso-ticket-item[ticket-id="41852"] { display: none; } enviso-ticket-item[ticket-id="70371"] { display: none; } enviso-ticket-item[ticket-id="70372"] { display: none; } .enviso-discount-list { flex-wrap: wrap; } :host([flow="redeem"]) { display: flex; flex-direction: column; align-items: center; text-align: center; } :host([flow="redeem"]) .enviso-ticket-widget-wrapper, :host([flow="redeem"]) .enviso-ticket-widget-content { display: flex; flex-direction: column; align-items: center; width: 100%; } :host([flow="redeem"]) h2, :host([flow="redeem"]) h3, :host([flow="redeem"]) p, :host([flow="redeem"]) label { text-align: center; } :host([flow="redeem"]) h2:contains("Productbon"), :host([flow="redeem"]) h3:contains("Productbon") { display: none; } :host([flow="redeem"]) input[type="text"], :host([flow="redeem"]) input[type="number"], :host([flow="redeem"]) input, :host([flow="redeem"]) .enviso-txt-value { width: 100%; max-width: 400px; margin: 20px auto; margin-left: calc(50% - 190px); display: block; text-align: center; } :host([flow="redeem"]) button, :host([flow="redeem"]) .enviso-btn, :host([flow="redeem"]) #redeem-button, :host([flow="redeem"]) enviso-button { margin: 10px auto 0 !important; display: block; } enviso-button[id="redeem-button"] { margin-top: 50px !important; } :host([flow="redeem"]) .enviso-ticket-widget-offer-back-link { display: none; }
Spido
  • Bootsrundfahrten Rotterdam
  • Hafenrundfahrt Rotterdam
  • Themenkreuzfahrten & Tagestouren
  • Kombi-Tickets
  • Blog
  • Cadeaukaart
  • de
    • Nederlands
    • English
    • Français
    • Deutsch
Bestellen Sie Ihre Eintrittskarten
  • Bootsrundfahrten Rotterdam
  • Hafenrundfahrt Rotterdam
  • Themenkreuzfahrten & Tagestouren
  • Kombi-Tickets
  • Blog
  • Cadeaukaart
  • de
    • Nederlands
    • English
    • Français
    • Deutsch
Bestel Rotterdam rondvaart tickets
Bestellen Sie Ihre Eintrittskarten

This Cookie Policy was last updated on 4. Juni 2026 and applies to citizens and legal permanent residents of the European Economic Area and Switzerland.

1. Introduction

Our website, https://www.spido.nl/de (hereinafter: „the website“) uses cookies and other related technologies (for convenience all technologies are referred to as „cookies“). Cookies are also placed by third parties we have engaged. In the document below we inform you about the use of cookies on our website.

2. What are cookies?

A cookie is a small simple file that is sent along with pages of this website and stored by your browser on the hard drive of your computer or another device. The information stored therein may be returned to our servers or to the servers of the relevant third parties during a subsequent visit.

3. What are scripts?

A script is a piece of program code that is used to make our website function properly and interactively. This code is executed on our server or on your device.

4. What is a web beacon?

A web beacon (or a pixel tag) is a small, invisible piece of text or image on a website that is used to monitor traffic on a website. In order to do this, various data about you is stored using web beacons.

5. Cookies

5.1 Technical or functional cookies

Some cookies ensure that certain parts of the website work properly and that your user preferences remain known. By placing functional cookies, we make it easier for you to visit our website. This way, you do not need to repeatedly enter the same information when visiting our website and, for example, the items remain in your shopping cart until you have paid. We may place these cookies without your consent.

5.2 Statistics cookies

We use statistics cookies to optimize the website experience for our users. With these statistics cookies we get insights in the usage of our website. We ask your permission to place statistics cookies.

5.3 Marketing/Tracking cookies

Marketing/Tracking cookies are cookies or any other form of local storage, used to create user profiles to display advertising or to track the user on this website or across several websites for similar marketing purposes.

6. Placed cookies

WordPress

Funktional

Usage

We use WordPress for Website-Entwicklung. Read more about WordPress

Sharing data

This data is not shared with third parties.

Funktional

Name
WP_PREFERENCES_USER_*
Ablaufdatum
beständig
Function
Speicher die Benutzervorlieben
Name
wordpress_test_cookie
Ablaufdatum
Sitzung
Function
überprüft, ob Cookies gesetzt werden können
Name
wp-settings-time-*
Ablaufdatum
1 Jahr
Function
Speicher die Benutzervorlieben
Name
wp-settings-*
Ablaufdatum
beständig
Function
Speicher die Benutzervorlieben
Name
wordpress_logged_in_*
Ablaufdatum
beständig
Function
Benutzer eingeloggt lassen
Name
wp_lang
Ablaufdatum
Sitzung
Function
Speichere Spracheinstellungen
Name
wpEmojiSettingsSupports
Ablaufdatum
Sitzung
Function
Speichere Browser-Angaben

Google Analytics

Statistik, Funktional

Usage

We use Google Analytics for Website-Statistik. Read more about Google Analytics

Sharing data

For more information, please read the Google Analytics Privacy Statement.

Statistik

Name
_ga_*
Ablaufdatum
1 Jahr
Function
Zählt und verfolgt Seitenaufrufe
Name
_ga
Ablaufdatum
2 Jahre
Function
Zählt und verfolgt Seitenaufrufe
Name
_gid
Ablaufdatum
1 Tag
Function
Zählt und verfolgt Seitenaufrufe
Name
_dc_gtm_UA-*
Ablaufdatum
1 Min
Function
Anzahl der Serviceanfragen speichern

Funktional

Name
_gat_UA-*
Ablaufdatum
Sitzung
Function
Provide technical monitoring

Google various services

Marketing

Usage

We use Google various services for Website-Entwicklung. Read more about Google various services

Sharing data

For more information, please read the Google various services Privacy Statement.

Marketing

Name
__gpi
Ablaufdatum
Function

Intercom Messenger

Funktional, Marketing

Usage

We use Intercom Messenger for Chat-Support. Read more about Intercom Messenger

Sharing data

For more information, please read the Intercom Messenger Privacy Statement.

Funktional

Name
intercom-id-*
Ablaufdatum
9 Monate
Function

Marketing

Name
intercom-device-id-*
Ablaufdatum
9 Monate
Function
Speichere die eindeutige User-ID

Microsoft Clarity

Marketing

Usage

We use Microsoft Clarity for Diagramme und Bildschirmaufnahmen. Read more about Microsoft Clarity

Sharing data

For more information, please read the Microsoft Clarity Privacy Statement.

Marketing

Name
_clck
Ablaufdatum
1 Jahr
Function
Speichere die eindeutige User-ID
Name
ANONCHK
Ablaufdatum
Function
Name
MUID
Ablaufdatum
1 Jahr
Function
Verfolge Besucher quer über Websiten

WPML

Funktional

Usage

We use WPML for Verwaltung der Gebietsschemen. Read more about WPML

Sharing data

This data is not shared with third parties.

Funktional

Name
wp-wpml_current_language
Ablaufdatum
1 Tag
Function
Speichere Spracheinstellungen

Complianz

Funktional

Usage

We use Complianz for Verwaltung der Cookie-Einwilligung. Read more about Complianz

Sharing data

This data is not shared with third parties. For more information, please read the Complianz Privacy Statement.

Funktional

Name
cmplz_user_data
Ablaufdatum
365 days
Function
Festlegung, welches Cookie-Banner angezeigt wird
Name
cmplz_consented_services
Ablaufdatum
365 days
Function
Speichere Cookie-Einwilligungsvorgaben
Name
cmplz_policy_id
Ablaufdatum
365 days
Function
Erfasse die ID für die angenommene Cookie-Richtlinie
Name
cmplz_marketing
Ablaufdatum
365 days
Function
Speichere Cookie-Einwilligungsvorgaben
Name
cmplz_statistics
Ablaufdatum
365 days
Function
Speichere Cookie-Einwilligungsvorgaben
Name
cmplz_preferences
Ablaufdatum
365 days
Function
Speichere Cookie-Einwilligungsvorgaben
Name
cmplz_functional
Ablaufdatum
365 days
Function
Speichere Cookie-Einwilligungsvorgaben
Name
cmplz_banner-status
Ablaufdatum
365 days
Function
Store if the cookie banner has been dismissed

Vimeo

Statistik

Usage

We use Vimeo for Video-Display. Read more about Vimeo

Sharing data

For more information, please read the Vimeo Privacy Statement.

Statistik

Name
__utmt_player
Ablaufdatum
10 Minuten
Function
Verfolge die Besucherreichweite
Name
vuid
Ablaufdatum
2 Jahre
Function
Die Nutzungshistorie des Nutzers speichern

YouTube

Marketing

Usage

We use YouTube for Video-Display. Read more about YouTube

Sharing data

For more information, please read the YouTube Privacy Statement.

Marketing

Name
GPS
Ablaufdatum
Sitzung
Function
Speichere Standortdaten
Name
VISITOR_INFO1_LIVE
Ablaufdatum
6 Monate
Function
Anzeigenschaltung oder Retargeting anbieten
Name
YSC
Ablaufdatum
Sitzung
Function
Interaktion speichern und verfolgen
Name
PREF
Ablaufdatum
8 Monate
Function
Speicher die Benutzervorlieben

FileBird

Funktional

Usage

Read more about FileBird

Sharing data

This data is not shared with third parties.

Funktional

Name
fbv_close_buy_pro_dialog
Ablaufdatum
Function
Stelle Funktionen quer über Seiten bereit

Google Adsense

Marketing

Usage

We use Google Adsense for Werbung anzeigen. Read more about Google Adsense

Sharing data

For more information, please read the Google Adsense Privacy Statement.

Marketing

Name
_gcl_au
Ablaufdatum
beständig
Function
Konversionen speichern und verfolgen
Name
google_adsense_settings
Ablaufdatum
beständig
Function
Anzeigenschaltung oder Retargeting anbieten

Visual Website Optimizer

Purpose pending investigation

Usage

We use Visual Website Optimizer for Webshop-Statistik und Optimierung. Read more about Visual Website Optimizer

Sharing data

For more information, please read the Visual Website Optimizer Privacy Statement.

Purpose pending investigation

Name
_vwo_uuid
Ablaufdatum
Function
Name
_vwo_ds
Ablaufdatum
Function
Name
_vwo_sn
Ablaufdatum
Function

Active Campaign

Purpose pending investigation

Usage

We use Active Campaign for Marketing-Automatisierung (automatisches E-Mail-Marketing). Read more about Active Campaign

Sharing data

For more information, please read the Active Campaign Privacy Statement.

Purpose pending investigation

Name
prism_*
Ablaufdatum
Function

Miscellaneous

Funktional

Usage

Sharing data

Sharing of data is pending investigation

Purpose pending investigation

Name
plyr
Ablaufdatum
Function
Name
continueReview
Ablaufdatum
Function
Name
fareharbor-language-spido
Ablaufdatum
Function
Name
fareharbor-uuid
Ablaufdatum
Function
Name
_fbp
Ablaufdatum
Function
Name
twk_uuid_*
Ablaufdatum
Function
Name
cookieyes-consent
Ablaufdatum
Function
Name
language
Ablaufdatum
Function
Name
WP_DATA_USER_4
Ablaufdatum
Function
Name
wds-seo-metabox
Ablaufdatum
Function
Name
CraftSessionId
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.User
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.AmForms_Form.index
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.Asset
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.AmForms_Submission.index
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.AmForms_Form
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Seomatic_Meta.index
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.RichTextFieldType.LinkToAsset
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementSelectInput.field.18
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.User.index
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.Entry
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Entry.index
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.locale
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.Seomatic_Meta
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.AmForms_Submission
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Asset.index
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementSelectInput.field.102
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Asset.modal
Ablaufdatum
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.User.modal
Ablaufdatum
Function
Name
YII_CSRF_TOKEN
Ablaufdatum
Function
Name
73466842a891e44e5e04997c3836729eusername
Ablaufdatum
Function
Name
_fbc
Ablaufdatum
Function
Name
__mp_opt_in_out_*
Ablaufdatum
Function
Name
lastExternalReferrerTime
Ablaufdatum
Function
Name
lastExternalReferrer
Ablaufdatum
Function
Name
test_cookie
Ablaufdatum
Function
.doubleclick.net
Name
_vwo_nls_q_849050
Ablaufdatum
Function
Name
_vwo_849050_config
Ablaufdatum
Function
Name
vwo_apm_sent
Ablaufdatum
Function
Name
_vwo_nlsCache
Ablaufdatum
Function
Name
vwoSn
Ablaufdatum
Function
Name
_vwo_uuid_v2
Ablaufdatum
Function
Name
_vis_opt_s
Ablaufdatum
Function
Name
_vis_opt_test_cookie
Ablaufdatum
Function
Name
sessionId
Ablaufdatum
Function
Name
E-mail_confirm
Ablaufdatum
Function
Name
loglevel
Ablaufdatum
Function
Name
ee39232f299f5f2111af5a60d5d10fd1
Ablaufdatum
Function
Name
cmplz_id
Ablaufdatum
365 days
Function
Name
_vis_opt_exp_2_combi
Ablaufdatum
Function
Name
li_adsId
Ablaufdatum
Function
Name
cmplz_saved_services
Ablaufdatum
365 days
Function
Name
cmplz_saved_categories
Ablaufdatum
365 days
Function
Name
_hjSessionUser_*
Ablaufdatum
Function
Name
_hjUserAttributesHash
Ablaufdatum
Function
Name
_hjHasCachedUserAttributes
Ablaufdatum
Function
Name
enviso.basketservice.checkedOutItems
Ablaufdatum
Function
Name
eMail_confirm
Ablaufdatum
Function
Name
enviso.basketservice.customer
Ablaufdatum
Function
Name
filebird
Ablaufdatum
Function
Name
sentryReplaySession
Ablaufdatum
Function
Name
_pk_ses.32502.834d
Ablaufdatum
Function
Name
_pk_id.32502.834d
Ablaufdatum
Function
Name
_pk_ses_32502_834d
Ablaufdatum
Function
Name
_pk_id_32502_834d
Ablaufdatum
Function
Name
_pk_ref.32502.834d
Ablaufdatum
Function
Name
__cf_bm
Ablaufdatum
Function
Name
_pk_ref_32502_834d
Ablaufdatum
Function
Name
wpml-available-translators-notice-dismissed
Ablaufdatum
Function
Name
topicsLastReferenceTime
Ablaufdatum
Function
Name
_gcl_ls
Ablaufdatum
Function
Name
_pk_id.14858.834d
Ablaufdatum
Function
Name
_pk_ses.14858.834d
Ablaufdatum
Function
Name
_pk_id_14858_834d
Ablaufdatum
Function
Name
_pk_ses_14858_834d
Ablaufdatum
Function
Name
5edb76c5f77dd8fd11e97d159512335b
Ablaufdatum
Function
Name
enviso.basketservice.orderNumber
Ablaufdatum
Function
Name
6cb1f90cba489c85caa3c2ee6ebd0ccc
Ablaufdatum
Function
Name
ca04e1a769d6e87b84fd6bcda0639ce1
Ablaufdatum
Function
Name
multiFbc
Ablaufdatum
Function
Name
_pk_ref.14858.834d
Ablaufdatum
Function
Name
_pk_ref_14858_834d
Ablaufdatum
Function
Name
wp-autosave-block-editor-post-911
Ablaufdatum
Function
Name
adobeCleanFontAdded
Ablaufdatum
Function
Name
0202e193bc23b3e3cdf6a259f04f9c2a
Ablaufdatum
Function
Name
dd_hidden_paths
Ablaufdatum
Function
Name
__EXT_APP_REFRESH_BLACK_SUB_DOMAINS__
Ablaufdatum
Function
Name
shopifySelectors
Ablaufdatum
Function
Name
debug
Ablaufdatum
Function
Name
enviso.basketservice.checkedOutAnalyticsState
Ablaufdatum
Function

Funktional

Name
cache-sprite-plyr
Ablaufdatum
beständig
Function

7. Consent

When you visit our website for the first time, we will show you a pop-up with an explanation about cookies. As soon as you click on „Voorkeuren bewaren“, you consent to us using the categories of cookies and plug-ins you selected in the pop-up, as described in this Cookie Policy. You can disable the use of cookies via your browser, but please note that our website may no longer work properly.

7.1 Manage your consent settings

You have loaded the Cookie Policy without javascript support. On AMP, you can use the manage consent button on the bottom of the page.

8. Enabling/disabling and deleting cookies

You can use your internet browser to automatically or manually delete cookies. You can also specify that certain cookies may not be placed. Another option is to change the settings of your internet browser so that you receive a message each time a cookie is placed. For more information about these options, please refer to the instructions in the Help section of your browser.

Please note that our website may not work properly if all cookies are disabled. If you do delete the cookies in your browser, they will be placed again after your consent when you visit our website again.

9. Your rights with respect to personal data

You have the following rights with respect to your personal data:

  • You have the right to know why your personal data is needed, what will happen to it, and how long it will be retained for.
  • Right of access: You have the right to access your personal data that is known to us.
  • Right to rectification: you have the right to supplement, correct, have deleted or blocked your personal data whenever you wish.
  • If you give us your consent to process your data, you have the right to revoke that consent and to have your personal data deleted.
  • Right to transfer your data: you have the right to request all your personal data from the controller and transfer it in its entirety to another controller.
  • Right to object: you may object to the processing of your data. We comply with this, unless there are justified grounds for processing.

To exercise these rights, please contact us. Please refer to the contact details at the bottom of this Cookie Policy. If you have a complaint about how we handle your data, we would like to hear from you, but you also have the right to submit a complaint to the supervisory authority (the Data Protection Authority).

10. Contact details

For questions and/or comments about our Cookie Policy and this statement, please contact us by using the following contact details:

Spido
Willemsplein 85, 3016 DR Rotterdam.
Netherlands
Website: https://www.spido.nl/de
Email: spido@ex.comspido.nl
Phone number: 010 – 275 99 99

This Cookie Policy was synchronized with cookiedatabase.org on 2. Juni 2026.

Rotterdam rondvaarten

  • Bootsrundfahrten Rotterdam
  • Hafenrundfahrt Rotterdam
  • Themenkreuzfahrten & Tagestouren
  • Kombi-Tickets
  • Blog

Koninklijke Spido

  • Zugänglichkeit und Parken
  • Über uns

Kontakt

  • +31(0)10 - 275 99 99
  • spido@spido.nl

Montag bis Freitag
9.00 – 17.00 Uhr

Samstag und Sonntag
09.30 – 17.00 Uhr

© 2026 Spido
  • General terms and conditions
  • Privacy statement
Google review 4.3

Cadeaukaart