www.renk.com Open in urlscan Pro
2606:4700:3030::ac43:be6f  Public Scan

Submitted URL: https://renk.de/
Effective URL: https://www.renk.com/de
Submission: On April 11 via api from US — Scanned from US

Form analysis 8 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Preferences</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Statistics</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

GET https://www.renk.com/de/search

<form x-ref="searchForm" x-trap="typeof showSearch !== 'undefined' ? showSearch : false" x-data="{ searchTerm: '', results: [], selectedSuggestion: 0, searchUri: 'https://www.renk.com/de/search?search=' }" @submit.prevent=""
  action="https://www.renk.com/de/search" method="GET" target="_self">
  <div class="relative input-search-container">
    <div class="max-w-full">
      <div class="relative rounded-full" :class="{ 'rounded-t-3xl rounded-b-none': results.length > 0 }"><input
          x-on:input="results = await sendSearchRequest(&quot;https://www.renk.com/flowpack/searchplugin?contextNodeIdentifier=c698ee2a-4453-4c18-99d7-6cac88916229&amp;dimensionCombination=%7B%22language%22%3A%5B%22de%22%2C%22en%22%5D%7D&quot;, searchTerm); selectedSuggestion = 0;"
          x-model="searchTerm" x-ref="searchInput" type="text" id="on-page-search" name="search" value="" x-on:keyup.up="selectedSuggestion = Math.max(0, selectedSuggestion - 1)"
          x-on:keyup.down="selectedSuggestion = Math.min(results.length, selectedSuggestion + 1)" x-on:keyup.enter="if (selectedSuggestion > 0) { searchTerm = results[selectedSuggestion-1].title; $el.value = searchTerm; } $refs.searchForm.submit();"
          class="w-full rounded-full border-0 focus:outline-none focus:ring focus:ring-secondary-500 text-gray-900 placeholder-gray-500 sm:text-sm pr-24 pl-4 py-2 bg-white peer !ring-2 ring-gray-200"
          :class="{ 'rounded-t-3xl rounded-b-none': results.length > 0, '!ring-2 ring-gray-200': typeof isOpen !== 'undefined' ? !isOpen : false }" autocomplete="off" placeholder="Suchen">
        <div class="absolute inset-y-0 right-0 flex items-center pr-6 text-primary-500 peer-focus:text-secondary-500" :class="{ 'divide-x-2 divide-primary-500': searchTerm !== '' }"><button x-show="searchTerm !== ''"
            x-on:click="searchTerm = ''; results = []" type="button" class="pr-3" style="display: none;"><svg class="w-5 h-5 fill-primary-500 inline-block" xmlns="http://www.w3.org/2000/svg"
              viewBox="0 0 384 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
              <path
                d="M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z">
              </path>
            </svg></button><button x-on:click="$refs.searchForm.submit()" type="button" class="pl-3"><svg class="w-5 h-5 fill-[currentColor] inline-block" xmlns="http://www.w3.org/2000/svg"
              viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
              <path
                d="M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z">
              </path>
            </svg></button></div>
      </div>
      <ul x-show="results.length > 0" class="absolute top-full max-w-full inset-x-0 mt-px -mb-2 p-0 max-h-72 z-60 bg-white rounded-b-md shadow-md overflow-y-auto text-sm text-gray-800 list-none divide-y divide-gray-100" style="display: none;">
        <template x-for="(result, index) in results">
          <li class="p-0 select-none"><a x-bind:href="searchUri + result.title" class="px-4 py-2 block hover:bg-gray-50" :class="{'bg-gray-50': index + 1 === selectedSuggestion}"><div x-text="result.title" class="font-medium"></div></a></li>
        </template></ul>
    </div>
  </div>
</form>

GET https://www.renk.com/de/search

<form x-ref="searchForm" x-trap="typeof showSearch !== 'undefined' ? showSearch : false" x-data="{ searchTerm: '', results: [], selectedSuggestion: 0, searchUri: 'https://www.renk.com/de/search?search=' }" @submit.prevent=""
  action="https://www.renk.com/de/search" method="GET" target="_self">
  <div class="relative input-search-container">
    <div class="max-w-full">
      <div class="relative rounded-full" :class="{ 'rounded-t-3xl rounded-b-none': results.length > 0 }"><input
          x-on:input="results = await sendSearchRequest(&quot;https://www.renk.com/flowpack/searchplugin?contextNodeIdentifier=c698ee2a-4453-4c18-99d7-6cac88916229&amp;dimensionCombination=%7B%22language%22%3A%5B%22de%22%2C%22en%22%5D%7D&quot;, searchTerm); selectedSuggestion = 0;"
          x-model="searchTerm" x-ref="searchInput" type="text" id="on-page-search" name="search" value="" x-on:keyup.up="selectedSuggestion = Math.max(0, selectedSuggestion - 1)"
          x-on:keyup.down="selectedSuggestion = Math.min(results.length, selectedSuggestion + 1)" x-on:keyup.enter="if (selectedSuggestion > 0) { searchTerm = results[selectedSuggestion-1].title; $el.value = searchTerm; } $refs.searchForm.submit();"
          class="w-full rounded-full border-0 focus:outline-none focus:ring focus:ring-secondary-500 text-gray-900 placeholder-gray-500 sm:text-sm pr-24 pl-4 py-2 bg-white peer !ring-2 ring-gray-200"
          :class="{ 'rounded-t-3xl rounded-b-none': results.length > 0, '!ring-2 ring-gray-200': typeof isOpen !== 'undefined' ? !isOpen : false }" autocomplete="off" placeholder="Suchen">
        <div class="absolute inset-y-0 right-0 flex items-center pr-6 text-primary-500 peer-focus:text-secondary-500" :class="{ 'divide-x-2 divide-primary-500': searchTerm !== '' }"><button x-show="searchTerm !== ''"
            x-on:click="searchTerm = ''; results = []" type="button" class="pr-3" style="display: none;"><svg class="w-5 h-5 fill-primary-500 inline-block" xmlns="http://www.w3.org/2000/svg"
              viewBox="0 0 384 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
              <path
                d="M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z">
              </path>
            </svg></button><button x-on:click="$refs.searchForm.submit()" type="button" class="pl-3"><svg class="w-5 h-5 fill-[currentColor] inline-block" xmlns="http://www.w3.org/2000/svg"
              viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
              <path
                d="M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z">
              </path>
            </svg></button></div>
      </div>
      <ul x-show="results.length > 0" class="absolute top-full max-w-full inset-x-0 mt-px -mb-2 p-0 max-h-72 z-60 bg-white rounded-b-md shadow-md overflow-y-auto text-sm text-gray-800 list-none divide-y divide-gray-100" style="display: none;">
        <template x-for="(result, index) in results">
          <li class="p-0 select-none"><a x-bind:href="searchUri + result.title" class="px-4 py-2 block hover:bg-gray-50" :class="{'bg-gray-50': index + 1 === selectedSuggestion}"><div x-text="result.title" class="font-medium"></div></a></li>
        </template></ul>
    </div>
  </div>
</form>

Text Content

Powered by Cookiebot
 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


THIS WEBSITE USES COOKIES

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners who may combine it
with other information that you’ve provided to them or that they’ve collected
from your use of their services.

 

Data Protection


Consent Selection
Necessary

Preferences

Statistics

Marketing

Show details
 * Necessary 6
   
   Necessary cookies help make a website usable by enabling basic functions like
   page navigation and access to secure areas of the website. The website cannot
   function properly without these cookies.
    * Cookiebot
      2
      Learn more about this provider
      1.gifUsed to count the number of sessions to the website, necessary for
      optimizing CMP product delivery.
      Expiry: SessionType: Pixel
      CookieConsentStores the user's cookie consent state for the current domain
      Expiry: 1 yearType: HTTP
    * LinkedIn
      3
      Learn more about this provider
      bcookieUsed in order to detect spam and improve the website's security.
      Expiry: 1 yearType: HTTP
      li_gcStores the user's cookie consent state for the current domain
      Expiry: 180 daysType: HTTP
      bscookieThis cookie is used to identify the visitor through an
      application. This allows the visitor to login to a website through their
      LinkedIn application for example.
      Expiry: 1 yearType: HTTP
    * api2.hcaptcha.com
      1
      __cflbRegisters which server-cluster is serving the visitor. This is used
      in context with load balancing, in order to optimize user experience.
      Expiry: 1 dayType: HTTP

 * Preferences 1
   
   Preference cookies enable a website to remember information that changes the
   way the website behaves or looks, like your preferred language or the region
   that you are in.
    * LinkedIn
      1
      Learn more about this provider
      lidcRegisters which server-cluster is serving the visitor. This is used in
      context with load balancing, in order to optimize user experience.
      Expiry: 1 dayType: HTTP

 * Statistics 3
   
   Statistic cookies help website owners to understand how visitors interact
   with websites by collecting and reporting information anonymously.
    * LinkedIn
      1
      Learn more about this provider
      AnalyticsSyncHistoryUsed in connection with data-synchronization with
      third-party analysis service.
      Expiry: 30 daysType: HTTP
    * www.renk-group.com
      2
      _pk_id#Collects statistics on the user's visits to the website, such as
      the number of visits, average time spent on the website and what pages
      have been read.
      Expiry: 1 yearType: HTTP
      _pk_ses#Used by Piwik Analytics Platform to track page requests from the
      visitor during the session.
      Expiry: 1 dayType: HTTP

 * Marketing 18
   
   Marketing cookies are used to track visitors across websites. The intention
   is to display ads that are relevant and engaging for the individual user and
   thereby more valuable for publishers and third party advertisers.
    * LinkedIn
      3
      Learn more about this provider
      li_sugrCollects data on user behaviour and interaction in order to
      optimize the website and make advertisement on the website more relevant.
      Expiry: 3 monthsType: HTTP
      UserMatchHistoryEnsures visitor browsing-security by preventing cross-site
      request forgery. This cookie is essential for the security of the website
      and visitor.
      Expiry: 30 daysType: HTTP
      li_adsIdCollects data on user behaviour and interaction in order to
      optimize the website and make advertisement on the website more relevant.
      Expiry: PersistentType: HTML
    * YouTube
      15
      Learn more about this provider
      #-#Pending
      Expiry: SessionType: HTML
      iU5q-!O9@$Registers a unique ID to keep statistics of what videos from
      YouTube the user has seen.
      Expiry: SessionType: HTML
      LAST_RESULT_ENTRY_KEYUsed to track user’s interaction with embedded
      content.
      Expiry: SessionType: HTTP
      nextIdUsed to track user’s interaction with embedded content.
      Expiry: SessionType: HTTP
      requestsUsed to track user’s interaction with embedded content.
      Expiry: SessionType: HTTP
      yt.innertube::nextIdRegisters a unique ID to keep statistics of what
      videos from YouTube the user has seen.
      Expiry: PersistentType: HTML
      ytidb::LAST_RESULT_ENTRY_KEYUsed to track user’s interaction with embedded
      content.
      Expiry: PersistentType: HTML
      YtIdbMeta#databasesUsed to track user’s interaction with embedded content.
      Expiry: PersistentType: IDB
      yt-remote-cast-availableStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-cast-installedStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-connected-devicesStores the user's video player preferences
      using embedded YouTube video
      Expiry: PersistentType: HTML
      yt-remote-device-idStores the user's video player preferences using
      embedded YouTube video
      Expiry: PersistentType: HTML
      yt-remote-fast-check-periodStores the user's video player preferences
      using embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-session-appStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-session-nameStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML

 * Unclassified 1
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
    * Leadlab.click
      1
      Learn more about this provider
      trackPending
      Expiry: SessionType: Pixel

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 4/11/24 by Cookiebot



[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]


When you visit and use our website, cookies are stored on your computer. Cookies
are text files stored in and/or by the Internet browser on your computer system.
Whenever you visit a website, a cookie may be stored in your operating system.
The cookie includes a distinguishing string of characters which permits a clear
identification of the browser during the next visit of that website.

 

Some cookies are essential, meaning they are technically necessary for the
operation of our website. Other cookies are used for statistical purposes and/or
the analysis of the visits of our website or for marketing purposes or to enable
us to offer you the use of external media. Both temporary session cookies and
persistent cookies stored for a longer period are used. Temporary cookies are
erased as soon as you close your browser. Persistent cookies remain on your
computer for a longer period but can always be deleted manually. Some cookies
are set by third parties.

 

Legal basis for the data processing in case of the use of essential cookies is
point (f) of Article 6(1) sentence 1 GDPR; for the use of all other cookies, the
legal basis for the data processing is your consent according to point (a) of
Article 6(1) sentence 1 GDPR. Where we do not process your data based on your
explicit consent, your personal data are only processed as necessary for the
purposes of our legitimate interests or the legitimate interests of a third
party, except where such interests are overridden by your interests or your
fundamental rights and freedoms which require protection of personal data.

 

In addition to the information included in this privacy statement, you can find
further detailed information about the use of the respective cookies, in
particular about their purpose, their respective lifetime and the extent to
which they were set by third parties or third parties have access to the data
collected by the cookies, in the Cookie Settings page.

 

You can separately agree to the use of each of the respective cookie categories.
You can change your given consent at any time on the Cookie Setting pageor
inform us of your revocation of your consent by using the contact form.



Do not sell or share my personal information
Deny all Allow selection Customize

Allow all
Powered by Cookiebot by Usercentrics

Service
Industrie
Unsere ServiceleistungenEntwicklungsleistungen für SieCondition
MonitoringWartung & ModernisierungErsatzteilmanagementGleitlager
KonfiguratorKupplungs Konfigurator
Marine
Serviceleistung für SchiffsantriebeAuslegung des AntriebesPower
distributionCondition MonitoringInstandhaltung und
ModernisierungErsatzteilmanagement
Military Vehicles
Design ServiceFederungsentwicklungSimulationenLifecycle
ServiceErsatzteilmanagement
Prüfsysteme
ServiceübersichtMachbarkeitsstudien und ProjektierungenEngineering und
MontageKundendienst
Lohnfertigung
HärtereiMechanische BearbeitungFertigung von ZahnrädernMesstechnikPrüfstände

KUNDENDIENST

Für Fehlersuche und Fragen zu Ihren installierten Lösungen:

Kontaktieren Sie uns
Navigation einklappen


Produkte
Schiffsantriebe
Einmotoren-SchiffsgetriebeZweimotoren-SchiffsgetriebeSpezialgetriebeWellengeneratorenHybrid-
& elektrische AntriebeGleitlager für SchiffsantriebeKupplungen für
SchiffsantriebeBordnetz Stromversorgung
Fahrzeugantriebe
FahrzeuggetriebeMotorenSeitenvorgelegeElektrifizierungHybrid
LösungenFederungssysteme
Turbogetriebe
StirnradgetriebePlanetengetriebeIntegralgetriebeVakuum-GetriebeKupplungsgetriebeDrehzahlvariable
Antriebssysteme
Industriegetriebe
MühlengetriebeExtrudergetriebeWasserkraftanlagengetriebe
Gleitlager
E-LagerVertikallagerHorizontallagerShop für GleitlagerGleitlager Konfigurator
Kupplungen
Bogenzahn-Kupplungen®HYGUARD® SicherheitskupplungenElastische
KupplungenSynchronkupplungenPropellerwellen-Trennkupplung
PSCMembrankupplungenTrennkupplung Typ KAZRAFLEX® Stahl-LamellenkupplungenShop
für KupplungenKupplungs Konfigurator
Prüfsysteme
ProduktüberblickAutomobilAgrarVerteidigungSpezialfahrzeugeBahnLuftfahrtWindenergieRDDS
Prüfstands-Automatisierung
Navigation einklappen


Newsroom
Presse
Stories
Veranstaltungen
Medien
Navigation einklappen


Unternehmen
Über RENK
Unternehmen im ÜberblickCorporate GovernanceStandorteHistorieDer neue RENK
Verantwortung
NachhaltigkeitComplianceQualitätsmanagementSupply Chain Management
Navigation einklappen

Investoren

Karriere
Warum RENK?
Beitrag leistenWeltweit aktivVielfalt
Karriere bei RENK
Ausbildung & StudiumBerufseinsteigerProfessionals
Stellenangebote
Stellenangebote AmerikaStellenangebote Europa
Navigation einklappen

Kontakt
 * English
 * German

Navigation ein-/ausklappen


Service
Service
Industrie
Industrie
Unsere ServiceleistungenEntwicklungsleistungen für SieCondition
MonitoringWartung & ModernisierungErsatzteilmanagementGleitlager
KonfiguratorKupplungs Konfigurator
Marine
Marine
Serviceleistung für SchiffsantriebeAuslegung des AntriebesPower
distributionCondition MonitoringInstandhaltung und
ModernisierungErsatzteilmanagement
Military Vehicles
Military Vehicles
Design ServiceFederungsentwicklungSimulationenLifecycle
ServiceErsatzteilmanagement
Prüfsysteme
Prüfsysteme
ServiceübersichtMachbarkeitsstudien und ProjektierungenEngineering und
MontageKundendienst
Lohnfertigung
Lohnfertigung
HärtereiMechanische BearbeitungFertigung von ZahnrädernMesstechnikPrüfstände

KUNDENDIENST

Für Fehlersuche und Fragen zu Ihren installierten Lösungen:

Kontaktieren Sie uns
Produkte
Produkte
Schiffsantriebe
Schiffsantriebe
Einmotoren-SchiffsgetriebeZweimotoren-SchiffsgetriebeSpezialgetriebeWellengeneratorenHybrid-
& elektrische AntriebeGleitlager für SchiffsantriebeKupplungen für
SchiffsantriebeBordnetz Stromversorgung
Fahrzeugantriebe
Fahrzeugantriebe
FahrzeuggetriebeMotorenSeitenvorgelegeElektrifizierungHybrid
LösungenFederungssysteme
Turbogetriebe
Turbogetriebe
StirnradgetriebePlanetengetriebeIntegralgetriebeVakuum-GetriebeKupplungsgetriebeDrehzahlvariable
Antriebssysteme
Industriegetriebe
Industriegetriebe
MühlengetriebeExtrudergetriebeWasserkraftanlagengetriebe
Gleitlager
Gleitlager
E-LagerVertikallagerHorizontallagerShop für GleitlagerGleitlager Konfigurator
Kupplungen
Kupplungen
Bogenzahn-Kupplungen®HYGUARD® SicherheitskupplungenElastische
KupplungenSynchronkupplungenPropellerwellen-Trennkupplung
PSCMembrankupplungenTrennkupplung Typ KAZRAFLEX® Stahl-LamellenkupplungenShop
für KupplungenKupplungs Konfigurator
Prüfsysteme
Prüfsysteme
ProduktüberblickAutomobilAgrarVerteidigungSpezialfahrzeugeBahnLuftfahrtWindenergieRDDS
Prüfstands-Automatisierung
Newsroom
Newsroom
PresseStoriesVeranstaltungenMedien
Unternehmen
Unternehmen
Über RENK
Über RENK
Unternehmen im ÜberblickCorporate GovernanceStandorteHistorieDer neue RENK
Verantwortung
Verantwortung
NachhaltigkeitComplianceQualitätsmanagementSupply Chain Management
Investoren
Karriere
Karriere
Warum RENK?
Warum RENK?
Beitrag leistenWeltweit aktivVielfalt
Karriere bei RENK
Karriere bei RENK
Ausbildung & StudiumBerufseinsteigerProfessionals
Stellenangebote
Stellenangebote
Stellenangebote AmerikaStellenangebote Europa
Kontakt
 * Verantwortung
   
   
   RENK NACHHALTIGKEITSBERICHT 2023
   
   Mehr erfahren
 * Karriere bei renk
   
   
   STARTEN SIE BEI UNS DURCH!
   
   Mehr erfahren
 * trusted partner
   
   
   SEIT 150 JAHREN EIN "TRUSTED PARTNER"
   
   Mehr erfahren
 * RENK Geschäftsbericht
   
   
   UPDATE ZUM GESCHÄFTSJAHR 2023
   
   Mehr erfahren

 * TRUSTED PARTNER
   Seit 150 Jahren ein "Trusted Partner"
 * RENK GESCHÄFTSBERICHT
   Update zum Geschäftsjahr 2023
 * VERANTWORTUNG
   RENK Nachhaltigkeitsbericht 2023
 * KARRIERE BEI RENK
   Starten Sie bei uns durch!
 * TRUSTED PARTNER
   Seit 150 Jahren ein "Trusted Partner"
 * RENK GESCHÄFTSBERICHT
   Update zum Geschäftsjahr 2023
 * VERANTWORTUNG
   RENK Nachhaltigkeitsbericht 2023
 * KARRIERE BEI RENK
   Starten Sie bei uns durch!
 * TRUSTED PARTNER
   Seit 150 Jahren ein "Trusted Partner"
 * RENK GESCHÄFTSBERICHT
   Update zum Geschäftsjahr 2023
 * VERANTWORTUNG
   RENK Nachhaltigkeitsbericht 2023
 * KARRIERE BEI RENK
   Starten Sie bei uns durch!
 * TRUSTED PARTNER
   Seit 150 Jahren ein "Trusted Partner"
 * RENK GESCHÄFTSBERICHT
   Update zum Geschäftsjahr 2023
 * VERANTWORTUNG
   RENK Nachhaltigkeitsbericht 2023
 * KARRIERE BEI RENK
   Starten Sie bei uns durch!

Bei RENK sehen wir es als unsere Aufgabe an, eine sichere und nachhaltige
Zukunft zu ermöglichen. Wir sind einer der weltweit führenden Hersteller von
einsatzkritischen Antriebslösungen für eine Vielzahl von Verteidigungs- und
zivilen Endmärkten. Wir produzieren, verkaufen und warten Anwendungen wie
Getriebe, Transmissionen, Power-Packs, hybride Antriebssysteme,
Federungssysteme, Gleitlager, Kupplungen und Testsysteme. Unser Ziel ist es, den
globalen Bedürfnissen nach Frieden und Sicherheit sowie einer
kohlenstoffneutralen Welt gerecht zu werden und zu einer sicheren und
nachhaltigen Zukunft beizutragen.

SICHERHEIT UND VERTEIDIGUNG

Sicherheit und Verteidigung als zentrale Säulen einer nachhaltigen sozialen und
wirtschaftlichen Entwicklung haben in den letzten Jahren erheblich an Bedeutung
gewonnen. Weltweit setzen zahlreiche EU-, NATO- und NATO-gleichgestellte Länder
auf die Modernisierung und technologische Weiterentwicklung ihrer Streitkräfte.

Seit Jahrzehnten ist RENK einer der weltweit führenden Hersteller von
einsatzkritischen Produkten und Komponenten für Sicherheit und Verteidigung.
Heute vertrauen mehr als 70 Armeen und mehr als 40 Marinen und Küstenwachen
weltweit auf unsere technologischen Innovationen. An allen unseren globalen
Standorten sind wir bestrebt, den hohen Anforderungen unserer Kunden gerecht zu
werden, indem wir modernste Lösungen entwickeln und produzieren.



ENERGIE

Die Energiewende ist einer der wichtigsten globalen Trends. Um einen
erfolgreichen Übergang zur Kohlenstoffneutralität erreichen zu können, werden
sich Technologien, Produktionsprozesse und Infrastrukturen drastisch verändern
müssen. Wir bei RENK wollen dazu beitragen, dass dieser Prozess erfolgreich
umgesetzt wird. Unsere Produkte werden sowohl in den traditionellen
Energiemärkten eingesetzt und unterstützen dort die Energieeffizienz als auch in
den neuen Energiemärkten, wie z.B. Wasserstoff.

Als Innovationsführer entwickeln wir Produkte für neue Energielösungen und
Technologien, die aus unserer Überzeugung die Energiewende zu einer
nachhaltigeren Zukunft vorantreiben können. Wir wollen unsere Kunden dabei
unterstützen CO2-neutral zu werden und sind bestrebt, ihre Anforderungen an die
Energiewende mit unseren Produkten zu erfüllen und ihnen neue Technologien zur
Verfügung zu stellen. 


was uns antreibt


WERFEN SIE EINEN BLICK AUF UNSERE GESCHICHTEN.

MIT HOCHDRUCK ZU MEHR KLIMASCHUTZ

INNOVATIVE PTO-LÖSUNGEN HELFEN, EEDI/EEXI-ZIELE ZU ERREICHEN.

EIN PRÜFSTANDSPROJEKT WIE EINE OPERATION AM OFFENEN HERZEN


NOTHING FOUND

Reset filters
Weitere Artikel

Kommen Sie zu RENK


SIE INTERESSIEREN SICH FÜR UNSER UNTERNEHMEN UND MÖCHTEN EIN TEIL DAVON WERDEN?


WERFEN SIE EINEN BLICK AUF UNSERE KARRIERESEITE UND JOBANGEBOTE.

Mehr erfahren


Kontakt


HABEN SIE FRAGEN?

Sie sind herzlichst eingeladen sich auf unserer Webseite umzusehen. Sobald Sie
Fragen haben oder Informationen wünschen: Nutzen Sie einfach das Kontaktformular
oder schreiben uns eine E-Mail.
 
Wir freuen uns, Ihnen helfen zu können.  

RENK Group
Phone number+49 821 5700 0Emailinfo@renk.com
© 2024 RENK Group AG. All rights
reserved./Kontakt/Karriere/Datenschutz/Impressum/Allgemeine Geschäftsbedingungen




RENK GROUP

Phone number+49 821 5700 0
Emailinfo@renk.com