$(document).ready(function(){  $(".detail01").click(function () {  $(".showroomdaten_daten_wrap01").toggle('slow'); }); });
