document.getElementById('lang-nl').onclick = function () { location.replace("https://porcuscampus.nl" + window.location.pathname); };
document.getElementById('lang-en').onclick = function () { location.replace("https://en.porcuscampus.nl" + window.location.pathname); };
document.getElementById('lang-de').onclick = function () { location.replace("https://de.porcuscampus.nl" + window.location.pathname); };