Book your stay – Straand Hotel .straand-booking { --white: #ffffff; --off-white: #f8f6f3; --border-grey: #e2dfd9; --divider: #e2dfd9; --divider-strong: #cfcabd; --text-heading: #312F2D; --text-body: #4a4845; --text-muted: #8a8682; --gold: #C09A5D; --burgundy: #80004D; --burgundy-hover: #9a1a65; --font-heading: 'Merriweather', Georgia, 'Times New Roman', serif; --font-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif; font-family: var(--font-body); -webkit-font-smoothing: antialiased; margin: 0 auto; position: relative; } .straand-booking *, .straand-booking *::before, .straand-booking *::after { box-sizing: border-box; } .straand-booking .booking-form { display: grid; grid-template-columns: 1.3fr 1.3fr 1fr 1fr auto; align-items: stretch; margin: 0; padding: 0; border: 1px solid var(--border-grey); } .straand-booking .field { background: var(--white); padding: 18px 22px; position: relative; cursor: pointer; transition: background 0.18s ease; display: block; min-height: 76px; border-radius: 0 !important; } .straand-booking .field + .field { border-left: 1px solid var(--divider); } .straand-booking .field:hover, .straand-booking .field:focus-within, .straand-booking .field.is-open { background: var(--off-white); } .straand-booking .field-label { display: block; font-family: var(--font-body); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--burgundy); margin-bottom: 8px; pointer-events: none; } .straand-booking .field-row { display: flex; align-items: center; gap: 10px; pointer-events: none; } .straand-booking .field-icon { flex: 0 0 16px; color: var(--text-muted); } .straand-booking .field-value { font-family: var(--font-heading); font-size: 1rem; font-weight: 400; color: var(--text-heading); line-height: 1.2; } .straand-booking .field-value.is-placeholder { color: var(--text-muted); font-style: italic; font-weight: 300; } .straand-booking .field--date input.datepicker { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; border: 0; background: transparent; cursor: pointer; padding: 0; font: inherit; color: transparent; border-radius: 0 !important; } .straand-booking .field--select { position: relative; } .straand-booking .field--select .field-row { padding-right: 18px; } .straand-booking .field--select select.native-select { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; } .straand-booking .field--select .chevron { position: absolute; right: 22px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid var(--burgundy); border-bottom: 1.5px solid var(--burgundy); transform: translateY(-25%) rotate(45deg); pointer-events: none; transition: transform 0.2s ease; } .straand-booking .field--select.is-open .chevron { transform: translateY(25%) rotate(-135deg); } .straand-booking .submitButton { background: var(--burgundy); color: #fff !important; border: none; border-radius: 0 !important; padding: 0 40px; font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background 0.2s ease; -webkit-appearance: none; appearance: none; align-self: stretch; height: auto; min-height: 76px; display: inline-flex; align-items: center; justify-content: center; } .straand-booking .submitButton:hover { background: var(--burgundy-hover); color: #fff !important; } .straand-booking .submitButton:active { transform: translateY(1px); } @media (max-width: 880px) { .straand-booking .booking-form { grid-template-columns: 1fr 1fr; } .straand-booking .field:nth-child(4) { border-top: 1px solid var(--divider); border-left: none; } .straand-booking .field:nth-child(5) { border-top: 1px solid var(--divider); } .straand-booking .submitButton { grid-column: 1 / -1; padding: 18px; min-height: 56px; } } @media (max-width: 480px) { .straand-booking .booking-form { grid-template-columns: 1fr; } .straand-booking .field { border-left: none !important; } .straand-booking .field + .field { border-top: 1px solid var(--divider); } .straand-booking .submitButton { grid-column: auto; } } /* FIXED positioning so sticky parents don't break placement */ .straand-dropdown { position: fixed; background: #ffffff; border: 1px solid #cfcabd; box-shadow: 0 12px 40px rgba(49, 47, 45, 0.12); z-index: 99998; max-height: 280px; overflow-y: auto; display: none; font-family: 'DM Sans', sans-serif; } .straand-dropdown.is-open { display: block; } .straand-dropdown .dropdown-option { padding: 12px 22px; font-family: 'Merriweather', serif; font-size: 0.95rem; color: #312F2D; cursor: pointer; transition: background 0.15s ease, color 0.15s ease; } .straand-dropdown .dropdown-option:hover { background: #f8f6f3; color: #80004D; } .straand-dropdown .dropdown-option.is-selected { background: rgba(128, 0, 77, 0.08); color: #80004D; } .straand-dropdown .dropdown-option + .dropdown-option { border-top: 1px solid #e2dfd9; } .ui-datepicker.ui-datepicker--straand { font-family: 'DM Sans', sans-serif !important; background: #ffffff !important; border: 1px solid #cfcabd !important; border-radius: 0 !important; padding: 16px !important; box-shadow: 0 12px 40px rgba(49, 47, 45, 0.15) !important; width: 320px !important; z-index: 99999 !important; position: fixed !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-header { background: transparent !important; border: none !important; padding: 0 0 12px !important; margin-bottom: 8px !important; border-bottom: 1px solid #e2dfd9 !important; position: relative !important; display: flex !important; align-items: center !important; justify-content: space-between !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-title { font-family: 'Merriweather', serif !important; font-weight: 400 !important; font-size: 0.95rem !important; color: #312F2D !important; text-transform: capitalize !important; margin: 0 !important; flex: 1 1 auto !important; text-align: center !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-prev, .ui-datepicker.ui-datepicker--straand .ui-datepicker-next { width: 28px !important; height: 28px !important; border-radius: 0 !important; background: #f8f6f3 !important; border: none !important; cursor: pointer !important; top: auto !important; left: auto !important; right: auto !important; position: relative !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; transition: background 0.2s ease !important; text-indent: 0 !important; overflow: hidden !important; flex: 0 0 28px !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-prev:hover, .ui-datepicker.ui-datepicker--straand .ui-datepicker-next:hover { background: #80004D !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-prev .ui-icon, .ui-datepicker.ui-datepicker--straand .ui-datepicker-next .ui-icon { display: none !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-prev .nav-chevron, .ui-datepicker.ui-datepicker--straand .ui-datepicker-next .nav-chevron { width: 10px !important; height: 10px !important; display: block !important; stroke: #312F2D !important; fill: none !important; pointer-events: none !important; transition: stroke 0.2s ease !important; } .ui-datepicker.ui-datepicker--straand .ui-datepicker-prev:hover .nav-chevron, .ui-datepicker.ui-datepicker--straand .ui-datepicker-next:hover .nav-chevron { stroke: #ffffff !important; } .ui-datepicker.ui-datepicker--straand table { width: 100% !important; border-collapse: collapse !important; font-size: 0.85rem !important; margin: 0 !important; } .ui-datepicker.ui-datepicker--straand th { font-family: 'DM Sans', sans-serif !important; font-weight: 600 !important; font-size: 0.65rem !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; color: #80004D !important; padding: 8px 0 !important; background: transparent !important; border: none !important; } .ui-datepicker.ui-datepicker--straand td { padding: 0 !important; border: none !important; background: transparent !important; } .ui-datepicker.ui-datepicker--straand td a, .ui-datepicker.ui-datepicker--straand td span { display: block !important; text-align: center !important; padding: 8px 0 !important; margin: 2px !important; font-family: 'DM Sans', sans-serif !important; font-size: 0.85rem !important; color: #312F2D !important; background: transparent !important; border: none !important; border-radius: 0 !important; transition: all 0.15s ease !important; cursor: pointer !important; text-decoration: none !important; } .ui-datepicker.ui-datepicker--straand td a:hover { background: #f8f6f3 !important; color: #80004D !important; } .ui-datepicker.ui-datepicker--straand td .ui-state-active, .ui-datepicker.ui-datepicker--straand td a.ui-state-active { background: #80004D !important; color: #ffffff !important; font-weight: 600 !important; } .ui-datepicker.ui-datepicker--straand td .ui-state-highlight { background: #f8f6f3 !important; color: #80004D !important; font-weight: 600 !important; } .ui-datepicker.ui-datepicker--straand td.range-start a, .ui-datepicker.ui-datepicker--straand td.range-end a { background: #80004D !important; color: #ffffff !important; font-weight: 600 !important; } .ui-datepicker.ui-datepicker--straand td.range-mid a { background: rgba(128, 0, 77, 0.12) !important; color: #80004D !important; } .ui-datepicker.ui-datepicker--straand td.range-mid a:hover { background: rgba(128, 0, 77, 0.22) !important; color: #80004D !important; } .ui-datepicker.ui-datepicker--straand td.ui-datepicker-unselectable span, .ui-datepicker.ui-datepicker--straand td.ui-datepicker-other-month span { color: #cfcabd !important; cursor: default !important; } (function () { let arrival, departure; const PREV_SVG = ''; const NEXT_SVG = ''; const settings = { closeText: "Lukk", prevText: "", nextText: "", currentText: "I dag", monthNames: ["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"], monthNamesShort: ["jan","feb","mars","apr","mai","jun","juli","aug","sep","okt","nov","des"], dayNames: ["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"], dayNamesShort: ["sø","ma","ti","on","to","fr","lø"], dayNamesMin: ["sø","ma","ti","on","to","fr","lø"], firstDay: 1, dateFormat: "dd/mm/yy", showAnim: "" }; function rangeMarker(date) { if (!arrival || !departure) return [true, "", ""]; const d = moment(date); const a = arrival.clone().startOf('day'); const b = departure.clone().startOf('day'); if (d.isSame(a, 'day')) return [true, "range-start", ""]; if (d.isSame(b, 'day')) return [true, "range-end", ""]; if (d.isAfter(a) && d.isBefore(b)) return [true, "range-mid", ""]; return [true, "", ""]; } function injectChevrons($dp) { $dp.addClass('ui-datepicker--straand'); const $prev = $dp.find('.ui-datepicker-prev'); const $next = $dp.find('.ui-datepicker-next'); if ($prev.length && !$prev.find('.nav-chevron').length) $prev.html(PREV_SVG); if ($next.length && !$next.find('.nav-chevron').length) $next.html(NEXT_SVG); } let observer = null; function watchDatepicker() { const dpEl = document.getElementById('ui-datepicker-div'); if (!dpEl) return; if (observer) observer.disconnect(); observer = new MutationObserver(function () { injectChevrons(jQuery(dpEl)); }); observer.observe(dpEl, { childList: true, subtree: true }); injectChevrons(jQuery(dpEl)); } function positionDatepicker(inputId) { const $input = jQuery('#' + inputId); const $field = $input.closest('.field'); const $dp = jQuery('#ui-datepicker-div'); if (!$field.length || !$dp.length) return; const rect = $field[0].getBoundingClientRect(); $dp.css({ position: 'fixed', top: rect.bottom + 'px', left: rect.left + 'px' }); } let activeDateInputId = null; function decorateOnShow(input, inst) { activeDateInputId = input.id; setTimeout(function () { injectChevrons(jQuery(inst.dpDiv)); watchDatepicker(); positionDatepicker(input.id); }, 0); } function updateDateDisplay($input) { const $field = $input.closest('.field'); const $value = $field.find('.field-value'); const val = $input.val(); if (val) { $value.removeClass('is-placeholder').text(val); } else { $value.addClass('is-placeholder').text($input.attr('data-placeholder') || 'Velg dato'); } } function refreshDatepickers() { jQuery('#arrival, #departure').each(function () { if (jQuery(this).datepicker('widget').is(':visible')) { jQuery(this).datepicker('refresh'); } }); if (activeDateInputId) positionDatepicker(activeDateInputId); } jQuery(function () { jQuery('#arrival').datepicker(Object.assign({ minDate: 0, beforeShow: decorateOnShow, beforeShowDay: rangeMarker, onSelect: function (date) { arrival = moment(date, 'DD/MM/YYYY'); if (!jQuery('#departure').datepicker('getDate') || !departure || departure.clone().subtract(1, 'days').isBefore(arrival)) { departure = arrival.clone().add(1, 'days'); } jQuery('#departure').datepicker('setDate', departure.toDate()); jQuery('#departure').datepicker('option', 'minDate', arrival.clone().add(1, 'days').toDate()); updateDateDisplay(jQuery('#arrival')); updateDateDisplay(jQuery('#departure')); refreshDatepickers(); }, onClose: function (date) { activeDateInputId = null; if ((!date || date.length === 0) && arrival) { setTimeout(function () { jQuery('#arrival').datepicker('setDate', arrival.toDate()); updateDateDisplay(jQuery('#arrival')); }, 1); } } }, settings)); jQuery('#departure').datepicker(Object.assign({ minDate: '+1', beforeShow: decorateOnShow, beforeShowDay: rangeMarker, onSelect: function (date) { departure = moment(date, 'DD/MM/YYYY'); setTimeout(function () { jQuery('#departure').datepicker('setDate', departure.toDate()); updateDateDisplay(jQuery('#departure')); refreshDatepickers(); }, 1); }, onClose: function (date) { activeDateInputId = null; if ((!date || date.length === 0) && arrival) { setTimeout(function () { jQuery('#departure').datepicker('setDate', departure.toDate()); updateDateDisplay(jQuery('#departure')); }, 1); } } }, settings)); jQuery('.straand-booking .field--date').on('click', function (e) { const $input = jQuery(this).find('input.datepicker'); if (!$input.is(e.target)) $input.focus(); }); const $body = jQuery('body'); jQuery('.straand-booking .field--select').each(function () { const $field = jQuery(this); const $select = $field.find('select.native-select'); const $value = $field.find('.field-value'); const fieldId = $select.attr('id'); const $panel = jQuery('
'); $select.find('option').each(function () { const $opt = jQuery(this); const $row = jQuery('') .attr('data-value', $opt.attr('value')) .text($opt.text()); if ($opt.is(':selected')) $row.addClass('is-selected'); $panel.append($row); }); $body.append($panel); $value.text($select.find('option:selected').text()); }); function closeAllDropdowns() { jQuery('.straand-booking .field--select').removeClass('is-open'); jQuery('.straand-dropdown').removeClass('is-open'); } function positionPanel($field, $panel) { const rect = $field[0].getBoundingClientRect(); $panel.css({ position: 'fixed', top: rect.bottom + 'px', left: rect.left + 'px', width: rect.width + 'px' }); } jQuery('.straand-booking .field--select').on('click', function (e) { e.stopPropagation(); const $field = jQuery(this); const fieldId = $field.find('select.native-select').attr('id'); const $panel = jQuery('.straand-dropdown[data-for="' + fieldId + '"]'); const wasOpen = $field.hasClass('is-open'); closeAllDropdowns(); if (!wasOpen) { positionPanel($field, $panel); $field.addClass('is-open'); $panel.addClass('is-open'); } }); $body.on('click', '.straand-dropdown .dropdown-option', function (e) { e.stopPropagation(); const $opt = jQuery(this); const $panel = $opt.closest('.straand-dropdown'); const fieldId = $panel.attr('data-for'); const $select = jQuery('#' + fieldId); const $field = $select.closest('.field--select'); const $value = $field.find('.field-value'); $select.val($opt.attr('data-value')).trigger('change'); $value.text($opt.text()); $panel.find('.dropdown-option').removeClass('is-selected'); $opt.addClass('is-selected'); closeAllDropdowns(); }); jQuery(document).on('click', function (e) { if (!jQuery(e.target).closest('.straand-booking .field--select, .straand-dropdown').length) { closeAllDropdowns(); } }); jQuery(document).on('keydown', function (e) { if (e.key === 'Escape') closeAllDropdowns(); }); jQuery(window).on('scroll resize', function () { jQuery('.straand-booking .field--select.is-open').each(function () { const $field = jQuery(this); const fieldId = $field.find('select.native-select').attr('id'); const $panel = jQuery('.straand-dropdown[data-for="' + fieldId + '"]'); if ($panel.hasClass('is-open')) positionPanel($field, $panel); }); if (activeDateInputId) positionDatepicker(activeDateInputId); }); jQuery('#bookingform').submit(function () { const $f = jQuery('#bookingform'); $f.find('input[type="hidden"][data-dynamic-param="true"]').remove(); if (arrival) { $f.append(jQuery('').attr({ type: 'hidden', name: 'arrive', value: arrival.format('YYYY-MM-DD'), 'data-dynamic-param': 'true' })); } if (departure) { $f.append(jQuery('').attr({ type: 'hidden', name: 'depart', value: departure.format('YYYY-MM-DD'), 'data-dynamic-param': 'true' })); } }); }); })();
Check-in
Select date
Check-out
Select date
Adults
2 adults
1 adult 2 adults 3 adults 4 adults 5 adults 6 adults 7 adults 8 adults 9 adults
Children
0 children
0 children 1 child 2 children 3 children 4 children 5 children 6 children 7 children 8 children 9 children

Vrådal · Telemark

Terrassen

Welcome to good experiences with us at Straand

dragen_lille (1)

The terrace

When the sun peeks out, the terrace is one of our very dearest places on Straand. Here you can enjoy a good lunch, something refreshing in your glass, a coffee or an ice cream, while your eyes rest over beautiful Santas.

We hope you take the time to sit a little extra long, enjoy the view and let the day go a little slower.

Warm greetings

Katrine and Lars Arne Straand
5th generation hosting

Take a break, enjoy the view of Nisser and something good on the terrace

Whether you are staying with us at Straand or just want to stop by to enjoy our great facilities, you are most welcome.
Below you will find shortcuts to our menus.

Menu

Straand Burger NOK 295,-
Moose burger with bacon, cheese, salad and fries with aioli
Double burger + NOK 60,- (Switch to sweet potato + NOK 20,-)

(Gluten-free bread + NOK 20,-)

Chef’s Moose stew NOK 310,-
Elk meat and vegetables, served with bread (Gluten-free bread + NOK 20,-)

Homemade Fish & Chips NOK 275,-
With aioli

Steak of Norwegian sirloin NOK 395,-
With bernaise, coleslaw and french fries

Pulled Pork Sandwich kr 265,-
Served with coleslaw and barbeque sauce

Fresh summer salad with burrata cheese NOK 265,-
Salad with pumpkin seeds, avocado, cherry tomato, lime dressing and bread

Straand Moose patty sandwich NOK 240,-
Classic with 2 patties and fried onions (Gluten-free bread + NOK 20,-)

Avocado burger – Vegetarian kr 265,-
With cheese, fresh lettuce, tomato and salsa mayonnaise. Served with french fries

Children’s menu

Pasta Bolognese kr 150,-

Straand Hotdog NOK 125,-
Sausage in bread with french fries. Extra sausage + NOK 40 (the bread can be replaced with gluten-free)

French fries kr 75,-
(Switch to sweet potato + NOK 20,-) With sausage + NOK 40,-

Dessert

Today’s cake with ice cream NOK 145,-

The menu can vary in line with the season and the ingredients that are at their best right now.
Our chefs therefore have the freedom to adjust and be inspired – always with the taste and the good experience at the center.
Of course, you are always welcome to call us to hear more about today’s menu.

ikon-300x300

Hot drinks

Norwegian Coffee NOK 25,-

Lungo NOK 40,-

Cappuccino NOK 40,-

Caffe Latte NOK 40,-

Caffe Mocha NOK 40,-

Espresso NOK 30,-

Tea NOK 20,-

Hot chocolate NOK 35,-
With cream NOK 45,-

Mineral water

Pepsi kr 59,-

Pepsi Max kr 59,-

Solo kr 59,-

7Up kr 59,-

Farris kr 59,-

Apple juice NOK 59,-

Fruit juice NOK 85,-

Beer & Wine

Arendals Pilsner 0,4L kr 124,-
Build

1664 Kronenbourg Blanc 0,5L kr 159,-
Barley, wheat

1664 Kronenbourg Blanc 0,33L kr 129,-

FRAM Light Beer 0,5 FL NOK 153,-
Local private label Kölsch. Barley, wheat

Carlsberg 0,30 FL kr 109,-

Corona 0,33 FL kr 109,-

Somersby Pear 0,275L kr 109,-

Smirnoff Ice 0,275L kr 109,-

Breezer 0,275L kr 109,-

House Red Wine GL/FL NOK 140,- / 675,-

White Wine GL/FL NOK 140,- / 675,-

House Rosé Wine GL/FL NOK 145,- / 685,-

Vignana Prosecco GL/FL NOK 145,- / 685,-

Victor Berard Chablis NOK 1.090,-
Burgundy, France (FL)

Chianti Medieco NOK 810,-
Tuscany, Italy (FL)

Taittinger Brut Reserve Champagne (FL) NOK 1.295,-

ikon-300x300

Cocktails

Passion of Straand kr 165,-
Sour and fresh passion fruit

Raspberry Mule NOK 165,-
Fresh raspberries and hints of ginger

Aperol Spritz NOK 165,-

Limoncello Spritz NOK 165,-

Fjellbekk NOK 165,-

Vodka & Battery NOK 165,-

Premium GT

Premium local rhubarb GT kr 189,-
Nordic River Raspberry and local juice from Vrådal

Premium local elderflower GT NOK 189,-
Nordic River Citrus and Fever Tree Elderflower

Pink Berry kr 165,-
Gordon Pink and Schweppes Tonic

Bombay Code kr 165,-
Bombay Sapphire and Schweppes Tonic

Classic Bareksten from Bergen NOK 189,-
Bareksten, Fever Tree Tonic

Cognac, aquavit, shots & liqueur

De Luze Fine V.S.O.P kr 185,-

Shots NOK 145,-
Jägermeister, Fireball, Sambuca, Minttu

Liqueur NOK 115,-
Drambuie, Baileys

Aquavit kr 155,-
Old catchment area, Bareksten

HubRiding Afterdrive Aquavit kr 155,-
Matured in oak barrels in our wine cellar

Coffee drinks

Irish Coffee kr 155,-

Bailey Coffee kr 135,-

All our menus

Eat & Drink with us at Straand

From lunch buffet to dinner in a class of its own
With us, you can start the day with a good breakfast, enjoy lunch in the sun and end with a rich evening buffet in the restaurant.

Pleasant meeting places all day
Have a coffee in Fram Bar, enjoy something good in the glass on the terrace or lower your shoulders in the Apple Garden with a view of beautiful Nisser.

Summer atmosphere by the water
At Straand Sommerland you will find a beach bar, simple dishes, ice cream, drinks and activities for both young and old at the water’s edge.

Food experiences at Nisser
Join the veteran boat MS Fram on a historic voyage with simple refreshments on board and the option of pre-ordered food.

Practical information

Table reservations:
Call us and book a table on +47 35 06 90 00

Restaurant
Breakfast: 08:00–10:00
Dinner: 19:00–21:00

Fram Bar
Open from 12.00
Bar menu is served until 21:00

The terrace
Open from 12.00
Food service until 18:00. (Subject to weather)

We look forward to welcoming you warmly

ikon-300x300

Straand. More than food and drink. Part of the experience.

At Straand, it’s not just about what is served on the plate or in the glass. It’s about the feeling of gathering around a good meal, sharing stories over a cup of coffee, toasting small and big moments and creating memories that last long after the holiday is over.

We love to give our guests that little extra attention. From warm smiles and personal service to tasty dishes made with care, carefully selected wines and refreshing drinks enjoyed with a view of beautiful Santas. Whether you come as a couple, family, friends or colleagues, we want to create experiences that bring people together around the table.

And while we can tell a lot in words, sometimes it’s the pictures that tell the story best.

Click below to explore our image gallery and be inspired by the taste,
the mood and the moments that await Straand.

When the occasion calls for something extra

Welcome to good flavours, warm moments and a genuine Straand atmosphere