TELEFON

+43 1 588 80

E-MAIL

info@ddsg-blue-danube.at

Biglietti combinati Wachau

Biglietto famiglia Wachau

L’accogliente pomeriggio in famiglia sul Danubio. Sali a bordo. Ti aspettiamo.

SERVIZI INCLUSI

Crociera Wachau per 2 adulti e fino a 2 bambini

Coppa di gelato per i bambini

/* This locks the image aspect ratio to 16:9 and keeps the height 100% to the parent container Add the class diviwp-image-21-height-16-9 to your image class for this to work */ @media only screen and ( min-width: 980px ) and ( max-width: 1190px ) { /* this is the column that holds the image module */ .et-db #et-boc .et-l .diviwp-col-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* aspect ratio */ .et-db #et-boc .et-l .diviwp-image-21-height-16-9 .et_pb_image_wrap { /* adjust this percentage to crop the image accordingly Square 1:1 = 100% Landscape 16:9 = 56.25% Landscape 4:3 = 75% Landscape 3:2 = 66.67% Portrait 9:16 = 177.78% Portrait 3:4 = 133.34% Portrait 2:3 = 150% */ padding-top: 100%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-21-height-16-9 img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } }
/*** Optin Form styles for .diviwp-optin-form-white-input The use of !important is used because of inherited styles and specificity issues. ***/ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields > p { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; -ms-flex-positive: 1; flex-grow: 1 !important; } .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields p.et_pb_newsletter_field { margin-right: 0%; } /* for the input and submit button to be side-by-side and always be the same height, we have to set the padding top and bottom to 0px and use flexbox */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_button.et_pb_button, .et-db #et-boc .et-l .diviwp-optin-form-white-input .et_pb_newsletter_form .input, .et-db #et-boc .et-l .diviwp-optin-form-white-input .et_pb_newsletter_form input[type="text"], .et-db #et-boc .et-l .diviwp-optin-form-white-input .et_pb_newsletter_form p.et_pb_newsletter_field input[type="text"] { padding-top: 0px; padding-bottom: 0px; } /* */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_button.et_pb_button { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; /* justify along horizontal main axis */ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; /* justify along vertical cross-axis */ -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 50px; } /* CONFIRMATION SUCCESS MESSAGE STYLES */ /* You can uncomment or delete this if you prefer to retain your own confirmation messages styles */ .et_pb_newsletter_success { /* green box with dark green text draws attention and informs the user of success */ border-radius: 4px; border: 1px solid #bbdaaf; background-color: #e5fadc; padding: 15px 15px 15px 15px; margin-bottom: 10px; margin-top: 10px; } .et_pb_newsletter_success h2 { color: #4d5f46!important; font-size: 16px; padding-bottom: 0px; } /* END CONFIRMATION MESSAGE */ /**** MEDIA QUERIES ****/ /* Tablets in landscape mode (981-1100px) */ @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { } /* Desktops/tablets in landscape mode (801-979px) */ @media only screen and ( min-width: 800px ) and ( max-width: 980px ) { /* this fixes the subscribe button height growing larger than the input. * for specificity reasons we have to target the body page-container and section classes before our optin class */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields a.et_pb_newsletter_button { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; /* justify along horizontal main axis */ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; /* justify along vertical cross-axis */ -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0%!important; min-height:60px; } } /* Tablets in portrait mode (768-980px) */ @media only screen and ( min-width: 768px ) and ( max-width: 980px ) { /* kep input field inlin with submit button */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_button.et_pb_button { min-height: 60px; } } /* Smartphones in landscape mode (480-768px) */ @media only screen and ( min-width: 480px ) and ( max-width: 767px ) { /* this fixes the subscribe button height growing larger than the input. * for specificity reasons we have to target the body page-container and section classes before our optin class */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields a.et_pb_newsletter_button.et_pb_button { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; /* justify along horizontal main axis */ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; /* justify along vertical cross-axis */ -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0%!important; min-height: 60px; border-radius: 0px 4px 4px 0px!important; } .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields input { border-radius: 4px 0px 0px 4px!important; } } /* Smartphones in portrait mode (0-479px) */ @media only screen and ( max-width: 479px ) { /* stack input field on top of submit button */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_fields { display: block; } /* */ .et-db #et-boc .et-l .diviwp-optin-form-white-input.et_pb_subscribe .et_pb_newsletter_button.et_pb_button { min-height: 60px; } }
/* This crops the image aspect ratio to 16:9 and keeps the height 100% to the parent container. The class diviwp-image-9-portrait has been added to the image class for this to work as well as divi-col-flex to the first column. If you'd like to adjust the aspect ratio, use the percentages as defined below: Square 1:1 = 100% Landscape 16:9 = 56.25% Landscape 4:3 = 75% Landscape 3:2 = 66.67% Portrait 9:16 = 177.78% Portrait 3:4 = 133.34% Portrait 2:3 = 150% Further comments are outlined below. */ @media only screen and ( min-width: 980px ) and ( max-width: 2800px ) { .et-db #et-boc .et-l .diviwp-col-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* Uncomment the following two classes if you want to crop the aspect ratio for desktop. See percentages above to change the image aspect ratio. .et-db #et-boc .et-l .diviwp-image-9-portrait .et_pb_image_wrap { padding-top: 100%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-9-portrait img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } */ /* comment this class out if you want to crop aspect ratio for desktop. This might result in the image not being visible in the Visual Builder in Desktop. */ .et-db #et-boc .et-l .diviwp-image-9-portrait img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } /* if image is linked */ .et-db #et-boc .et-l .diviwp-image-9-portrait a { display:-webkit-box; display:-ms-flexbox; display:flex; } } /* Tablets in portrait mode (768-980px) */ @media only screen and ( min-width: 768px ) and ( max-width: 980px ) { /* We crop the image to 16:9 aspect ratio in tablets and below to reduce the overall size of the image. If we didn't crop it to 16:9 the image would take up huge vertical space which would result in a sub-optimal user experiece. Uncomment or remove the following two classes if you do not want to crop the aspect ratio */ .et-db #et-boc .et-l .diviwp-image-9-portrait .et_pb_image_wrap { padding-top: 56.25%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-9-portrait img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } } /* Smartphones in landscape mode (480-768px) */ @media only screen and ( min-width: 480px ) and ( max-width: 767px ) { /* We crop the image to 16:9 aspect ratio in tablets and below to reduce the overall size of the image. If we didn't crop it to 16:9 the image would take up huge vertical space which would result in a sub-optimal user experiece. Uncomment or remove the following two classes if you do not want to crop the aspect ratio */ .et-db #et-boc .et-l .diviwp-image-9-portrait .et_pb_image_wrap { padding-top: 56.25%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-9-portrait img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } } /* Smartphones in portrait mode (0-479px) */ @media only screen and ( max-width: 479px ) { /* We crop the image to 16:9 aspect ratio in tablets and below to reduce the overall size of the image. If we didn't crop it to 16:9 the image would take up huge vertical space which would result in a sub-optimal user experiece. Uncomment or remove the following two classes if you do not want to crop the aspect ratio */ .et-db #et-boc .et-l .diviwp-image-9-portrait .et_pb_image_wrap { padding-top: 56.25%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-9-portrait img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } }

ORARI | BIGLIETTO FAMIGLIA

Da Krems
Tutti i giorni, tranne lunedì e giovedì, 22 maggio – 03.10.2021
MS Dürnstein
Da-a: Krems / Stein
Piccola gita in barca alla Wachau, Krems – Spitz – Krems
Gita in barca: 15:45 – 18:10

Da Melk
Tutti i giorni, tranne lunedì e giovedì 12 giugno. – 03.10.2021
MS Wachau
Da-a: Melk / Altarm
Piccola gita in barca alla Wachau, Melk – Spitz – Melk
Gita in barca: 16:25 – 18:50

Mappa del percorso

Percorso K

Il tour inizia a Krems / Stein al centro marittimo e del patrimonio mondiale da dove si ha una bellissima vista del Monastero benedettino Göttweig Ha. Dopo aver superato il ponte Mauterner, si passa davanti a Unterloiben e Oberloiben fino alla prima fermata Dürnstein . Il famoso è lì in trono Rovina Dürnstein sopra il sorprendente campanile blu della chiesa. Il viaggio continua lungo la tipica vigneti terrazzati passato Weissenkirchen e da lì fino al capolinea in appuntito con il Edificio posteriore in rovina .

/* This locks the image aspect ratio to 16:9 and keeps the height 100% to the parent container Add the class diviwp-image-21-height-16-9 to your image class for this to work */ @media only screen and ( min-width: 980px ) and ( max-width: 1190px ) { /* this is the column that holds the image module */ .et-db #et-boc .et-l .diviwp-col-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* aspect ratio */ .et-db #et-boc .et-l .diviwp-image-21-height-16-9 .et_pb_image_wrap { /* adjust this percentage to crop the image accordingly Square 1:1 = 100% Landscape 16:9 = 56.25% Landscape 4:3 = 75% Landscape 3:2 = 66.67% Portrait 9:16 = 177.78% Portrait 3:4 = 133.34% Portrait 2:3 = 150% */ padding-top: 100%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-21-height-16-9 img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } }

Mappa del percorso

Percorso M

Il tour inizia alla stazione della nave Melk dove i nostri ospiti hanno già la vista imponente di ciò che è alla loro portata Abbazia benedettina di Melk previsto. Il prossimo momento clou parte con il Monastero e palazzo di Schönbühel non aspettare a lungo. Passati i banchi di sabbia, che d’estate invitano a fare il bagno, si va alle rovine di Aggstein, seguite dalla poco appariscente Willendorf, luogo dell’omonima “Venere”. Quindi si raggiunge la destinazione del viaggio – Spitz con le rovine dell’edificio posteriore.

/* This locks the image aspect ratio to 16:9 and keeps the height 100% to the parent container Add the class diviwp-image-21-height-16-9 to your image class for this to work */ @media only screen and ( min-width: 980px ) and ( max-width: 1190px ) { /* this is the column that holds the image module */ .et-db #et-boc .et-l .diviwp-col-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* aspect ratio */ .et-db #et-boc .et-l .diviwp-image-21-height-16-9 .et_pb_image_wrap { /* adjust this percentage to crop the image accordingly Square 1:1 = 100% Landscape 16:9 = 56.25% Landscape 4:3 = 75% Landscape 3:2 = 66.67% Portrait 9:16 = 177.78% Portrait 3:4 = 133.34% Portrait 2:3 = 150% */ padding-top: 100%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-21-height-16-9 img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } }

Ormeggi

Centro marittimo e del patrimonio mondiale Krems / Stein

+43 2732 782 82

3500 Krems / Stein, Patrimonio dell'Umanità 1

krems@ddsg-blue-danube.at

/* This locks the image aspect ratio to 16:9 and keeps the height 100% to the parent container Add the class diviwp-image-21-height-16-9 to your image class for this to work */ @media only screen and ( min-width: 980px ) and ( max-width: 1190px ) { /* this is the column that holds the image module */ .et-db #et-boc .et-l .diviwp-col-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* aspect ratio */ .et-db #et-boc .et-l .diviwp-image-21-height-16-9 .et_pb_image_wrap { /* adjust this percentage to crop the image accordingly Square 1:1 = 100% Landscape 16:9 = 56.25% Landscape 4:3 = 75% Landscape 3:2 = 66.67% Portrait 9:16 = 177.78% Portrait 3:4 = 133.34% Portrait 2:3 = 150% */ padding-top: 100%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-21-height-16-9 img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } }

Ormeggi

Dürnstein

+43 2732 782 82

3601 Dürnstein, Donaulände, sotto il monastero

krems@ddsg-blue-danube.at

Ormeggi

Stazione navale a Spitz sul Danubio

+43 1 588 80

3620 Spitz, Rollfährestrasse

info@ddsg-blue-danube.at

/* This locks the image aspect ratio to 16:9 and keeps the height 100% to the parent container Add the class diviwp-image-21-height-16-9 to your image class for this to work */ @media only screen and ( min-width: 980px ) and ( max-width: 1190px ) { /* this is the column that holds the image module */ .et-db #et-boc .et-l .diviwp-col-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } /* aspect ratio */ .et-db #et-boc .et-l .diviwp-image-21-height-16-9 .et_pb_image_wrap { /* adjust this percentage to crop the image accordingly Square 1:1 = 100% Landscape 16:9 = 56.25% Landscape 4:3 = 75% Landscape 3:2 = 66.67% Portrait 9:16 = 177.78% Portrait 3:4 = 133.34% Portrait 2:3 = 150% */ padding-top: 100%; display: block; position: inherit; } .et-db #et-boc .et-l .diviwp-image-21-height-16-9 img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; } }

Ormeggi

Mungitura / vecchio braccio

+43 2752 512 43

3390 Melk, Pionierstrasse / Räcking 1

melk@ddsg-blue-danube.at

Pronto ad andare?

Assicurati i tuoi biglietti ora!

DOMANDE IMPORTANTI

Qui troverai le risposte a domande importanti sui nostri viaggi di linea nella Wachau.

Dove posso acquistare i biglietti?

I biglietti sono disponibili presso i nostri pontili di Vienna e Wachau. Puoi anche acquistare comodamente i tuoi biglietti tramite il negozio online e stampali a casa come biglietti Print @ Home.

personalmente | in tutti i punti vendita di Vienna o Wachau
nel negozio online | https://shop.ddsg-blue-danube.at
per e-mail | info@ddsg-blue-danube.at
Via telefono | +43 1 588 80

Concetto di igiene sulle navi?

La sicurezza e la salute dei nostri ospiti è particolarmente importante per noi. Abbiamo quindi sviluppato un concetto di igiene speciale. Informazioni su questo possono essere trovate sotto www.ddsg-blue-danube.at/hygienekonzept

Oltre alla riduzione della capacità dei nostri passeggeri e alla fornitura di protezioni per bocca e naso e disinfettanti – a seconda della normativa applicabile al momento del viaggio – i pasti vengono serviti sotto forma di buffet volante o offerti come consueto buffet .

Cancellazione a breve termine necessaria?

Oltre alle condizioni di cancellazione applicabili, concederemo un voucher per l’importo pagato fino a 48 ore prima dell’evento in caso di cancellazione da parte del cliente.

Rimani in salute!
Il tuo team al DDSG Blue Danube

Posso portare la mia bici a bordo?

Trasporto nell’ambito della spedizione di linea Wachau possibile con un supplemento di € 2,00.

Sconti

figli
0–9 anni gratis
10-15 anni sconto del 50%

Scolari, studenti, militari e dipendenti pubblici (solo con documento di identità)
20% di sconto

Gli anziani
60plus: 20% di sconto domenica – venerdì (dai 60 anni o con tessera di pensionato)

gruppi
Sconto del 10% da 20 persone
Guide turistiche gratuite, ogni 21° persona gratis

Gruppi di bambini da 10 persone
Sconto del 50%, 1 accompagnatore gratuito ogni 10 studenti

Le navi sono accessibili alle sedie a rotelle?

Le sedie a rotelle devono essere registrate per tutti i viaggi. Informazioni su navi e ormeggi accessibili in sedia a rotelle sono disponibili al seguente link e nella cartella “Persone con bisogni speciali”.

BISOGNI SPECIALI

In caso di viaggi in barca con trasferimenti in autobus inclusi, purtroppo non è possibile il trasporto di persone su sedia a rotelle.

Fumare a bordo?

L’area ristorante è una zona non fumatori per tutte le gite in barca. È possibile fumare sulla terrazza.

Prenotazioni tavoli

Sono possibili prenotazioni di tavoli per prenotazioni di gruppo e ordini di menu. Altrimenti libera scelta dei posti.

Condizioni di cancellazione
Spedizione di linea a Vienna

gratis fino a 2 settimane prima della partenza
20% fino a 24 ore prima della partenza
50% da 24 ore prima della partenza
100% mancata presentazione

Posso portare i cani a bordo?

I cani viaggiano con noi gratuitamente. Tuttavia, museruola e guinzaglio sono essenziali! Sfortunatamente, i cani non possono essere trasportati durante le gite in barca con i trasferimenti in autobus inclusi.