function toggleContact(_item) {
	$('.karte').hide();
	$('#' + _item).show();
}

function contactClose() {
	$('.karte').hide();
}
