(function(e){e.fn.sameHeight=function(){var i=this;var t=[];i.each(function(){var i=e(this).height();t.push(i)});var n=Math.max.apply(null,t);console.log(t,n);i.each(function(){e(this).height(n)})}})(jQuery);jQuery(document).ready(function(){setTimeout(function(){jQuery(".referenzen").sameHeight();jQuery(window).resize(function(){jQuery(".referenzen").sameHeight()})},500)});jQuery(document).ready(function(){jQuery(window).scroll(function(){var e=jQuery(window).scrollTop();if(e>=100){jQuery("#detector").addClass("sticky");jQuery("#img_detector").addClass("sticky_img")}else{jQuery("#detector").removeClass("sticky");jQuery("#img_detector").removeClass("sticky_img")}});jQuery(".divhide").hover(function(){jQuery(this).find(".texthide").slideDown()},function(){jQuery(this).find(".texthide").slideUp()})});