for dealers & farmers

FARM solutions

Specialist feed
Proven in practice. Reliable. Effective in the barn.

Bewital agri Farm section icon calf

Calves

Bewital agri Farm section icon grower

Beef calves

Bewital agri Farm section icon cow / cows

Cows

Bewital agri Farm section icon piglet

Piglets

Bewital agri Farm section icon sows

Sows

Bewital agri Farm section icon lamb

Lambs

For industry

FEED specialities

Functional ingredients
Technologically refined. Reproducible. Differentiating.

Bewital agri Feed Area Icon Cow

Cows

Bewital agri Feed Area Icon Pig

Pigs

Bewital agri Feed Area Icon Chicken Poultry

Poultry

Bewital agri Feed Area Icon Fish

Fish

.bwa-worlds { /* ---------- Zentrale Stellschrauben ---------- */ --bwa-farm: #76B729; --bwa-feed: #006165; --bwa-text-on-color: #FFFFFF; /* Bildhoehe. Kleinerer zweiter Wert = hoeheres Bild. */ --bwa-media-ratio: 4 / 4.1; /* Wie weit das Farbfeld ueber das Bild ragt */ --bwa-overlap: 130px; /* Bildausschnitt je Welt: erster Wert waagerecht, zweiter senkrecht. 0% = links bzw. oben, 100% = rechts bzw. unten. */ --bwa-focus-farm: 15% 25%; --bwa-focus-feed: 60% 50%; /* Abstand zwischen Icon und Beschriftung */ --bwa-icon-gap: 3px; /* Breite einer Kachel auf Mobile. Der Rest ist der Anschnitt. */ --bwa-card-width: 84%; --bwa-gap: 16px; --bwa-edge: 20px; box-sizing: border-box; font-family: inherit; } .bwa-worlds *, .bwa-worlds *::before, .bwa-worlds *::after { box-sizing: border-box; } /* ---------- Track ---------- */ .bwa-worlds__track { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; } /* ---------- Kachel ---------- */ .bwa-world { position: relative; display: flex; flex-direction: column; min-width: 0; align-self: stretch; } /* Die Ueberlappung entsteht ueber ein negatives margin-bottom am Bild, NICHT ueber margin-top am Panel. Sonst endet das Panel um genau diesen Wert oberhalb der Kachelunterkante. */ .bwa-world__media { position: relative; aspect-ratio: var(--bwa-media-ratio); overflow: hidden; background: #E8EAE9; flex: none; margin-bottom: calc(var(--bwa-overlap) * -1); } .bwa-world__media img { width: 100%; height: 100%; object-fit: cover; display: block; } .bwa-world--farm .bwa-world__media img { object-position: var(--bwa-focus-farm); } .bwa-world--feed .bwa-world__media img { object-position: var(--bwa-focus-feed); } /* ---------- Farbfeld ---------- */ .bwa-world__panel { position: relative; display: flex; flex-direction: column; flex: 1 1 auto; padding: 28px 26px 30px; color: var(--bwa-text-on-color); margin-left: 24px; } .bwa-world--farm .bwa-world__panel { background: var(--bwa-farm); } .bwa-world--feed .bwa-world__panel { background: var(--bwa-feed); } .bwa-world__eyebrow { margin: 0 0 14px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .92; } .bwa-world__title { margin: 0 0 20px; font-size: clamp(28px, 4vw, 44px); line-height: 1.1; font-weight: 400; } .bwa-world__title strong { font-weight: 800; } .bwa-world__lead { margin: 0 0 4px; font-size: 16px; font-weight: 700; } .bwa-world__sub { margin: 0 0 22px; font-size: 16px; line-height: 1.45; } /* ---------- Button ---------- */ .bwa-world__btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; padding: 13px 20px; background: #fff; text-decoration: none; font-size: 15px; transition: transform .15s ease, box-shadow .15s ease; } .bwa-world--farm .bwa-world__btn { color: var(--bwa-farm); } .bwa-world--feed .bwa-world__btn { color: var(--bwa-feed); } .bwa-world__btn strong { font-weight: 800; } .bwa-world__btn svg { width: 18px; height: 18px; flex: none; } .bwa-world__btn:hover { transform: translateX(2px); box-shadow: 0 4px 14px rgba(0,0,0,.18); } /* ---------- Tierarten ---------- */ .bwa-world__species { list-style: none; margin: 26px 0 0; /* fuer Icons auf gleicher Linie: margin-top: auto */ padding: 0; display: flex; flex-wrap: wrap; gap: 12px 10px; } .bwa-world__species a { display: flex; flex-direction: column; align-items: center; gap: var(--bwa-icon-gap); color: inherit; text-decoration: none; font-size: 13px; line-height: 1.2; } /* Kein CSS-Rahmen: der Rahmen steckt bereits in den PNG-Dateien */ .bwa-world__icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; transition: opacity .15s ease; } .bwa-world__icon img { width: 100%; height: 100%; object-fit: contain; display: block; } .bwa-world__species a:hover .bwa-world__icon { opacity: .75; } /* ---------- Punkte ---------- */ .bwa-worlds__dots { display: none; } /* ============================================================ Mobile und Tablet: horizontaler Slider mit Anschnitt ============================================================ */ @media (max-width: 1023px) { .bwa-worlds { --bwa-overlap: 95px; } .bwa-worlds__track { display: flex; grid-template-columns: none; gap: var(--bwa-gap); align-items: stretch; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-left: var(--bwa-edge); padding: 0 var(--bwa-edge) 4px; margin: 0 calc(var(--bwa-edge) * -1); scrollbar-width: none; -ms-overflow-style: none; } .bwa-worlds__track::-webkit-scrollbar { display: none; } .bwa-world { flex: 0 0 var(--bwa-card-width); scroll-snap-align: start; } .bwa-world__panel { margin-left: 0; padding: 22px 20px 24px; } .bwa-world__species { gap: 12px 8px; } .bwa-world__icon { width: 50px; height: 50px; } .bwa-worlds__dots { display: flex; justify-content: center; gap: 10px; margin-top: 18px; } .bwa-worlds__dots button { padding: 8px; border: 0; background: none; cursor: pointer; line-height: 0; } .bwa-worlds__dots button span { display: block; width: 8px; height: 8px; border-radius: 50%; background: #C9CFCB; transition: background-color .2s ease, transform .2s ease; } .bwa-worlds__dots button.is-active span { transform: scale(1.25); } .bwa-worlds__dots button[data-index="0"].is-active span { background: var(--bwa-farm); } .bwa-worlds__dots button[data-index="1"].is-active span { background: var(--bwa-feed); } } @media (max-width: 480px) { .bwa-worlds { --bwa-card-width: 80%; --bwa-edge: 16px; --bwa-media-ratio: 4 / 4.4; --bwa-overlap: 78px; } .bwa-world__title { font-size: 30px; } } @media (prefers-reduced-motion: reduce) { .bwa-worlds__track { scroll-behavior: auto; } .bwa-world__btn { transition: none; } } (function () { var wrap = document.querySelector('.bwa-worlds'); if (!wrap) return; var track = wrap.querySelector('.bwa-worlds__track'); var cards = wrap.querySelectorAll('.bwa-world'); var dots = wrap.querySelectorAll('.bwa-worlds__dots button'); var panels = wrap.querySelectorAll('.bwa-world__panel'); /* ---------- Punkte: klicken und mitfuehren ---------- */ if (track && dots.length) { dots.forEach(function (dot) { dot.addEventListener('click', function () { var i = parseInt(dot.getAttribute('data-index'), 10) || 0; if (cards[i]) { track.scrollTo({ left: cards[i].offsetLeft - track.offsetLeft, behavior: 'smooth' }); } }); }); if ('IntersectionObserver' in window) { var obs = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.intersectionRatio = 2) { var equalize = function () { panels.forEach(function (p) { p.style.minHeight = ''; }); // Auf Mobile nicht noetig, dort ist nur eine Kachel im Blick if (window.matchMedia('(max-width: 1023px)').matches) { return; } var max = 0; panels.forEach(function (p) { var h = p.getBoundingClientRect().height; if (h > max) { max = h; } }); if (max > 0) { panels.forEach(function (p) { p.style.minHeight = Math.ceil(max) + 'px'; }); } }; var schedule = function () { window.requestAnimationFrame(equalize); }; if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', schedule); } else { schedule(); } window.addEventListener('load', schedule); if (document.fonts && document.fonts.ready) { document.fonts.ready.then(schedule); } if (window.ResizeObserver) { new ResizeObserver(schedule).observe(wrap); } else { window.addEventListener('resize', schedule); } } })();
Together better. Better together.

Together for Better Animal Nutrition

Better animal nutrition does not happen alone. It happens when people work together on solutions that function reliably in the barn, in the plant, and for the customer.

When experience meets technology. When natural ingredients are purposefully refined. When real challenges become concrete feeding concepts. And when trust grows because quality remains predictable from batch to batch.

For Animals

Healthy digestion, stable development, reliable performance. We develop solutions that support animal health from the start.

For Partners

Listen, think along, develop together. We build long-term relationships and deliver solutions that match real requirements.

For the Future

More stability, efficiency, and security. With our own R&D, production in Germany, and quality from batch to batch.

FARM solutions

Gut it!

Animal health begins in the gut. Gut it! stands for practice-oriented feeding concepts that support digestion, animal performance, and economic success in the barn.

FEED specialities

Designed to be a Hero.

Sensitive, natural ingredients with potential become functional specialized solutions. Protected by NutriShield® Technology. For feed concepts that deliver more and clearly differentiate.

what drives us

Our Values

Since 1963, we have been developing specialized feed for modern animal nutrition. What matters to us is evident in every collaboration: reliable, approachable, and committed to meaningfully combining nature and technology.

Bewital agri aerial view of the plant site at sunrise with production buildings and silos
Partnership icon element of Bewital agri
Collaboration

We think along, act reliably, and develop solutions together. On equal footing with customers, partners, and our team.

Location icon element of Bewital agri
Proximity

Short distances. Direct decisions. Personal contacts who remain accessible and take responsibility.

Bewital Agri seedling icon element
Experience

Since 1963, our knowledge has grown with the demands of animal nutrition. In FARM. In FEED. And in real markets.

Erlenmeyer flask icon element of Bewital agri
Competence

We combine natural ingredients with technological refinement. This creates solutions that function predictably.

Quality icon element of Bewital agri
Responsibility

What we develop must be meaningful: for animals, customers, and economically viable, sustainable feeding.

Industry icon element of Bewital agri
Made in Germany

Our own R&D and production in Germany. For verified quality, stable processes, and reliability from batch to batch.

Together for better animal nutrition.

Solutions that advance.

For over 60 years, BEWITAL agri has been developing specialized feed for modern animal nutrition. In our own Research & Development department, we combine scientific findings, modern analytics, and practical knowledge.

This creates products that not only convince on paper but function where they are needed: in the plant, in the feed, and in the animal.

Bewital agri icon test tube research and laboratory green on transparent
Our Own R&D
Innovation Center
Developed for Practice
Our Own Production