{"id":3967,"date":"2024-03-04T09:03:10","date_gmt":"2024-03-04T09:03:10","guid":{"rendered":"https:\/\/spiterstulen.dev.webist.no\/accommodation\/"},"modified":"2025-11-21T10:59:23","modified_gmt":"2025-11-21T10:59:23","slug":"accommodation","status":"publish","type":"page","link":"https:\/\/spiterstulen.no\/en\/accommodation\/","title":{"rendered":"Accomodation"},"content":{"rendered":"\n\n\t      <form id=\"spiterstulen-booking\" class=\"spiterstulen-booking-form\" action=\"#\" method=\"get\" novalidate>\n        <div class=\"pbf-field\">\n          <label>Arrival Date<\/label>\n          <input type=\"date\" name=\"arrival\" placeholder=\"dd\/mm\/yyyy\" required>\n        <\/div>\n        <div class=\"pbf-field\">\n          <label>Departure Date<\/label>\n          <input type=\"date\" name=\"departure\" placeholder=\"dd\/mm\/yyyy\" required>\n        <\/div>\n        <div class=\"pbf-field pbf-persons\">\n          <label>Number of Persons<\/label>\n          <div class=\"pbf-persons-trigger\" role=\"button\" tabindex=\"0\">\n            <span class=\"pbf-persons-display\">Click here<\/span>\n          <\/div>\n          <div class=\"pbf-persons-popup\">\n            <div class=\"pbf-persons-field\">\n              <label>Adults per room<\/label>\n              <select name=\"adults\" required>\n                <option value=\"1\">1<\/option><option value=\"2\" selected>2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option>              <\/select>\n            <\/div>\n            <div class=\"pbf-persons-field\">\n              <label>Children 3-12 yrs<\/label>\n              <select name=\"children1\">\n                <option value=\"0\" selected>0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option>              <\/select>\n            <\/div>\n            <div class=\"pbf-persons-field\">\n              <label>Children 13-17 yrs<\/label>\n              <select name=\"children2\">\n                <option value=\"0\" selected>0<\/option><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option>              <\/select>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"pbf-field\">\n          <label>Campaign Code<\/label>\n          <input type=\"text\" name=\"campaign\" placeholder=\"Campaign Code\">\n        <\/div>\n        <div class=\"pbf-field pbf-submit\">\n          <button type=\"submit\">Search<\/button>\n        <\/div>\n      <\/form>\n      <style>\n        .spiterstulen-booking-form { \n          display:flex; \n          flex-wrap:wrap;\n          gap:1rem;\n          align-items:flex-end;\n          background-color:#7cc400;\n          padding:1.5rem;\n          border-radius:8px;\n          max-width:100%;\n        }\n        .spiterstulen-booking-form .pbf-field { \n          flex:1 1 auto;\n          min-width:150px;\n          display:flex;\n          flex-direction:column;\n        }\n        .spiterstulen-booking-form .pbf-submit {\n          flex:0 0 auto;\n        }\n        .spiterstulen-booking-form .pbf-persons {\n          position:relative;\n        }\n        .spiterstulen-booking-form .pbf-persons-trigger {\n          width:100%;\n          padding:0.8rem 1rem;\n          color:#333;\n          background-color:#fff;\n          border:1px solid #ddd;\n          border-radius:6px;\n          font-size:1.8rem;\n          cursor:pointer;\n          box-sizing:border-box;\n          display:flex;\n          align-items:center;\n        }\n        .spiterstulen-booking-form .pbf-persons-trigger:hover {\n          border-color:#999;\n        }\n        .spiterstulen-booking-form .pbf-persons-popup {\n          display:none;\n          position:absolute;\n          top:100%;\n          left:0;\n          right:0;\n          margin-top:0.5rem;\n          background-color:#fff;\n          border:1px solid #ddd;\n          border-radius:6px;\n          padding:1rem;\n          box-shadow:0 4px 12px rgba(0,0,0,0.15);\n          z-index:1000;\n        }\n        .spiterstulen-booking-form .pbf-persons-popup.active {\n          display:block;\n        }\n        .spiterstulen-booking-form .pbf-persons-field {\n          margin-bottom:1rem;\n        }\n        .spiterstulen-booking-form .pbf-persons-field:last-child {\n          margin-bottom:0;\n        }\n        .spiterstulen-booking-form .pbf-persons-field label {\n          display:block;\n          font-weight:600;\n          color:#333;\n          margin-bottom:0.5rem;\n          font-size:1.4rem;\n        }\n        .spiterstulen-booking-form .pbf-persons-field select {\n          width:100%;\n          padding:0.8rem 1rem;\n          color:#333;\n          background-color:#fff;\n          border:1px solid #ddd;\n          border-radius:6px;\n          font-size:1.8rem;\n          box-sizing:border-box;\n        }\n        .spiterstulen-booking-form label { \n          display:block; \n          font-weight:600;\n          color:#333;\n          margin-bottom:0.5rem;\n          font-size:1.4rem;\n        }\n        .spiterstulen-booking-form input, .spiterstulen-booking-form select { \n          width:100%; \n          padding:0.8rem 1rem; \n          color:#333; \n          background-color:#fff; \n          border:1px solid #ddd; \n          border-radius:6px;\n          font-size:1.8rem;\n          box-sizing:border-box;\n          appearance:none;\n          -webkit-appearance:none;\n          -moz-appearance:none;\n        }\n        .spiterstulen-booking-form select {\n          background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'\/%3E%3C\/svg%3E\");\n          background-repeat:no-repeat;\n          background-position:right 1rem center;\n          padding-right:2.5rem;\n        }\n        .spiterstulen-booking-form input[type=\"date\"] { \n          color:#333;\n          position:relative;\n          cursor:pointer;\n        }\n        .spiterstulen-booking-form input[type=\"date\"]::-webkit-calendar-picker-indicator {\n          cursor:pointer;\n          opacity:1;\n          position:absolute;\n          right:0.5rem;\n          top:50%;\n          transform:translateY(-50%);\n          width:2rem;\n          height:2rem;\n          margin:0;\n          padding:0;\n        }\n        .spiterstulen-booking-form input::placeholder { \n          color:#999; \n        }\n        .spiterstulen-booking-form button { \n          background-color:#2d5016;\n          color:#fff;\n          border:none;\n          padding:0.8rem 2rem;\n          border-radius:6px;\n          font-size:1.8rem;\n          font-weight:600;\n          cursor:pointer;\n          white-space:nowrap;\n          transition:background-color 0.2s;\n        }\n        .spiterstulen-booking-form button:hover {\n          background-color:#1f350f;\n        }\n        @media (max-width:768px){ \n          .spiterstulen-booking-form { \n            flex-direction:column;\n          }\n          .spiterstulen-booking-form .pbf-field {\n            width:100%;\n          }\n          .spiterstulen-booking-form button {\n            width:100%;\n          }\n        }\n      <\/style>\n      \n<h1>\n\t\t\tAccommodation at Spiterstulen\t<\/h1>\n\t<p>In the heart of Jotunheimen, surrounded by Norway&#8217;s majestic mountain landscape, lies Spiterstulen Turisthytte &#8211; a paradise for mountain enthusiasts. This tradition-rich area, located 1111 meters above sea level in the lush Visdalen in Lom, has been a favorite starting point for both family trips and challenging mountain tours, including ascents of some of Norway&#8217;s highest peaks.<\/p>\n<p>&nbsp;<\/p>\n<p>Cancellation policy:<\/p>\n<p>Orders are binding on both parties.<\/p>\n<p><i>Arrival is considered to be at 15:00 on the day the stay is booked for. <\/i><\/p>\n<p><i>The total price for the stay is calculated based on the price offered for board and lodging, minus any discounts.<\/i><\/p>\n<p>&nbsp;<\/p>\n<p>Cancellation <strong>15 days or more<\/strong> prior to arrival: 0% <em>of the total price of the stay<\/em><\/p>\n<p>Cancellation <strong>4-14 days<\/strong> prior to arrival: 50% <em>of the total price of the stay <\/em> <\/p>\n<p>Cancellation <strong>1-3 days<\/strong> prior to arrival: 75% <em>of the total price of the stay <\/em> <\/p>\n<p>Cancellation <strong>24 hours or closer to arrival, or no-show<\/strong>: 100% <em>of the total price of the stay<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><em>We are happy to assist with moving your stay 1-2 days forward or backward in time as long as this is notified well in advance (at least 1 week prior). Changes on shorter notice or for longer periods may incur fees.<\/em><\/p>\n\t<p>For visitors seeking accommodation among the tourist lodges in Jotunheimen, Spiterstulen offers a great selection of options. From cozy cabins and family units with bathrooms to youth sections with bunk beds and shared facilities, there&#8217;s something for every taste and need. With a capacity for around 220 guests, as well as facilities for tents and camper parking with necessary sanitary facilities, Spiterstulen is the perfect choice for a comfortable night after a long day in the mountains. The area around Spiterstulen is teeming with activity opportunities. For families, the valley offers rich flora experiences, babbling brooks, and historical mountain farm ruins, ideal for easy hikes. For the more adventurous, Spiterstulen offers access to advanced mountain tours and climbing, with nearby access to 17 of Norway&#8217;s highest mountain peaks. The season at Spiterstulen in Jotunheimen extends from early March to May and from June to October, making it an attractive destination for both winter sports and summer vacations. Regardless of the season, Spiterstulen offers a break from everyday life; a place where you can breathe in the fresh mountain air deeply and enjoy homemade food with local ingredients after a day out in the wilderness. Spiterstulen stands as a testament to Jotunheimen&#8217;s hospitality and is a key destination for those seeking accommodation among the tourist lodges in Jotunheimen.   <\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Accommodation at Spiterstulen In the heart of Jotunheimen, surrounded by Norway&#8217;s majestic mountain landscape, lies Spiterstulen Turisthytte &#8211; a paradise for mountain enthusiasts. This tradition-rich area, located 1111 meters above sea level in the lush Visdalen in Lom, has been a favorite starting point for both family trips and challenging mountain tours, including ascents of&hellip;<\/p>\n","protected":false},"author":2,"featured_media":3751,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3967","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Accomodation - Spiterstulen Turisthytte<\/title>\n<meta name=\"description\" content=\"We have a wide range of rooms to offer. Check out what will suit you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/spiterstulen.no\/en\/accommodation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accomodation - Spiterstulen Turisthytte\" \/>\n<meta property=\"og:description\" content=\"We have a wide range of rooms to offer. Check out what will suit you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/spiterstulen.no\/en\/accommodation\/\" \/>\n<meta property=\"og:site_name\" content=\"Spiterstulen Turisthytte\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-21T10:59:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/spiterstulen.no\/wp-content\/uploads\/2024\/02\/Dame-sitter-pa-seng.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/\",\"url\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/\",\"name\":\"Accomodation - Spiterstulen Turisthytte\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/spiterstulen.no\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Dame-sitter-pa-seng.jpg\",\"datePublished\":\"2024-03-04T09:03:10+00:00\",\"dateModified\":\"2025-11-21T10:59:23+00:00\",\"description\":\"We have a wide range of rooms to offer. Check out what will suit you.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/spiterstulen.no\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Dame-sitter-pa-seng.jpg\",\"contentUrl\":\"https:\\\/\\\/spiterstulen.no\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Dame-sitter-pa-seng.jpg\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/accommodation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accomodation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/\",\"name\":\"Spiterstulen Turisthytte\",\"description\":\"Gir hverdagen et pusterom\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/spiterstulen.no\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accomodation - Spiterstulen Turisthytte","description":"We have a wide range of rooms to offer. Check out what will suit you.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/spiterstulen.no\/en\/accommodation\/","og_locale":"en_US","og_type":"article","og_title":"Accomodation - Spiterstulen Turisthytte","og_description":"We have a wide range of rooms to offer. Check out what will suit you.","og_url":"https:\/\/spiterstulen.no\/en\/accommodation\/","og_site_name":"Spiterstulen Turisthytte","article_modified_time":"2025-11-21T10:59:23+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/spiterstulen.no\/wp-content\/uploads\/2024\/02\/Dame-sitter-pa-seng.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/spiterstulen.no\/en\/accommodation\/","url":"https:\/\/spiterstulen.no\/en\/accommodation\/","name":"Accomodation - Spiterstulen Turisthytte","isPartOf":{"@id":"https:\/\/spiterstulen.no\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/spiterstulen.no\/en\/accommodation\/#primaryimage"},"image":{"@id":"https:\/\/spiterstulen.no\/en\/accommodation\/#primaryimage"},"thumbnailUrl":"https:\/\/spiterstulen.no\/wp-content\/uploads\/2024\/02\/Dame-sitter-pa-seng.jpg","datePublished":"2024-03-04T09:03:10+00:00","dateModified":"2025-11-21T10:59:23+00:00","description":"We have a wide range of rooms to offer. Check out what will suit you.","breadcrumb":{"@id":"https:\/\/spiterstulen.no\/en\/accommodation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/spiterstulen.no\/en\/accommodation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/spiterstulen.no\/en\/accommodation\/#primaryimage","url":"https:\/\/spiterstulen.no\/wp-content\/uploads\/2024\/02\/Dame-sitter-pa-seng.jpg","contentUrl":"https:\/\/spiterstulen.no\/wp-content\/uploads\/2024\/02\/Dame-sitter-pa-seng.jpg","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/spiterstulen.no\/en\/accommodation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/spiterstulen.no\/en\/"},{"@type":"ListItem","position":2,"name":"Accomodation"}]},{"@type":"WebSite","@id":"https:\/\/spiterstulen.no\/en\/#website","url":"https:\/\/spiterstulen.no\/en\/","name":"Spiterstulen Turisthytte","description":"Gir hverdagen et pusterom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/spiterstulen.no\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/pages\/3967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/comments?post=3967"}],"version-history":[{"count":3,"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/pages\/3967\/revisions"}],"predecessor-version":[{"id":5991,"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/pages\/3967\/revisions\/5991"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/media\/3751"}],"wp:attachment":[{"href":"https:\/\/spiterstulen.no\/en\/wp-json\/wp\/v2\/media?parent=3967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}