Customer Service Representative - Hydraulic Hose & Fittings
hace 3 días
Minneapolis
Job Description Inject the flag directly into the main browser window and the session. window.isSFInternalUser = true; sessionStorage.setItem('SFInternalUser', 'true'); document.addEventListener('DOMContentLoaded', function () { Execute only if the user is on the job details page if (document.querySelector('.job-page')) { let columnOne = document.querySelector('.jobColumnOne'); if (!columnOne) { return; } Extract the job title and remove its original token let titleElement = columnOne.querySelector('span[itemprop="title"]'); let titleText = titleElement ? titleElement.textContent.trim() : ''; if (titleElement) titleElement.closest('.joblayouttoken').remove(); Inject the custom HTML structure for the job header and green container columnOne.insertAdjacentHTML('afterbegin', ` ${titleText} `); let grid = columnOne.querySelector('.job-grid'); let allTokens = Array.from(columnOne.querySelectorAll('.joblayouttoken')); -- 1. CAPTURE VARIABLES FOR BUSINESS RULES --- let jobLocationValue = ""; let countryRegionValue = ""; let regionValue = ""; let ipeLevelValue = null; let employeeGroupValue = ""; -- INTERNAL USER VALIDATION VIA CUSTOM PLUGIN --- Reads global flags injected by the authentication plugin let pluginWindowCheck = !!window.isSFInternalUser; let pluginSessionCheck = sessionStorage.getItem('SFInternalUser') === 'true'; let isInternalPortal = pluginWindowCheck || pluginSessionCheck; Iterate through all tokens to capture their values before manipulating the DOM allTokens.forEach(el =>{ let labelEl = el.querySelector('.joblayouttoken-label'); if (!labelEl) return; let labelText = labelEl.innerText; let propId = generatePropertyId(labelText); let valueEl = el.querySelector('.rtltextaligneligible'); let valueText = valueEl ? valueEl.textContent.trim() : ""; if (propId === "JobLocation") { jobLocationValue = valueText; } else if (propId === "CountryRegion") { countryRegionValue = valueText; } else if (propId === "Region") { regionValue = valueText; } else if (propId === "IPELevel") { let match = valueText.match(/\d+/); if (match) ipeLevelValue = parseInt(match[0], 10); } else if (propId === "EmployeeGroup") { employeeGroupValue = valueText.toLowerCase(); } }); -- 2. BUSINESS RULES VALIDATION --- let isSalaryPaid = employeeGroupValue.includes('salary'); let isIpeValid = ipeLevelValue !== null && ipeLevelValue fullLocationLower.includes(state)); let hasStateAbbr = allowedUSAbbr.some(abbr =>{ let regex = new RegExp(`\b${abbr}\b`); return regex.test(fullLocationLower); }); isSalaryLocationValid = hasFullStateName || hasStateAbbr; } else { isSalaryLocationValid = allowedGlobalCountries.some(country =>fullLocationLower.includes(country)); } Job Level Visibility Rule (Legacy locations + EER Region) let allowedJobLevelLocations = ["austria", "slovakia", "lithuania", "latvia"]; let isJobLevelLocationValid = allowedJobLevelLocations.some(loc =>fullLocationLower.includes(loc)); let isEERRegion = regionValue.toUpperCase().trim() === "EER"; Final flags to determine if the fields should be shown let showSalaryRange = isSalaryLocationValid && isIpeValid && isSalaryPaid; let showJobLevel = (isJobLevelLocationValid || isEERRegion) && isIpeValid && isSalaryPaid && isInternalPortal; -- 3. TOKEN PROCESSING AND DISPLAY --- let keepAddingToGrid = true; allTokens.forEach(el =>{ Stop adding elements to the grid once the job description starts if (!keepAddingToGrid || el.querySelector('[itemprop="description"]')) { return; } let labelEl = el.querySelector('.joblayouttoken-label'); if (labelEl) { let labelText = labelEl.innerText; let customPropertyid = generatePropertyId(labelText); -- ABSOLUTE REMOVAL OF LOGIC-ONLY TOKENS --- if ( customPropertyid === "EmployeeGroup" || customPropertyid === "CountryRegion" || customPropertyid === "Region" || customPropertyid === "IPELevel" ) { el.style.display = 'none'; Force visual hiding el.remove(); Remove from DOM return; } -- APPLY VISIBILITY BUSINESS FILTERS --- if (customPropertyid === "SalaryRange" && !showSalaryRange) { el.style.display = 'none'; el.remove(); return; } if (customPropertyid === "JobLevel" && !showJobLevel) { el.style.display = 'none'; el.remove(); return; } Cosmetic adjustment for short labels if (labelText.includes("(Short)")) { labelEl.innerText = labelText.replace(/(Short)/g, "(s)"); } Append custom icons based on the mapped property ID let elType = labelEl.nextElementSibling; if (elType) { let icon = ''; let iconUrl = ''; switch (customPropertyid) { case 'JobLocation': icon = 'glyphicon-map-marker'; break; case 'BusinessUnit': icon = 'glyphicon-briefcase'; break; case 'JobCategory': icon = 'glyphicon-dashboard'; break; case 'EmploymentType': icon = 'glyphicon-star-empty'; break; case 'ReqID': icon = 'glyphicon-calendar'; break; case 'WorkLocationType': icon = 'glyphicon-paste'; break; case 'JobLevel': iconUrl = 'https:rmkcdn.successfactors.com/ef55fddb/b4cf3492-3cb2-4e29-a914-3.png'; break; case 'SalaryRange': iconUrl = 'https:rmkcdn.successfactors.com/ef55fddb/3bd06ab1-e5dc-4e72-abcb-3.png'; break; case 'TAPartner': iconUrl = 'https:rmkcdn.successfactors.com/ef55fddb/66a66419-f8c9-4f0e-b94a-6.png'; break; default: icon = ''; } let iconHtml = ''; if (icon) { iconHtml = ``; } else if (iconUrl) { iconHtml = ``; } labelEl.parentElement.insertAdjacentHTML('beforebegin', `${iconHtml}`); let wrapper = el.querySelector(`.job-token-${customPropertyid}-wrapper`); wrapper.appendChild(labelEl.parentElement); Clean up empty text nodes let emptySibling = document.querySelector(`.job-token-${customPropertyid}-wrapper`).nextSibling; if(emptySibling && emptySibling.nodeType === 3) emptySibling.remove(); } Flag to stop processing grid items when TA Partner is reached if (customPropertyid === "TAPartner") { keepAddingToGrid = false; } } grid.appendChild(el); }); } }); / Robust Mapping Function Scans the label for keywords, effectively bypassing any issues caused by translations. / function generatePropertyId(jobLayoutTokenLabel) { let normalized = jobLayoutTokenLabel.toLowerCase(); Helper function to search for keywords regardless of formatting or active language const contains = (arr) =>arr.some(keyword =>normalized.includes(keyword)); if (contains(["employee group"])) return "EmployeeGroup"; if (contains(["ipe level", "ipe"])) return "IPELevel"; Order matters: 'country' will correctly match 'country/region' if (contains(["country", "land", "país", "pays", "paese", "kraj", "krajina"])) return "CountryRegion"; if (contains(["region", "región", "région", "регион", "地区"])) return "Region"; if (contains(["posting job location", "joblokation", "job location", "jobsted", "arbeitsort", "ubicación", "site de l'emploi", "lokalizacja", "местоположение", "miesto", "职位地点", "sede di lavoro"])) return "JobLocation"; if (contains(["salary range", "recruitment salary", "løninterval", "gehaltsspanne", "przedział wynagrodzenia", "fourchette", "rango salarial", "mzdové rozpätie", "lønramme", "диапазон зарплаты"])) return "SalaryRange"; if (contains(["posting job level", "job level", "jobniveau", "joblevel", "nivel del puesto", "niveau du poste", "poziom stanowiska", "уровень должности", "úroveň pozície"])) return "JobLevel"; if (contains(["employment type", "ansættelse", "beschäftigungsart", "tipo de emprego", "type d'emploi", "rodzaj zatrudnienia", "тип занятости", "typ pracovného pomeru", "员工类型", "tipologia di impiego", "tipo de empleo"])) return "EmploymentType"; if (contains(["work location type", "arbejdsstedstype", "arbeitsmodell", "tipo de ubicacion", "emplacement de travail", "miejsca pracy", "формат работы", "výkonu práce", "工作地点类型", "modalità di lavoro"])) return "WorkLocationType"; if (contains(["job category", "jobkategori", "stellenkategorie", "categoría", "catégorie", "kategoria", "категория должности", "kategória", "职位类别", "area professionale"])) return "JobCategory"; if (contains(["business unit", "segment", "segmento", "firmaenhed", "unternehmenseinheit", "jednostka biznesowa", "сегмент", "业务板块"])) return "BusinessUnit"; if (contains(["req id", "rek-id", "kennung", "id de solicitud", "identifiant de la demande", "identyfikator", "идентификатор", "id pracovní pozície", "需求 id", "identifikačné", "id posizione", "requisition id", "stellen-id"])) return "ReqID"; if (contains(["ta partner", "partenaire ta"])) return "TAPartner"; Default fallback if no keywords are matched return jobLayoutTokenLabel.replace(/[\s:()][]/g,''); } / Reset native spacing for RMK tokens / .jobColumnOne .joblayouttoken { margin: 0 !important; padding: 0 !important; } / Job Title Header (H1) / .job-title-heading { font-size: 24px; font-weight: bold; color: #1d2d3e; margin-top: 10px; margin-bottom: 15px; } / Main Green Container Background / .job-info-wrapper .job-info-container { padding: 20px 15px; width: 100%; background-color: #cde9da; border-radius: 5px; margin-bottom: 25px; margin-top: 10px; box-sizing: border-box; } / 3-Column Grid System / .job-info-wrapper .job-grid { width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 15px; grid-row-gap: 15px; } / Mobile Responsiveness for Grid / @media screen and (max-width: 576px) { .job-info-wrapper .job-grid { grid-template-columns: repeat(1, 1fr) !important; grid-row-gap: 10px; } } .job-info-wrapper .joblayouttoken { padding-left: 0 !important; } / Token Wrapper Flexbox Layout / .job-token-wrapper { display: flex; flex-direction: row; align-items: flex-start; } .job-token-wrapper >div { display: flex; flex-direction: column; } / Custom Icon Alignment / .joblayouttoken-label-icon::before { padding: 0 8px 0 0; font-family: "Glyphicons Halflings", custom1a06310ce5654f85ac9c6 !important; font-size: 18px; color: #12512f !important; font-weight: normal !important; } / Token Label Font Styles / .job-token-wrapper .joblayouttoken-label:not(.joblayouttoken-label-icon) { font-size: 14px; color: #303030; margin-bottom: 0px; font-weight: normal !important; } / Token Value Font Styles / .job-token-wrapper .rtltextaligneligible { font-weight: normal !important; font-family: custom2abfb6e0ee794a99894a6 !important; font-size: 15px; color: #303030; margin: 0; } Req ID: 50878 Job Location: Plymouth, MN, US, Van Wert ,OH, US, Van Wert, OH, US Employment Type: Full Time Segment: Danfoss Power Solutions Segment Job Category: Sales Work Location Type: On-site Job Title: Customer Service Representative - Hydraulic Hose & Fittings The Impact You'll Make Are you a customer service professional who enjoys helping others? Join Danfoss, a global leader in engineering solutions that help the world use resources in smarter and more sustainable ways. With nearly 100 manufacturing facilities across 20 countries and sales in more than 100 countries, Danfoss is committed to innovation, customer satisfaction, employee well-being, and fostering an inclusive work environment. Danfoss is seeking a Customer Service Representative to join our Customer Service team in either Plymouth, MN or Van Wert, OH. This position serves as the primary point of contact for customers, ensuring timely communication, accurate order processing, and exceptional service throughout the customer experience. Success in this role will be measured by the ability to build strong customer relationships, resolve issues effectively, and support customers through proactive communication and problem-solving.What You'll Be Doing Serve as the primary point of contact for customers, providing timely and accurate information via phone, email, and customer portals. Manage customer orders from entry through fulfillment, ensuring accuracy and on-time processing. Collaborate closely with Sales Account Managers, Plant Personnel, and Customer Service team members to support customer requirements and resolve issues. Utilize ERP, CRM, pricing systems, internal information portals, and EDI reporting tools to research customer inquiries and provide solutions. Support customer escalations by partnering with management and internal stakeholders to drive issue resolution and continuous improvement. Act as the voice of the customer by identifying concerns, researching solutions, and providing recommendations that improve the customer experience. What We're Looking For Required Qualifications High School Diploma or GED. Minimum of 3 years of customer service experience. Strong verbal and written communication skills. Proficiency with Microsoft Office applications. Experience managing customer orders, inquiries, and issue resolution in a fast-paced environment. Ability to work onsite in Plymouth, MN or Van Wert, OH. Must be authorized to work in the United States without current or future sponsorship. Preferred Qualifications Some college coursework or associate degree. Customer service experience within a manufacturing environment. Experience working with ERP or CRM systems. Familiarity with SAP software. Experience supporting sales teams, manufacturing operations, or supply chain activities. Job Criteria Strong customer-focused mindset with a passion for helping others. Excellent organizational skills and attention to detail. Ability to manage multiple priorities and processes simultaneously. Strong problem-solving and research skills. Active listening and relationship-building capabilities. Ability to collaborate effectively across departments and functions. Self-motivated with a continuous learning mindset and commitment to professional development. What You'll Get from Us At Danfoss, we believe that a diverse and inclusive workplace fosters creativity, innovation, and a broader perspective in decision-making. When you consider this job posting, do you feel like your profile is not a perfect match? Numerous studies have found that women and people of color are more likely to apply only when they meet all requirements listed in the job posting. Even if you do not check all the boxes, we encourage you to apply anyway. We are curious to find out how you can bring new insights to the role or to Danfoss as an organization. We are excited to offer you the following benefits with your employment:Bonus systemPaid vacationRetirement planFlexible working hoursPersonal insuranceOpportunity to join Employee Resource GroupsState of the art virtual work environmentEmployee Referral ProgramReady to Make a Difference? If this role excites you, we'd love to hear from you! Apply now to start the conversation and learn more about where your career can go with us. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, age, disability, veteran status, or other protected category. / Inline Style Cleaner Strips all hardcoded inline styles from spans within the job description to ensure formatting is fully controlled by global CSS. / $('span', '.jobdescription').removeAttr("style"); / ========================================================================== Font Hierarchy Enforcement Forces all nested child elements inside the eligibility token wrapper to strictly inherit the corporate global brand typography family. ========================================================================== / .rtltextaligneligible { font-family: custom2abfb6e0ee794a99894a6 !important; } / Transparency Section Styling Inherits the look and feel of your existing green boxes / .transparency-section { margin-top: 20px !important; padding-top: 15px !important; border-top: 1px solid #d9d9d9 !important; } .transparency-body { font-size: 14px !important; color: #303030 !important; line-height: 1.5; font-family: custom2abfb6e0ee794a99894a6, sans-serif !important; } .transparency-body a { color: #e2000f !important; / Danfoss Corporate Red / text-decoration: underline !important; } / Transparency Translation Data Add or update language keys here. Ensure they match your HTML lang attribute. / const transparencyData = { 'en-GB': { title: 'Our Commitment to Transparency', body: 'Salary ranges listed reflect only primary location and currency. For local salary ranges and specific benefits in your preferred hiring location, please ask your Talent Acquisition representative for more information.The actual salary offer will carefully consider a wide range of factors, including your skills, qualifications, experience, and location. Any benefits listed do not promise or guarantee any particular benefit or specific action. They may depend on country or contract specifics and are subject to change at any time without prior notice.Want to know more? Please visit our FAQ Page.All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, age, disability, veteran status, or other protected category.' }, 'de-DE': { title: 'Unser Engagement für Transparenz', body: 'Die angegebenen Gehaltsspannen beziehen sich ausschließlich auf den primären Standort und dessen Währung. Für lokale Gehaltsspannen und spezifische Benefits an deinem bevorzugten Einstellungsort frage bitte deine Talent Acquisition Ansprechperson nach weiteren Informationen. Ansprechperson nach weiteren Informationen.Das tatsächliche Gehaltsangebot berücksichtigt eine Vielzahl von Faktoren, darunter deine Fähigkeiten, Qualifikationen, Erfahrung und deinen Standort. Alle aufgeführten Benefits stellen weder ein Versprechen noch eine Garantie für bestimmte Leistungen oder Handlungen dar. Sie können je nach Land oder Vertrag variieren und jederzeit ohne vorherige Ankündigung geändert werden.Möchtest du mehr erfahren? Besuche gerne unsere FAQ Seite.Alle qualifizierten Bewerberinnen erhalten eine faire Chance auf Beschäftigung - unabhängig von Rasse, Hautfarbe, Religion, Geschlecht, sexueller Orientierung, Geschlechtsidentität, nationaler Herkunft, Alter, Behinderung, Veteranenstatus oder einer anderen geschützten Kategorie.' }, 'fr-FR': { title: 'Notre engagement en matière de transparence', body: 'Les fourchettes de salaire indiquées concernent uniquement le lieu principal et la devise associée. Pour connaître les fourchettes de salaire locales et les avantages spécifiques dans votre lieu de recrutement préféré, veuillez contacter votre représentant(e) Talent Acquisition.L'offre salariale réelle prendra soigneusement en compte un large éventail de facteurs, notamment vos compétences, qualifications, expérience et localisation. Les avantages mentionnés ne constituent ni une promesse ni une garantie d'un avantage particulier ou d'une action spécifique. Ils peuvent dépendre du pays ou du type de contrat et peuvent être modifiés à tout moment sans préavisPour en savoir plus, veuillez consulter notre FAQ.Tous les candidats qualifiés seront pris en considération sans distinction de race, couleur de peau, religion, sexe, orientation sexuelle, identité de genre, origine nationale, âge, handicap, statut d'ancien combattant ou toute autre catégorie protégée.' }, 'sk-SK': { title: 'Náš záväzok k transparentnosti', body: 'Uvedené platové rozpätia sa vzťahujú iba na primárne miesto a miestnu menu. Pre miestne platové rozpätia a konkrétne benefity v tvojej preferovanej lokalite zamestnania si prosím vyžiadaj viac informácií od svojho zástupcu Talent Acquisition.Konečná platová ponuka starostlivo zohľadní širokú škálu faktorov, vrátane tvojich zručností, kvalifikácií, skúseností a lokality. Uvedené benefity nepredstavujú sľub ani záruku konkrétneho benefitu alebo kroku. Môžu závisieť od krajiny alebo typu zmluvy a môžu byť kedykoľvek zmenené bez predchádzajúceho upozornenia.Chceš vedieť viac? Navštív prosím našu stránku FAQ.Všetci kvalifikovaní uchádzači budú posudzovaní bez ohľadu na rasu, farbu pleti, náboženstvo, pohlavie, sexuálnu orientáciu, rodovú identitu, národný pôvod, vek, zdravotné postihnutie, status veterána alebo inú chránenú kategóriu.' }, 'pl-PL': { title: 'Nasze zobowiązanie do przejrzystości', body: 'Podane widełki płacowe dotyczą wyłącznie głównej lokalizacji i waluty. Aby uzyskać lokalne widełki płacowe oraz informacje o konkretnych benefitach w preferowanej lokalizacji, skontaktuj się proszę ze swoim przedstawicielem działu Talent Acquisition.Ostateczna oferta wynagrodzenia uwzględni szeroki zakres czynników, takich jak Twoje umiejętności, kwalifikacje, doświadczenie i lokalizację. Wymienione benefity nie stanowią obietnicy ani gwarancji żadnych konkretnych świadczeń lub działań. Mogą zależeć od kraju lub rodzaju umowy i mogą zostać zmienione w dowolnym momencie bez wcześniejszego powiadomieniaChcesz wiedzieć więcej? Odwiedź naszą stronę FAQ.Wszyscy wykwalifikowani kandydaci będą brani pod uwagę bez względu na rasę, kolor skóry, religię, płeć, orientację seksualną, tożsamość płciową, narodowość, wiek, niepełnosprawność, status weterana lub inną chronioną kategorię.' }, 'da-DK': { title: 'Vores engagement i transparens', body: 'De angivne lønintervaller afspejler kun primær lokation og valuta. For lokale lønintervaller og specifikke fordele på dit foretrukne ansættelsessted, bedes du kontakte din Talent Acquisition repræsentant for mere information. repræsentant for mere information.Det faktiske løntilbud vil tage højde for en bred vifte af faktorer, herunder dine færdigheder, kvalifikationer, erfaring og lokation. De nævnte fordele udgør ikke et løfte om eller en garanti for en bestemt fordel eller handling. De kan afhænge af land eller kontrakt og kan ændres til enhver tid uden varsel.Vil du vide mere? Besøg venligst vores FAQ-side.Alle kvalificerede ansøgere vil blive taget i betragtning uden hensyn til race, hudfarve, religion, køn, seksuel orientering, kønsidentitet, national oprindelse, alder, handicap, veteranstatus eller anden beskyttet kategori.' }, 'es-ES': { title: 'Nuestro compromiso es con la transparencia', body: 'Los rangos salariales indicados reflejan únicamente la ubicación principal y la moneda local. Para conocer los rangos salariales locales y los beneficios específicos en tu lugar de contratación preferido, por favor consulta a tu representante de Talent Acquisition.La oferta salarial real tomará en cuenta cuidadosamente una amplia variedad de factores, incluyendo tus habilidades, cualificaciones, experiencia y ubicación. Los beneficios mencionados no representan una promesa ni una garantía de algún beneficio o acción específica. Pueden depender del país o del contrato y están sujetos a cambio en cualquier momento sin previo aviso.¿Quieres saber más? Visita nuestra página de Preguntas Frecuentes.Todos los candidatos calificados serán considerados sin distinción de raza, color, religión, sexo, orientación sexual, identidad de género, origen nacional, edad, discapacidad, estatus de veterano u otra categoría protegida.' }, 'zh-CN': { title: '我们的透明化承诺', body: '所列的薪资范围仅对应主要招聘地区和对应币种。若需了解意向工作地点的当地薪资范围和具体福利,可向招聘 (Talent Acquisition) 专员咨询更多信息。实际录用薪资将综合多维度因素审慎核定,包括个人技能、资质背景、工作经验及工作地点等。所列各项福利不构成任何承诺或保障,其适用规则可能因国家地区、合同条款存在差异,且可在无提前通知的情况下随时调整。想了解更多详情,请访问我们的常见问题 FAQ.所有符合任职资格的申请者,均可获得平等的就业机会,不受种族、肤色、宗教信仰、性别、性取向、性别认同、国籍、年龄、残障情况、退伍军人身份及其他受法律保护群体身份的影响。' } }; / Injection Logic Waits for the DOM to be ready, identifies the language, and populates the anchor. / function injectTransparencySection() { 1. Locate the anchor component defined in CSB const anchor = document.getElementById('transparency-anchor'); 2. Retry mechanism if element is not yet rendered if (!anchor) { setTimeout(injectTransparencySection, 300); return; } 3. Prevent duplicate injection if (anchor.querySelector('.transparency-section')) return; 4. Determine user locale (e.g., 'en-GB', 'de-DE') let lang = document.documentElement.lang || 'en-GB'; const content = transparencyData[lang] || transparencyData['en-GB']; 5. Populate the anchor with localized HTML anchor.innerHTML = ` ${content.title} ${content.body} `; } Ensure execution after page load document.addEventListener('DOMContentLoaded', injectTransparencySection); Information at a Glance Apply now / ========================================================================== Button Standardization Forces consistent appearance for all application buttons in the CSB container, removing default browser and SAP SuccessFactors styling. ========================================================================== / .unify-button-container .btn-large, .unify-button-container .unify-apply-now, .unify-button-container button.employee-refer-a-friend { display: inline-block !important; padding: 10px 20px !important; font-size: 16px !important; text-align: center !important; text-decoration: none !important; border-radius: 4px !important; background-color: #ed0715 !important; border: 2px solid #ed0715 !important; color: #ffffff !important; transition: none !important; / Disables default CSS transitions / cursor: pointer !important; line-height: normal !important; height: auto !important; min-width: 150px !important; background-image: none !important; / Removes default gradients / box-shadow: none !important; text-shadow: none !important; } / Hover state: Maintains flat design, removing unwanted shadow/filter effects / .unify-button-container .btn-large:hover, .unify-button-container .unify-apply-now:hover, .unify-button-container button.employee-refer-a-friend:hover { background-color: #ed0715 !important; color: #ffffff !important; border: 2px solid #ed0715 !important; box-shadow: none !important; } / Removes focus/active visual artifacts (darkening filters and focus outlines) / .unify-button-container a:active, .unify-button-container button:active, .unify-button-container a:focus, .unify-button-container button:focus { background-color: #ed0715 !important; color: #ffffff !important; outline: none !important; box-shadow: none !important; filter: none !important; } .unify .unify-button-container.rightAlign, .unify .social-media-container.rightAlign { justify-content: center !important; } .unify-apply-now { opacity: 1 !important; } (function() { / Brand Content Mapping Stores images and descriptions per Brand and Locale. Keys are "purified" (lowercase, alphanumeric) to ensure robust matching. / const brandContent = { "leanheat": { "en_GB": { image: "https:rmkcdn.successfactors.com/ef55fddb/f091c610-46ac-4212-99b0-0.gif", description: "Danfoss Leanheat Building's AI based IoT solution monitors, controls and optimizes the indoor temperature and humidity of buildings heated using district heating. Our solution improves the energy efficiency of properties, increases the operational efficiency of district heating companies and creates a healthier indoor climate for residents. At Danfoss, we believe that energy-efficiency holds the answers to the challenges and opportunities posed by the world today. We encourage all our people to be digitally driven and do the extraordinary so that they question the accepted truths, dare to be bold, and take charge." } }, "geminatermix": { "da_DK": { image: "https:rmkcdn.successfactors.com/ef55fddb/b402b0f8-fd9a-4cd0-9d09-6.jpg", description: "Gemina Termix A/S, der er en del af Danfoss-koncernen, ligger i Sunds ved Herning. Virksomheden er specialiseret indenfor udvikling, produktion og salg af fjernvarmeanlæg til huse og lejligheder samt større byggerier. Gennem en høj grad af innovation har Gemina Termix A/S sikret sig en ledende position indenfor fjernvarmebranchen." } }, "postgraduate": { "en_GB": { image: "https:rmkcdn.successfactors.com/ef55fddb/035c445e-bf8c-4b96-9d52-5.jpg", description: "Danfoss engineers solutions that increase machine productivity, reduce emissions, lower energy consumption, and enable electrification. Our solutions are used in such areas as refrigeration, air conditioning, heating, power conversion, motor control, industrial machinery, automotive, marine, and off- and on-highway equipment. Our innovative engineering dates back to 1933. Danfoss is family-owned, employing more than 39.000 people, serving customers in more than 100 countries through a global footprint of 95 factories." } }, "semikrondanfoss": { "en_GB": { image: "https:rmkcdn.successfactors.com/ef55fddb/b31e89f5-70d0-4683-8bea-b.jpg", description: "Semikron Danfoss is a global technology leader in power electronics. Our product offerings include semiconductor devices, power modules, stacks and systems. In a world that is going electric, Semikron Danfoss technologies are more relevant than ever. We take care of our employees and create value for our customers by investing significantly in innovation, technology, capacity and service to deliver best-in-industry performance and for a sustainable future." }, "de_DE": { image: "https:rmkcdn.successfactors.com/ef55fddb/b31e89f5-70d0-4683-8bea-b.jpg", description: "Semikron Danfoss ist ein weltweiter Technologieführer in der Leistungselektronik. Unser Produktangebot umfasst Halbleiterbauelemente, Leistungsmodule, Stacks und Systeme. In einer zunehmend elektrifizierten Welt sind die Technologien von Semikron Danfoss wichtiger denn je. Wir kümmern uns um unsere Mitarbeitenden und schaffen Wert für unsere Kunden, indem wir erheblich in Innovation, Technologie, Kapazität und Service investieren." }, "fr_FR": { image: "https:rmkcdn.successfactors.com/ef55fddb/b31e89f5-70d0-4683-8bea-b.jpg", description: "Semikron Danfoss est un leader technologique mondial dans le domaine de l'électronique de puissance. Notre offre de produits comprend des semi-conducteurs, modules de puissance, des convertisseurs de puissance et des systèmes. Dans un monde qui devient électrique, les technologies de Semikron Danfoss sont plus pertinentes que jamais." }, "sk_SK": { image: "https:rmkcdn.successfactors.com/ef55fddb/b31e89f5-70d0-4683-8bea-b.jpg", description: "Semikron Danfoss je globálnym lídrom v technológiach, konkrétne v oblasti výkonovej elektroniky. Naše portfólio produktov zahŕňa polovodičové zariadenia, výkonové moduly, zásobníky a systémy. Vo svete, kde elektrifikácia zohráva čím ďalej väčšiu rolu, sú technológie Semikron Danfoss dôležitejšie ako kedykoľvek predtým." } }, "danfossredan": { "en_GB": { image: "https:rmkcdn.successfactors.com/ef55fddb/039ebf31-0f83-473e-b002-f.png", description: "Danfoss Redan has since 1971 been a leading producer of modern district heating units, heat exchangers and controls for district heating - both for private homes and for larger district-heating installations. The constant focus on efficiency and quality has made the Danfoss Redan name known far beyond the country's borders." }, "dk_DK": { image: "https:rmkcdn.successfactors.com/ef55fddb/039ebf31-0f83-473e-b002-f.png", description: "Danfoss Redan har siden 1971 været førende inden for produktion af moderne fjernvarmeunits, varmevekslere og automatik til fjernvarme - både til private hjem og til større fjernvarmeinstallationer. Det konstante fokus på effektivitet og kvalitet har gjort Danfoss Redan navnet kendt langt uden for landets grænser." } }, "standard": { "en_GB": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss engineers solutions that increase machine productivity, reduce emissions, lower energy consumption, and enable electrification. Our solutions are used in areas such as refrigeration, air conditioning, heating, power conversion, motor control, industrial machinery, marine, and on- and off-highway equipment. We also provide solutions for data centers, renewable energy, energy storage, heat recovery, as well as contribute to district energy solutions for cities.Our innovative engineering dates back to 1933. Danfoss is family-owned and employs over 39,000 people. We create long-term value for our customers in more than 100 countries with a global footprint of around 100 factories."}, "de_DE": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss entwickelt Lösungen, die die Produktivität von Maschinen steigern, Emissionen reduzieren, den Energieverbrauch senken und Elektrifizierung ermöglichen. Unsere Lösungen kommen in Bereichen wie Kälte- und Klimatechnik, Heizung, Energieumwandlung, Motorsteuerung, Industriemaschinen, Schifffahrt sowie in On- und Off-Highway-Anwendungen zum Einsatz. Darüber hinaus bieten wir Lösungen für Rechenzentren, erneuerbare Energien, Energiespeicherung und Wärmerückgewinnung und tragen zu Fernenergielösungen für Städte bei. Unsere innovative Ingenieurskunst reicht bis ins Jahr 1933 zurück. Danfoss ist ein familiengeführtes Unternehmen mit über 39.000 Mitarbeitenden. Wir schaffen langfristigen Mehrwert für unsere Kunden in mehr als 100 Ländern - mit rund 100 Produktionsstätten weltweit." }, "sk_SK": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss vyvíja riešenia, ktoré zvyšujú produktivitu strojov, znižujú emisie, znižujú spotrebu energie a umožňujú elektrifikáciu. Naše riešenia sa používajú v oblastiach ako chladenie, klimatizácia, vykurovanie, konverzia energie, riadenie motorov, priemyselné stroje, námorný sektor a cestná aj mimocestná technika. Poskytujeme tiež riešenia pre dátové centrá, obnoviteľné zdroje energie, ukladanie energie, rekuperáciu tepla a prispievame k riešeniam centralizovaného zásobovania energiou pre mestá. Naša inovatívna technická tradícia siaha až do roku 1933. Danfoss je rodinná spoločnosť s viac ako 39 000 zamestnancami. Vytvárame dlhodobú hodnotu pre našich zákazníkov vo viac ako 100 krajinách a máme približne 100 výrobných závodov po celom svete." }, "pl_PL": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss opracowuje rozwiązania, które zwiększają wydajność maszyn, redukują emisje, obniżają zużycie energii oraz umożliwiają elektryfikację. Nasze rozwiązania są wykorzystywane w takich obszarach jak chłodnictwo, klimatyzacja, ogrzewanie, przetwarzanie energii, sterowanie silnikami, maszyny przemysłowe, sektor morski oraz pojazdy drogowe i pozadrogowe. Oferujemy również rozwiązania dla centrów danych, energii odnawialnej, magazynowania energii i odzysku ciepła oraz wspieramy miejskie systemy ciepłownicze. Nasza innowacyjna działalność inżynieryjna sięga 1933 roku. Danfoss jest firmą rodzinną i zatrudnia ponad 39 000 pracowników. Tworzymy długoterminową wartość dla naszych klientów w ponad 100 krajach, posiadając około 100 zakładów produkcyjnych na całym świecie." }, "da_DK": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss udvikler løsninger, der øger maskinernes produktivitet, reducerer emissioner, sænker energiforbruget og muliggør elektrificering. Vores løsninger anvendes inden for områder som køling, aircondition, opvarmning, energikonvertering, motorstyring, industrimaskiner, marine samt on- og off-highway udstyr. Vi leverer også løsninger til datacentre, vedvarende energi, energilagring og varmegenvinding samt bidrager til fjernvarmeløsninger til byer. Vores innovative ingeniørarbejde går tilbage til 1933. Danfoss er familieejet og beskæftiger mere end 39.000 medarbejdere. Vi skaber langsigtet værdi for vores kunder i mere end 100 lande med et globalt fodaftryk på omkring 100 fabrikker." }, "es_MX": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss desarrolla soluciones que aumentan la productividad de las máquinas, reducen emisiones, disminuyen el consumo de energía y permiten la electrificación. Nuestras soluciones se utilizan en áreas como refrigeración, aire acondicionado, calefacción, conversión de energía, control de motores, maquinaria industrial, sector marino y equipos dentro y fuera de carretera. También ofrecemos soluciones para centros de datos, energías renovables, almacenamiento de energía y recuperación de calor, y contribuimos a soluciones energéticas urbanas. Nuestra ingeniería innovadora se remonta a 1933. Danfoss es una empresa familiar con más de 39,000 empleados. Creamos valor a largo plazo para nuestros clientes en más de 100 países, con una presencia global de alrededor de 100 plantas de producción." }, "zh_CN": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "丹佛斯致力于开发解决方案,以提高设备生产力、减少排放、降低能源消耗并推动电气化发展。 我们的解决方案广泛应用于制冷、空调、供热、电力转换、电机控制、工业机械、船舶以及道路和非道路设备等领域。同时,我们还为数据中心、可再生能源、能源存储和余热回收提供解决方案,并助力城市区域能源系统的发展。 我们的创新工程可追溯至1933年。丹佛斯是一家家族企业,拥有超过39,000名员工。我们在100多个国家为客户创造长期价值,并在全球拥有约100家工厂。" }, "fr_FR": { image: "https:rmkcdn.successfactors.com/ef55fddb/7571acdc-3a84-48b1-bac6-4.jpg", description: "Danfoss développe des solutions qui augmentent la productivité des machines, réduisent les émissions, diminuent la consommation d'énergie et permettent l'électrification. Nos solutions sont utilisées dans des domaines tels que la réfrigération, la climatisation, le chauffage, la conversion d'énergie, le contrôle des moteurs, les machines industrielles, le secteur maritime ainsi que les équipements routiers et tout-terrain. Nous fournissons également des solutions pour les centres de données, les énergies renouvelables, le stockage d'énergie et la récupération de chaleur, et nous contribuons aux solutions énergétiques urbaines. Notre ingénierie innovante remonte à 1933. Danfoss est une entreprise familiale qui emploie plus de 39 000 personnes. Nous créons de la valeur à long terme pour nos clients dans plus de 100 pays, avec une présence mondiale d'environ 100 sites de production." } } }; / String Purifier Converts strings to lowercase and removes all non-alphanumeric characters. This ensures matches work despite different formatting or whitespace. / function purify(str) { return str.toLowerCase().replace(/[^a-z0-9]/g, ''); } / Brand Renderer Detects the "Brand:" label in the DOM, matches it to our data, and injects the formatted HTML template. / function renderBrandContent() { var elements = document.querySelectorAll(''); var detectedKey = "standard"; for (var i = 0; i