var d = document; var e; e = d.getElementById ("kunleisys-reviews"); if (e != null) { e.innerHTML = "
5.8 / 6.0
Excellent
99% Recommendation
156 Reviews
Reviews of our customers:
Review at 19-Mar-2024
What did you find particularly favourable during your stay:
We liked it all. This was our third time staying at AlpenParks Orgler Kaprun and yet again everything was perfect. The location, the staff, the rooms. We will be coming back next year.
6.0 / 6.0
Review at 18-Mar-2024
What did you find particularly favourable during your stay:
Very thing about the apartment, staff & facilities are excellent
6.0 / 6.0
Review at 26-Feb-2024
What did you find particularly favourable during your stay:
Large, clean apartment with sauna and three bathrooms. Excellent location. Very helpful staff. Super tasty pizza in hotel restaurant.
6.0 / 6.0
Review at 26-Feb-2024
What did you find particularly favourable during your stay:
Everything about the hotel is great -- rooms are spacious, clean and well equipped. Location is perfect, all members of the reception team are amazing, very friendly and helpful. Garage is spacious, well accessible.
6.0 / 6.0
Review at 22-Feb-2024
What did you find particularly favourable during your stay:
Location, staff, comfort
6.0 / 6.0
Review at 19-Feb-2024
What did you find particularly favourable during your stay:
Modern clean apartment & helpful staff
6.0 / 6.0
Review at 07-Aug-2023
What did you find particularly favourable during your stay:
Location is great
6.0 / 6.0
Review at 29-Nov-2022
What did you find particularly favourable during your stay:
Everything was - simply the Best:)))
6.0 / 6.0
Review at 09-Apr-2022
What did you find particularly favourable during your stay:
Location
5.8 / 6.0
Review at 24-Mar-2022
What did you find particularly favourable during your stay:
Nice clean appartment in new condition!
6.0 / 6.0
Review at 20-Mar-2022
What did you find particularly favourable during your stay:
Spacious apartment and central location in the towncenter.
6.0 / 6.0
Review at 08-Mar-2022
What did you find particularly favourable during your stay:
Location
5.8 / 6.0
Review at 07-Mar-2022
What did you find particularly favourable during your stay:
Na 2 jaar niet geweest te zijn ivm Corna en dan nog steeds herkent worden door het personeel. Echt factastisch. Dat geeft echt het gevoel van thuiskomen.
6.0 / 6.0
Review at 07-Mar-2022
What did you find particularly favourable during your stay:
Style and space of the apartment, but just everything combined.
6.0 / 6.0
Review at 07-Mar-2022
What did you find particularly favourable during your stay:
The view from the apartment was amazing. Nice location close to the lifts.
6.0 / 6.0
"; } else { alert ("Cannot find DIV-Element for KunLeiSys-Widget"); } (function doMagic() { let btnShowLess = null; let btnShowMore = document.getElementById("btn-show-more"); let maxComments = 10; // Amount of comments to show on btnClick if (document.querySelectorAll("#table_detail").length <= 0) return; if (hideElements()) addButton(); function addButton() { let parentContainer = document.querySelector("#kunleisys-reviews"); if (parentContainer == null || document.querySelector("#table_detail") === null) return false; if (btnShowMore !== null) btnShowMore.parentElement.remove(); let div = document.createElement("div"); div.id = "btn-wrapper"; div.setAttribute("style", "display:grid;grid-template-columns:auto auto;grid-gap:8px;justify-content:center;padding:16px;text-align:center;") btnShowLess = createButton("btn-show-less", "Weniger Bewertungen anzeigen", "none"); btnShowLess.onclick = () => { showLess(); }; div.appendChild(btnShowLess); btnShowMore = createButton("btn-show-more", "Mehr Bewertungen anzeigen"); btnShowMore.onclick = () => { showMore(); }; div.appendChild(btnShowMore); parentContainer.appendChild(div); return true; } function createButton(id, content, display) { let btn = document.createElement("button"); btn.id = id; btn.setAttribute("style", "border:1px solid #ccc;color:#888;background-color:#fff;font-size:medium;padding:16px 10px;width:auto;height:auto;line-height:unset;"); btn.innerHTML = content; if (display != null && display !== "") btn.style.display = display; return btn; } function hideElements() { let max = Math.max(maxComments, 15) let comments = document.querySelectorAll("#table_detail"); if (comments == null || comments.length <= max) return false; for(let i = maxComments; i < comments.length; i++) comments[i].style.display = "none"; return true; } function showMore() { let hiddenComments = document.querySelectorAll("#table_detail[style*='display: none']"); if (hiddenComments == null) return false; for(let i = 0; i < 10 && i < hiddenComments.length; i++) hiddenComments[i].style.display = ""; setButtonState(); } function showLess() { let visibleComments = document.querySelectorAll("#table_detail:not([style*='display: none'])"); if (visibleComments == null || visibleComments.length <= 10) return false; let start = Math.max(maxComments, visibleComments.length - 10); for(let i = start; i < visibleComments.length; i++) visibleComments[i].style.display = "none"; setButtonState(); } function setButtonState() { let vc = document.querySelectorAll("#table_detail:not([style*='display: none'])"); if (vc.length <= maxComments) btnShowLess.style.display = "none"; else btnShowLess.style.display = ""; let hc = document.querySelectorAll("#table_detail[style*='display: none']"); if (hc == null || hc.length <= 0) btnShowMore.style.display = "none"; else btnShowMore.style.display = ""; } })();