document.addEventListener("DOMContentLoaded",function(){function getParameterByName(name){const urlParams=new URLSearchParams(window.location.search);return urlParams.get(name)}
const ortValue=getParameterByName("ort");if(ortValue&&document.getElementById("ort")){document.getElementById("ort").value=ortValue}});const mainDiv=document.getElementById('main');const h2Elements=mainDiv.querySelectorAll('h2.anchor-link');h2Elements.forEach((h2)=>{const anchorLink=document.createElement('a');anchorLink.href='#main';anchorLink.textContent='';anchorLink.classList.add('back-to-main');h2.insertBefore(anchorLink,h2.firstChild)})