CINXE.COM

Representatives of PINK GmbH Thermosysteme

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb"> <head> <base href="https://www.pink.de/en/representatives.html" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="PINK worldwide, proximity to customers, at site, PINK Group, USA, Japan" /> <meta name="description" content="PINK sells systems worldwide. With a large network of representatives for each specific product range PINK offers proximity to customers in a lot of countries." /> <title>Representatives of PINK GmbH Thermosysteme</title> <link href="https://www.pink.de/de/vertretungen.html" rel="alternate" hreflang="de-DE" /> <link href="https://www.pink.de/en/representatives.html" rel="alternate" hreflang="en-GB" /> <link href="https://www.pink.de/jp/representatives-jp.html" rel="alternate" hreflang="ja-JP" /> <link href="/templates/pink/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/plugins/system/jce/css/content.css?6a4e47ff9c6b0bc8459832e8d63f009b" rel="stylesheet" type="text/css" /> <link href="/media/mod_languages/css/template.css?6a4e47ff9c6b0bc8459832e8d63f009b" rel="stylesheet" type="text/css" /> <link href="/modules/mod_rssearch/assets/css/rssearch.css" rel="stylesheet" type="text/css" /> <script type="application/json" class="joomla-script-options new">{"csrf.token":"70aa6277f28c2bed6334979110c0b2b7","system.paths":{"root":"","base":""}}</script> <script src="/media/jui/js/jquery.min.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/system/js/caption.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/system/js/mootools-core.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/system/js/core.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?6a4e47ff9c6b0bc8459832e8d63f009b" type="text/javascript"></script> <script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); </script> <link href="https://www.pink.de/de/vertretungen.html" rel="alternate" hreflang="x-default" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="/templates/pink/apple-touch-icon.png"/> <link rel="shortcut icon" type="image/png" sizes="196x196" href="/templates/pink/favicon-196x196.png"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,400italic,300italic" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/templates/pink/css/style.css" type="text/css" /> <script type="text/javascript" src="/templates/pink/js/index.js"></script> <meta name="format-detection" content="telephone=no"> </head> <body> <header> <section class="content80"> <div id="header"> <div class="menuicon" id="logomobil"> <div class="custom" > <img id="hidemenuicon" onclick="openMenumob()" src="/images/img/45-menu.png" alt="Menu icon" /> <img id="showiconclose" class="closehidden" onclick="closeMenumob()" src="/images/img/45-close.png" alt="Close icon" /></div> </div> <div class="logo"> <div class="custom" > <a href="/index.php"><img title="PINK Thermosysteme Startseite" src="/images/PINK-Logo.gif" alt="PINK Thermosysteme Startseite" /></a></div> </div> <div class="lang"> <div class="mod-languages"> <div class="mod-languages"> <ul class="lang-inline" dir="ltr"> <li> <a href="/de/vertretungen.html"> Deutsch </a> </li> <li class="lang-active"> <a href="https://www.pink.de/en/representatives.html"> English </a> </li> <li> <a href="/jp/representatives-jp.html"> 日本語 </a> </li> </ul> </div> </div> <div id="suche"> <script type="text/javascript" charset="utf-8"> var moduleId = 111; var RSFSearch111; var results_box = document.getElementById('search_suggest111'); var generateResultsTimer = 0; function searchSuggest111() { if (generateResultsTimer > 0) { clearTimeout(generateResultsTimer); } generateResultsTimer = window.setTimeout(function () { var str = encodeURIComponent(document.getElementById('rsf_inp111').value); var ss = document.getElementById('search_suggest111'); if (str.length == 0) { closeSearch111(); return; } var req = new Request.JSON({ method: 'post', url: 'https://www.pink.de/'+'index.php?option=com_rssearch', data: 'view=results&layout=ajax&module_id=111&search='+str, onSuccess: function(responseText, responseXML) { var json = responseText; ss.innerHTML = ''; var suggest = ''; var results = json.length; var limit = 1; var i = 0; if (results > 0) { if (results < limit) { var max = results; } else { var max = limit; } suggest += '<div class="rssearch_close"><a href="javascript:void(0)" onclick="javascript:closeSearch111();"><img src="https://www.pink.de/modules/mod_rssearch/assets/images/close.png" alt="" /></a></div>'; json.each(function (el) { if (i < max) { suggest += '<div onmouseover="javascript:suggestOver111(this);" onmouseout="javascript:suggestOut111(this);" class="suggest_link">'; suggest += '<a style="color: #FFFFFF" href="'+ el.link +'">'+el.title+'</a>'; suggest += '</div>'; } i++; }); if (results > limit){ suggest += '<div class="suggest_link suggest_link_all" onclick="javascript:setSearch111(this.innerHTML);"><b>View all results</b></a></div>'; } } ss.set('html',suggest); RSFSearch111.slideIn(); } }); req.send(); }, 800); } function suggestOver111(div_value){ div_value.className = 'suggest_link_over'; } function suggestOut111(div_value){ div_value.className = 'suggest_link'; } function setSearch111(value){ document.getElementById('search_suggest111').innerHTML = ''; document.getElementById('frmSearch'+111).submit(); } function closeSearch111(){ RSFSearch111.slideOut(); } window.addEvent('domready', function() { $('search_suggest111').setStyle('height','auto'); RSFSearch111 = new Fx.Slide('search_suggest111').hide(); var parent = $('search_suggest111').getParent('div').setStyle('width','120px'); }); </script> <div id="rssearch" class="rssearch_box"> <form id="frmSearch111" action="/en/component/rssearch/" method="GET" accept-charset="utf-8" class="rsf_form"> <input type="hidden" name="option" value="com_rssearch" /> <div class="input-append"> <input type="text" id="rsf_inp111" name="search" class="rss_loop" onkeyup="searchSuggest111();" autocomplete="off" style="width:120px;" /> </div> <div id="search_suggest111" class="rsfsuggestions" style="width:120px"></div> <input type="hidden" name="view" value="results" /> <input type="hidden" name="layout" value="default" /> <input type="hidden" name="module_id" value="111" /> </form> </div> </div> </div> </div> <nav> <div id="hauptmenu"><ul class="nav menu" id="navi"> <li class="item-103"><a href="/en/" >Home</a></li><li class="item-213 deeper parent"><a href="/en/company.html" >Company</a><ul class="none"><li class="item-214"><a href="/en/company/profile.html" >Profile</a></li><li class="item-215"><a href="/en/company/company-history.html" >Company history</a></li><li class="item-216"><a href="/en/company/references.html" >References</a></li><li class="item-217"><a href="/en/company/quality-management.html" >Quality management</a></li><li class="item-305"><a href="/en/company/environmental-management.html" >Environmental management</a></li><li class="item-349"><a href="/images/PDFs/PINK_General-Conditions-of-Sale.pdf" target="_blank" >General terms of sale</a></li><li class="item-436"><a href="/images/PDFs/PINK_General-Conditions-of-Purchase.pdf" target="_blank" >General terms of purchase</a></li></ul></li><li class="item-218 deeper parent"><a href="/en/products.html" >Products</a><ul class="none"><li class="item-219 deeper parent"><a class="cat-bold" href="/en/products/vacuum-soldering-systems.html" >Vacuum soldering systems</a><ul class="none"><li class="item-220"><a href="/en/products/vacuum-soldering-systems/vadu-100.html" >VADU 100. Vacuum soldering system compact and reliable</a></li><li class="item-574"><a href="/en/products/vacuum-soldering-systems/vadu-100-i.html" >VADU 100-I. Vacuum soldering system with induction</a></li><li class="item-576"><a href="/en/products/vacuum-soldering-systems/vadu-modular.html" >VADU Modular. Vacuum soldering system based on modules</a></li><li class="item-222"><a href="/en/products/vacuum-soldering-systems/vadu-200xl-w.html" >VADU 200XL-W. Vacuum soldering system. Wafers up to 12”</a></li><li class="item-260"><a href="/en/products/vacuum-soldering-systems/carriers.html" >Customized carriers for vacuum soldering systems </a></li><li class="item-261"><a href="/en/products/vacuum-soldering-systems/automation.html" >Fully automated vacuum soldering in series production</a></li><li class="item-848"><a href="/en/products/vacuum-soldering-systems/advantages-of-the-vadus.html" >Advantages of the VADUs</a></li></ul></li><li class="item-331 deeper parent"><a class="cat-bold" href="/en/products/sintering-systems.html" >Sintering systems</a><ul class="none"><li class="item-523"><a href="/en/products/sintering-systems/automation-sintering-technology.html" >Fully automated sintering systems in series production</a></li><li class="item-332"><a href="/en/products/sintering-systems/sin-200-modular.html" >SIN 200+ modular. The flexible sintering system for conductive bonds</a></li><li class="item-854"><a href="/en/products/sintering-systems/sintering-system-sin-20.html" >SIN 20. The small scale, vacuum assisted sintering system</a></li></ul></li><li class="item-224 deeper parent"><a class="cat-bold" href="/en/products/vacuum-drying-systems.html" >Drying systems / Isolators</a><ul class="none"><li class="item-225"><a href="/en/products/vacuum-drying-systems/vacuum-drying-system-vsd.html" >VSD. Vacuum drying oven. Clean and contamination-free</a></li><li class="item-226"><a href="/en/products/vacuum-drying-systems/drying-system-vsd-e.html" >VSD-e. Vacuum drying oven. Compact, flexible for laboratories</a></li><li class="item-227"><a href="/en/products/vacuum-drying-systems/vt.html" >VT. Vacuum drying oven for standard processes</a></li><li class="item-229"><a href="/en/products/vacuum-drying-systems/circulating-air-ovens-ut.html" >UT. Circulating air oven. From drying till sterilizing</a></li><li class="item-231"><a href="/en/products/vacuum-drying-systems/vut.html" >VUT. Vacuum circulating air oven. Reliable drying</a></li><li class="item-233"><a href="/en/products/vacuum-drying-systems/vsdi.html" >VSDI. Vacuum drying oven with isolator. Safe drying</a></li><li class="item-234"><a href="/en/products/vacuum-drying-systems/vsdin.html" >VSDIN. Vacuum drying oven with isolator and pressure nutsch</a></li><li class="item-272"><a href="/en/products/vacuum-drying-systems/services.html" >Services</a></li></ul></li><li class="item-237 deeper parent"><a class="cat-bold" href="/en/products/low-pressure-plasma-systems-en.html" >Low-pressure plasma systems</a><ul class="none"><li class="item-238"><a href="/en/products/low-pressure-plasma-systems-en/v6-g.html" >V6-G. Low-pressure plasma system. Efficient tabletop unit</a></li><li class="item-343"><a href="/en/products/low-pressure-plasma-systems-en/v10-g.html" >V10-G. Low-pressure plasma system. Removal of photoresists</a></li><li class="item-239"><a href="/en/products/low-pressure-plasma-systems-en/v15-g.html" >V15-G. Low-pressure plasma system. Volume 15 l | to 600 W</a></li><li class="item-240"><a href="/en/products/low-pressure-plasma-systems-en/v55-g.html" >V55-G. Low-pressure plasma system. Volume 55 l | to 1,200 W</a></li><li class="item-241"><a href="/en/products/low-pressure-plasma-systems-en/v80-g.html" >V80-G. Low-pressure plasma system. Volume 80 l | to 1,200 W</a></li><li class="item-705"><a href="/en/products/low-pressure-plasma-systems-en/v80-g-side.html" >V80-G-Side. Low-pressure plasma system. Lateral feed-in</a></li><li class="item-242"><a href="/en/products/low-pressure-plasma-systems-en/inline-systems.html" >Inline plasma systems. Automated surface treatment</a></li><li class="item-243"><a href="/en/products/low-pressure-plasma-systems-en/special-systems.html" >Special systems. Customized low-pressure plasma solutions</a></li><li class="item-244"><a href="/en/products/low-pressure-plasma-systems-en/reel-to-reel-systems.html" >Reel-to-reel systems. Plasma surface treatment of flexible tapes</a></li><li class="item-282 deeper parent"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment.html" >Surface treatment with low-pressure plasma</a><ul class="none"><li class="item-283"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-activation.html" >Activation with low-pressure plasma. Bonding improvement</a></li><li class="item-284"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-cleaning.html" >Cleaning with low-pressure plasma. Ultrapure surfaces</a></li><li class="item-285"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-etching.html" >Etching with low-pressure plasma. High-precision and flexible</a></li><li class="item-286"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-coating.html" >Coating with low-pressure plasma. Functional polymerization</a></li></ul></li><li class="item-518"><a href="/en/products/low-pressure-plasma-systems-en/application-notes.html" >Low-pressure plasma. Examples of surface treatments</a></li><li class="item-851"><a href="/en/products/low-pressure-plasma-systems-en/the-efficient-method-for-best-results.html" >The efficient method for best results</a></li></ul></li></ul></li><li class="item-536"><a href="/en/application.html" >Application</a></li><li class="item-245"><a href="/en/service-engl.html" >Service</a></li><li class="item-335 current active deeper parent"><a href="/en/representatives.html" >Representatives</a><ul class="none"><li class="item-569"><a href="/en/representatives/representatives-soldering-technology.html" >Soldering technology</a></li><li class="item-570"><a href="/en/representatives/representatives-drying-technology.html" >Drying technology</a></li><li class="item-571"><a href="/en/representatives/representatives-plasma-technology.html" >Plasma technology</a></li></ul></li><li class="item-246 deeper parent"><a href="/en/news.html" >News</a><ul class="none"><li class="item-247"><a href="/en/news/exhibitions.html" >Exhibitions</a></li><li class="item-248"><a href="/en/news/current-issues.html" >Latest news</a></li><li class="item-249"><a href="/en/news/press.html" >Press</a></li></ul></li><li class="item-250"><a href="/en/career.html" >Career</a></li></ul> </div> <div id="steuerung"><ul class="nav menu" id="navi"> <li class="item-103"><a href="/en/" >Home</a></li><li class="item-213 deeper parent"><a href="/en/company.html" >Company</a><ul class="none"><li class="item-214"><a href="/en/company/profile.html" >Profile</a></li><li class="item-215"><a href="/en/company/company-history.html" >Company history</a></li><li class="item-216"><a href="/en/company/references.html" >References</a></li><li class="item-217"><a href="/en/company/quality-management.html" >Quality management</a></li><li class="item-305"><a href="/en/company/environmental-management.html" >Environmental management</a></li><li class="item-349"><a href="/images/PDFs/PINK_General-Conditions-of-Sale.pdf" target="_blank" >General terms of sale</a></li><li class="item-436"><a href="/images/PDFs/PINK_General-Conditions-of-Purchase.pdf" target="_blank" >General terms of purchase</a></li></ul></li><li class="item-218 deeper parent"><a href="/en/products.html" >Products</a><ul class="none"><li class="item-219 deeper parent"><a class="cat-bold" href="/en/products/vacuum-soldering-systems.html" >Vacuum soldering systems</a><ul class="none"><li class="item-220"><a href="/en/products/vacuum-soldering-systems/vadu-100.html" >VADU 100. Vacuum soldering system compact and reliable</a></li><li class="item-574"><a href="/en/products/vacuum-soldering-systems/vadu-100-i.html" >VADU 100-I. Vacuum soldering system with induction</a></li><li class="item-576"><a href="/en/products/vacuum-soldering-systems/vadu-modular.html" >VADU Modular. Vacuum soldering system based on modules</a></li><li class="item-222"><a href="/en/products/vacuum-soldering-systems/vadu-200xl-w.html" >VADU 200XL-W. Vacuum soldering system. Wafers up to 12”</a></li><li class="item-260"><a href="/en/products/vacuum-soldering-systems/carriers.html" >Customized carriers for vacuum soldering systems </a></li><li class="item-261"><a href="/en/products/vacuum-soldering-systems/automation.html" >Fully automated vacuum soldering in series production</a></li><li class="item-848"><a href="/en/products/vacuum-soldering-systems/advantages-of-the-vadus.html" >Advantages of the VADUs</a></li></ul></li><li class="item-331 deeper parent"><a class="cat-bold" href="/en/products/sintering-systems.html" >Sintering systems</a><ul class="none"><li class="item-523"><a href="/en/products/sintering-systems/automation-sintering-technology.html" >Fully automated sintering systems in series production</a></li><li class="item-332"><a href="/en/products/sintering-systems/sin-200-modular.html" >SIN 200+ modular. The flexible sintering system for conductive bonds</a></li><li class="item-854"><a href="/en/products/sintering-systems/sintering-system-sin-20.html" >SIN 20. The small scale, vacuum assisted sintering system</a></li></ul></li><li class="item-224 deeper parent"><a class="cat-bold" href="/en/products/vacuum-drying-systems.html" >Drying systems / Isolators</a><ul class="none"><li class="item-225"><a href="/en/products/vacuum-drying-systems/vacuum-drying-system-vsd.html" >VSD. Vacuum drying oven. Clean and contamination-free</a></li><li class="item-226"><a href="/en/products/vacuum-drying-systems/drying-system-vsd-e.html" >VSD-e. Vacuum drying oven. Compact, flexible for laboratories</a></li><li class="item-227"><a href="/en/products/vacuum-drying-systems/vt.html" >VT. Vacuum drying oven for standard processes</a></li><li class="item-229"><a href="/en/products/vacuum-drying-systems/circulating-air-ovens-ut.html" >UT. Circulating air oven. From drying till sterilizing</a></li><li class="item-231"><a href="/en/products/vacuum-drying-systems/vut.html" >VUT. Vacuum circulating air oven. Reliable drying</a></li><li class="item-233"><a href="/en/products/vacuum-drying-systems/vsdi.html" >VSDI. Vacuum drying oven with isolator. Safe drying</a></li><li class="item-234"><a href="/en/products/vacuum-drying-systems/vsdin.html" >VSDIN. Vacuum drying oven with isolator and pressure nutsch</a></li><li class="item-272"><a href="/en/products/vacuum-drying-systems/services.html" >Services</a></li></ul></li><li class="item-237 deeper parent"><a class="cat-bold" href="/en/products/low-pressure-plasma-systems-en.html" >Low-pressure plasma systems</a><ul class="none"><li class="item-238"><a href="/en/products/low-pressure-plasma-systems-en/v6-g.html" >V6-G. Low-pressure plasma system. Efficient tabletop unit</a></li><li class="item-343"><a href="/en/products/low-pressure-plasma-systems-en/v10-g.html" >V10-G. Low-pressure plasma system. Removal of photoresists</a></li><li class="item-239"><a href="/en/products/low-pressure-plasma-systems-en/v15-g.html" >V15-G. Low-pressure plasma system. Volume 15 l | to 600 W</a></li><li class="item-240"><a href="/en/products/low-pressure-plasma-systems-en/v55-g.html" >V55-G. Low-pressure plasma system. Volume 55 l | to 1,200 W</a></li><li class="item-241"><a href="/en/products/low-pressure-plasma-systems-en/v80-g.html" >V80-G. Low-pressure plasma system. Volume 80 l | to 1,200 W</a></li><li class="item-705"><a href="/en/products/low-pressure-plasma-systems-en/v80-g-side.html" >V80-G-Side. Low-pressure plasma system. Lateral feed-in</a></li><li class="item-242"><a href="/en/products/low-pressure-plasma-systems-en/inline-systems.html" >Inline plasma systems. Automated surface treatment</a></li><li class="item-243"><a href="/en/products/low-pressure-plasma-systems-en/special-systems.html" >Special systems. Customized low-pressure plasma solutions</a></li><li class="item-244"><a href="/en/products/low-pressure-plasma-systems-en/reel-to-reel-systems.html" >Reel-to-reel systems. Plasma surface treatment of flexible tapes</a></li><li class="item-282 deeper parent"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment.html" >Surface treatment with low-pressure plasma</a><ul class="none"><li class="item-283"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-activation.html" >Activation with low-pressure plasma. Bonding improvement</a></li><li class="item-284"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-cleaning.html" >Cleaning with low-pressure plasma. Ultrapure surfaces</a></li><li class="item-285"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-etching.html" >Etching with low-pressure plasma. High-precision and flexible</a></li><li class="item-286"><a href="/en/products/low-pressure-plasma-systems-en/surface-treatment/plasma-coating.html" >Coating with low-pressure plasma. Functional polymerization</a></li></ul></li><li class="item-518"><a href="/en/products/low-pressure-plasma-systems-en/application-notes.html" >Low-pressure plasma. Examples of surface treatments</a></li><li class="item-851"><a href="/en/products/low-pressure-plasma-systems-en/the-efficient-method-for-best-results.html" >The efficient method for best results</a></li></ul></li></ul></li><li class="item-536"><a href="/en/application.html" >Application</a></li><li class="item-245"><a href="/en/service-engl.html" >Service</a></li><li class="item-335 current active deeper parent"><a href="/en/representatives.html" >Representatives</a><ul class="none"><li class="item-569"><a href="/en/representatives/representatives-soldering-technology.html" >Soldering technology</a></li><li class="item-570"><a href="/en/representatives/representatives-drying-technology.html" >Drying technology</a></li><li class="item-571"><a href="/en/representatives/representatives-plasma-technology.html" >Plasma technology</a></li></ul></li><li class="item-246 deeper parent"><a href="/en/news.html" >News</a><ul class="none"><li class="item-247"><a href="/en/news/exhibitions.html" >Exhibitions</a></li><li class="item-248"><a href="/en/news/current-issues.html" >Latest news</a></li><li class="item-249"><a href="/en/news/press.html" >Press</a></li></ul></li><li class="item-250"><a href="/en/career.html" >Career</a></li></ul> </div> </nav> </section> </header> <div id="inhalt"> <div id="content"><div class="item-page" itemscope itemtype="http://schema.org/Article"> <meta itemprop="inLanguage" content="en-GB" /> <div itemprop="articleBody"> <div class="banner"> <div class="bannerimg alone"><h1 class="nomargin"> <img title="Representatives of PINK GmbH Thermosysteme" src="/images/img/Banner/Banner-representatives-EN.png" alt="Representatives of PINK GmbH Thermosysteme" /></h1></div> </div> <article> <section> <p class="morepaddingtop">PINK sells plants and systems to worldwide markets. With a large network of representatives for each specific product range PINK offers proximity to customers in a lot of countries.</p> <p>This ensures optimal consulting, project support, startup assistance as well as competent services at site.</p> <p>Our representatives are looking forward to receiving your request.</p> <div class="custom" > <a class="category" href="/en/representatives/representatives-soldering-technology.html"> <img title="Representatives Soldering Technology" src="/images/img/Category-loettechnik.png" alt="Representatives Soldering Technology" /> <div class="transparentbox"> <h2>Soldering Technology</h2> </div> </a> <a class="category categoryright" href="/en/representatives/representatives-drying-technology.html"><img title="Representatives Drying Technology" src="/images/img/Category-trocknungstechnik.png" alt="Representatives Drying Technology" /> <div class="transparentbox"> <h2>Drying Technology</h2> </div> </a> <a class="category" href="/en/representatives/representatives-plasma-technology.html"> <img title="Representatives Plasma Technology" src="/images/img/Category-plasmatechnik.png" alt="Representatives Plasma Technology" /> <div class="transparentbox"> <h2>Plasma Technology</h2> </div> </a></div> <h2 class="center bg-grey clearfix">PINK Group</h2> <div class="custom" > <div class="country"><img class="headquarters" title="Hauptsitz" src="/images/img/35-headquarters.png" alt="Icon Hauptsitz" /> <h3>Germany</h3> <h2 class="black">PINK GmbH Thermosysteme</h2> <div class="address nocontact"> <p>Am Kessler 6</p> <p>97877 Wertheim</p> <p>Germany</p> </div> <table> <tbody> <tr> <td><img title="Icon Telefon" src="/images/img/20-phone.png" alt="Icon Telefon" /></td> <td><a href="tel:#">+49 9342 919-0</a></td> </tr> <tr> <td><img title="Icon Fax" src="/images/img/20-fax.png" alt="Icon Fax" /></td> <td><a href="tel:#">+49 9342 919-111</a></td> </tr> <tr> <td><img title="Icon E-mail" src="/images/img/20-email.png" alt="Icon E-mail" /></td> <td><span id="cloak6b95fa7f85b261201adc25276c2c4e7f">This email address is being protected from spambots. You need JavaScript enabled to view it.</span><script type='text/javascript'> document.getElementById('cloak6b95fa7f85b261201adc25276c2c4e7f').innerHTML = ''; var prefix = '&#109;a' + 'i&#108;' + '&#116;o'; var path = 'hr' + 'ef' + '='; var addy6b95fa7f85b261201adc25276c2c4e7f = '&#105;nf&#111;' + '&#64;'; addy6b95fa7f85b261201adc25276c2c4e7f = addy6b95fa7f85b261201adc25276c2c4e7f + 'p&#105;nk' + '&#46;' + 'd&#101;'; var addy_text6b95fa7f85b261201adc25276c2c4e7f = '&#105;nf&#111;' + '&#64;' + 'p&#105;nk' + '&#46;' + 'd&#101;';document.getElementById('cloak6b95fa7f85b261201adc25276c2c4e7f').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy6b95fa7f85b261201adc25276c2c4e7f + '\'>'+addy_text6b95fa7f85b261201adc25276c2c4e7f+'<\/a>'; </script></td> </tr> <tr> <td><img title="Icon Adresse" src="/images/img/20-website.png" alt="Icon Adresse" /></td> <td><a href="http://www.pink.de" target="_blank" rel="noopener">www.pink.de</a></td> </tr> </tbody> </table> </div></div> <div class="custom" > <div class="country country-large"><img class="headquarters" title="Hauptsitz" src="/images/img/35-headquarters.png" alt="Icon Hauptsitz" /> <p class="countryname">Japan</p> <p class="countrytitle">PINK Japan K.K.</p> <div class="address"> <p>K2 Building</p> <p>3-6-9 Roppongi, Minato-ku</p> <p>Tokyo 106-0032</p> <p>Japan</p> </div> <table> <tbody> <tr> <td><img title="Icon Telefon" src="/images/img/20-phone.png" alt="Icon Telefon" /></td> <td><a href="tel:#">+81 35 777-0602</a></td> </tr> <tr> <td><img title="Icon Service" src="/images/img/20-service.png" alt="Icon Service" /></td> <td><a href="tel:#">+81 35 777-0603</a></td> </tr> <tr> <td><img title="Icon Fax" src="/images/img/20-fax.png" alt="Icon Fax" /></td> <td><a href="tel:#">+81 35 777-0604</a></td> </tr> <tr> <td><img title="Icon E-mail" src="/images/img/20-email.png" alt="Icon E-mail" /></td> <td><span id="cloakb0bb94b92fa3aebd33f12ce861cf1cf5">This email address is being protected from spambots. You need JavaScript enabled to view it.</span><script type='text/javascript'> document.getElementById('cloakb0bb94b92fa3aebd33f12ce861cf1cf5').innerHTML = ''; var prefix = '&#109;a' + 'i&#108;' + '&#116;o'; var path = 'hr' + 'ef' + '='; var addyb0bb94b92fa3aebd33f12ce861cf1cf5 = '&#105;nf&#111;' + '&#64;'; addyb0bb94b92fa3aebd33f12ce861cf1cf5 = addyb0bb94b92fa3aebd33f12ce861cf1cf5 + 'p&#105;nk-j&#97;p&#97;n' + '&#46;' + 'c&#111;' + '&#46;' + 'jp'; var addy_textb0bb94b92fa3aebd33f12ce861cf1cf5 = '&#105;nf&#111;' + '&#64;' + 'p&#105;nk-j&#97;p&#97;n' + '&#46;' + 'c&#111;' + '&#46;' + 'jp';document.getElementById('cloakb0bb94b92fa3aebd33f12ce861cf1cf5').innerHTML += '<a ' + path + '\'' + prefix + ':' + addyb0bb94b92fa3aebd33f12ce861cf1cf5 + '\'>'+addy_textb0bb94b92fa3aebd33f12ce861cf1cf5+'<\/a>'; </script></td> </tr> <tr> <td><img title="Icon Adresse" src="/images/img/20-website.png" alt="Icon Adresse" /></td> <td><a href="http://www.pink.de/jp/" target="_blank" rel="noopener">www.pink.de/jp</a></td> </tr> </tbody> </table> </div></div> <div class="custom" > <div class="country"><img class="headquarters" title="Hauptsitz" src="/images/img/35-headquarters.png" alt="Icon Hauptsitz" /> <h3>USA</h3> <h2 class="black">PINK North America Corp.</h2> <div class="address nocontact"> <p>1301 Avenue of Americas, Floor 21</p> <p>New York, NY 10019 USA</p> <p>USA</p> </div> <table> <tbody> <tr> <td><img title="Icon Telefon" src="/images/img/20-phone.png" alt="Icon Telefon" /></td> <td><a href="tel:#">+1 646 5377598</a></td> </tr> <tr> <td><img title="Icon Fax" src="/images/img/20-fax.png" alt="Icon Fax" /></td> <td><a href="tel:#">+1 646 4051027</a></td> </tr> <tr> <td><img title="Icon E-mail" src="/images/img/20-email.png" alt="Icon E-mail" /></td> <td><span id="cloak95542673ee8792e9291b800ad177e5b3">This email address is being protected from spambots. You need JavaScript enabled to view it.</span><script type='text/javascript'> document.getElementById('cloak95542673ee8792e9291b800ad177e5b3').innerHTML = ''; var prefix = '&#109;a' + 'i&#108;' + '&#116;o'; var path = 'hr' + 'ef' + '='; var addy95542673ee8792e9291b800ad177e5b3 = 's&#97;l&#101;s' + '&#64;'; addy95542673ee8792e9291b800ad177e5b3 = addy95542673ee8792e9291b800ad177e5b3 + 'p&#105;nk-n&#111;rth-&#97;m&#101;r&#105;c&#97;' + '&#46;' + 'c&#111;m'; var addy_text95542673ee8792e9291b800ad177e5b3 = 's&#97;l&#101;s' + '&#64;' + 'p&#105;nk-n&#111;rth-&#97;m&#101;r&#105;c&#97;' + '&#46;' + 'c&#111;m';document.getElementById('cloak95542673ee8792e9291b800ad177e5b3').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy95542673ee8792e9291b800ad177e5b3 + '\'>'+addy_text95542673ee8792e9291b800ad177e5b3+'<\/a>'; </script></td> </tr> <tr> <td><img title="Icon Adresse" src="/images/img/20-website.png" alt="Icon Adresse" /></td> <td><a href="http://www.pink.de/en" target="_blank" rel="noopener">www.pink.de/en</a></td> </tr> </tbody> </table> </div></div> </section> </article> </div> </div> </div> </div> <footer> <div id="breadcrumb"> <div class="content80"> <ul itemscope itemtype="http://schema.org/BreadcrumbList" id="bread" class="breadcrumb"> <li class="active"> <span class="divider icon-location"></span> </li> <li itemprop="itemListElement" class="Array" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="/en/" class="pathway"> <span itemprop="name"> Home </span> </a> <meta itemprop="position" content="1"> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" id="letzter" class="active"> <span itemprop="name"> Representatives </span> <meta itemprop="position" content="2"> </li> </ul> </div> </div> <div class="content80"> <section> <div class="footerinfo"> <div class="custom" > <div class="country country-small"> <p class="countrytitle">PINK GmbH Thermosysteme</p> <div class="address"> <p>Am Kessler 6</p> <p>97877 Wertheim</p> <p>Germany</p> </div> <table> <tbody> <tr> <td><img title="Icon Telefon" src="/images/img/20-phone.png" alt="Icon Telefon" /></td> <td><a href="tel:#">+49 9342 919-0</a></td> </tr> <tr> <td><img title="Icon Fax" src="/images/img/20-fax.png" alt="Icon Fax" /></td> <td><a href="tel:#">+49 9342 919-111</a></td> </tr> <tr> <td><img title="Icon E-mail" src="/images/img/20-email.png" alt="Icon E-mail" /></td> <td><a href="mailto:info@pink.de">info@pink.de</a></td> </tr> </tbody> </table> </div></div> </div> <div class="footerinfo"><ul class="nav menu" id="nav_footer"> <li class="item-322"><a href="/en/service-engl.html" >Service</a></li><li class="item-324"><a href="/en/career.html" >Career</a></li><li class="item-325"><a href="/en/contact.html" >Contact</a></li><li class="item-546"><a href="/en/privacy.html" >Privacy</a></li><li class="item-860"><a href="/en/whistleblower-en.html" >Whistleblower</a></li><li class="item-326"><a href="/en/imprint-gtc.html" >Imprint/GTC</a></li></ul> <div class="custom" > <div class="socialmedia"> <div class="socialmedia-logos"> <table> <tbody> <tr> <td><a class="messe" href="https://www.facebook.com/people/PINK-GmbH-Thermosysteme/100087455050861/" target="_blank" rel="noopener"><img title="Facebook" src="/images/img/socialmedia_facebook_grau.png" alt="Instagram" onmouseover="this.src='/images/img/socialmedia_facebook.png';" onmouseout="this.src='/images/img/socialmedia_facebook_grau.png';" /></a></td> <td><a class="messe" href="https://www.instagram.com/pinkthermosysteme/" target="_blank" rel="noopener"><img title="Instagram" src="/images/img/socialmedia_instagram_grau.png" alt="Instagram" onmouseover="this.src='/images/img/socialmedia_instagram.png';" onmouseout="this.src='/images/img/socialmedia_instagram_grau.png';" /></a></td> </tr> </tbody> </table> </div> </div></div> </div> <div class="footerinfo langmob"> <script type="text/javascript" charset="utf-8"> var moduleId = 111; var RSFSearch111; var results_box = document.getElementById('search_suggest111'); var generateResultsTimer = 0; function searchSuggest111() { if (generateResultsTimer > 0) { clearTimeout(generateResultsTimer); } generateResultsTimer = window.setTimeout(function () { var str = encodeURIComponent(document.getElementById('rsf_inp111').value); var ss = document.getElementById('search_suggest111'); if (str.length == 0) { closeSearch111(); return; } var req = new Request.JSON({ method: 'post', url: 'https://www.pink.de/'+'index.php?option=com_rssearch', data: 'view=results&layout=ajax&module_id=111&search='+str, onSuccess: function(responseText, responseXML) { var json = responseText; ss.innerHTML = ''; var suggest = ''; var results = json.length; var limit = 1; var i = 0; if (results > 0) { if (results < limit) { var max = results; } else { var max = limit; } suggest += '<div class="rssearch_close"><a href="javascript:void(0)" onclick="javascript:closeSearch111();"><img src="https://www.pink.de/modules/mod_rssearch/assets/images/close.png" alt="" /></a></div>'; json.each(function (el) { if (i < max) { suggest += '<div onmouseover="javascript:suggestOver111(this);" onmouseout="javascript:suggestOut111(this);" class="suggest_link">'; suggest += '<a style="color: #FFFFFF" href="'+ el.link +'">'+el.title+'</a>'; suggest += '</div>'; } i++; }); if (results > limit){ suggest += '<div class="suggest_link suggest_link_all" onclick="javascript:setSearch111(this.innerHTML);"><b>View all results</b></a></div>'; } } ss.set('html',suggest); RSFSearch111.slideIn(); } }); req.send(); }, 800); } function suggestOver111(div_value){ div_value.className = 'suggest_link_over'; } function suggestOut111(div_value){ div_value.className = 'suggest_link'; } function setSearch111(value){ document.getElementById('search_suggest111').innerHTML = ''; document.getElementById('frmSearch'+111).submit(); } function closeSearch111(){ RSFSearch111.slideOut(); } window.addEvent('domready', function() { $('search_suggest111').setStyle('height','auto'); RSFSearch111 = new Fx.Slide('search_suggest111').hide(); var parent = $('search_suggest111').getParent('div').setStyle('width','120px'); }); </script> <div id="rssearch" class="rssearch_box"> <form id="frmSearch111" action="/en/component/rssearch/" method="GET" accept-charset="utf-8" class="rsf_form"> <input type="hidden" name="option" value="com_rssearch" /> <div class="input-append"> <input type="text" id="rsf_inp111" name="search" class="rss_loop" onkeyup="searchSuggest111();" autocomplete="off" style="width:120px;" /> </div> <div id="search_suggest111" class="rsfsuggestions" style="width:120px"></div> <input type="hidden" name="view" value="results" /> <input type="hidden" name="layout" value="default" /> <input type="hidden" name="module_id" value="111" /> </form> </div> <div class="mod-languages"> <ul class="lang-inline" dir="ltr"> <li> <a href="/de/vertretungen.html"> Deutsch </a> </li> <li class="lang-active"> <a href="https://www.pink.de/en/representatives.html"> English </a> </li> <li> <a href="/jp/representatives-jp.html"> 日本語 </a> </li> </ul> </div> </div> </section> </div> </footer> </body> </html>

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