Search results - Urlaubshütten.com for your holiday in the mountains
Use the internal search to quickly find content on our website – from information about our region to experiences in the mountains or interesting tips for your hut holiday.
<script>
(function(){
var q=new URLSearchParams(location.search).get("keywords");
var fertig=false;
function init(){
var such=document.querySelector(".mod_search");var alist=document.querySelector(".accommodation-list");if(such&&alist&&alist.previousElementSibling!==such.previousElementSibling){such.parentElement.insertBefore(alist,such);}
if(fertig)return;
var grid=document.querySelector(".accommodation-list__grid");
if(!grid||!grid.children.length)return;
if(!q||2>q.trim().length){fertig=true;return;}
fertig=true;
var qq=q.trim().toLowerCase();
var treffer=0;
[].slice.call(grid.children).forEach(function(k){var ok=k.textContent.toLowerCase().indexOf(qq)>-1;k.style.display=ok?"":"none";if(ok)treffer++;});
var liste=document.querySelector(".accommodation-list");
var kopf=document.createElement("div");kopf.className="uh-suchhinweis";
kopf.textContent=treffer?("Accommodations for „"+q+"“: "+treffer+" matches"):("No accommodation for „"+q+"“ found – below you will find matching pages and tips.");
liste.insertBefore(kopf,liste.firstChild);
var tb=document.querySelector(".accommodation-list__toolbar");if(tb)tb.style.display="none";if(!treffer){grid.style.display="none";}
}
if(document.readyState==="loading")document.addEventListener("DOMContentLoaded",init);else init();
window.addEventListener("load",function(){init();setTimeout(init,800);setTimeout(init,2000);});
})();
</script>