ADVERTISEMENT

Red Bull founder Dietrich Mateschitz dead at 78

Published Oct 23, 2022 10:41 am

VIENNA, Austria (AFP) — Red Bull founder Dietrich Mateschitz, who made the energy drink a global phenomenon and forged a title-winning Formula One team and a sports empire, died on Saturday aged 78, the company said.

In this file photo taken on June 30, 2018 Red Bull CEO Austrian Dietrich Mateschitz arrives in the paddocks ahead of the Austrian Formula One Grand Prix in Spielberg, central Austria. (AFP)

Red Bull expressed both its "sadness" at the Austrian billionaire's death and "gratitude for what he accomplished".

Mateschitz, a reclusive man who rarely gave interviews, took a sweet drink that was already popular in Asia and adapted it for the Western market with huge success.

He was named as Austria's richest person by Forbes in 2022 with an estimated net worth of $27.4 billion.

Mateschitz invested heavily in sport to give his brand global exposure.

Besides its involvement in Formula One -- the team's Dutch driver Max Verstappen is the world champion for the second consecutive year -- Red Bull bought the football club of the Austrian city of Salzburg in 2005, then Leipzig in Germany.

Both clubs have enjoyed trophy-winning success thanks to the brand's substantial investment.

Red Bull have also branched out into extreme sports, sponsoring events such as air acrobatics and cliff diving.

The head of the Red Bull Formula One team, Christian Horner, said "thankfully" Mateschitz lived to see Verstappen clinch his second title by winning the Japanese Grand Prix two weeks ago.

Horner described Mateschitz as the "backbone of all we do".

"It is very, very sad," said Horner, speaking at the United States Grand Prix in Austin, Texas. "A great man, one of few of a kind, for what he achieved and he has done for many people around the world and across so many sports."

Horner told Sky Sports F1 that Mateschitz "proved you can make a difference. He was a passionate supporter and the backbone of all we do. A remarkable man and inspirational individual."

'Visionary entrepreneur'

Formula One chief executive Stefano Domenicali described Mateschitz as "a hugely respected and much-loved member of the Formula One family".

The Italian said: "He was an incredible visionary entrepreneur and a man who helped to transform our sport and created the Red Bull brand that is known all around the world."

Mateschitz's legacy, the Red Bull energy drink, was born during one of his many business trips as marketing director of a German cosmetics company when he was served a sweet beverage common in Asia in a luxury bar in Hong Kong.

He was immediately fond of it and was impressed by the drink's apparent ability to help him overcome his jet lag.

He decided to partner with the beverage's developer Thai businessman Chaleo Yoovidhya and the two men founded Red Bull in 1984.

Based in Fuschl-am-See, the drink slowly but surely won over Western taste buds and the brand developed globally thanks to clever marketing and the tie-ins with sport.

Red Bull entered F1 by taking a 60 percent share in the Swiss-based Sauber team, before the two parted company following a row over the choice of drivers.

Three years later, Red Bull bought the failing Jaguar team from owner Ford and rebranded it.

It soon developed into a leading force, becoming the fastest team in F1 by 2009.

Red Bull won their first drivers' and constructors' titles with German driver Sebastian Vettel at the wheel in 2010.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.