Glamping tents

A luxurious alternative to regular tent camping! Frequently visited by the hikers on the Gendarme Path that prefer blankets over sleeping bags.

.gm-booking-modal { position: fixed; inset: 0; background: rgba(0,0,0,.55); display: none; align-items: center; justify-content: center; z-index: 99999; padding: 20px; } .gm-booking-modal.is-open { display: flex; } .gm-booking-modal__box { width: 100%; max-width: 560px; background: #fff; border-radius: 0px; padding: 24px; box-sizing: border-box; position: relative; } .gm-booking-modal__close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; } .gm-booking-modal__title { margin: 0 0 8px; font-size: 28px; font-weight: 700; } .gm-booking-modal__subtitle { margin: 0 0 20px; color: #666; } .gm-booking-modal__field { margin-bottom: 18px; } .gm-booking-modal__label { display: block; margin-bottom: 8px; font-weight: 600; } .gm-booking-modal__input { width: 100%; height: 52px; padding: 0 14px; box-sizing: border-box; border: 1px solid #d6d6d6; border-radius: 4px; font-size: 16px; cursor: pointer; } .gm-booking-modal__actions { display: flex; gap: 12px; margin-top: 16px; } .gm-booking-modal__btn { height: 50px; padding: 0 22px; border: 0; cursor: pointer; font-size: 16px; font-weight: 700; border-radius: 4px; } .gm-booking-modal__btn--primary { background: #e30613; color: #fff; } .gm-booking-modal__btn--secondary { background: #efefef; color: #222; } @media (max-width: 767px) { .gm-booking-modal__box { padding: 20px; } .gm-booking-modal__title { font-size: 24px; } .gm-booking-modal__actions { flex-direction: column; } } (function () { "use strict"; var RESULTS_URL = "https://gammelmark.de/online-buchen/"; var MIN_DATE_DMY = "30-03-2026"; var MAX_DATE_DMY = "04-10-2026"; var modal = document.getElementById("gm-booking-modal"); var closeBtn = document.getElementById("gm-booking-close"); var cancelBtn = document.getElementById("gm-booking-cancel"); var submitBtn = document.getElementById("gm-booking-submit"); var titleEl = document.getElementById("gm-booking-title"); var subtitleEl = document.getElementById("gm-booking-subtitle"); var dateInput = document.getElementById("gm-booking-dates"); var activeCbpid = ""; var activeTitle = ""; var fp = null; var selectedDates = []; function getParam(name) { try { return (new URLSearchParams(window.location.search).get(name) || "").trim(); } catch (e) { return ""; } } function guessLang() { var h = (location.hostname || "").toLowerCase(); if (h.endsWith(".dk")) return "DA"; if (h.endsWith(".co")) return "EN"; return "DE"; } var LANG = (getParam("lang") || guessLang()).toUpperCase(); function pad2(n) { return String(n).padStart(2, "0"); } function formatDateDDMMYYYY(d) { return pad2(d.getDate()) + "-" + pad2(d.getMonth() + 1) + "-" + d.getFullYear(); } function parseDMY(str) { var p = str.split("-"); return new Date(p[2], p[1] - 1, p[0], 12); } function openModal(cbpid, title) { activeCbpid = cbpid || ""; activeTitle = title || "Jetzt buchen"; titleEl.textContent = activeTitle; subtitleEl.textContent = LANG === "DA" ? "Vælg ankomst og afrejse." : LANG === "EN" ? "Please select arrival and departure." : "Bitte An- und Abreisedatum wählen."; modal.classList.add("is-open"); modal.setAttribute("aria-hidden", "false"); if (fp) { try { fp.destroy(); } catch(e){} fp = null; } selectedDates = []; if (typeof flatpickr !== "undefined") { if (LANG === "DE" && flatpickr.l10ns && flatpickr.l10ns.de) { flatpickr.localize(flatpickr.l10ns.de); } else if (LANG === "DA" && flatpickr.l10ns && flatpickr.l10ns.da) { flatpickr.localize(flatpickr.l10ns.da); } fp = flatpickr(dateInput, { mode: "range", minDate: parseDMY(MIN_DATE_DMY), maxDate: parseDMY(MAX_DATE_DMY), altInput: true, altFormat: "d.m.Y", dateFormat: "Y-m-d", monthSelectorType: "static", allowInput: false, showMonths: window.matchMedia("(max-width: 767px)").matches ? 1 : 2, onChange: function (dates) { selectedDates = dates || []; } }); setTimeout(function () { try { fp.open(); } catch(e){} }, 50); } } function closeModal() { modal.classList.remove("is-open"); modal.setAttribute("aria-hidden", "true"); } document.addEventListener("click", function (e) { var btn = e.target.closest(".gm-book-now"); if (!btn) return; e.preventDefault(); var cbpid = (btn.getAttribute("data-cbpid") || "").trim(); var title = (btn.getAttribute("data-title") || "").trim(); if (!cbpid) { console.warn("Kein data-cbpid am Button gefunden."); return; } openModal(cbpid, title); }); closeBtn.addEventListener("click", closeModal); cancelBtn.addEventListener("click", closeModal); modal.addEventListener("click", function (e) { if (e.target === modal) closeModal(); }); document.addEventListener("keydown", function (e) { if (e.key === "Escape") closeModal(); }); submitBtn.addEventListener("click", function () { if (selectedDates.length !== 2) { alert( LANG === "DA" ? "Vælg venligst ankomst- og afrejsedato." : LANG === "EN" ? "Please select arrival and departure dates." : "Bitte An- und Abreisedatum wählen." ); return; } var url = new URL(RESULTS_URL); url.searchParams.set("lang", LANG); url.searchParams.set("cbpid", activeCbpid); url.searchParams.set("from", formatDateDDMMYYYY(selectedDates[0])); url.searchParams.set("to", formatDateDDMMYYYY(selectedDates[1])); window.location.href = url.toString(); }); })();

Glamour camping

Glamping with a sea view – the large villa tent. It combines the best of both worlds: a close-to-nature camping experience and relaxed comfort. Between the Baltic Sea, forest and wide-open spaces, the large villa tent offers the perfect getaway for anyone looking to relax in the heart of nature—without having to pitch a tent and with that special “hygge” feeling. Ideal for hikers, families or couples who want to rediscover camping.

  • 2 sleeping cabins, each with a double bed
    Note: You can rent duvets, pillows and bed linen from us
  • 1 dining table
  • 4 chairs
  • Lighting
  • Power outlets
  • Indoor carpet flooring
  • 2 benches with cushions
  • 1 table
  • Curtains
  • Carpeted floor
  • Refrigerator
  • Coffee machine
  • Electric kettle
  • Crockery/cutlery for 4 people
  • Cooking pots
  • Trash bin
  • 1 awning (open)
  • Wooden terrace
  • 4 outdoor chairs
  • 1 outdoor table
  • 2-seater outdoor bench
  • 2 outdoor armchairs

There is a service building right next to our tents.
Here you will find:

  • Men’s and women’s toilets with enclosed bathing and washing facilities
  • Family rooms with bathroom/WC
  • Disabled toilet with bath
  • Children’s toilet with bath
  • Kitchen
  • Laundry room
  • No smoking
  • Dogs allowed
  • Final cleaning required
  • Service building nearby
  • Please leave the rental accommodaiton as you found it. Otherwise, we will charge a fee of DKK 250.
Book now document.addEventListener("DOMContentLoaded", function () { var btn = document.getElementById("book-this-accommodation"); if (!btn) return; btn.classList.add("gm-book-now"); btn.setAttribute("href", "#"); btn.setAttribute("data-cbpid", "41"); btn.setAttribute("data-title", "Glamping"); });

You are currently viewing a placeholder content from Vimeo. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.

More Information