: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; } enviso-ticket-item[ticketid="26401"] { display: none; } enviso-ticket-item[ticketid="26402"] { display: none; } enviso-ticket-item[ticketid="26403"] { display: none; } enviso-ticket-item[ticketid="26893"] { display: none; } enviso-ticket-item[ticketid="26894"] { display: none; } enviso-ticket-item[ticketid="26895"] { display: none; } enviso-ticket-item[ticketid="26896"] { display: none; } enviso-ticket-item[ticketid="26897"] { display: none; } enviso-ticket-item[ticketid="26898"] { display: none; } enviso-ticket-item[ticketid="26899"] { display: none; } enviso-ticket-item[ticketid="26900"] { display: none; } enviso-ticket-item[ticketid="26901"] { display: none; } enviso-ticket-item[ticketid="26902"] { display: none; } enviso-ticket-item[ticketid="26903"] { display: none; } enviso-ticket-item[ticketid="26904"] { display: none; } enviso-ticket-item[ticketid="27017"] { display: none; } enviso-ticket-item[ticketid="30824"] { display: none; } enviso-ticket-item[ticketid="33425"] { display: none; } enviso-ticket-item[ticketid="33426"] { display: none; } enviso-ticket-item[ticketid="39451"] { display: none; } enviso-ticket-item[ticketid="39450"] { display: none; } enviso-ticket-item[ticketid="41854"] { display: none; } enviso-ticket-item[ticketid="41853"] { display: none; } enviso-ticket-item[ticketid="41852"] { display: none; } .enviso-discount-list { flex-wrap: wrap; }
Spido
  • Rotterdam Harbour Tour
  • Day & Theme Cruises
  • Events
    • Food and beverages
  • Blog
  • Combination tickets
  • About Koninklijke Spido
    • About us
    • The fleet
    • Accessability and parking
    • Vacancies
    • Frequently Asked Questions
    • Blog
    • Spido Kids
  • en
    • Nederlands
    • English
    • Français
    • Deutsch
Order your tickets
  • Rotterdam Harbour Tour
  • Day & Theme Cruises
  • Events
    • Food and beverages
  • Blog
  • Combination tickets
  • About Koninklijke Spido
    • About us
    • The fleet
    • Accessability and parking
    • Vacancies
    • Frequently Asked Questions
    • Blog
    • Spido Kids
  • en
    • Nederlands
    • English
    • Français
    • Deutsch
Order Rotterdam harbour tour tickets
Order your tickets

This Cookie Policy was last updated on 7 June 2024 and applies to citizens and legal permanent residents of the European Economic Area and Switzerland.

1. Introduction

Our website, https://www.spido.nl/en (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

Functional

Usage

We use WordPress for website development. Read more

Sharing data

This data is not shared with third parties.

Functional

Name
WP_PREFERENCES_USER_*
Expiration
persistent
Function
Store user preferences
Name
wordpress_test_cookie
Expiration
session
Function
Read if cookies can be placed
Name
wp-settings-time-*
Expiration
1 year
Function
Store user preferences
Name
wp-settings-*
Expiration
persistent
Function
Store user preferences
Name
wordpress_logged_in_*
Expiration
persistent
Function
Store logged in users
Name
wp_lang
Expiration
session
Function
Store language settings
Name
wpEmojiSettingsSupports
Expiration
session
Function
Store browser details

Google Analytics

Statistics, Functional

Usage

We use Google Analytics for website statistics. Read more

Sharing data

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

Statistics

Name
_ga_*
Expiration
1 year
Function
Store and count pageviews
Name
_ga
Expiration
2 years
Function
Store and count pageviews
Name
_gid
Expiration
1 day
Function
Store and count pageviews
Name
_dc_gtm_UA-*
Expiration
1 minute
Function
Store number of service requests

Functional

Name
_gat_UA-*
Expiration
session
Function
Provide technical monitoring

Google various services

Marketing

Usage

We use Google various services for website development. Read more

Sharing data

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

Marketing

Name
__gpi
Expiration
Function

Intercom Messenger

Functional, Marketing

Usage

We use Intercom Messenger for chat support. Read more

Sharing data

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

Functional

Name
intercom-id-*
Expiration
9 months
Function

Marketing

Name
intercom-device-id-*
Expiration
9 months
Function
Store a unique user ID

Microsoft Clarity

Marketing

Usage

We use Microsoft Clarity for heat maps and screen recordings. Read more

Sharing data

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

Marketing

Name
_clck
Expiration
1 year
Function
Store a unique user ID
Name
ANONCHK
Expiration
Function
Name
MUID
Expiration
1 year
Function
Store and track visits across websites

WPML

Functional

Usage

We use WPML for locale management. Read more

Sharing data

This data is not shared with third parties.

Functional

Name
wp-wpml_current_language
Expiration
1 day
Function
Store language settings

Complianz

Functional

Usage

We use Complianz for cookie consent management. Read more

Sharing data

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

Functional

Name
cmplz_user_data
Expiration
365 days
Function
Read to determine which cookie banner to show
Name
cmplz_consented_services
Expiration
365 days
Function
Store cookie consent preferences
Name
cmplz_policy_id
Expiration
365 days
Function
Store accepted cookie policy ID
Name
cmplz_marketing
Expiration
365 days
Function
Store cookie consent preferences
Name
cmplz_statistics
Expiration
365 days
Function
Store cookie consent preferences
Name
cmplz_preferences
Expiration
365 days
Function
Store cookie consent preferences
Name
cmplz_functional
Expiration
365 days
Function
Store cookie consent preferences
Name
cmplz_banner-status
Expiration
365 days
Function
Store if the cookie banner has been dismissed

Vimeo

Statistics

Usage

We use Vimeo for video display. Read more

Sharing data

For more information, please read the Vimeo Privacy Statement.

Statistics

Name
__utmt_player
Expiration
10 minutes
Function
Store and track audience reach
Name
vuid
Expiration
2 years
Function
Store the user’s usage history

YouTube

Marketing

Usage

We use YouTube for video display. Read more

Sharing data

For more information, please read the YouTube Privacy Statement.

Marketing

Name
GPS
Expiration
session
Function
Store location data
Name
VISITOR_INFO1_LIVE
Expiration
6 months
Function
Provide ad delivery or retargeting
Name
YSC
Expiration
session
Function
Store and track interaction
Name
PREF
Expiration
8 months
Function
Store user preferences

FileBird

Functional

Usage

Read more

Sharing data

This data is not shared with third parties.

Functional

Name
fbv_close_buy_pro_dialog
Expiration
Function
Provide functions across pages

Google Adsense

Marketing

Usage

We use Google Adsense for showing advertisements. Read more

Sharing data

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

Marketing

Name
_gcl_au
Expiration
persistent
Function
Store and track conversions
Name
google_adsense_settings
Expiration
persistent
Function
Provide ad delivery or retargeting

Visual Website Optimizer

Purpose pending investigation

Usage

We use Visual Website Optimizer for Statistics and optimization. Read more

Sharing data

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

Purpose pending investigation

Name
_vwo_uuid
Expiration
Function
Name
_vwo_ds
Expiration
Function
Name
_vwo_sn
Expiration
Function

Active Campaign

Purpose pending investigation

Usage

We use Active Campaign for marketing automation (automated email marketing). Read more

Sharing data

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

Purpose pending investigation

Name
prism_*
Expiration
Function

Miscellaneous

Functional

Usage

Sharing data

Sharing of data is pending investigation

Purpose pending investigation

Name
plyr
Expiration
Function
Name
continueReview
Expiration
Function
Name
fareharbor-language-spido
Expiration
Function
Name
fareharbor-uuid
Expiration
Function
Name
_fbp
Expiration
Function
Name
twk_uuid_*
Expiration
Function
Name
cookieyes-consent
Expiration
Function
Name
language
Expiration
Function
Name
WP_DATA_USER_4
Expiration
Function
Name
wds-seo-metabox
Expiration
Function
Name
CraftSessionId
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.User
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.AmForms_Form.index
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.Asset
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.AmForms_Submission.index
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.AmForms_Form
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Seomatic_Meta.index
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.RichTextFieldType.LinkToAsset
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementSelectInput.field.18
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.User.index
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.Entry
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Entry.index
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.locale
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.Seomatic_Meta
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.elementindex.AmForms_Submission
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Asset.index
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementSelectInput.field.102
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.Asset.modal
Expiration
Function
Name
Craft-0b395261-3adf-476f-b406-987ae061b929.BaseElementIndex.User.modal
Expiration
Function
Name
YII_CSRF_TOKEN
Expiration
Function
Name
73466842a891e44e5e04997c3836729eusername
Expiration
Function
Name
_fbc
Expiration
Function
Name
__mp_opt_in_out_*
Expiration
Function
Name
lastExternalReferrerTime
Expiration
Function
Name
lastExternalReferrer
Expiration
Function
Name
test_cookie
Expiration
Function
.doubleclick.net
Name
_vwo_nls_q_849050
Expiration
Function
Name
_vwo_849050_config
Expiration
Function
Name
vwo_apm_sent
Expiration
Function
Name
_vwo_nlsCache
Expiration
Function
Name
vwoSn
Expiration
Function
Name
_vwo_uuid_v2
Expiration
Function
Name
_vis_opt_s
Expiration
Function
Name
_vis_opt_test_cookie
Expiration
Function
Name
sessionId
Expiration
Function
Name
E-mail_confirm
Expiration
Function
Name
loglevel
Expiration
Function
Name
ee39232f299f5f2111af5a60d5d10fd1
Expiration
Function
Name
cmplz_id
Expiration
365 days
Function
Name
_vis_opt_exp_2_combi
Expiration
Function
Name
li_adsId
Expiration
Function
Name
cmplz_saved_services
Expiration
365 days
Function
Name
cmplz_saved_categories
Expiration
365 days
Function
Name
enviso.basketservice.checkedOutItems
Expiration
Function
Name
eMail_confirm
Expiration
Function
Name
enviso.basketservice.customer
Expiration
Function
Name
filebird
Expiration
Function
Name
sentryReplaySession
Expiration
Function
Name
_pk_ses.32502.834d
Expiration
Function
Name
_pk_id.32502.834d
Expiration
Function
Name
_pk_ses_32502_834d
Expiration
Function
Name
_pk_id_32502_834d
Expiration
Function
Name
_pk_ref.32502.834d
Expiration
Function
Name
__cf_bm
Expiration
Function
Name
_pk_ref_32502_834d
Expiration
Function
Name
wpml-available-translators-notice-dismissed
Expiration
Function
Name
topicsLastReferenceTime
Expiration
Function
Name
_gcl_ls
Expiration
Function
Name
_pk_id.14858.834d
Expiration
Function
Name
_pk_ses.14858.834d
Expiration
Function
Name
_pk_id_14858_834d
Expiration
Function
Name
_pk_ses_14858_834d
Expiration
Function

Functional

Name
cache-sprite-plyr
Expiration
persistent
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/en
Email: spido@ex.comspido.nl
Phone number: 010 – 275 99 99

This Cookie Policy was synchronized with cookiedatabase.org on 10 June 2025.

Rotterdam Harbour Tours

  • Rotterdam Harbour Tour
  • Day & Theme Cruises
  • Events
  • Combination tickets

Koninklijke Spido

  • Accessability and parking
  • About us
  • The fleet
  • Blog

Contact

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

Monday to Friday
from 09.00 – 17.00.

Saturday and Sunday
from 09.30 – 17.00.

 

 

 

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