$(document).ready(function() {
	
	$("#intro").css("display", "none");
	$("#intro").fadeIn(3500);
	$("#intro_text").css("display", "none");
	$("#intro_text").fadeIn(3500);
	$("#promoIMG").css("display", "block");
	$("#promoIMG").fadeOut(3000);
	$(".text").css("display", "none");
	$(".text_sortiment").css("display", "none");
	$("#img_home").css("display", "none");
	$("#img_filialen_produktion").css("display", "none");
	$("#img_filialen").css("display", "none");
	$("#img_produktion").css("display", "none");
	$("#img_tradition").css("display", "none");
	$("#img_sortiment").css("display", "none");
	$("#img_impressum").css("display", "none");
	$("#carousel").css("display", "none");
	$(".text_sortiment").css("display", "none");
	$(".text_tradition_2").css("display", "none");

    $(".text").fadeIn(500);
	$(".text_sortiment").fadeIn(500);
	$("#img_home").fadeIn(750);
	$("#img_filialen_produktion").fadeIn(750);
	$("#img_filialen").fadeIn(750);
	$("#img_produktion").fadeIn(750);
	$("#img_tradition").fadeIn(750);
	$("#img_sortiment").fadeIn(750);
	$("#carousel").fadeIn(750);
	$("#img_impressum").fadeIn(750);
	$(".text_sortiment").fadeIn(500);
	
	
	$("#textrahme_produkt").fadeIn(500, redirectPage);
    
	$("a.transition").click(function(event){
		event.preventDefault();
		linkLocation = this.href;
		$("#inhalt_intro").fadeOut(500, redirectPage);
		$(".text").fadeOut(500, redirectPage);
		$(".text_sortiment").fadeOut(500, redirectPage);
		$("#img_home").fadeOut(750, redirectPage);
		$("#img_filialen_produktion").fadeOut(750, redirectPage);
		$("#img_filialen").fadeOut(750, redirectPage);
		$("#img_produktion").fadeOut(750, redirectPage);
		$("#img_tradition").fadeOut(750, redirectPage);
		$("#img_sortiment").fadeOut(750, redirectPage);
		$("#carousel").fadeOut(500, redirectPage);
		$("#img_impressum").fadeOut(750, redirectPage);
		$("#textrahmen_produkt").fadeOut(500, redirectPage);
	});
	
	$("a.transition2").click(function(event){
		event.preventDefault();
		linkLocation = this.href;
		$("#textrahmen_start").fadeOut(500, redirectPage);
		$("#textrahmen_tradition").fadeOut(500, redirectPage);
		$("#textrahmen_sortiment").fadeOut(500, redirectPage);
		$("#textrahmen_produktion").fadeOut(750, redirectPage);
		$("#textrahmen_impressum").fadeOut(750, redirectPage);
		$("#img_home").fadeOut(750, redirectPage);
		$("#img_produktion").fadeOut(750, redirectPage);
		$("#img_tradition").fadeOut(750, redirectPage);
		$("#img_sortiment").fadeOut(750, redirectPage);
		$("#carousel").fadeOut(500, redirectPage);
		$("#img_impressum").fadeOut(750, redirectPage);
	});
	
	$("a.transition3").click(function(event){
									  
		$(".text_tradition_1").fadeOut(500);
		$(".text_tradition_2").fadeIn(500);
	});
	
	$("a.transition4").click(function(event){
									  
		$(".text_tradition_2").fadeOut(500);
		$(".text_tradition_1").fadeIn(500);
	});
			
	function redirectPage() {
		window.location = linkLocation;
	}
	
});
