Partner | Wilderness International a.aw_btn.aw_special_green:not(.aw_btn_keep_bg):hover, a.aw_btn.aw_secondary:not(.aw_btn_keep_bg):hover { background-color: #fff!important; } .aw_quote_module.aw_quote_large .aw_image_wrapper::before { background-image: none; } .quote_mark_false { display: none !important; } .wi_special_cta .wi_content_search_form .aw_content_search_field { margin-bottom: 0; margin-right: .5rem; height: 3rem; } .wi_special_cta .wi_content_search_form .aw_search_submit_button { font-size: 3rem; line-height: 1em; padding: 0; margin: 0; outline: none; border: 0; box-shadow: none; cursor: pointer; } .wi_special_cta .wi_search_result_filter_form { display: flex; flex-wrap: wrap; } .wi_special_cta .wi_search_result_filter_form label { color: #fff; font-family: "Sora", Arial, sans-serif; font-weight: 700; font-style: normal; text-transform: none; font-size: 1rem; margin-bottom: .5rem; } @media (min-width: 30.125em) { .wi_special_cta .wi_search_result_filter_form>div:nth-child(1) { min-width: 16rem; margin: 0; } .wi_special_cta .wi_search_result_filter_form>div:nth-child(2) { min-width: 12rem; margin: 0rem 2rem; } .wi_special_cta .wi_search_result_filter_form>div:nth-child(3) { width: calc(30em - 22rem); margin: 0; } } @media (max-width: 30em) { .wi_special_cta .wi_search_result_filter_form>div:nth-child(1) { width: 100%; margin: 0; } .wi_special_cta .wi_search_result_filter_form>div:nth-child(2) { width: 60%; margin-top: 1rem; margin-bottom: 1rem; margin-right: 2rem; } .wi_special_cta .wi_search_result_filter_form>div:nth-child(3) { width: calc(40% - 2rem); margin: 1rem 0rem; } .aw_mobile_content_search_form { display:inline; } .aw_mobile_search_result_filter_form { display:inline; } } ::-webkit-scrollbar { width: 5px; height: 7px; } #abw_main_header li.aw_menu_item_has_children { cursor: pointer; } #abw_main_header li.aw_menu_item_has_children ul.aw_sub_menu li.aw_menu_item_has_children ul.aw_sub_menu { display: none !important; } #abw_main_header li.aw_menu_item_has_children ul.aw_sub_menu li.aw_menu_item_has_children:hover ul.aw_sub_menu { display: block !important; max-height: max-content; -moz-transition: max-height 1s ease; -webkit-transition: max-height 1s ease; -o-transition: max-height 1s ease; transition: max-height 1s ease; } #abw_main_header li.aw_menu_item_has_children a.aw_sub_menu_open+ul.aw_sub_menu { max-height: max-content !important; } @media (max-width: 720px) { .aw_menu_item_has_children:hover ul.aw_menu { max-height: 0 !important; -moz-transition: max-height 1s ease; -webkit-transition: max-height 1s ease; -o-transition: max-height 1s ease; transition: max-height 1s ease; } #abw_main_header li.aw_menu_item_has_children a.aw_sub_menu_open+ul.aw_sub_menu { max-height: 300px !important; -moz-transition: max-height 1s ease; -webkit-transition: max-height 1s ease; -o-transition: max-height 1s ease; transition: max-height 1s ease; overflow: auto; } #abw_main_header li li.aw_menu_item_has_children>a.aw_sub_menu_open { background-color: unset !important; color: white !important; } #abw_main_header.aw_mobile_menu_open nav li a { font-size: 20px !important; } #abw_main_header.aw_mobile_menu_open nav li li a { font-size: 17px !important; } #abw_main_header.aw_mobile_menu_open nav li li li a { font-size: 15px !important; } #abw_main_header .aw_sub_menu .aw_sub_menu { background-color: unset; } #abw_main_header nav>ul>li li>a:after { display: none !important; } #abw_main_header li.aw_menu_item_has_children ul.aw_sub_menu li.aw_menu_item_has_children ul.aw_sub_menu { display: block !important; max-height: max-content !important; } } .headline-news { font-family: "Sora",Arial,sans-serif; font-weight: 700; font-style: normal; } .text_overflow { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .text_overflow_5 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } .text_overflow_10 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 10; -webkit-box-orient: vertical; } .aw_pxsmall a { text-decoration: underline; } .aw_hero_module:has(.aw_video_playing)::before, .wi_trail_mode_true:has(.aw_video_playing)::after, .wi_trail_mode_false.aw_hero_module:not(.aw_full_width_video_module):after, .wi_linear_gradient_false.aw_hero_module:not(.aw_full_width_video_module):before { display: none !important; z-index: 0; } .aw_hero_module .aw_full_width_video_wrapper.aw_video_overlay:before { pointer-events: auto; } .aw_animate.slider::-webkit-slider-thumb { -webkit-animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 400ms both; animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 400ms both; } .aw_animate.slider::-moz-range-thumb { -webkit-animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 200ms both; animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 200ms both; } @-webkit-keyframes move-slider { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 50% { -webkit-transform: translateX(200px); transform: translateX(200px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes move-slider { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 50% { -webkit-transform: translateX(200px); transform: translateX(200px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .slider { -webkit-appearance: none; background: #13735f; border: 2px solid #004432; border-right-color: rgb(0, 68, 50); border-right-style: solid; border-right-width: 2px; border-left-color: rgb(0, 68, 50); border-left-style: solid; border-left-width: 2px; border-left: 0; border-right: 0; height: 0; outline: none; transition: opacity 0.2s; width: 100%; z-index: 100; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; background: #e6ce00; border: 9px solid #13735f; border-radius: 63px; cursor: pointer; height: 48px; width: 48px; } .slider::-moz-range-thumb { background: #e6ce00; border: 9px solid #13735f; border-radius: 63px; cursor: pointer; height: 48px; width: 48px; } .dropdown { display: inline-block; width: max-content; min-width: 320px; } .dropdown input[type=checkbox]+label:before { display: none; } .dropdown input[type=checkbox]+label:after { display: none; } .dropdown__switch:checked + .dropdown__options-filter .dropdown__select { transform: scaleY(1); } .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after { transform: rotate(-135deg); } .dropdown__options-filter { width: 100%; cursor: pointer; padding-left: 0px !important; list-style-type: none !important; } .dropdown__filter { position: relative; display: flex; padding: 0 0 5px 10px; color: darkgreen; background-color: transparent; transition: 0.3s; border-bottom: 3px solid darkgreen; list-style-type: none; margin: 0; } .dropdown__filter .dropdown__filter-selected, .dropdown__filter-area .dropdown__filter-area-selected, .dropdown__filter-currency .dropdown__filter-currency-selected { height: 20px; } .dropdown__filter::after, .dropdown__filter-area::after, .dropdown__filter-currency::after { position: absolute; top: 45%; right: 0px; content: ""; width: 10px; height: 10px; border-right: 2px solid #595959; border-bottom: 2px solid #595959; transform: rotate(45deg) translateX(-45%); transition: 0.2s ease-in-out; color: darkgreen; } .dropdown__select { position: absolute; top: 100%; left: 0; width: 100%; margin-top: 5px; transform: scaleY(0); transform-origin: top; font-weight: 300; transition: 0.2s ease-in-out; z-index: 2; list-style-type: none; border-radius: 6px; } .dropdown__select-option { padding: 20px; background-color: #fff; border-bottom: 1px solid #d6d6d6; transition: 0.3s; } .dropdown__select-option:first-of-type { border-radius: 10px 10px 0 0; } .dropdown__select-option:last-of-type { border-bottom: 0; border-radius: 0 0 10px 10px; } .dropdown__select-option:hover { background-color: #f9f9f9; } .donation-header { display: flex; justify-content: space-between; } .donation-header .dropdown__filter { border-bottom: none !important; } .donation-header .dropdown__filter:after { display: none !important; } .donation-header .dropdown__options-filter { margin: 0 !important; } .aw_container .text-input-unit { font-size: 24px; font-weight: 700; color: darkgreen; background: transparent; line-height: 30px; padding-right: 5px; } #abw_btn_wrapper a.aw_no_blur { pointer-events: unset; cursor: pointer; } window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('consent', 'default', { ad_storage: 'denied', analytics_storage: 'denied', wait_for_update: 1500 //milliseconds }); gtag('set', 'ads_data_redaction', true); (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WTK5JPV'); document.addEventListener("DOMContentLoaded", function(e) { document.getElementById("abw_language_select").onchange = function() { var e = document.getElementById("abw_language_select"); var value = e.value; var text = e.options[e.selectedIndex].text; var url = window.location.href; var elements = url.split('/'); if (elements && elements[2] && text.toLowerCase() === 'en') { elements[2] = text.toLowerCase() + '.' + elements[2]; } else { elements[2] = elements.slice(1).join('.') } var newURL = elements.join('/'); window.location.href = newURL; } var btnCopyLink = document.getElementById('icon-copy'); if (btnCopyLink) { btnCopyLink.addEventListener('click', function() { navigator.clipboard.writeText(window.location.href).then(() => { var tooltip = document.getElementById("myTooltip"); tooltip.innerHTML = "Copied!"; }); }) } var contactFooter = document.getElementById('Kontakt'); if (contactFooter) { contactFooter.addEventListener('click', function(event) { event.preventDefault(); if(window && window['Beacon']) { window['Beacon']('open'); window['Beacon']('navigate', '/ask/message'); } }) } var elementMenu = document.getElementsByClassName('aw_menu_item_has_children'); if (elementMenu) { for (var i = 0; i < elementMenu.length; i++) { elementMenu[i].addEventListener('click', function(event) { var valueElement = elementMenu[i].getAttribute('value'); if(valueElement !== 'true') { document.querySelectorAll('.aw_sub_menu_open').forEach((menu) => { var isMobilePlatform = /(android|iphone|ipad|mobile)/i.test(navigator.userAgent); if(!isMobilePlatform) { menu.classList.remove('aw_sub_menu_open') } else { menu.classList.add('aw_sub_menu_open') } }); } else { event.preventDefault(); } }); } } const menuItem = document.getElementsByClassName('aw_btn_menu'); if (menuItem) { for (var i = 0; i < menuItem.length; i++) { menuItem[i].addEventListener('click', function(event) { event.preventDefault(); if (event.target.href !== event.target.baseURI) { if(event.target.href.includes('wilderness-international.')) { window.location.href = event.target.href; } else { window.open(event.target.href, '_blank'); } } }); } } var btnSocials = document.getElementsByClassName('social-share'); if (btnSocials) { for (var i = 0; i < btnSocials.length; i++) { if (btnSocials[i].getAttribute('id') && btnSocials[i].getAttribute('id') === 'btn-whatsapp') { var isMobilePlatform = /(android|iphone|ipad|mobile)/i.test(navigator.userAgent); var hrefWhatsapp = 'https://' + (isMobilePlatform ? 'api' : 'web') + '.whatsapp.com/send?text='; btnSocials[i].setAttribute("href", hrefWhatsapp + window.location.href); } else { var dataHref = btnSocials[i].getAttribute('data-href'); btnSocials[i].setAttribute("href", dataHref + window.location.href); } } } }); Weglot.initialize({ api_key: 'wg_b35bba4d28c48998ac575eb47ff70a111', switchers: [ { button_style: { full_name: true, with_name: true, is_dropdown: true, with_flags: true, flag_type: 'circle' }, location: { target: null, // You'll probably have to change it (see the step below in order to find the correct CSS selector) sibling: null } } ] });

Our partners

Companies committed to the environment

Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

Protect forest Protect forest
Logo Wilderness International Logo Wilderness International Logo Wilderness International
  • Inform yourself
  • Inform yourselfInform yourself
  • News
  • NewsNews
  • Foundation
  • FoundationFoundation
  • Wilderness International Germany
  • Wilderness International GermanyWilderness International Germany
  • Wilderness International Peru
  • Wilderness International PeruWilderness International Peru
  • Wilderness International (Canada)
  • Wilderness International (Canada)Wilderness International (Canada)
  • Impact Report
  • Impact ReportImpact Report
  • How we protect forest
  • How we protect forestHow we protect forest
  • Transparency
  • TransparencyTransparency
  • Team
  • TeamTeam
  • Partner
  • PartnerPartner
  • Become a partner
  • Become a partnerBecome a partner
  • Interested?
  • Interested?Interested?
  • Projects
  • ProjectsProjects
  • Expeditions
  • ExpeditionsExpeditions
  • Environmental ambassadors
  • Environmental ambassadorsEnvironmental ambassadors
  • Become active
  • Become activeBecome active
  • Protect forest now
  • Protect forest nowProtect forest now
  • of CO2 Calculate 
  • of CO2 Calculate of CO22 Calculate 
  • of CO2 compensate
  • of CO2 compensateof CO22 compensate
  • Give away forest
  • Give away forestGive away forest
  • Conservation Subscription
  • Conservation SubscriptionConservation Subscription
  • Plant trees
  • Plant treesPlant trees
  • Become a partner
  • Become a partnerBecome a partner
  • Protect forest Protect forest
  • Wald schützen Wald schützen Wald schützen Wald schützen
    Protect forest Protect forest
    Wald schützen Wald schützen Wald schützen Wald schützen

    Our partners

    Our partners

    Our partners

    Our partners

    HomepageFind out more Partner HomepageFind out more Partner HomepageHomepageFind out moreFind out morePartnerPartner

    Our partners

    Our partners
    Companies, scientific institutions and schools
    Companies, scientific institutions and schoolsCompanies, scientific institutions and schools

    Companies committed to the environment

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

    Companies committed to the environment

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

    Companies committed to the environment

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

    Companies committed to the environment

    Companies committed to the environment

    Companies committed to the environment

    Companies committed to the environment

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    Without our partners, we would not be able to protect as much old-growth forest as we have been able to.

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They are sustainable companies committed to wilderness protection, as well as scientific institutions and schools - thanks to these collaborations, we can protect more wilderness!

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO2-emissions or take part in the Wilderness Run as a school.

    They take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset COThey take responsibility and in some cases even lead the way as pioneers of environmentally-oriented corporate management in their industry with their commitment to protecting nature. Partners secure huge areas of forest with one percent of their turnover, support our research projects, sponsor campaigns, protect a piece of wilderness with every product sold, reduce and offset CO22-emissions or take part in the Wilderness Run as a school.-emissions or take part in the Wilderness Run as a school.

    Interested?

    Become a partner Become a partner

    Interested?

    Become a partner Become a partner

    Interested?

    Interested? Become a partner Become a partner Become a partner Become a partner
    Climate Change Change Newsletter Order.
    Accepted forms of payment for donations
    Follow us
    Climate Change Change Newsletter Order.
    Accepted forms of payment for donations
    Follow us
    Engage
  • Protect forest now
  • Protect forest nowProtect forest now
  • of COCalculate
  • of COCalculateof CO2 Calculate
  • of CO2 compensate
  • of CO2 compensateof CO22 compensate
  • Become a partner
  • Become a partnerBecome a partner
    Find out more
  • FAQ
  • FAQFAQ
  • News
  • NewsNews
  • Partner
  • PartnerPartner
  • Newsletter
  • NewsletterNewsletter
  • Press
  • PressPress
    Projects
  • My tree - My Dresden
  • My tree - My DresdenMy tree - My Dresden
  • Environmental ambassadors
  • Environmental ambassadorsEnvironmental ambassadors
  • Expeditions
  • ExpeditionsExpeditions
    Other
  • Contact
  • ContactContact
  • AGB
  • AGBAGB
  • Imprint
  • ImprintImprint
  • Privacy
  • PrivacyPrivacy
    Climate Change Change Newsletter Order.
    Accepted forms of payment for donations
    Follow us
    Climate Change Change Newsletter Order.
    Climate Change Change Newsletter Order.
    Climate Change Change Newsletter Order.
    Accepted forms of payment for donations
    Accepted forms of payment for donations
    Accepted forms of payment for donations
    Follow us
    Follow us
    Follow us
  • Wilderness Internation Logo WhiteSelect languageSelect languageDEEN window.Beacon("init","5761ba1f-66ad-4ea5-81ed-0c8d22560142")