Logo
Logo
Logo


<!-- bookingWidget requires jQuery and jQueryUI -->

<!-- Include the following line ONCE ONLY on the page, preferably in the document head -->

<script src='https://media.xmlcal.com/widget/1.01/js/bookWidget.min.js'></script>

<!-- Place this div on your page where you want the widget to show -->

<div id='bookWidget-120975-229117-485962-1765827050'> </div>

<!-- The following will initialize the widget in the above div -->

<script>

jQuery(document).ready(function() {

jQuery('#bookWidget-120975-229117-485962-1765827050').bookWidget({

roomid:485962,

defaultNightsAdvance:7,

defaultNumAdult:2,

defaultNumNight:6,

formAction:'https://beds24.com/booking.php',

maxChild:5,

peopleSelection:2,

weekFirstDay:1,

widgetLang:'de',

widgetType:'BookingBox'

});

});

</script>