$(document).ready(function(){

	$('#teaser-reittherapie').click(function() {
	    window.location.href=("reittherapie.html");
	});
	$('#teaser-reittherapie').mouseover(function() {
        document.body.style.cursor = "pointer";
	});
	$('#teaser-burnout').click(function() {
	    window.location.href=("burnout.html");
	});
	$('#teaser-burnout').mouseover(function() {
        document.body.style.cursor = "pointer";
	});
	$('#teaser-seminare').click(function() {
	    window.location.href=("seminare.html");
	});
	$('#teaser-seminare').mouseover(function() {
        document.body.style.cursor = "pointer";
	});
	$('#teaser-coaching').click(function() {
	    window.location.href=("coaching.html");
	});
	$('#teaser-coaching').mouseover(function() {
        document.body.style.cursor = "pointer";
	});

});

