function show(){
document.getElementById('hinweis').style.display = 'block';
}

function hide(){
document.getElementById('hinweis').style.display = 'none';
}
