Verein Deutscher Werkzeugmaschinenfabriken e. V.
Search
NORTEC 2026 is on the starting blocks with the final programme
For the 20th event, NORTEC presents North Germany as a strong production location. Focus on…
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}German machine tool industry focuses on diversification and technological leadership
Industry calls for economic policy reforms – with speed and clear priorities
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}OPC UA zieht in die internationale Umformtechnik ein
umati präsentiert auf Blechexpo 2023 neue Companion Specification Vom 07. bis 10. November 2023…
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}Restoring the competitive edge with innovations
EMO Hannover 2025 showcases unique solutions with direct added value.
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}The smarter grinding wheel gives way
How elastic bonded diamond tools optimize precision machining
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}Automation gaining ground – Current trends and topics in metalworking
Technical Closing Report – EMO Hannover 2025
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}EMO – the world’s leading trade fair for production technology to remain in Hanover
Hannover remains the place to be for EMO
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}Decline in machine tool orders bottoming out
“We are currently seeing sideways movements in the incoming orders, leading us to assume that…
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}Launching in 2027: The first trade fair for grinding technology in the Americas
Cincinnati, Ohio, is set to become a hotspot for grinding technology innovations
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}Sending a strong signal in difficult times
Numerous market leaders at GrindingHub 2026 despite the tough economy
Source:
<!-- Hier die Klasse "breadcrumbs" hinzufügen -->
<ol class="breadcrumbs">
<?php
echo '<li><a href="' . esc_url(home_url()) . '">' . esc_html__('Home') . '</a></li>';
// 1. Automatische Elternseiten
foreach ( array_reverse( get_post_ancestors( get_the_ID() ) ) as $ancestor ) {
echo '<li><a href="' . get_permalink($ancestor) . '">' . get_the_title($ancestor) . '</a></li>';
}
// 2. Deine Manuelle Logik
$ids = [];
$is_de = ( get_locale() == 'de_DE' );
if ( get_post_type() === 'termine' ) {
$ids[] = $is_de ? 5302 : 5323;
}
elseif ( has_category('pressemitteilungen') ) { $ids = [27, 6463]; }
elseif ( has_category('press-release') ) { $ids = [2473, 8191]; }
elseif ( has_category('blog-und-fachbeitraege') ) { $ids = [27, 6467]; }
elseif ( has_category('blog-technical-papers') ) { $ids = [2473, 8188]; }
// 3. Ausgabe
foreach ( $ids as $id ) {
echo '<li><a href="' . get_permalink($id) . '">' . get_the_title($id) . '</a></li>';
}
?>
</ol>/* Container der Breadcrumb */
ol.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
/* Die einzelnen Listeneinträge */
ol.breadcrumbs li {
display: inline-flex;
align-items: center;
}
/* Die Links */
ol.breadcrumbs li a {
text-decoration: none; /* Unterstreichung entfernen */
color: #333; /* Dunkle Schriftfarbe */
font-weight: 500; /* Halb-fett */
transition: color 0.2s ease;
}
/* Hover-Effekt für Links */
ol.breadcrumbs li a:hover {
color: #0073aa;
text-decoration: underline;
}
/* Der Trennstrich (Separator) */
/* Fügt nach jedem Element, das NICHT das letzte ist, einen Strich ein */
ol.breadcrumbs li:not(:last-child)::after {
content: "/"; /* Das Trennzeichen */
margin: 0 10px; /* Abstand links und rechts vom Strich */
color: #ccc; /* Helles Grau für den Strich */
font-weight: normal;
}