var d = document; var e; e = d.getElementById ("kunleisys-reviews"); if (e != null) { e.innerHTML = "
5.8 / 6.0
Excellent
99% Recommendation
2415 Reviews
Reviews of our customers:
Review at 06-Aug-2023
What did you find particularly favourable during your stay:
Everything was perfect!!! You paid attention to every single detail. Starting from variety of foods and great people in the restaurant, well equipped playing areas, pool dedicated to parents, spacious room and a lot of small details like backpack provided in the room etc. etc. We really enjoyed our stay in Mia Alpina and thank you once again for nice holiday we had.
6.0 / 6.0
Review at 24-Jul-2023
What did you find particularly favourable during your stay:
children focus and plenty of attractions
5.7 / 6.0
Review at 18-Jul-2023
What did you find particularly favourable during your stay:
Cleaness, food. Kids club.
5.4 / 6.0
Review at 17-Jul-2023
What did you find particularly favourable during your stay:
Superb staff, amazing atmosphere, clean and modern rooms, great facilities, excellent food.
6.0 / 6.0
Review at 30-May-2023
What did you find particularly favourable during your stay:
How equipped the room and hotel are! The abundance of delicious food.
6.0 / 6.0
Review at 27-Feb-2023
What did you find particularly favourable during your stay:
Everything. We had the family suite (room 101) and it was very spacious and the beds were fantastic!
The food was great.
6.0 / 6.0
Review at 02-Aug-2022
What did you find particularly favourable during your stay:
Everything is thought trough. The price is high, but the service and quality is even higher. Well done!
6.0 / 6.0
Review at 02-Aug-2022
What did you find particularly favourable during your stay:
The ability to relax in the penthouse Spa while our little boy was looked after in the childcare
6.0 / 6.0
Review at 19-Jul-2022
What did you find particularly favourable during your stay:
The whole experience: child friendly combined with relaxation time for the parents
5.9 / 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 = ""; } })();