CINXE.COM

Anuga – New product database

<!DOCTYPE html> <html lang="en"> <head> <!-- cookieconsent START --> <script> window.dataLayer = window.dataLayer || []; dataLayer.push({ event: "OneTrustOnPage", OneTrustOnPage: true }); </script> <!-- OneTrust Cookie-Einwilligungshinweis --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="545994be-328f-452a-9d71-d61d97469db3" ></script> <!-- OneTrust-Cookie-Einwilligungshinweis --> <script type="text/javascript"> function OptanonWrapper() { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'OptanonUpdate' }); } </script> <!-- cookieconsent ENDE --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Anuga – New product database</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,minimum-scale=1.0, maximum-scale=1.0"> <meta property="og:title" content="Anuga – New product database"> <meta property="og:description" content=""> <meta property="og:url" content=""> <link rel="alternate" href="" hreflang="x-default"> <link rel="alternate" hreflang="de" href=""> <link rel="alternate" hreflang="en" href=""> <link rel="apple-touch-icon" sizes="57x57" href="images/Anuga-Logo_favicon_57.png"> <link rel="apple-touch-icon" sizes="60x60" href="images/Anuga-Logo_favicon_60.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/Anuga-Logo_favicon_72.png"> <link rel="apple-touch-icon" sizes="76x76" href="images/Anuga-Logo_favicon_76.png"> <link rel="apple-touch-icon" sizes="114x114" href="imagesd/Anuga-Logo_favicon_114.png"> <link rel="apple-touch-icon" sizes="120x120" href="images/Anuga-Logo_favicon_120.png"> <link rel="apple-touch-icon" sizes="144x144" href="images/Anuga-Logo_favicon_144.png"> <link rel="apple-touch-icon" sizes="152x152" href="images/Anuga-Logo_favicon_152.png"> <link rel="apple-touch-icon" sizes="180x180" href="images/Anuga-Logo_favicon_180.png"> <link rel="icon" type="image/jpg" sizes="192x192" href="images/Anuga-Logo_favicon_192.png"> <link rel="icon" type="image/jpg" sizes="32x32" href="images/Anuga-Logo_favicon_32.png"> <link rel="icon" type="image/jpg" sizes="96x96" href="images/Anuga-Logo_favicon_96.png"> <link rel="icon" type="image/jpg" sizes="16x16" href="images/Anuga-Logo_favicon_16.png"> <link rel="stylesheet" href="css/stylesheet-22.css"> <link rel="stylesheet" href="css/shariff.complete~1.css"> <link rel="stylesheet" href="css/ssc_default.css"> <link rel="stylesheet" href="css/modaal.min.css"> <link rel="stylesheet" href="css/messe.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tooltipster/3.3.0/css/tooltipster.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" /> <link rel="stylesheet" href="slim/slim/slim.css"> <script src="js/jquery-2.1.0.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/modaal.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/jquery-validation@1.19.1/dist/jquery.validate.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/localization/messages_de.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/additional-methods.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tooltipster/3.3.0/js/jquery.tooltipster.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/pikaday/pikaday.js"></script> <script src="https://cdn.jsdelivr.net/npm/pikaday-jquery@1.0.0/index.min.js"></script> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/pikaday/css/pikaday.css"> <script src="js/main.min.js"></script> <script src="js/shariff.min.js"></script> <script src="js/sscbasic.js"></script> <link rel="canonical" href=""> <script src="slim/slim/slim.jquery.min.js"></script> <script> function imageUpload(error, data, response) { $('.slim').slim('remove'); d = new Date(); $("#bild_"+data.meta.productId).attr("src","slim/server/uploads/"+response.file+"?"+d.getTime()); $("#slim_"+data.meta.productId).hide(); $("#product_image_"+data.meta.productId).show(); $('.btn_save_product').attr("disabled", false); } function showOverlay(error, data, response) { $('.btn_save_product').attr("disabled", true); } $( document ).ready(function() { $('#datepicker').pikaday({ format: 'DD.MM.YYYY' }); function scrollto(element){ $('html, body').animate({ scrollTop: ($(element).offset().top)}, 'slow'); }; $('.modaal-image').modaal({ type: 'image' }); var product_uid; var uploader = $('.slim').slim(); $('.textarea500').children('textarea').keyup(function() { var length = $(this).val().length; var length = 500-length; $(this).parent().find(".opt").text(length+" chars"); }); $('.textarea800').children('textarea').keyup(function() { var length = $(this).val().length; var length = 800-length; $(this).parent().find(".opt").text(length+" chars"); }); $('.btn_delete_pic').click(function(e) { var uid = $(this).data('id'); Swal.fire({ title: 'Delete image?', text: "This cannot be undone!", icon: 'warning', showCancelButton: true, confirmButtonColor: '#e30613', cancelButtonColor: '#d33', confirmButtonText: 'Yes, delete!', cancelButtonText: 'Cancel' }).then(function(result) { if (result.value) { $.ajax({ type: 'post', url: 'ajax.php', data: {'delete_pic':uid}, success: function(data) { toastr["success"]("Image has been deleted!"); $("#slim_"+uid).show(); $("#product_image_"+uid).hide(); }, error: function(error){alert(error);} }); } }); }); $('.btn_delete').click(function(e) { var uid = $(this).data('id'); Swal.fire({ title: 'Delete product?', text: "This cannot be undone!", icon: 'warning', showCancelButton: true, confirmButtonColor: '#e30613', cancelButtonColor: '#d33', confirmButtonText: 'Yes, delete!', cancelButtonText: 'Cancel' }).then(function(result) { if (result.value) { window.open("index.php?site=admin&do_delete_product="+uid,"_self"); } }); }); $('.tooltipster').tooltipster(); toastr.options = { "closeButton": false, "debug": false, "newestOnTop": false, "progressBar": false, "positionClass": "toast-top-right", "preventDuplicates": false, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } var validator = $("#form_unternehmensdaten").validate({ errorElement: "span", rules: { field1: "required" }, messages: { field1: "Please specify your name" } }); $(".produkt_form").each(function() { // attach to all form elements on page $(this).validate({ errorElement: "div", errorClass: 'errorField', errorPlacement: function(error, element) { error.addClass("upload_error").appendTo( element.closest('.form-item') ); } }); }); $(".produkt_form").submit(function(e) { e.preventDefault(); // avoid to execute the actual submit of the form. var form = $(this); var data = form.serialize(); var data_array = form.serializeArray(); if (form.valid()) { $.ajax({ type: 'post', url: 'ajax.php', data: data, success: function(data) { $( ".accitem" ).removeClass( "open" ); setTimeout(function(){ scrollto("body"); }, 800); toastr["success"]("Product data saved!"); }, error: function(error){alert(error);} }); } else { validator.focusInvalid(); } return false; }); $('.acctoggle').click(function(e) { var idName = $(this).attr('id'); setTimeout(function(){ scrollto('#'+idName); }, 600); }); $('.accitem').click(function(e) { $('.accitem').not(this).removeClass('open'); uid = $(this).data('id'); product_uid = uid; }); $('#btn_unternehmensdaten_speichern').click(function() { if ($("#form_unternehmensdaten").valid()) { $.ajax({ type: 'post', url: 'ajax.php', data: $("#form_unternehmensdaten").serialize(), success: function(data) { $( ".accitem" ).removeClass( "open" ); setTimeout(function(){ scrollto("body"); }, 600); toastr["success"]("Company data saved!"); $("#btn_add_product").show(); }, error: function(error){alert(error);} }); } else { validator.focusInvalid(); } return false; }); var open_once = false; function scroll() { $('html, body').animate( { scrollTop: $('.form-block').offset().top, }, 500, 'linear' ) } function scroll2() { $('html, body').animate( { scrollTop: $('.teaser-row').offset().top, }, 500, 'linear' ) } var firstRun = true; function load_content() { $(".teaser-row").html("<div class='teaser col1 corptop t01'><div class='t-inner lightback' style='padding-bottom:50px;'><h2 class='hl_3 teaser-headline'>Products are loading...</div></div>"); $('#c_area').delay(2000).hide().load(name).fadeIn('normal'); var q = $("#q").val(); var show_top10 = $("input[name=show_top10]:checked").val(); var kategorie = $("#kategorie").val(); var messe = $("#messe_aktiv").val(); var sort = $("#sortAby").val(); if (firstRun) { firstRun = false; } else { $("#header").fadeOut(function() { if (show_top10 == "0") { text_headline = "New Product Overview 2023"; $("#filter0").show(); $("#filter1").hide(); $("#filter2").hide(); $("#filter3").hide(); /*$("#img_logo").html("");*/ } if (show_top10 == "1") { text_headline = "Product overview"; $("#filter0").hide(); $("#filter1").show(); $("#filter2").hide(); $("#filter3").hide(); /* $("#img_logo").html("<img src='images/new-moments-2020.png' />");*/ } if (show_top10 == "2") { text_headline = "Product overview"; $("#filter0").hide(); $("#filter1").hide(); $("#filter2").show(); $("#filter3").hide(); /* $("#img_logo").html("<img src='images/top50.png' />");*/ } if (show_top10 == "3") { text_headline = ""; $("#filter0").hide(); $("#filter1").hide(); $("#filter2").hide(); $("#filter3").show(); /* $("#img_logo").html("<img src='images/next-news.png' />");*/ } $("#headline_text").html(text_headline); $(this).fadeIn(); }); } if (q != "" || show_top10 > 0 || kategorie!="" || messe !="") $(".reset_filter").show(); else $(".reset_filter").hide(); $.ajax({ method: "GET", url: "details.php", async: true, data: { q: q, sort: sort, lng: "en", top10: show_top10, kategorie: messe } }) .done(function( result ) { var windowWidth = $(window).width(); if (windowWidth<720) fullscreen = true; else fullscreen = false; $(".teaser-row").html(result); $('.modaal-ajax').modaal({ type: 'ajax', fullscreen: fullscreen }); if (LazyLoad) { LazyLoad.update(); } }) .complete(function( result ) { }); } load_content(); $( ".btn_zoom" ).click(function() { }); $( ".reset_filter" ).click(function() { $("#q").val(""); $("#show_top10_0").prop("checked", true); $("#kategorie").val(""); $("#messe_aktiv").val(""); $(".messe_btn").addClass("inactive"); $( "#q" ).focus(); load_content(); }); $( "#start_search" ).click(function() { load_content(); }); $( ".messe_btn" ).click(function() { $(".messe_btn").addClass("inactive"); $(this).removeClass("inactive"); $("#messe_aktiv").val($(this).attr('data-messe')); load_content(); scroll2(); }); MutationObserver = window.MutationObserver || window.WebKitMutationObserver; var trackChange = function(element) { var observer = new MutationObserver(function(mutations, observer) { if(mutations[0].attributeName == "value") { $(element).trigger("change"); } }); observer.observe(element, { attributes: true }); } // Just pass an element to the function to start tracking trackChange( $("input[name=sortAby]")[0] ); $('#sortAby').change(function(){ load_content(); }); var timeout; $('#q').on('keyup',function(){ if(timeout){ clearTimeout(timeout);} timeout = setTimeout(function() { load_content(); },500); }) $('input[name=show_top10]').click(function(){ load_content(); }); $( "#kategorie" ).change(function() { load_content(); }); $( "#q" ).focus(); }); </script> <!-- GTM DataLayer.push --> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event' : 'Page Meta', 'websiteType' : 'Messe', 'exhibitionNumber' : '0250', 'language' : 'en', 'trafficType' : 'extern' }); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MRV9BM4');</script> <!-- End Google Tag Manager --> </head> <body id="top"><!-- Google Tag Manager (noscript) --> <noscript><iframesrc="https://www.googletagmanager.com/ns.html?id=GTM-MRV9BM4" height="0"width="0"style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><div class="modaal-ajax-qr"></div><div id="overlay2"></div> <!-- HEADER_BEGIN --> <header> <div class="grid-wrapper lightback "> <p class="header-banner"> <span class="item"> <span class="" style="font-weight:lighter !important"><strong>Cologne:</strong> 07.&ndash;11.10.2023 | #anuga</span> </span> </p> <div class="gw-inner"> <div class="logo"> <a class="" href="index.php" title="Anuga – Neuheitendatenbank"> <div class="imgholder"> <img class="logo-dark" src="images/anuga_taste_logo.png" alt="Anuga – Neuheitendatenbank" title="Anuga – Neuheitendatenbak"> </div> </a> </div> <div class="metanav"> <span><a href="index.php?site=admin" title="Login" class="mainlink"><i class="fa fa-sign-in"></i> Login</span></a> <a title="Language" class="ico lang mainlink" href="index.php?site=produkte&lng=de" hreflang="de"> <span>DE</span> </a> <a href="https://www.anuga.com/contact/" title="Contact" class="ico contact mainlink"> <span>Contact</span> </a> </div> <style> a:focus {outline-style: solid; outline-color: #e30018} </style> <script> $(document).ready(function(){ $("a").mousedown(function() { this.blur(); this.hideFocus = true; this.style.outline = 'none'; }); }) </script> <nav> <div class="holder"> <div class="nav-holder"> <div class="nav"> <ul class="mainmenu" style=""> <!-- <li class=""> <a tabindex="1" href="index.php?site=teilnahmebedingungen" title="" class="level-1 ">Conditions of participation</a></li> --> <!-- <li class=""> <a tabindex="1" href="index.php" title="" class="level-1 ">Home</a></li> --><!-- <li class=""> <a tabindex="1" href="index.php?site=produkte" title="" class="level-1 ">New Product Overview 2023</a></li> --> <!--<li class=""> <a tabindex="1" href="index.php?site=register" title="" class="level-1 ">Register</a></li> <li class=""> <a tabindex="1" href="index.php?site=admin" title="" class="level-1 ">Login</a></li> --> <li class="desktophidden calchexback corporateback light">Menu</li> </ul> <div class="desktophidden mobilmeta"> <a href="https://www.anuga.com/" title="Anuga" class="ico lang primarylink"> www.anuga.com </a> <a href="https://www.anuga.com/contact/" title="Kontakt" class="ico contact primarylink"> Contact </a> <a href="index.php?site=admin" title="Admin" class="ico contact primarylink"> Login </a> <!-- <a title="Language" class="ico lang mainlink" href="en.php" hreflang="en"> <span>EN</span> </a>--> </div> </div> </div> </div> </nav> <div class="hash"><div class="messe-logo"> <a class="" href="https://www.anuga.com/" title="Anuga" target="_blank"> <img class="" src="images/Anuga-4c.png" alt="Anuga" title="Anuga"> </a> </div></div> <div class="menutoggle desktophidden"> <div id="menuicon"> <span></span> <span></span> <span></span> </div> <label>Menu</label> </div> </div> </div> </header> <div class="shadow"></div> <!-- HEADER_END --> <div class="main"> <!-- CONTENT_AREA_BEGIN --> <div class="breadcrumb invertedback"> <div class="breadcrumb-container"> <div class="grid-wrapper"> <div class="gw-inner"> <ul> <li> <a href="index.php" title="Home" class="home noline"><img src="fonts/icon_home_H18.svg" alt="Home" title="Home" width="18" height="18"></a> </li><li> <div title="Events" class="initial_noline">Events</div> </li><li > <a href="index.php" title="Neuheite" class="initial_noline">New product database</a> </li> <!-- <li > All Participants</li> --> </ul> </div> </div> </div> </div> <section> <div class="intro lightback grid-wrapper" > <div id="header" class="gw-inner clfix"><div id="img_logo" style="position: absolute;top:60px"></div> <h1 class="hl_2" id="headline_text" style="position:relative;">New Product Overview 2023</h1> <div class="gw-inner" style="display:grid"> <div id="filter0"><h3 style="margin-top:0px;display:none">All participants</h3><p>Discover the new products at Anuga at a glance. From all the new products of the exhibiting companies, the top innovations of Anuga 2023 will be selected by an expert jury in September and also presented here. In addition, the winners will be presented to the global audience as part of the special event Anuga taste Innovation Show at Anuga. </p></div> <div id="filter1" style="display:none"><h3 style="margin-top:0px;">Anuga taste Top Innovations 2023</h3><p>The following overview shows you the Anuga taste Top Innovations 2023, which an expert jury consisting of journalists and market experts selected from all the new products submitted. In total, Anuga 2023 will present 67 top innovations. </p></div> <div id="filter2" style="display:none"><h3 style="margin-top:0px;">Anuga taste Top 10 Innovations</h3><p>In this overview you will find this year's Top 10 innovations, selected by an expert jury consisting of journalists and market experts from the 67 Top Innovations. </p></div> <div id="filter3" style="display:none"><h3 style="margin-top:0px;">NEXT NEWS – the new products show of imm cologne between the trade fairs</h3><p>The next trade fair is always just around the corner. However, what happens between them? Next News provides the ideal platform for quickly presenting product innovations, series expansions, colour additions or additional accessories introduced onto the market over the course of the year to a broad public. This is because exhibitors of imm cologne can present their new products throughout the year here. However, companies with interior design assortments that are not yet imm cologne exhibitors, but are considering participating in imm cologne 2021, can already provide a little taste here of what might be found at their trade fair stand in January in Cologne.</p></div> </div> </div> </div> </section> <section> <div class="teaser-holder invertedback"> <div class="grid-wrapper"> <div class="gw-inner"> <div class="form-block"> <div class="form-holder"> <div class="form-row single tablerow clfix" style="margin-bottom: 30px;"> <div class="inner"> <div class="form-item"> <label for="search"><strong>Search phrase</strong></label> <input type="text" name="search" id="q" class="ico_search search" placeholder="product, exhibitor, etc."> </div><!--//form-item--> <div class="form-item fix"> <button type="submit" id="start_search" class="corporateback calchexback btn large wide padfull light" style="max-height:50px"> <span>Search</span></button> </div><!--//form-item--> </div><!--//inner--> </div><!-- //form-row--> <div class="form-row single tablerow clfix" style="display:block"> <div class="inner"> <div class="form-item "> <div class="check-row" data-children-count="2" style="min-width:520px"> <input type="radio" value="0" name="show_top10" id="show_top10_0" class="cbox" checked> <label for="show_top10_0" style="margin-right:20px" class="show_top10_1">Show all participants</label> <input type="radio" value="1" name="show_top10" id="show_top10_1" class="cbox" > <label for="show_top10_1" style="margin-right:20px" class="show_top10_1">Winner Anuga taste</label> <input type="radio" value="2" name="show_top10" id="show_top10_2" class="cbox" > <label for="show_top10_2" style="margin-right:20px">Winner TOP 10</label> </div> </div> <div class="form-item" style="min-width:400px;width:100%;display:none"> <select name="kategorie" id="kategorie" class="form-control laterNewSelect" style="width:100%"> <option value="">All product categories</option> <option value="Pure"></option> <option value="Pure Architects"></option> </select> </div><!--//form-item--> </div><!--//inner--> </div><!-- //form-row--> </div> </div> <label for="search" style="font-size:0.8125rem;"><strong>Filter by trade show</strong></label> <div class="filter"> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_meat"><img src="images/messe1.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_bread_bakery"><img src="images/messe2.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_fine_food"><img src="images/messe3.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_hot_beverages"><img src="images/messe4.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_organic"><img src="images/messe5.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_chilled_fresh_food"><img src="images/messe6.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_frozen_food"><img src="images/messe7.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_drinks"><img src="images/messe8.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_dairy"><img src="images/messe10.png" /></a> <a href="javascript:void(0)" class="messe_btn noline inactive" data-messe="anuga_out_of_home"><img src="images/messe11.png" /></a> </div> <input type="hidden" name="messe_aktiv" id="messe_aktiv" value=""> <div class="reset_filter" style="display: none"><a href="javascript:void(0)">Reset filter</a></div> <label for="sortAby" style="font-size:0.8125rem;"><strong>Sort by</strong></label> <div class="form-block noborder plain sortblock"> <div class="form-row clfix" style="z-index:10000;"> <div class="form-item half" style=" max-width: 320px;"> <div class="styled_select dyn" id="sortierennachselect"> <div class="toggle"> Product name </div> <div class="select_options"> <div class="inner ani"> <div class="entry"><span rel="PRODUKT">Product name</span></div> <div class="entry"><span rel="AUSSTELLER">Exhibitor</span></div> <div class="entry"><span rel="DATUM">Date</span></div> </div> </div> <input type="hidden" id="sortAby" name="sortAby" value="" > </div> </div> </div> </div> <div class="teaser-row"> </div> </div> </div></div></section> <!-- CONTENT_AREA_END --> </div> <!-- FOOTER_BEGIN --> <script language="javascript" type="text/javascript"> </script> <footer> <div class="grid-wrapper darkback"> <div class="gw-inner"> <div class="inner"> <div class="col-left"> <div class="socials"> </div> <div class="meta light"> <a href="https://www.koelnmesse.com/current-dates/all-trade-fairs/" target="_blank" title="link primary" class="primarylink noline"><span>Further trade fairs and events</span></a> <div class="inner"> <a href="https://www.anuga.com/legal-notice/" title="Legal notice" class="noline" target="_blank">Legal notice</a> <a href="https://www.anuga.com/security-and-data-protection/" title="Security and data protection" class="noline" target="_blank">Security and data protection</a> </div> </div> </div> <div class="col-right"> <div class="organiser clfix"> <strong></strong> <a href="http://www.koelnmesse.com" title="Koelnmesse GmbH" target="_blank"> <img src="images/logo_koelnmesse_footer.png" alt="Koelnmesse GmbH" title="Koelnmesse GmbH"> </a> </div> </div> </div> </div> <span class="totop scrollto"><img src="images/ico_totop.png" alt="Nach oben" title="Nach oben"></span> </div> </footer> <!-- FOOTER_END --> <script src="https://cdn.jsdelivr.net/npm/intersection-observer@0.7.0/intersection-observer.js"></script> <script src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@12.3.0/dist/lazyload.min.js"></script> <script> var LazyLoad = new LazyLoad({ elements_selector: ".lazy" }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10