$(document).ready(function(){
        $('#openswa').click(function(){
        		$(".refswa").fadeOut("5");
            $('.gruppe').fadeOut("500");
            $('.t5').fadeOut("10");
            $('.nw').fadeOut("10");
            $('.luk').fadeOut("10");
            $('.boo').fadeOut("10");
            $('.swa').fadeIn("500");
        });
    });	
	
  	$(document).ready(function(){
        $('#closeswa').click(function(){
            $('.swa').fadeOut("500");
            $('.gruppe').fadeIn("500");
            $('.t5').fadeIn("10");
				$('.boo').fadeIn("10");
				$('.nw').fadeIn("10");
				$('.luk').fadeIn("10");
        });
    });
	
	$(document).ready(function(){
        $('#opent5').click(function(){
        		$(".reft5").fadeOut("5");
            $('.gruppe').fadeOut("500");
            $('.swa').fadeOut("50");
            $('.nw').fadeOut("50");
            $('.luk').fadeOut("50");
            $('.boo').fadeOut("50");
				$('.t5').fadeIn("500");
        });
    });	
	
  	$(document).ready(function(){
        $('#closet5').click(function(){
            $('.t5').fadeOut("500");
            $('.gruppe').fadeIn("500");
            $('.swa').fadeIn("10");
				$('.boo').fadeIn("10");
				$('.nw').fadeIn("10");
				$('.luk').fadeIn("10");
        });
    });
    
    $(document).ready(function(){
        $('#opennw').click(function(){
        		$(".refnw").fadeOut("5");
            $('.gruppe').fadeOut("500");
				$('.t5').fadeOut("50");
            $('.swa').fadeOut("50");
            $('.luk').fadeOut("50");
            $('.boo').fadeOut("50");
				$('.nw').fadeIn("500");
        });
    });	
	
  	$(document).ready(function(){
        $('#closenw').click(function(){
            $('.nw').fadeOut("500");
            $('.gruppe').fadeIn("500");
				$('.t5').fadeIn("10");
				$('.boo').fadeIn("10");
				$('.swa').fadeIn("10");
				$('.luk').fadeIn("10");
        });
    });

	$(document).ready(function(){
        $('#openboo').click(function(){
        		$(".refboo").fadeOut("5");
            $('.gruppe').fadeOut("500");
            $('.t5').fadeOut("50");
            $('.nw').fadeOut("50");
            $('.luk').fadeOut("50");
            $('.swa').fadeOut("50");
				$('.boo').fadeIn("500");
        });
    });	
	
  	$(document).ready(function(){
        $('#closeboo').click(function(){
            $('.boo').fadeOut("500");
            $('.gruppe').fadeIn("500");
            $('.t5').fadeIn("10");
				$('.swa').fadeIn("10");
				$('.nw').fadeIn("10");
				$('.luk').fadeIn("10");
        });
    });
    
    $(document).ready(function(){
        $('#openluk').click(function(){
        		$(".refluk").fadeOut("5");
            $('.gruppe').fadeOut("500");
            $('.t5').fadeOut("50");
            $('.nw').fadeOut("50");
            $('.swa').fadeOut("50");
            $('.boo').fadeOut("50");
				$('.luk').fadeIn("500");
        });
    });	
	
  	$(document).ready(function(){
        $('#closeluk').click(function(){
            $('.luk').fadeOut("500");
            $('.gruppe').fadeIn("500");
            $('.t5').fadeIn("10");
				$('.boo').fadeIn("10");
				$('.nw').fadeIn("10");
				$('.swa').fadeIn("10");
        });
    });

$(document).ready(function(){
        $('#opends').click(function(){
        		$('.datenschutz').show();
        		$('.jobstg').hide();
        		$('.jobmue').hide();
            $('.luk').hide();
            $('.gruppe').hide();
            $('.t5').hide();
				$('.boo').hide();
				$('.nw').hide();
				$('.swa').hide();
            
        });
    });

$(document).ready(function(){
        $('#closeds').click(function(){
        		$('.datenschutz').hide();
            $('.gruppe').show();
                       
        });
    });

$(document).ready(function(){
        $('#openjobstg').click(function(){
        		$('.jobstg').show();
        		$('.jobmue').hide();
        		$('.datenschutz').hide();
            $('.luk').hide();
            $('.gruppe').hide();
            $('.t5').hide();
				$('.boo').hide();
				$('.nw').hide();
				$('.swa').hide();
            
        });
    });

$(document).ready(function(){
        $('#closejobstg').click(function(){
        		$('.jobstg').hide();
            $('.gruppe').show();
                       
        });
    });

$(document).ready(function(){
        $('#openjobmue').click(function(){
        		$('.jobmue').show();
        		$('.jobstg').hide();
        		$('.datenschutz').hide();
            $('.luk').hide();
            $('.gruppe').hide();
            $('.t5').hide();
				$('.boo').hide();
				$('.nw').hide();
				$('.swa').hide();
            
        });
    });

$(document).ready(function(){
        $('#closejobmue').click(function(){
        		$('.jobmue').hide();
            $('.gruppe').show();
                       
        });
    });

$(document).ready(function() {
    
	$(".z1s2").mouseenter(function () {
   	$(".refswa").fadeIn("200")
	});
  	

	$(".z1s2").mouseleave(function () {
   	$(".refswa").fadeOut("200")
	});
  });

$(document).ready(function() {
    
	$(".z2s1").mouseenter(function () {
   	$(".reft5").fadeIn("200")
	});
  	

	$(".z2s1").mouseleave(function () {
   	$(".reft5").fadeOut("200")
	});
  }); 
    
	$(document).ready(function() {
    
	$(".z3s2").mouseenter(function () {
   	$(".refnw").fadeIn("200")
	});
  	

	$(".z3s2").mouseleave(function () {
   	$(".refnw").fadeOut("200")
	});
  }); 
  
  $(document).ready(function() {
    
	$(".z4s1").mouseenter(function () {
   	$(".refboo").fadeIn("200")
	});
  	

	$(".z4s1").mouseleave(function () {
   	$(".refboo").fadeOut("200")
	});
  });   
    
    $(document).ready(function() {
    
	$(".z5s2").mouseenter(function () {
   	$(".refluk").fadeIn("200")
	});
  	

	$(".z5s2").mouseleave(function () {
   	$(".refluk").fadeOut("200")
	});
  });
