





$( document ).ready( function ()
{
$( '#navigation' ).scrollFollow(
{
speed: 1000,
offset: 20,
killSwitch: 'exampleLink',
onText: 'Disable Follow',
offText: 'Enable Follow'
}
);
}
);

$ (function() {

$ ('#neuigkeiten').click (function() {
$ (this). animate ({"top" : "0px"}, 1000);
});


$ ('#unterwegs').click (function() {
$ (this). animate ({"top" : "0px"}, 1000);
});

$ ('#aufdieohren').click (function() {
$ (this). animate ({"top" : "0px"}, 1000);
}); 

$ ('#unddieaugen').click (function() {
$ (this). animate ({"top" : "0px"}, 1000);
});

$ ('#undihrso').click (function() {
$ (this). animate ({"top" : "0px"}, 1000);
}); 




//
//
//$('.slide_nachoben').click(function(){
//$('html, body').animate({
//scrollTop: $(".nachoben").offset().top
//}, 1500);				   
//
//                            
//});


$('.slide_neuigkeiten').click(function(){
$('html, body').animate({
scrollTop: $(".neuigkeiten").offset().top
},2000);

                            
});



$('.slide_unterwegs').click(function(){
$('html, body').animate({
scrollTop: $(".unterwegs").offset().top
}, 2000);				   

                            
});

$('.slide_ohren').click(function(){
$('html, body').animate({
scrollTop: $(".ohren").offset().top
}, 2000);				   


});

$('.slide_augen').click(function(){
$('html, body').animate({
scrollTop: $(".augen").offset().top
}, 2000);				   


              });
        
$('.slide_ihrso').click(function(){
$('html, body').animate({
scrollLeft: $(".ihrso").offset().left
}, 2000);				   
});
   



$('.slide_kontakt').click(function(){
$('html, body').animate({
scrollTop: $(".kontakt").offset().top
}, 2000);				   
});


});



