

$(document).ready(function(){
$("#kontakt_button_mitte").hoverIntent(function() {
$("#kontakt_kapell_img").animate({opacity:"0.6"} , { duration:1000, easing:'easeInOutBack'}),
$("#kontakt_kapell_img").animate({opacity:"1"} , { duration:1000, easing:'easeInOutBack'})

},
function() {});});

$(document).ready(function(){
$("#kontakt_kapell_rahmen").hoverIntent(function() {
$("#kontakt_kapell_img").animate({opacity:"0.6"} , { duration:1000, easing:'easeInOutBack'}),
$("#kontakt_kapell_img").animate({opacity:"1"} , { duration:1000, easing:'easeInOutBack'})

},
function() {});});










$(document).ready(function(){

$("#kontakt_gulaschbutton_kontakt_hoverIntentDiv").mouseover(function (){


$("#kontakt_gulaschbutton_kontakt_hover").stop();
$("#kontakt_gulaschbutton_kontakt_hover").animate({marginTop:"-120px",height:"120px"}, 3000);

						koecheTimer = window.setTimeout(function() {







$("#galerie_gulaschbutton_galerie").delay(600).animate({width:"0px",height:"0px"}, 0),

 $.scrollTo("#feld5", 600)





						}, 2600);
},
function(){});});


$(document).ready(function(){

$("#kontakt_gulaschbutton_kontakt_hoverIntentDiv").mouseout(function (){

clearTimeout(koecheTimer);
$("#kontakt_gulaschbutton_kontakt_hover").stop();
$("#kontakt_gulaschbutton_kontakt_hover").animate({marginTop:"0px",height:"0px"}, 3000);

},
function(){});});














$(document).ready(function(){
$("#kontakt_gulaschbutton_kontakt_hoverIntentDiv").click(function (){





clearTimeout(koecheTimer),
$("#kontakt_gulaschbutton_kontakt_hover").stop(),
$("#kontakt_gulaschbutton_kontakt_hover").animate({marginTop:"0px",height:"0px"}, 0),
$("#kontakt_gulaschbutton_kontakt").delay(600).animate({width:"0px",height:"0px"}, 0),


 $.scrollTo("#feld5", 600)});
});
