TELEFON

+43 1 588 80

E-MAIL

info@ddsg-blue-danube.at

Entradas combinadas Wachau

Billete familiar Wachau

La acogedora tarde familiar en el Danubio. Ven a bordo. Nosotros te esperamos.

SERVICIOS INCLUIDOS

Crucero Wachau para 2 adultos y hasta 2 niños

Sundae de helado para los niños

/* 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; } }

HORARIO | ENTRADA FAMILIAR

De Krems
Todos los días, excepto lunes y jueves 22 de mayo – 03.10.2021
MS Dürnstein
De-a: Krems / Stein
Pequeño viaje en barco por Wachau, Krems – Spitz – Krems
Paseo en barco: 3:45 p. M. – 6:10 p. M.

De Melk
Diariamente, excepto lunes y jueves 12 de junio. – 03.10.2021
MS Wachau
De-a: Melk / Altarm
Pequeño viaje en barco por Wachau, Melk – Spitz – Melk
Paseo en barco: 4:25 p. M. – 6:50 p. M.

Mapa de ruta

Ruta K

El Tour comienza en Krems / Stein en el Centro de envío y Patrimonio Mundial desde donde se tiene una hermosa vista del Monasterio benedictino Göttweig Tiene. Después de pasar el puente Mauterner, pasa por Unterloiben y Oberloiben hasta la primera parada. Dürnstein . Allí está entronizado el conocido Ruina Dürnstein por encima de lo sorprendente torre de la iglesia azul. El viaje continúa por el típico viñedos en terrazas pasado Weißenkirchen y de ahí hasta la última parada en Puntiagudo con el Edificio trasero en ruinas .

/* 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; } }

Mapa de ruta

Ruta M

El Tour comienza en la estación de barco Melk donde nuestros huéspedes ya tienen la imponente vista de lo que está a su alcance Abadía benedictina de Melk esperado. El siguiente punto culminante sale con el Monasterio y palacio de Schönbühel no espere mucho. Pasados los bancos de arena, que invitan a nadar en verano, se llega a las ruinas de Aggstein, seguido del discreto Willendorf, el lugar de la «Venus» del mismo nombre. Luego llegas al destino del viaje: Spitz con las ruinas del edificio trasero.

/* 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; } }

Amarras

Centro de envío y patrimonio mundial Krems / Stein

+43 2732 782 82

3500 Krems / Stein, Patrimonio de la Humanidad 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; } }

Amarras

Dürnstein

+43 2732 782 82

3601 Dürnstein, Donaulände, debajo del monasterio

krems@ddsg-blue-danube.at

Amarras

Estación de barco en Spitz en el 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; } }

Amarras

Ordeño / brazo viejo

+43 2752 512 43

3390 Melk, Pionierstrasse / Räcking 1

melk@ddsg-blue-danube.at

¿Listo para ir?

¡Asegure sus boletos ahora!

PREGUNTAS IMPORTANTES

Aquí encontrará las respuestas a preguntas importantes sobre nuestros viajes en línea en el Wachau.

¿Dónde puedo comprar las entradas?

Los boletos están disponibles en nuestros embarcaderos en Viena y Wachau. También puede comprar cómodamente sus entradas a través del Tienda online e imprímalos en casa como boletos Print @ Home.

personalmente | en todos los puntos de venta de Viena o Wachau
en la tienda online | https://shop.ddsg-blue-danube.at
Por correo electrónico | info@ddsg-blue-danube.at
Vía teléfono | +43 1 588 80

¿Concepto de higiene en los barcos?

La seguridad y salud de nuestros huéspedes es particularmente importante para nosotros. Por lo tanto, hemos desarrollado un concepto de higiene especial. Puede encontrar información sobre esto en www.ddsg-blue-danube.at/hygienekonzept

Además de la reducción de nuestra capacidad de pasajeros y la provisión de protección bucal y nasal y desinfectantes, dependiendo de la normativa aplicable en el momento del viaje, las comidas se sirven en forma de buffet volador o se ofrecen en forma de buffet habitual. .

¿Es necesaria una cancelación a corto plazo?

Además de las condiciones de cancelación aplicables, otorgaremos un bono por el importe abonado hasta 48 horas antes del evento en caso de cancelación por parte del cliente.

¡Mantenerse sano!
Su equipo en DDSG Blue Danube

¿Puedo llevar mi bicicleta a bordo?

El transporte como parte del envío de línea de Wachau es posible por un cargo adicional de 2,00 €.

Descuentos.

niños
0 a 9 años gratis
10-15 años 50% de descuento

Escolares, estudiantes, militares y funcionarios (solo con DNI)
20% de descuento

Personas mayores
60plus: 20% de descuento de domingo a viernes (a partir de 60 años o con cédula de jubilado)

grupos
10% de descuento a partir de 20 personas
Guías turísticos gratis, cada 21 personas gratis

Grupos de niños a partir de 10 personas
50% de descuento, 1 acompañante gratuito por cada 10 alumnos

¿Los barcos son accesibles para sillas de ruedas?

Las sillas de ruedas deben estar registradas para todos los viajes. La información sobre barcos y amarres accesibles para sillas de ruedas se puede encontrar en el siguiente enlace y en la carpeta «Personas con necesidades especiales».

NECESIDADES ESPECIALES

En el caso de los viajes en barco con traslados en autobús incluidos, lamentablemente no es posible el transporte para usuarios de sillas de ruedas.

¿Fumar a bordo?

El área del restaurante es una zona libre de humo para todos los viajes en barco. Es posible fumar en la terraza.

Reservas de mesa

Es posible realizar reservas de mesa para reservas de grupos y pedidos de menú. De lo contrario, libre elección de asientos.

Condiciones de cancelación
Transporte marítimo de línea en Viena

gratis hasta 2 semanas antes de la salida
20% hasta 24 horas antes de la salida
50% desde 24 horas antes de la salida
100% ausente

¿Puedo llevar perros a bordo?

Los perros viajan con nosotros gratis. Sin embargo, ¡un bozal y una correa son esenciales! Desafortunadamente, los perros no pueden ser transportados en viajes en barco con traslados en autobús incluidos.