Broadcast United

Wemmitz Brewery may double beer production in the future

Broadcast United News Desk
Wemmitz Brewery may double beer production in the future

[ad_1]

The journey from St. Veit via Kreig to Wemitz on a late summer day is unrivalled in terms of idyllic character. You wouldn’t necessarily expect a state-of-the-art brewery here. Yet Josef Habich, founder, partner and managing director of the Wemitz Brewery, has been continuously developing at this location for twelve years. The fast-growing small brewery does not rely on volumes but on “natural beer”. Local water from the Lemisch spring, 98% organic Carinthian barley and hops are used, one third of which come from Carinthia. Seven jobs have been created in Wemitz.

Reusable rather than disposable

In its 13th year, Habich is expanding further and breaking new ground. The hall currently being completed is the largest investment in the company’s history to date. It provides 400 square meters of additional space for goods logistics and storage of finished products. Habich emphasizes that from October, Wimitz beer will no longer be bottled in single-use bottles, but only in reusable bottles of 0.33 and 0.5 liters. In the future, up to 6,000 bottles per hour will be filled here. The bottles themselves and the containers sold are also changing – from 6 to 12 and 24 bottles.

Martin Egrmajer, Master Winemaker




Martin Egrmajer, Master Winemaker

© Markus Trausnig

Beer production up to 8,000 hectolitres

The bottle and its appearance were completely renewed; instead of the usual 0.5-liter bottles, a larger bottle was used; Habich calls it the “Mundl bottle”. “Single-use bottles never suited us,” he explains. As part of the renovation, a new wastewater treatment facility and an expanded water storage facility were also built. The renovation, which will cost around €2 million, will make it possible to double beer production from 4,000 to 8,000 hectoliters per year.

The new museum is expected to be put into use in early October




The new museum is expected to be put into use in early October

© Markus Trausnig

“Some nice finishes”

In fact, this is slightly more specialty beer than the future “city brewery” in Villach will produce. 7000 hlwhich should come after a major downsizing in Draustadt or the relocation of large-scale production to Graz-Puntigam. Recently, Villach brewed around 130,000 hectolitres of beer. Habich stressed that the investment in the Wimitz brewery has nothing to do with the downsizing of the Brauunion subsidiary in Villach.

Further growth is almost impossible

But Habich says they did benefit from it; there were “many discussions and some good deals” with potential buyers. But you don’t just want to sell more beer, you want to sell it to customers who are right for it and who don’t just look at the price. Speaking of which: After a big increase in bottle prices, for example, costs have stabilized at a high level. After the change, the price of a 0.5-liter bottle of Wimitz beer should drop slightly.

Habić stresses that further growth at Wimitz is no longer conceivable; the bottleneck is no longer technology or logistics, but filling at the source. The above-mentioned 8,000 hectoliters per year will therefore be the upper limit. The nine beers (there are currently no plans to launch an alcohol-free beer) will continue to be sold exclusively in Carinthia. “We are facing a very competitive market with stagnant sales overall,” says Habić. They also want to win over beer drinkers by saying that no microplastics can get into bottles, kegs or wastewater at the Wimitz brewery. Because with so-called PVPP, industrially filtered beer generally becomes clearer and has a longer shelf life. Unlike beer companies, Wimitz deliberately avoids using it, says brewery owner Habić.

window.didomiOnReady.push(() => { window.didomiScriptStatus="ready"; });

window.didomiHelper = {

_essentialVendorIds: ( 'c:pianosoft-KFChz6mr', 'c:googleext-ZWjBAiL8', 'smart' ),

purposeMapping: { 1: 'cookies', 2: 'select_basic_ads', 3: 'create_ads_profile', 4: 'select_personalized_ads', 5: 'create_content_profile', 6: 'select_personalized_content', 7: 'measure_ad_performance', 8: 'measure_content_performance', 9: 'market_research', 10: 'improve_products', 25: 'strictly_necessary', 26: 'funktional', 29: 'socialmedia', },

socialMediaScripts: { 'facebook': { source: 'https://connect.facebook.net/en_US/sdk.js', onLoad: () => { window.fbAsyncInit = function() { FB.init({ appId : '579158667063181', autoLogAppEvents : true, xfbml : true, version : 'v16.0' }); }; }, }, 'twitter': { source: 'https://platform.twitter.com/widgets.js', }, 'c:instagram': { source: 'https://www.instagram.com/embed.js', onLoad: () => { window('instgrm').Embeds.process(); }, }, 'c:tiktok-KZAUQLZ9': { source: 'https://www.tiktok.com/embed.js', }, 'c:reddit': { source: 'https://embed.redditmedia.com/widgets/platform.js', }, 'c:pinpollgm-e2t3Vxt2': { source: 'https://tools.pinpoll.com/global.js', }, },

debug() { },

isReady() { return window.didomiScriptStatus === 'ready'; },

onReady(cb) { window.didomiOnReady.push(cb); },

onVendorConsent(vendorId, cb) {

if (this._essentialVendorIds.includes(vendorId)) { cb();

return; }

window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {

this.debug(`onVendorConsent: Register script for vendor ${vendorId}`); Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .filter((status) => { return status === true; }) .first() .subscribe((consentStatusForVendor) => {

this.debug(`onVendorConsent: Got consent for vendor ${vendorId}`); cb(); }); } else {

this.debug( `onVendorConsent: No consent required. Script for vendor ${vendorId} will be executed immediately.` ); cb(); } }); },

onVendorConsentChange(vendorId, cb) {

if (this._essentialVendorIds.includes(vendorId)) { cb(true);

return; }

window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {

this.debug(`onVendorConsentChange: Register script for vendor ${vendorId}`); Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .subscribe((consentStatusForVendor) => { this.debug(`onVendorConsent: Consent changed for vendor ${vendorId} to`, consentStatusForVendor);

cb(consentStatusForVendor); }); } else {

this.debug( `onVendorConsentChange: No consent required. Script for vendor ${vendorId} will be executed immediately.` ); cb(true); } }); },

onConsentChange(cb) { window.didomiOnReady.push((Didomi) => { cb(Didomi.getUserStatus());

window.didomiEventListeners.push({ event: 'consent.changed', listener: () => { this.debug(`onConsentChange: Consent data has been changed.`); cb(Didomi.getUserStatus()); } }); }); },

checkVendorConsent(vendorId) { return new Promise((resolve) => {

if (this._essentialVendorIds.includes(vendorId)) { resolve(true); }

window.didomiOnReady.push((Didomi) => { Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .first() .subscribe((consentStatus) => { this.debug(`checkVendorConsent: Consent for vendor ${vendorId} is`, consentStatus); resolve(consentStatus); }); }); }); },

checkPurposesConsent(requiredPurposes) { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { const enabledPurposes = Didomi.getUserStatus().purposes.consent.enabled; const consentStatus = requiredPurposes.every((purpose) => enabledPurposes .includes(purpose));

this.debug(`checkPurposesConsent: ConsentStatus is`, consentStatus); resolve(consentStatus); }) }) },

getUserStatus() { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { resolve(Didomi.getUserStatus()); }) }) },

checkAllConsent() {

const requiredPurposes = ('cookies', 'select_basic_ads', 'create_ads_profile', 'select_personalized_ads', 'create_content_profile', 'select_personalized_content', 'measure_ad_performance', 'measure_content_performance', 'market_research', 'improve_products', 'funktional', 'socialmedia' );

return this.checkPurposesConsent(requiredPurposes); },

checkConsentDataExists() { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { resolve(!Didomi.isUserStatusPartial()) }); }); },

async onAllConsentChange(cb) { this.debug('onAllConsentChange: called'); cb(await this.checkAllConsent());

window.didomiEventListeners.push({ event: 'consent.changed', listener: async () => { this.debug('onAllConsentChange: event'); cb(await this.checkAllConsent()); } }); },

_bannerInteracted: false, onBannerInteracted(cb) { if(this._bannerInteracted) { return; }

window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {

this.debug('onBannerInteracted: Register script for CMP interaction');

const executeCb = () => { if (!Didomi.isUserStatusPartial()) { this.debug( 'onBannerInteracted: Consent info exists. Executing script' ); this._bannerInteracted = true; cb(); } };

if (!Didomi.isUserStatusPartial()) { executeCb(); } else {

window.didomiEventListeners.push({ event: 'notice.hidden', listener: executeCb });

window.didomiEventListeners.push({ event: 'preferences.hidden', listener: executeCb }); } } else {

this.debug(`onBannerInteracted: No consent required. Executing script.`); cb(); } }); },

changeUserStatus(cb) { window.didomiOnReady.push((Didomi) => { const userStatus = Didomi.getUserStatus(); const newUserStatus = cb(userStatus); Didomi.setUserStatus(newUserStatus); this.debug('changeUserStatus: User status has been changed'); }); },

accept(vendors = (), purposes = ()) { this.changeUserStatus((userStatus) => {

const usPurposes = userStatus.purposes.consent.enabled; const newPurposes = (...usPurposes, ...purposes);

userStatus.purposes.consent.enabled = (...new Set(newPurposes));

userStatus.purposes.consent.disabled = userStatus.purposes.consent.disabled.filter(p => !purposes.includes(p));

const usVendors = userStatus.vendors.consent.enabled; const newVendors = (...usVendors, ...vendors) userStatus.vendors.consent.enabled = (...new Set(newVendors));

userStatus.vendors.consent.disabled = userStatus.vendors.consent.disabled.filter(v => !vendors.includes(v));

return userStatus; }); this.debug('accept: Gave consent to vendors', vendors, 'and purposes', purposes); },

acceptAll() { window.didomiOnReady.push((Didomi) => { Didomi.setUserAgreeToAll(); }); },

addEventListener(event, cb) { window.didomiEventListeners.push({ event: event, listener: cb }) },

_scriptErrors: (), onScriptError(cb) {

if (typeof cb === 'function') { this._scriptErrors.push(cb); }

if (window.didomiScriptStatus === 'error') { while (this._scriptErrors.length > 0) { this._scriptErrors.shift()(); } } },

async loadSocialMediaScriptIfConsentEnabled(vendorId) { const consent = await this.checkVendorConsent(vendorId);

if (consent && this.socialMediaScripts(vendorId)) { window('UTIL').loadScript({ src: this.socialMediaScripts(vendorId).source, onLoad: () => { if (this.socialMediaScripts(vendorId).onLoad && typeof this.socialMediaScripts(vendorId).onLoad === 'function' ) { this.socialMediaScripts(vendorId).onLoad(); } }, }); } } }

[ad_2]

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *