Verein Deutscher Werkzeugmaschinenfabriken e. V.

vdw@vdw.de

+49 69 756081-0

Logo

Search

The Best Grinder of the Year

Fabio Schoppet was the delighted winner of the two-day live “Grinder of the Year” (GOTY)…

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;
}

GrindingHub 2026 reaffirms its role as an international industry get-together

Around 11,000 visitors, 462 exhibitors, and four days of the trade fair filled with technology,…

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;
}

GrindingHub 2026: A source of inspiration for an industry undergoing radical changes

The international grinding technology industry is gathering in Stuttgart these days: With 462 exhibitors from…

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;
}

Precision under pressure: When every nanometer counts in grinding

When every nanometer counts in grinding, precision determines the efficiency, noise levels, and service life…

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;
}

GrindingHub 2026 is fully booked

The upcoming GrindingHub in Stuttgart, from May 5 to 8, is fully booked across three…

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 manufacturers showcase their innovations at CCMT 2026

The German Group at the CNC Machine Tool Fair (CCMT) 2026, held from 21 to…

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;
}

Startup platform at GrindingHub for market development

At the Startup Hub of the leading trade fair for grinding technology, young companies and…

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;
}

Medical technology: Achieving greater efficiency and product variety in production through customized grinding processes

Medical technology currently stands out as a shining star in the German industrial landscape. It…

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;
}

Innovative grinding technology sets the pace in wafer processing

The semiconductor market is booming. Microchips are not only essential for electric vehicles and charging…

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 leveling off – China further dominating production

After two years of noticeable reluctance to invest, the German machine tool industry is showing…

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;
}