$(document).ready(function(){$(".x_hinweisbox").each(function(){var n=$(this).data("hinweisbox"),t=window.getCookieValue(n);t===null&&$(this).show()});$(".hinweisbox-schliessbar").on("touchstart, click",".close",function(){$(this).parents(".container-fluid").hide();var n=$(this).parents(".x_hinweisbox").data("hinweisbox");window.setCookie(n,"1",2592e6)})})