<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Nordrhein-Westfalen I &#8211; Deutscher Modellflieger Verband e.V.</title>
	<atom:link href="https://www.dmfv.aero/category/mitte/nordrhein-westfalen-i/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dmfv.aero</link>
	<description></description>
	<lastBuildDate>Tue, 19 May 2026 16:23:10 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.dmfv.aero/wp-content/uploads/2019/07/cropped-favicon-32x32.png</url>
	<title>Nordrhein-Westfalen I &#8211; Deutscher Modellflieger Verband e.V.</title>
	<link>https://www.dmfv.aero</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Piloten und Modelle DMFV Helidays Kleinenbroich 2026</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-modelle-dmfv-helidays-kleinenbroich-2026/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Tue, 12 May 2026 16:05:54 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=143381</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-modelle-dmfv-helidays-kleinenbroich-2026/">Piloten und Modelle DMFV Helidays Kleinenbroich 2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfvweiss-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="dmfvweiss" title="dmfvweiss"></div>
		</figure>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<html lang="de">
<head>
<style>
    :root {
        --dmfv-blue: #004a99;
        --bg-gray: #f4f4f4;
        --text-color: #333;
    }
    .competition-container {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--text-color);
        max-width: 1000px;
        margin: auto;
    }
    h2.class-title {
        background-color: var(--dmfv-blue);
        color: white;
        padding: 12px;
        border-radius: 4px;
        margin-top: 40px;
        font-size: 1.4em;
    }
    .pilot-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        background: white;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .pilot-table th, .pilot-table td {
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-align: left;
    }
    .pilot-table th {
        background-color: #f8f8f8;
        text-transform: uppercase;
        font-size: 0.85em;
        color: #666;
    }
    /* Spaltenbreiten fixieren */
    .col-img { width: 70px; }
    .col-flag { width: 50px; text-align: center !important; }
    .col-name { width: auto; }
    .col-info { width: 150px; }

    .pilot-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 4px;
        background-color: #eee;
        display: block;
    }
    .flag-icon {
        width: 20px; /* Kleine, dezente Flagge */
        height: auto;
        display: block;
        margin: 0 auto;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }

    /* Sponsoren */
    .sponsor-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
        padding: 20px;
        background: var(--bg-gray);
        border-radius: 8px;
    }
    .sponsor-item {
        background: white;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        border-radius: 4px;
    }
    .sponsor-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
</style>
</head>
<body>

<div class="competition-container">

    <!-- Piloten und Modell Liste -->
    <h2 class="class-title">Piloten und Modell Liste</h2>
      <table class="pilot-table">
        <thead>
            <tr>
                <th class="col-img">Bild</th>
                <th class="col-name">Name</th>
                <th class="col-flag">Land</th>
                <th class="col-info">Bemerkung</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 1">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/P1000681-scaled.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1000681-scaled.jpg" alt="P1000681 scaled"/>
</picture>
</td>
                <td><strong>Andreas R.</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
           
            <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 2">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/20260509_102024-Kopie_1.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/20260509_102024-Kopie_1.jpg" alt="20260509 102024 Kopie 1"/>
</picture>
</td>
                <td><strong>Andreas M.</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td><br></td>
            </tr>
            
            <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 3">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/P1037500.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1037500.jpg" alt="P1037500"/>
</picture>
</td>
                <td><strong>Kay Matthiesen</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
            <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 4">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/20260509_110504-Kopie.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/20260509_110504-Kopie.jpg" alt="20260509 110504 Kopie"/>
</picture>
</td>
                <td><strong>Norbert  B.</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
             <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 5">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/P1038366.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1038366.jpg" alt="P1038366"/>
</picture>
</td>
                <td><strong>Thomas Kemmerer</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
             <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 6">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/P1160768-scaled.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1160768-scaled.jpg" alt="P1160768 scaled"/>
</picture>
</td>
                <td><strong>Hans-Werner K.</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
             <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 7">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/P1067488.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1067488.jpg" alt="P1067488"/>
</picture>
</td>
                <td><strong>Rüdiger Huth</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
             <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 8">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/20250913_104459-scaled.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/20250913_104459-scaled.jpg" alt="20250913 104459 scaled"/>
</picture>
</td>
                <td><strong>Bernd.P</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
             <tr>
              <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 9">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/Bo-105.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Bo-105.jpg" alt="Bo 105"/>
</picture>
</td>
                <td><strong>Heiner Jünkering</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="deutschland" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
                <td><picture decoding="async" class="pilot-img" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 10">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/P1051895.jpg.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1051895.jpg" alt="P1051895"/>
</picture>
</td>
                <td><strong>Uwe Naujoks</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
            <tr>
                <td><img decoding="async" src=" https://www.dmfv.aero/wp-content/uploads/2026/05/P1052932-scaled.jpg" class="pilot-img" alt="P1052932 scaled" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 11"></td>
                <td><strong>Karsten Schebaum</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
            <tr>
                <td><img decoding="async" src=" https://www.dmfv.aero/wp-content/uploads/2026/05/Screenshot-2026-05-19-at-07-09-12-Facebook.png" class="pilot-img" alt="Screenshot 2026 05 19 at 07 09 12 Facebook" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 12"></td>
                <td><strong>Christoph Wegerl, Modellbaufilmer</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
            <!-- Weitere 9 Piloten hier einfügen -->
        </tbody>
    </table>

   
   
        
    <!-- SPONSOREN -->
    <h2 class="class-title" style="background-color: #333;">Sponsoren & Partner</h2>
    <div class="sponsor-grid">
        <!-- Einfach den src-Link zum Sponsor-Logo hier einfügen -->
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfv.jpg" alt="Sponsor" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 13"></div>
        <div class="sponsor-item"><picture decoding="async" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 14">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/cropped-logokleinv3.png.webp"/>
<img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/cropped-logokleinv3.png" alt="Sponsor"/>
</picture>
</div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfvweiss.png" alt="Sponsor" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 15"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt.png" alt="Sponsor" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 16"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/RCN_Logo-1024x251-1.jpg" alt="Sponsor" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 17"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Screenshot-2026-05-19-at-07-09-12-Facebook.png" alt="-" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 18"></div>
        <div class="sponsor-item"><img decoding="async" src="-" alt="-" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 19"></div>
        <div class="sponsor-item"><img decoding="async" src="-" alt="-" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 19"></div>
        <div class="sponsor-item"><img decoding="async" src="-" alt="-" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 19"></div>
    </div>

</div>

</body>
</html>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_img-placeholder vc_single_image-img" src="https://www.dmfv.aero/wp-content/plugins/js_composer/assets/vc/no_image.png" alt="no image" title="Piloten und Modelle DMFV Helidays Kleinenbroich 2026 22"></div>
		</figure>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-modelle-dmfv-helidays-kleinenbroich-2026/">Piloten und Modelle DMFV Helidays Kleinenbroich 2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Piloten und Sponsoren DMFV international Rotor Championship</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-sponsoren/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Sat, 02 May 2026 05:57:53 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Championship]]></category>
		<category><![CDATA[Deutsche Meisterschaft]]></category>
		<category><![CDATA[DMFV]]></category>
		<category><![CDATA[Heli]]></category>
		<category><![CDATA[Wettbewerb]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=143140</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-sponsoren/">Piloten und Sponsoren DMFV international Rotor Championship</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfvweiss-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="dmfvweiss" title="dmfvweiss"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Pilotenliste</p>

		</div>
	</div>

	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<!DOCTYPE html>
<html lang="de">
<head>
<style>
    :root {
        --dmfv-blue: #004a99;
        --bg-gray: #f4f4f4;
        --text-color: #333;
    }
    .competition-container {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: var(--text-color);
        max-width: 1000px;
        margin: auto;
    }
    h2.class-title {
        background-color: var(--dmfv-blue);
        color: white;
        padding: 12px;
        border-radius: 4px;
        margin-top: 40px;
        font-size: 1.4em;
    }
    .pilot-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        background: white;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .pilot-table th, .pilot-table td {
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-align: left;
    }
    .pilot-table th {
        background-color: #f8f8f8;
        text-transform: uppercase;
        font-size: 0.85em;
        color: #666;
    }
    /* Spaltenbreiten fixieren */
    .col-img { width: 70px; }
    .col-flag { width: 50px; text-align: center !important; }
    .col-name { width: auto; }
    .col-info { width: 150px; }

    .pilot-img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 4px;
        background-color: #eee;
        display: block;
    }
    .flag-icon {
        width: 20px; /* Kleine, dezente Flagge */
        height: auto;
        display: block;
        margin: 0 auto;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
    }

    /* Sponsoren */
    .sponsor-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
        padding: 20px;
        background: var(--bg-gray);
        border-radius: 8px;
    }
    .sponsor-item {
        background: white;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        border-radius: 4px;
    }
    .sponsor-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
</style>
</head>
<body>

<div class="competition-container">

    <!-- KLASSE: F3N -->
    <h2 class="class-title">Klasse: F3N</h2>
    <table class="pilot-table">
        <thead>
            <tr>
                <th class="col-img">Bild</th>
                <th class="col-name">Name</th>
                <th class="col-flag">Land</th>
                <th class="col-info">Bemerkung</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055652-Kopie_1.jpg" class="pilot-img" alt="P1055652 Kopie 1" title="Piloten und Sponsoren DMFV international Rotor Championship 23"></td>
                <td><strong>Jochen Löffler</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>DM-Teilnehmer</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055682_1.jpg" class="pilot-img" alt="P1055682 1" title="Piloten und Sponsoren DMFV international Rotor Championship 24"></td>
                <td><strong>Thomas Winand</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>Nationalkader</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055693_1.jpg" class="pilot-img" alt="P1055693 1" title="Piloten und Sponsoren DMFV international Rotor Championship 25"></td>
                <td><strong>Björn Hempel</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>Nationalkader</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055543_1.jpg" class="pilot-img" alt="P1055543 1" title="Piloten und Sponsoren DMFV international Rotor Championship 26"></td>
                <td><strong>Robert Galitz</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>WM Teilnehmer 2025 9. Platz</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1270424.jpg" class="pilot-img" alt="P1270424" title="Piloten und Sponsoren DMFV international Rotor Championship 27"></td>
                <td><strong>Nicole Kraus</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>DM Teilnehmerin</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055781-Kopie.jpg" class="pilot-img" alt="P1055781 Kopie" title="Piloten und Sponsoren DMFV international Rotor Championship 28"></td>
                <td><strong>Marcel Schimaski</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>2. Platz DM 2025</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1030060.jpg" class="pilot-img" alt="P1030060" title="Piloten und Sponsoren DMFV international Rotor Championship 29"></td>
                <td><strong>Duncan Osbourn</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/gb.png" title="England" class="flag-icon" alt="gb"></td>
                <td>WM Teilnehmer 2025 2. Platz</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1030580.jpg" class="pilot-img" alt="P1030580" title="Piloten und Sponsoren DMFV international Rotor Championship 30"></td>
                <td><strong>Dave Fisher</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/gb.png" title="Großbritanien" class="flag-icon" alt="gb"></td>
                <td>WM Teilnehmer 4. Platz</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://via.placeholder.com/-" class="pilot-img" alt="" title="Piloten und Sponsoren DMFV international Rotor Championship 31"></td>
                <td><strong>Richard van Eden</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/nl.png" title="Niederlande" class="flag-icon" alt="nl"></td>
                <td>-</td>
            </tr>
            <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/glashoerster.jpg" class="pilot-img" alt="glashoerster" title="Piloten und Sponsoren DMFV international Rotor Championship 32"></td>
                <td><strong>Dominik Glashörster</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td></td>
            </tr>
            
            <!-- Weitere 9 Piloten hier einfügen -->
        </tbody>
    </table>

    <!-- KLASSE: TEAMPILOTEN -->
    <h2 class="class-title">Teampiloten</h2>
    <table class="pilot-table">
        <thead>
            
            <tr>
                <th class="col-img">Bild</th>
                <th class="col-name">Name</th>
                <th class="col-flag">Land</th>
                <th class="col-info">Zusatzklasse</th>
            </tr>
        </thead>
        <tbody>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055682_1.jpg" class="pilot-img" alt="P1055682 1" title="Piloten und Sponsoren DMFV international Rotor Championship 24"></td>
                <td><strong>Thomas Winand</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>Goosky<br>My-Lipo<br>VGR-RC</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1030060.jpg" class="pilot-img" alt="P1030060" title="Piloten und Sponsoren DMFV international Rotor Championship 29"></td>
                <td><strong>Duncan Osbourn</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/gb.png" title="England" class="flag-icon" alt="gb"></td>
                <td>-</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1030580.jpg" class="pilot-img" alt="P1030580" title="Piloten und Sponsoren DMFV international Rotor Championship 30"></td>
                <td><strong>Dave Fisher</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/gb.png" title="Großbritanien" class="flag-icon" alt="gb"></td>
                <td>SAB</td>
            </tr>
            <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/glashoerster.jpg" class="pilot-img" alt="glashoerster" title="Piloten und Sponsoren DMFV international Rotor Championship 32"></td>
                <td><strong>Dominik Glashörster</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>Mikado</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055781-Kopie.jpg" class="pilot-img" alt="P1055781 Kopie" title="Piloten und Sponsoren DMFV international Rotor Championship 28"></td>
                <td><strong>Marcel Schimaski</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>Align Freakware<br> My-Lipo</td>
            </tr>
        </tbody>
    </table>

    <!-- KLASSE: HELI MINI CUP -->
    <h2 class="class-title">Heli Mini Cup</h2>
    <table class="pilot-table">
        <thead>
            <tr>
                <th class="col-img">Bild</th>
                <th class="col-name">Name</th>
                <th class="col-flag">Land</th>
                <th class="col-info">Info</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055652-Kopie_1.jpg" class="pilot-img" alt="P1055652 Kopie 1" title="Piloten und Sponsoren DMFV international Rotor Championship 23"></td>
                <td><strong>Jochen Löffler</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055682_1.jpg" class="pilot-img" alt="P1055682 1" title="Piloten und Sponsoren DMFV international Rotor Championship 24"></td>
                <td><strong>Thomas Winand</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055693_1.jpg" class="pilot-img" alt="P1055693 1" title="Piloten und Sponsoren DMFV international Rotor Championship 25"></td>
                <td><strong>Björn Hempel</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1055543_1.jpg" class="pilot-img" alt="P1055543 1" title="Piloten und Sponsoren DMFV international Rotor Championship 26"></td>
                <td><strong>Robert Galitz</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
             <tr>
              <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1270424.jpg" class="pilot-img" alt="P1270424" title="Piloten und Sponsoren DMFV international Rotor Championship 27"></td>
                <td><strong>Nicole Kraus</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Deutschland" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/20250913_152817.jpg" class="pilot-img" alt="20250913 152817" title="Piloten und Sponsoren DMFV international Rotor Championship 43"></td>
                <td><strong>Alan Rommel</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Belgien" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
        </tbody>
    </table>

    <!-- KLASSE: HOBBY -->
    <h2 class="class-title">Hobby Klasse</h2>
    <table class="pilot-table">
        <thead>
            <tr>
                <th class="col-img">Bild</th>
                <th class="col-name">Name</th>
                <th class="col-flag">Land</th>
                <th class="col-info">Status</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/20250913_152817.jpg" class="pilot-img" alt="20250913 152817" title="Piloten und Sponsoren DMFV international Rotor Championship 43"></td>
                <td><strong>Alan Rommel</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Belgien" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
                <td><img decoding="async" src="https://via.placeholder.com/-" class="pilot-img" alt="" title="Piloten und Sponsoren DMFV international Rotor Championship 31"></td>
                <td><strong>Peter Pals</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Belgien" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
             <tr>
                <td><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Naujoks_Uwe-2_restored-e1769151251166-272x300-1.jpeg" class="pilot-img" alt="Naujoks Uwe 2 restored e1769151251166 272x300 1" title="Piloten und Sponsoren DMFV international Rotor Championship 46"></td>
                <td><strong>Uwe Naujoks</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Belgien" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
            <tr>
                <td><img decoding="async" src="https://via.placeholder.com/-" class="pilot-img" alt="" title="Piloten und Sponsoren DMFV international Rotor Championship 31"></td>
                <td><strong>Jan Wegener</strong></td>
                <td><img decoding="async" src="https://flagcdn.com/w40/de.png" title="Belgien" class="flag-icon" alt="de"></td>
                <td>-</td>
            </tr>
        </tbody>
    </table>

    <!-- SPONSOREN -->
    <h2 class="class-title" style="background-color: #333;">Sponsoren & Partner</h2>
    <div class="sponsor-grid">
        <!-- Einfach den src-Link zum Sponsor-Logo hier einfügen -->
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Logo-Mylipo-neu.png" alt="Sponsor" title="Piloten und Sponsoren DMFV international Rotor Championship 48"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfv.jpg" alt="Sponsor" title="Piloten und Sponsoren DMFV international Rotor Championship 49"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt.jpg" alt="Sponsor" title="Piloten und Sponsoren DMFV international Rotor Championship 50"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfvweiss.png" alt="Sponsor" title="Piloten und Sponsoren DMFV international Rotor Championship 51"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt.png" alt="Sponsor" title="Piloten und Sponsoren DMFV international Rotor Championship 52"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/RCN_Logo-1024x251-1.jpg" alt="Sponsor" title="Piloten und Sponsoren DMFV international Rotor Championship 53"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/litime.png" alt="-" title="Piloten und Sponsoren DMFV international Rotor Championship 54"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/P1054567-scaled.jpg" alt="-" title="Piloten und Sponsoren DMFV international Rotor Championship 55"></div>
        <div class="sponsor-item"><img decoding="async" src="https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2.png" alt="-" title="Piloten und Sponsoren DMFV international Rotor Championship 56"></div>
        <div class="sponsor-item"><img decoding="async" src="-" alt="-" title="Piloten und Sponsoren DMFV international Rotor Championship 57"></div>
    </div>

</div>

</body>
</html>
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Sponsoren und Unterstützer</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img fetchpriority="high" decoding="async" width="275" height="183" src="https://www.dmfv.aero/wp-content/uploads/2026/05/dmfv.jpg" class="vc_single_image-img attachment-full" alt="dmfv" title="dmfv"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="300" height="70" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Logo-Mylipo-neu-300x70.png" class="vc_single_image-img attachment-medium" alt="Logo Mylipo neu" title="Logo Mylipo neu" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/Logo-Mylipo-neu-300x70.png 300w, https://www.dmfv.aero/wp-content/uploads/2026/05/Logo-Mylipo-neu-768x179.png 768w, https://www.dmfv.aero/wp-content/uploads/2026/05/Logo-Mylipo-neu.png 964w" sizes="auto, (max-width: 300px) 100vw, 300px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="200" height="174" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt.jpg" class="vc_single_image-img attachment-large" alt="Unbenannt" title="Unbenannt"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="251" src="https://www.dmfv.aero/wp-content/uploads/2026/05/RCN_Logo-1024x251-1.jpg" class="vc_single_image-img attachment-full" alt="RCN Logo 1024x251 1" title="RCN_Logo-1024x251" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/RCN_Logo-1024x251-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2026/05/RCN_Logo-1024x251-1-300x74.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2026/05/RCN_Logo-1024x251-1-768x188.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="437" height="115" src="https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt.png" class="vc_single_image-img attachment-full" alt="Unbenannt" title="Unbenannt" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt.png 437w, https://www.dmfv.aero/wp-content/uploads/2026/05/Unbenannt-300x79.png 300w" sizes="auto, (max-width: 437px) 100vw, 437px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2026/05/litime-150x150.png" class="vc_single_image-img attachment-thumbnail" alt="litime" title="litime" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/litime-150x150.png 150w, https://www.dmfv.aero/wp-content/uploads/2026/05/litime.png 225w" sizes="auto, (max-width: 150px) 100vw, 150px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="640" height="134" src="https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2-1024x214.png" class="vc_single_image-img attachment-large" alt="goosky 2" title="goosky (2)" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2-1024x214.png 1024w, https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2-300x63.png 300w, https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2-768x160.png 768w, https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2-1536x321.png 1536w, https://www.dmfv.aero/wp-content/uploads/2026/05/goosky-2.png 1986w" sizes="auto, (max-width: 640px) 100vw, 640px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="212" height="300" src="https://www.dmfv.aero/wp-content/uploads/2026/05/punktwerterv2-212x300.jpg" class="vc_single_image-img attachment-medium" alt="punktwerterv2" title="punktwerterv2" srcset="https://www.dmfv.aero/wp-content/uploads/2026/05/punktwerterv2-212x300.jpg 212w, https://www.dmfv.aero/wp-content/uploads/2026/05/punktwerterv2-724x1024.jpg 724w, https://www.dmfv.aero/wp-content/uploads/2026/05/punktwerterv2-768x1086.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2026/05/punktwerterv2-1086x1536.jpg 1086w, https://www.dmfv.aero/wp-content/uploads/2026/05/punktwerterv2.jpg 1240w" sizes="auto, (max-width: 212px) 100vw, 212px"></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-sponsoren/">Piloten und Sponsoren DMFV international Rotor Championship</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Niederrhein HeliDays 2026</title>
		<link>https://www.dmfv.aero/allgemein/niederrhein-helidays-2026/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 22 Apr 2026 07:15:33 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Nordrhein-Westfalen II]]></category>
		<category><![CDATA[Nordrhein-Westfalen III]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=142977</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/allgemein/niederrhein-helidays-2026/">Niederrhein HeliDays 2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2><strong>Niederrhein HeliDays 2026 </strong></h2>
<ol start="17">
<li><strong> bis 19. Juli 2026</strong><br />
<strong>Kleinenbroich</strong></li>
</ol>
<p><strong>Der DMFV und der Flugmodellsportverein Kleinenbroich laden zu den Niederrhein HeliDays </strong><strong>scale</strong><strong> 2026 ein – einem Wochenende ganz im Zeichen des faszinierenden Helikopter-Modellflugs.</strong></p>
<p>Freut euch auf ein entspanntes und zugleich spektakuläres Event mit <strong>freiem Fliegen auf einem großzügigen Fluggelände</strong>, bei dem sowohl Einsteiger als auch erfahrene Piloten auf ihre Kosten kommen. Ob Elektro, Verbrenner oder Turbine – bei uns ist nahezu alles erlaubt, was das Heli-Herz höherschlagen lässt (bis 50 kg Abfluggewicht).</p>
<p><strong>Das erwartet euch:</strong></p>
<ul>
<li>Freies Fliegen am Samstag sowie Sonntagvormittag</li>
<li>Anreisemöglichkeit bereits am Freitag möglich</li>
<li>Großzügiges Gelände für entspanntes Nonstop-Fliegen (Verbrenner mit Mittagspause)</li>
<li>Austausch mit Gleichgesinnten und jede Menge Fachsimpeln</li>
</ul>
<p>Auch abseits der Flugfläche ist bestens gesorgt:<br />
<strong>Camping direkt vor Ort</strong> (Wohnwagen, Wohnmobil oder Zelt) ermöglicht euch ein rundum entspanntes Wochenende in familiärer Atmosphäre. Stromanschlüsse (12 V, 24 V, 230 V) sowie sanitäre Anlagen sind vorhanden.</p>
<p>Für das leibliche Wohl sorgt unser Team mit <strong>Speisen und Getränken zu fairen Preisen</strong>.</p>
<p>Wir freuen uns über jeden Teilnehmer und Besucher!<br />
Eine <strong>unverbindliche Anmeldung</strong> wird gebeten.</p>
<p><strong>Wichtiger Hinweis:</strong><br />
Ein gültiger Versicherungs- sowie Kenntnisnachweis ist verpflichtend und bei der Anmeldung vorzulegen.</p>
<p>👉  Anmeldung unter: <strong><u><a href="mailto:u.naujoks@dmfv.aero">u.naujoks@dmfv.aero</a></u></strong></p>
<p>📍  Google Maps: <a href="https://www.google.de/maps/place/Flugmodellsportverein+Kleinenbroich+1976+e.V./@51.1815957,6.5739873,15.83z/data=!4m6!3m5!1s0x47b8b365db2f4d51:0x4a644e1bad27ad4a!8m2!3d51.1826552!4d6.5773321!16s%2Fg%2F11f6yd1wb0?entry=ttu&amp;g_ep=EgoyMDI2MDQxOS4wIKXMDSoASAFQAw%3D%3D" target="_blank" rel="noopener">Anfahrt</a></p>
<p>Kommt vorbei und erlebt ein Wochenende voller Action, Technik, Gemeinschaft und tollen Modellen – wir sehen uns bei den <strong>Niederrhein HeliDays 2026</strong>!</p>
<p>&nbsp;</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3><a href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-modelle-dmfv-helidays-kleinenbroich-2026/"><strong>Teilnehmerliste</strong></a></h3>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><picture loading="lazy" decoding="async" class="vc_single_image-img attachment-large" title="Helidays2026">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-683x1024.jpg.webp 683w, https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-200x300.jpg.webp 200w, https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-768x1152.jpg.webp 768w, https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026.jpg.webp 1024w" sizes="auto, (max-width: 640px) 100vw, 640px"/>
<img loading="lazy" decoding="async" width="640" height="960" src="https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-683x1024.jpg" alt="Helidays2026" srcset="https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-683x1024.jpg 683w, https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-200x300.jpg 200w, https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026-768x1152.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2026/04/Helidays2026.jpg 1024w" sizes="auto, (max-width: 640px) 100vw, 640px"/>
</picture>
</div>
		</figure>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/allgemein/niederrhein-helidays-2026/">Niederrhein HeliDays 2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DMFV international Championship 2026</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/dmfv-international-championship-2026/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 04 Mar 2026 15:46:20 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Deutsche Meisterschaft]]></category>
		<category><![CDATA[Wettbewerb]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=142214</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/dmfv-international-championship-2026/">DMFV international Championship 2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><b>International DMFV Rotor Championship 2026 </b></p>
<p><b> </b></p>
<p><b>Wann:        03. – 05. Juli 2026</b><br />
<b>Wo:              MFC Saturn Kerken e.V.<br />
nahe der niederländischen Grenze</b></p>
<p>&nbsp;</p>
<h3><span style="color: #00ccff;"><a style="color: #00ccff;" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/piloten-und-sponsoren/"><strong><span style="color: #000000;">Piloten und Sponsorliste</span></strong></a></span></h3>
<p><strong>Die Anmeldung ist ab sofort offen:</strong><br />
<strong>Registration is now open:</strong><br />
<strong><a href="https://dm-modellhubschrauber.de/die-wettbewerbe/anmeldung-international-dmfv-rotor-championship-2026.html" target="_blank" rel="noopener">Anmelde Link/ Registration Link klick hier</a></strong></p>
<p>&nbsp;</p>
<p><b>Wettbewerbsklassen &amp; Konzept</b></p>
<ul data-path-to-node="12">
<li>
<p data-path-to-node="12,0,0"><strong data-path-to-node="12,0,0" data-index-in-node="0">F3N nach FAI-Regeln:</strong> 2 Runden Set-Manöver, Freestyle und Musikkür</p>
</li>
<li>
<p data-path-to-node="12,1,0"><strong data-path-to-node="12,1,0" data-index-in-node="0">Teampilotenklasse:</strong> Freestyle und Musikkür</p>
</li>
<li>
<p data-path-to-node="12,2,0"><strong data-path-to-node="12,2,0" data-index-in-node="0">Mini Cup (bis 200 mm Blattlänge):</strong> Ein unterhaltsamer Wettbewerb mit Limbo, Schweben, Slalom, Flaschenwerfen und Freestyle</p>
</li>
<li>
<p data-path-to-node="12,3,0"><strong data-path-to-node="12,3,0" data-index-in-node="0">Hobbyklasse / F3N Einsteiger (für alle Heli-Größen):</strong> 4 Set-Manöver und 2 Minuten Freestyle.</p>
<ul data-path-to-node="12,3,1">
<li>
<p data-path-to-node="12,3,1,0,0"><em data-path-to-node="12,3,1,0,0" data-index-in-node="0">Gemeinsamer Start, eigene Wertung:</em> Diese Klasse startet in Verbindung mit der F3N FAI-Klasse, erhält jedoch eine <strong data-path-to-node="12,3,1,0,0" data-index-in-node="113">separate Wertung</strong> – abhängig vom Umfang der geflogenen Kategorien.</p>
</li>
<li>
<p data-path-to-node="12,3,1,1,0"><em data-path-to-node="12,3,1,1,0" data-index-in-node="0">Volle Flexibilität:</em> Als Einsteiger müsst ihr nicht zwingend das volle Programm aus Musik, Kür und Set absolvieren. Auf Wunsch der Piloten können einzelne Anteile entnommen werden (z. B. ist eine Teilnahme komplett ohne Set-Manöver optional möglich).</p>
</li>
</ul>
</li>
</ul>
<p>Unser Ziel ist es, sowohl ambitionierten Wettbewerbspiloten als auch engagierten Freestyle- und Hobbyfliegern eine attraktive Bühne zu bieten.</p>
<p><b>Gemeinschaft &amp; Atmosphäre</b></p>
<p>Neben dem sportlichen Wettbewerb soll vor allem eines im Mittelpunkt stehen:<br />
ein intensives Flugwochenende mit vielen Flügen, technischem Austausch, internationalen Kontakten und echter Leidenschaft.</p>
<p>Geplant ist zudem, bei entsprechendem Interesse, Hersteller und Sponsoren einzubinden.</p>
<p><b>Terminplan</b></p>
<ul>
<li>-Freitag, 3.Juli.2026 –Training ab 14:00 möglich</li>
<li>-Samstag, 4.Juli.2026 –8:30 Briefing und Wertungsflüge</li>
<li>-Sonntag, 5.Juli.2026 &#8211; 8:30 Wertungsflüge und Finale</li>
</ul>
<p><b>Flugfeld</b></p>
<p>MFC Saturn Kerken e.V.</p>
<p>47647 Kerken, an den Linden</p>
<p>www.mfc-saturn.de/</p>
<p><b>Kosten:</b></p>
<p>Die Veranstaltung ist nicht gewinnorientiert.</p>
<p>Zur Deckung der Platz-, Infrastruktur- und Organisationskosten wird ein Startgeld pro Teilnehmer erhoben.</p>
<p>F3N und Teampilotenklasse  50.- Euro<br />
Hobbyklasse undEinsteiger 20.- Euro<br />
Minicup  20.- Euro.</p>
<p><b>Infrastruktur</b></p>
<p>Toiletten und Strom zum Laden der Flugakkus sind vorhanden</p>
<p>Für das leibliche Wohl ist gesorgt. Steaks und Grillwurst werden vor Ort angeboten.</p>
<p>Camping am Platz ist möglich, jedoch keine Ver- und Entsorgung für Wohnmobile vorhanden. (Anmeldung erforderlich, 10.- / Nacht)</p>
<p><b>Hinweis: Ein Kenntnisnachweis ist erforderlich</b></p>
<p><strong>Die Anmeldung ist ab sofort offen:</strong><br />
<strong>Registration is now open:</strong><br />
<strong><a href="https://dm-modellhubschrauber.de/die-wettbewerbe/anmeldung-international-dmfv-rotor-championship-2026.html" target="_blank" rel="noopener">Anmelde Link/ Registration Link klick hier</a></strong></p>
<p>Bitte meldet euch per Mail zur Teilnahme  an, damit wir ein wenig planen können. Nennt uns bitte euren Namen, Wohnort und die Klassen in der ihr teilnehmen wollt.</p>
<p>Mail bitte an:</p>
<p>u.naujoks@dmfv.aero</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="640" height="960" src="https://www.dmfv.aero/wp-content/uploads/2026/03/kerken-2026-1-683x1024.jpg" class="vc_single_image-img attachment-large" alt="kerken 2026 1" title="kerken 2026"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p data-path-to-node="3"><strong data-path-to-node="3" data-index-in-node="0">Die Heli-Szene lebt von Präzision, Leidenschaft, Adrenalin – und vom Miteinander.</strong></p>
<p data-path-to-node="4">Da für die Europameisterschaft 2026 im Hubschrauberkunstflug kein Ausrichter gefunden wurde, ergreifen wir die Initiative und schaffen eine neue, hochkarätige Plattform für den sportlichen Wettbewerb. Gemeinsam mit dem Organisationsteam aus England und in enger Zusammenarbeit mit Björn Hempel planen wir ein internationales Event auf anspruchsvollem sportlichem Niveau.</p>
<p data-path-to-node="5">Freut euch auf ein Wochenende voller Sound, Präzision, Power und internationalem Spirit – <strong data-path-to-node="5" data-index-in-node="90">organisiert von Piloten für Piloten</strong>.</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="572" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2026/03/mini_-572x1024.png" class="vc_single_image-img attachment-large" alt="mini" title="mini_" srcset="https://www.dmfv.aero/wp-content/uploads/2026/03/mini_-572x1024.png 572w, https://www.dmfv.aero/wp-content/uploads/2026/03/mini_-167x300.png 167w, https://www.dmfv.aero/wp-content/uploads/2026/03/mini_-768x1376.png 768w, https://www.dmfv.aero/wp-content/uploads/2026/03/mini_-857x1536.png 857w, https://www.dmfv.aero/wp-content/uploads/2026/03/mini_-scaled.png 1143w" sizes="auto, (max-width: 572px) 100vw, 572px"></div>
		</figure>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><strong>Ausschreibung Teampilotenwertung</strong></p>
<p>Für die ersten drei Plätze werden Pokale oder Urkunden vergeben.</p>
<p>Geflogen werden je ein Freestyle und Musikflug am Samstag und am Sonntag.</p>
<p>Die Flugzeit bei Freestyle und bei Musik zwischen 2:30 und 3:30 Minuten.</p>
<p>Die Bewertung des Fluges beruht auf der Perfektion, mit der der Hubschrauber die Manöver ausführt. Die wichtigsten Grundsätze zur Beurteilung des Perfektionsgrades sind:</p>
<p>1) Präzision der Flugfigur.</p>
<p>2) Flüssigkeit und Anmut der Flugfigur.</p>
<p>3) Positionierung oder Darstellung der Flugfigur.</p>
<p>4) Größe der Flugfiguren im Verhältnis zueinander.</p>
<p>Die Anforderungen sind nach ihrer Wichtigkeit geordnet; jedoch müssen alle erfüllt sein, damit ein Manöver eine hohe Punktzahl erhält.</p>
<p>Grundsätzlich beginnt jede Bewertung mit der jeweiligen Höchstpunktzahl, von der Punkte gemäß den Bewertungskriterien dieses Leitfadens abgezogen werden.</p>
<p>Bei Freestyle- und Musik-Freestyle-Flügen werden die gesamten Flüge gemäß der folgenden Punkte bewertet:</p>
<p>Kriterium</p>
<p>Schwierigkeitsgrad</p>
<p>Harmonie</p>
<p>Kreativität</p>
<p>Präzision</p>
<p>Publikumswirksamkeit</p>
<p>&nbsp;</p>
<p>Bei Freestyle- und Musik-Freestyle-Flügen können die Punktrichter für alle Kriterien maximal 20 Punkte vergeben. Die Gewichtung jedes Kriteriums wird durch k-Faktoren geregelt.</p>
<p>Die Wertungen werden nach dem Flug für alle fünf Kriterien vergeben. Die Wertungen spiegelt den gesamten Flug wider, nicht nur einzelne Details des Fluges.</p>
<p>&nbsp;</p>
<p>Zusatzpunkte gibt es für:</p>
<p>Landung innerhalb des markierten 50cm Bereichs</p>
<p>besondere Showeffekte</p>
<p>Spezialeffekts</p>
<p>&nbsp;</p>
<p>Yellow Card</p>
<p>Sollte auf Grund eines erkennbar technischen Defektes der Flug nicht beendet werden können, kann der Pilot 1-mal eine Yellow Card ziehen und den Flug wiederholen.</p>
<hr />
<h3></h3>
<h3><strong>Ausschreibung Hobby Klasse</strong></h3>
<p>Für die ersten drei Plätze werden Pokale oder Urkunden vergeben.</p>
<p>Für jeden Piloten stehen am Samstag und Sonntag jeweils drei mögliche Programmpunkte zur Verfügung: <strong>Set Manöver</strong>, <strong>Freestyle</strong> und <strong>Musikflug</strong>. Der <strong>Freestyle-Durchgang ist obligatorisch</strong>. Die Teilnahme an <strong>Set Manövern</strong> und/oder <strong>Musikflug</strong> ist <strong>optional</strong> und kann auf Wunsch entfallen.</p>
<p>Die Set Manöver sind nicht vorgegeben und müssen den Punktwerter vorher bekannt gegeben werden. Es kann auch eine Schwebefigur ein Set Manöver sein.</p>
<p>Die Flugzeit bei Freestyle soll zwischen 2:30 und 3:30 Minuten liegen und bei Musik zwischen 2:30 und 3:00 Minuten.</p>
<p>Die Bewertung des Fluges beruht auf der Perfektion, mit der der Hubschrauber die Manöver ausführt. Die wichtigsten Grundsätze zur Beurteilung des Perfektionsgrades sind:</p>
<p>1) Präzision der Flugfigur.</p>
<p>2) Flüssigkeit und Anmut der Flugfigur.</p>
<p>3) Positionierung oder Darstellung der Flugfigur.</p>
<p>4) Größe der Flugfiguren im Verhältnis zueinander.</p>
<p>Bei Freestyle- und Musik-Freestyle-Flügen werden die gesamten Flüge gemäß den folgenden Kriterien bewertet:</p>
<p>Kriterium</p>
<p>Schwierigkeitsgrad</p>
<p>Harmonie</p>
<p>Kreativität</p>
<p>Präzision</p>
<p>Sichere Darbietung</p>
<p>Die Wertungen spiegelt den gesamten Flug wider, nicht nur einzelne Details des Fluges.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><strong>Team Pilot Competition</strong></p>
<p>Trophies or certificates will be awarded for the top three places.</p>
<p>One freestyle and one aerobatic flight to music will be performed on both Saturday and Sunday.</p>
<p>The flight duration for freestyle and for aerobatic flights to music between 2:30 and 3:30 minutes.</p>
<p>The flight will be judged on the perfection with which the helicopter performs the manoeuvres. The key principles for assessing the degree of perfection are:</p>
<p>1) Precision of the manoeuvre.</p>
<p>2) smoothness and gracefulness of the manoeuvre.</p>
<p>3) Positioning or presentation of the manoeuvre.</p>
<p>4) Size of the manoeuvres in relation to one another.</p>
<p>The requirements are listed in order of importance; however, all must be met for a manoeuvre to receive a high score.</p>
<p>In principle, each assessment begins with the respective maximum score, from which points are deducted in accordance with the assessment criteria in this guide.</p>
<p>For freestyle and music freestyle flights, the entire flights are assessed according to the following Points:</p>
<p>Criterion</p>
<p>Difficulty</p>
<p>Harmony</p>
<p>Creativity</p>
<p>Precision</p>
<p><span class="html-span xdj266r x14z9mp xat24cr x1lziwak xexx8yu xyri2b x18d9i69 x1c1uobl x1hl2dhg x16tdsg8 x1vvkbs x4k7w5x x1h91t0o x1h9r5lt x1jfb8zj xv2umb2 x1beo9mf xaigb6o x12ejxvf x3igimt xarpa2k xedcshv x1lytzrv x1t2pt76 x7ja8zs x1qrby5j"><span class="x193iq5w xeuugli x13faqbe x1vvkbs x1xmvt09 x1lliihq x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x xudqn12 x3x7a5m x1f6kntn xvq8zen xo1l8bm xzsf02u" dir="auto">Crowd Appeal</span></span></p>
<p>&nbsp;</p>
<p>For Freestyle and Music Freestyle flights, the judges may award a maximum of 20 points for each criterion. The weighting of each criterion is determined by k-factors.</p>
<p>Scores are awarded after the flight for all five criteria. The scores reflect the flight as a whole, not just individual details of the flight.</p>
<p>&nbsp;</p>
<p>Bonus points are awarded for:</p>
<p>Landing within the marked 50 cm area</p>
<p>Special show effects</p>
<p>Special effects</p>
<p>&nbsp;</p>
<p>Yellow Card</p>
<p>If the flight cannot be completed due to a recognisable technical fault, the pilot may draw a Yellow Card once and repeat the flight.</p>
<p>&nbsp;</p>
<hr />
<h3><strong>Hobby Class Rules</strong></h3>
<p>&nbsp;</p>
<p>Trophies or certificates will be awarded for the top three places.</p>
<p>On Saturday and Sunday, each pilot has three options to choose from: set maneuvers, freestyle, and aerobatics to music. The freestyle round is mandatory. Participation in set maneuvers and/or aerobatics to music is optional and may be omitted if desired.</p>
<p>The set manoeuvres are not prescribed and must be notified to the judges in advance. A hover manoeuvre may also constitute a set manoeuvre.</p>
<p>The flight time for freestyle should be between 2:30 and 3:30 minutes and for music between 2:30 and 3:00 minutes.</p>
<p>The flight is judged on the perfection with which the helicopter performs the manoeuvres. The main principles for assessing the degree of perfection are:</p>
<p>1) Precision of the aerobatic manoeuvre.</p>
<p>2) smoothness and gracefulness of the manoeuvre.</p>
<p>3) Positioning or presentation of the aerobatic manoeuvre.</p>
<p>4) Size of the aerobatic manoeuvres in relation to one another.</p>
<p>&nbsp;</p>
<p>In freestyle and music freestyle flights, the entire flight is judged according to the following criteria:</p>
<p>Criterion</p>
<p>Difficulty</p>
<p>Harmony</p>
<p>Creativity</p>
<p>Precision</p>
<p>Confident performance</p>
<p>The scores reflect the entire flight, not just individual details of the flight.</p>

		</div>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/dmfv-international-championship-2026/">DMFV international Championship 2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Geschäftsbereich Zulassung Einzelstück-/Jahresprüfungen u. Ausweis für Steuerer in Oerlinghausen am 06.03.2026</title>
		<link>https://www.dmfv.aero/nord/geschaeftsbereich-zulassung-einzelstueck-jahrespruefungen-u-ausweis-fuer-steuerer-in-oerlinghausen-am-06-03-2026/</link>
		
		<dc:creator><![CDATA[Martin Becker]]></dc:creator>
		<pubDate>Thu, 08 Jan 2026 14:24:29 +0000</pubDate>
				<category><![CDATA[Baden-Württemberg I]]></category>
		<category><![CDATA[Baden-Württemberg II]]></category>
		<category><![CDATA[Baden-Württemberg III]]></category>
		<category><![CDATA[Baden-Württemberg IV]]></category>
		<category><![CDATA[Bayern I]]></category>
		<category><![CDATA[Bayern II]]></category>
		<category><![CDATA[Bayern III]]></category>
		<category><![CDATA[Bayern IV]]></category>
		<category><![CDATA[Brandenburg]]></category>
		<category><![CDATA[Hessen]]></category>
		<category><![CDATA[Mecklenburg-Vorpommern]]></category>
		<category><![CDATA[Niedersachsen I]]></category>
		<category><![CDATA[Niedersachsen II]]></category>
		<category><![CDATA[Nord]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Nordrhein-Westfalen II]]></category>
		<category><![CDATA[Nordrhein-Westfalen III]]></category>
		<category><![CDATA[Region Mitte]]></category>
		<category><![CDATA[Region Nord]]></category>
		<category><![CDATA[Region Süd]]></category>
		<category><![CDATA[Rheinland-Pfalz]]></category>
		<category><![CDATA[Saarland]]></category>
		<category><![CDATA[Sachsen]]></category>
		<category><![CDATA[Sachsen-Anhalt]]></category>
		<category><![CDATA[Thüringen]]></category>
		<category><![CDATA[Abnahmen]]></category>
		<category><![CDATA[Ausweis für Steuerer]]></category>
		<category><![CDATA[Einzelstückprüfung]]></category>
		<category><![CDATA[Großmodell]]></category>
		<category><![CDATA[Jahresprüfung]]></category>
		<category><![CDATA[Prüfer]]></category>
		<category><![CDATA[Zulassung]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=140958</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/nord/geschaeftsbereich-zulassung-einzelstueck-jahrespruefungen-u-ausweis-fuer-steuerer-in-oerlinghausen-am-06-03-2026/">Geschäftsbereich Zulassung Einzelstück-/Jahresprüfungen u. Ausweis für Steuerer in Oerlinghausen am 06.03.2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Hallo liebe Freunde des Großmodellbaues,</p>
<p>das Team des Geschäftsbereich Zulassung wünsche Euch ein gutes, gesundes und erfolgreiches Jahr 2026.</p>
<p>Am 07. März 2023 plant die Modellbaugruppe des Segelflugvereins Oerlinghausen ihr Frühjahrsfliegen. Die Asphaltpiste mit 900 Metern Länge bietet optimale Voraussetzungen für alle Modellflugarten. Der Platz ist für Modelle bis 150 Kilogramm zugelassen.</p>
<p>Wir werden am Freitag, den 06. März 2026 ab 09:00 Uhr die Gelegenheit anbieten, die fälligen Jahresprüfungen, Einzelstückprüfungen und den Ausweis für Steuerer für Modelle ab 25 kg bis maximal 150 kg, abzunehmen. Um mit einer entsprechenden Anzahl von Prüfern vor Ort zu sein und planen zu können, bitte wir Euch rechtzeitig über die Homepage des DMFV unter folgenden Link <a href="https://www.dmfv.aero/der-verband/spezialthemen/zulassung/">https://www.dmfv.aero/der-verband/spezialthemen/zulassung/</a> anzumelden.</p>
<p>Für Rückfragen steht euch die Geschäfststelle des DMFV zur Verfügung.<br />
<strong>Ansprechpartner Martin Niedens</strong><br />
Telefon 0228-9785014 oder per E-Mail unter<a href="mailto:zulassung@dmfv.aero"> zulassung@dmfv.aero</a></p>
<p>&nbsp;</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/nord/geschaeftsbereich-zulassung-einzelstueck-jahrespruefungen-u-ausweis-fuer-steuerer-in-oerlinghausen-am-06-03-2026/">Geschäftsbereich Zulassung Einzelstück-/Jahresprüfungen u. Ausweis für Steuerer in Oerlinghausen am 06.03.2026</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Flugleiterseminar 2025 der DMFV-Gebiete NRW I und NRW II</title>
		<link>https://www.dmfv.aero/mitte/flugleiterseminar-2025-der-dmfv-gebiete-nrw-i-und-nrw-ii/</link>
		
		<dc:creator><![CDATA[Ludger Klegraf]]></dc:creator>
		<pubDate>Mon, 29 Dec 2025 13:00:16 +0000</pubDate>
				<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Nordrhein-Westfalen II]]></category>
		<category><![CDATA[Region Mitte]]></category>
		<category><![CDATA[Flugleiter]]></category>
		<category><![CDATA[Flugleiterschulung]]></category>
		<category><![CDATA[Flugleiterseminar]]></category>
		<category><![CDATA[RA Sonnenschein]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=140880</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/mitte/flugleiterseminar-2025-der-dmfv-gebiete-nrw-i-und-nrw-ii/">Flugleiterseminar 2025 der DMFV-Gebiete NRW I und NRW II</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Am 13. Dezember 2025 fand in Bocholt ein Flugleiterseminar des Deutschen Modellflieger Verbandes (DMFV) statt.<br />
Der Termin war kurzfristig bei RA Sonnenschein frei geworden und somit hatten sich die Mitgliederbeauftragten der Vertretungsgebiete NRW I und<br />
NRW II abgesprochen und dieses Seminar gemeinsam organisiert. Die Veranstaltung richtete sich an Modellfliegerinnen und Modellflieger der umliegenden Vereine und diente der Information und Weiterbildung rund um die Aufgaben und rechtlichen Grundlagen der Flugleitertätigkeit.</p>
<p>Das Seminar wurde von dem Verbandsjustiziar des DMFV, Rechtsanwalt Carl Sonnenschein, geleitet. Im Mittelpunkt standen insbesondere:</p>
<ul>
<li>die Aufgaben und Verantwortlichkeiten von Flugleitern,</li>
<li>rechtliche Rahmenbedingungen des Modellflugbetriebs,</li>
<li>Haftungsfragen sowie</li>
<li>praxisnahe Beispiele aus dem Vereinsalltag.</li>
</ul>
<p>Die Inhalte wurden verständlich und anschaulich vermittelt, sodass sowohl erfahrene als auch neue Flugleiter von der Veranstaltung profitiert haben.</p>
<p>Insgesamt nahmen 29 Vertreter aus 12 Modellflugvereinen am Seminar teil. Besonders erfreulich war es, dass sich auch zwei Frauen angemeldet hatten. Neben den Vorträgen bot das Seminar ausreichend Gelegenheit für Fragen, Diskussionen und den Erfahrungsaustausch zwischen den Teilnehmern und dem Referenten. Eine angeregte Diskussion entstand bei der Vorstellung der flyDMFV-App und der Flugbuchfunktion, die in der App integriert ist. Beide Landesluftfahrtbehörden der Bezirksregierungen in Düsseldorf und in Münster haben zwischenzeitlich bestätigt, dass sie die Dokumentation des Flugbetriebs sowohl in der bisherigen schriftlichen Form als auch in der elektronischen Form des Flugbuches mit der flyDMFV-App akzeptieren.<br />
Nach dem offiziellen Teil des Seminars wurden noch einige Fragen in Bezug auf den Ausbau von Windparks beantwortet. Hier können allerdings keine pauschalen Antworten gegeben werden, denn jede Situation muss einzeln betrachtet werden. Im Bedarfsfall wurde hier auf die Modellflugsachverständigen des DMFV verwiesen.</p>
<p>Das Flugleiterseminar in Bocholt war gut besucht und wurde von den Teilnehmern als informativ und praxisnah bewertet. Es leistete einen wichtigen Beitrag zur sicheren und regelkonformen Durchführung des Modellflugbetriebs in den Vereinen der Regionen NRW I und NRW II.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_gallery wpb_content_element vc_clearfix wpb_content_element" ><div class="wpb_wrapper"><div class="wpb_gallery_slides wpb_image_grid" data-interval="3"><ul class="wpb_image_grid_ul"><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/12/P1000244-1024x768.jpg" data-lightbox="lightbox[rel-140880-1142875028]"><picture loading="lazy" decoding="async" class="attachment-thumbnail" title="P1000244">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2025/12/P1000244-150x150.jpg.webp"/>
<img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/12/P1000244-150x150.jpg" alt="P1000244"/>
</picture>
</a></li><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/12/P1000248-1024x768.jpg" data-lightbox="lightbox[rel-140880-1142875028]"><picture loading="lazy" decoding="async" class="attachment-thumbnail" title="P1000248">
<source type="image/webp" srcset="https://www.dmfv.aero/wp-content/uploads/2025/12/P1000248-150x150.jpg.webp"/>
<img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/12/P1000248-150x150.jpg" alt="P1000248"/>
</picture>
</a></li></ul></div></div></div></div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/mitte/flugleiterseminar-2025-der-dmfv-gebiete-nrw-i-und-nrw-ii/">Flugleiterseminar 2025 der DMFV-Gebiete NRW I und NRW II</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Regionale Jugendmeisterschaft NRW 1 starker Einsatz bei windigem Wetter</title>
		<link>https://www.dmfv.aero/mitte/nordrhein-westfalen-i/regionale-jugendmeisterschaft-nrw-1-starker-einsatz-bei-windigem-wetter/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 07:29:03 +0000</pubDate>
				<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Jugendmeisterschaft]]></category>
		<category><![CDATA[Wettbewerb]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=138963</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/mitte/nordrhein-westfalen-i/regionale-jugendmeisterschaft-nrw-1-starker-einsatz-bei-windigem-wetter/">Regionale Jugendmeisterschaft NRW 1 starker Einsatz bei windigem Wetter</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133.jpg" class="vc_single_image-img attachment-full" alt="P1055133" title="P1055133" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058.jpg" class="vc_single_image-img attachment-full" alt="P1055058" title="P1055058" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982.jpg" class="vc_single_image-img attachment-full" alt="P1054982" title="P1054982" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922.jpg" class="vc_single_image-img attachment-full" alt="P1054922" title="P1054922" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994.jpg" class="vc_single_image-img attachment-full" alt="P1054994" title="P1054994" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3><strong>Jugendmeisterschaft NRW 1 – Starker Einsatz bei windigem Wetter</strong></h3>
<p>Am 5. Juli 2025 fand beim <strong>FMSV Kleinenbroich</strong> die regionale Jugendmeisterschaft des <strong>DMFV</strong> für das Gebiet <strong>NRW 1</strong> statt. Trotz herausfordernder Windverhältnisse zeigten die jungen Pilotinnen und Piloten beeindruckenden Einsatz und fliegerisches Können.</p>
<p>Die Veranstaltung war ein voller Erfolg – sowohl für die Teilnehmenden als auch für die zahlreichen Zuschauer. Die Jugendlichen ließen sich vom Wetter nicht unterkriegen und hatten sichtlich Spaß am Wettbewerb. Der Tag war geprägt von Teamgeist, Fairness und der gemeinsamen Begeisterung für den Modellflugsport.</p>
<p>Die <a href="https://www.dmfv.aero/jugend/ergebnisse-regionale-jugendmeisterschaften-nrw-i-4/"><strong>Ergebnisse</strong> </a>der Meisterschaft sind auf der DMFV-Webseite im Bereich <a href="https://www.dmfv.aero/jugend/ergebnisse-regionale-jugendmeisterschaften-nrw-i-4/"><strong>Jugendwettbewerbe</strong> </a>ausführlich dokumentiert.</p>
<p>Ein herzliches Dankeschön geht an den ausrichtenden Verein FMSV Kleinenbroich für die hervorragende Organisation und die gastfreundliche Atmosphäre.</p>
<p><strong>Impressionen vom Wettbewerb</strong><br />
Nachfolgend finden Sie eine Fotogalerie mit Eindrücken vom spannenden und lebendigen Wettbewerbstag.</p>

		</div>
	</div>
<div class="wpb_gallery wpb_content_element vc_clearfix wpb_content_element" ><div class="wpb_wrapper"><div class="wpb_gallery_slides wpb_flexslider flexslider_fade flexslider" data-interval="3" data-flex_fx="fade"><ul class="slides"><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055206.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055206.jpg" class="attachment-full" alt="P1055206" title="P1055206" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055206.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055206-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055206-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055205.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055205.jpg" class="attachment-full" alt="P1055205" title="P1055205" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055205.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055205-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055205-768x432.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055202.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055202.jpg" class="attachment-full" alt="P1055202" title="P1055202" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055202.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055202-300x300.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055202-150x150.jpg 150w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055202-768x768.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055196.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055196.jpg" class="attachment-full" alt="P1055196" title="P1055196" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055196.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055196-300x300.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055196-150x150.jpg 150w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055196-768x768.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055187.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055187.jpg" class="attachment-full" alt="P1055187" title="P1055187" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055187.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055187-300x300.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055187-150x150.jpg 150w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055187-768x768.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055184.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055184.jpg" class="attachment-full" alt="P1055184" title="P1055184" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055184.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055184-300x300.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055184-150x150.jpg 150w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055184-768x768.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055182.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055182.jpg" class="attachment-full" alt="P1055182" title="P1055182" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055182.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055182-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055182-768x432.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055170.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055170.jpg" class="attachment-full" alt="P1055170" title="P1055170" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055170.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055170-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055170-768x432.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055167.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="920" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055167.jpg" class="attachment-full" alt="P1055167" title="P1055167" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055167.jpg 920w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055167-270x300.jpg 270w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055167-768x855.jpg 768w" sizes="auto, (max-width: 920px) 100vw, 920px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055140.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055140.jpg" class="attachment-full" alt="P1055140" title="P1055140" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055140.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055140-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055140-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133.jpg" class="attachment-full" alt="P1055133" title="P1055133" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055133-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055131.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055131.jpg" class="attachment-full" alt="P1055131" title="P1055131" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055131.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055131-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055131-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055113.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055113.jpg" class="attachment-full" alt="P1055113" title="P1055113" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055113.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055113-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055113-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055112.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055112.jpg" class="attachment-full" alt="P1055112" title="P1055112" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055112.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055112-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055112-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055110.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055110.jpg" class="attachment-full" alt="P1055110" title="P1055110" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055110.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055110-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055110-768x432.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055087.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055087.jpg" class="attachment-full" alt="P1055087" title="P1055087" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055087.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055087-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055087-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055078.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055078.jpg" class="attachment-full" alt="P1055078" title="P1055078" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055078.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055078-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055078-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058.jpg" class="attachment-full" alt="P1055058" title="P1055058" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055058-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055057.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055057.jpg" class="attachment-full" alt="P1055057" title="P1055057" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055057.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055057-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055057-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055049.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055049.jpg" class="attachment-full" alt="P1055049" title="P1055049" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055049.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055049-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055049-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055045.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055045.jpg" class="attachment-full" alt="P1055045" title="P1055045" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055045.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055045-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055045-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055044.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055044.jpg" class="attachment-full" alt="P1055044" title="P1055044" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055044.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055044-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055044-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055037.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055037.jpg" class="attachment-full" alt="P1055037" title="P1055037" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055037.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055037-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055037-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055008.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055008.jpg" class="attachment-full" alt="P1055008" title="P1055008" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055008.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055008-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055008-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994.jpg" class="attachment-full" alt="P1054994" title="P1054994" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054994-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054988.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054988.jpg" class="attachment-full" alt="P1054988" title="P1054988" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054988.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054988-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054988-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982.jpg" class="attachment-full" alt="P1054982" title="P1054982" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054982-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054979.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054979.jpg" class="attachment-full" alt="P1054979" title="P1054979" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054979.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054979-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054979-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054955.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054955.jpg" class="attachment-full" alt="P1054955" title="P1054955" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054955.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054955-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054955-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922.jpg" class="attachment-full" alt="P1054922" title="P1054922" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054922-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054891.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054891.jpg" class="attachment-full" alt="P1054891" title="P1054891" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054891.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054891-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054891-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054875.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054875.jpg" class="attachment-full" alt="P1054875" title="P1054875" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054875.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054875-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054875-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054872.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054872.jpg" class="attachment-full" alt="P1054872" title="P1054872" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054872.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054872-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054872-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054863.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054863.jpg" class="attachment-full" alt="P1054863" title="P1054863" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054863.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054863-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054863-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054855.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054855.jpg" class="attachment-full" alt="P1054855" title="P1054855" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054855.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054855-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054855-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054845.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054845.jpg" class="attachment-full" alt="P1054845" title="P1054845" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054845.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054845-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054845-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054834.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054834.jpg" class="attachment-full" alt="P1054834" title="P1054834" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054834.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054834-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054834-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054824.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054824.jpg" class="attachment-full" alt="P1054824" title="P1054824" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054824.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054824-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054824-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054813.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054813.jpg" class="attachment-full" alt="P1054813" title="P1054813" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054813.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054813-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054813-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054804.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054804.jpg" class="attachment-full" alt="P1054804" title="P1054804" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054804.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054804-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054804-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054792.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054792.jpg" class="attachment-full" alt="P1054792" title="P1054792" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054792.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054792-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054792-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054787.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054787.jpg" class="attachment-full" alt="P1054787" title="P1054787" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054787.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054787-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054787-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054779.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054779.jpg" class="attachment-full" alt="P1054779" title="P1054779" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054779.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054779-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054779-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054769.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054769.jpg" class="attachment-full" alt="P1054769" title="P1054769" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054769-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054769-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054759.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054759.jpg" class="attachment-full" alt="P1054759" title="P1054759" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054759.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054759-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054759-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054754.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054754.jpg" class="attachment-full" alt="P1054754" title="P1054754" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054754.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054754-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054754-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054744.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054744.jpg" class="attachment-full" alt="P1054744" title="P1054744" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054744.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054744-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054744-768x432.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054742.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054742.jpg" class="attachment-full" alt="P1054742" title="P1054742" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054742.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054742-225x300.jpg 225w" sizes="auto, (max-width: 769px) 100vw, 769px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054739.jpg" data-lightbox="lightbox[rel-138963-1466578194]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054739.jpg" class="attachment-full" alt="P1054739" title="P1054739" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1054739.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054739-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1054739-768x577.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li></ul></div></div></div></div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/mitte/nordrhein-westfalen-i/regionale-jugendmeisterschaft-nrw-1-starker-einsatz-bei-windigem-wetter/">Regionale Jugendmeisterschaft NRW 1 starker Einsatz bei windigem Wetter</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>50 Jahre MFC Oberhausen – Ein Jubiläum mit Flair und Flugleidenschaft</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/50-jahre-mfc-oberhausen-ein-jubilaeum-mit-flair-und-flugleidenschaft/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 05:41:00 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[50Jahre]]></category>
		<category><![CDATA[Jubuläum]]></category>
		<category><![CDATA[Vereinsfest]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=138947</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/50-jahre-mfc-oberhausen-ein-jubilaeum-mit-flair-und-flugleidenschaft/">50 Jahre MFC Oberhausen – Ein Jubiläum mit Flair und Flugleidenschaft</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_00911.jpg" class="vc_single_image-img attachment-full" alt="DSC 00911" title="DSC_0091(1)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_00911.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_00911-300x200.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_00911-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_0084.jpg" class="vc_single_image-img attachment-full" alt="DSC 0084" title="DSC_0084" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_0084.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_0084-300x200.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/DSC_0084-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="577" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124357.jpg" class="vc_single_image-img attachment-full" alt="20250712 124357" title="20250712_124357" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124357.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124357-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124357-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="577" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123647.jpg" class="vc_single_image-img attachment-full" alt="20250712 123647" title="20250712_123647" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123647.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123647-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123647-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="577" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124549.jpg" class="vc_single_image-img attachment-full" alt="20250712 124549" title="20250712_124549" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124549.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124549-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_124549-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="577" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123540.jpg" class="vc_single_image-img attachment-full" alt="20250712 123540" title="20250712_123540" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123540.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123540-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250712_123540-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3><strong>50 Jahre MFC Oberhausen – Ein Jubiläum mit Flair und Flugleidenschaft</strong></h3>
<p>Am 12. Juli 2025 feierte der <strong>Modellflugclub Oberhausen</strong> sein 50-jähriges Bestehen – ein bedeutender Meilenstein für einen Verein, der sich über Jahrzehnte hinweg mit viel Engagement und Herzblut dem Modellflugsport gewidmet hat.</p>
<p>Als <strong>Mitgliederbeauftragter und Hubschrauber-Referent des Deutschen Modellflieger Verbands (DMFV)</strong> durfte ich an diesem besonderen Tag eine <strong>Ehrenurkunde</strong> überreichen und eine kurze Ansprache halten. Die Veranstaltung war Teil eines stimmungsvollen Vereinsfests, das mit <strong>Foodtrucks, Musik und zahlreichen Besuchern</strong> einen festlichen Rahmen bot.</p>
<p>Trotz der besonderen Lage des Fluggeländes, das gewisse Einschränkungen im Flugsektor mit sich bringt, hat sich der MFC Oberhausen hervorragend entwickelt – insbesondere im Bereich des <strong>Hubschrauberflugs</strong>, der im Verein eine zentrale Rolle spielt. Die Begeisterung der Mitglieder und die hohe Besucherzahl am Jubiläumstag zeugen von der lebendigen Vereinsarbeit und der großen Verbundenheit zur Modellfliegerei.</p>
<p>Im Namen des DMFV danke ich dem Vorstand und allen Mitgliedern für ihren Einsatz und ihre Treue. Der MFC Oberhausen ist ein Beispiel dafür, wie man mit Kreativität und Gemeinschaftssinn auch unter besonderen Bedingungen Großes erreichen kann.</p>
<p><strong>Herzlichen Glückwunsch zum 50-jährigen Jubiläum – und Holm- und Rippenbruch für die Zukunft!</strong></p>

		</div>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/50-jahre-mfc-oberhausen-ein-jubilaeum-mit-flair-und-flugleidenschaft/">50 Jahre MFC Oberhausen – Ein Jubiläum mit Flair und Flugleidenschaft</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>50-jähriges Jubiläum des MFC Saturn Kerken</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/50-jaehriges-jubilaeum-des-mfc-saturn-kerken/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 04:57:39 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=138857</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/50-jaehriges-jubilaeum-des-mfc-saturn-kerken/">50-jähriges Jubiläum des MFC Saturn Kerken</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-370.jpg" class="vc_single_image-img attachment-full" alt="50. Jubilaum MFC Saturn Kerken 26. 27.7.25 370" title="50. Jubilaum MFC Saturn Kerken 26.-27.7.25 370" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-370.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-370-300x200.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-370-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-426.jpg" class="vc_single_image-img attachment-full" alt="50. Jubilaum MFC Saturn Kerken 26. 27.7.25 426" title="50. Jubilaum MFC Saturn Kerken 26.-27.7.25 426" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-426.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-426-300x200.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-426-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-485.jpg" class="vc_single_image-img attachment-full" alt="50. Jubilaum MFC Saturn Kerken 26. 27.7.25 485" title="50. Jubilaum MFC Saturn Kerken 26.-27.7.25 485" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-485.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-485-300x200.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/50.-Jubilaum-MFC-Saturn-Kerken-26.-27.7.25-485-768x512.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3><strong>50 Jahre MFC Saturn Kerken – Ein Jubiläum mit Herz und Geschichte</strong></h3>
<p>Am Wochenende des 26. und 27. September 2025 feierte der <strong>Modellflugclub Saturn Kerken</strong> sein 50-jähriges Bestehen – ein beeindruckendes Jubiläum, das die Leidenschaft und das Engagement seiner Mitglieder über ein halbes Jahrhundert hinweg würdigt.</p>
<p>Als Mitgliederbeauftragter des Deutschen Modellflieger Verbands (DMFV) hatte ich die besondere Ehre, im Rahmen des Festakts eine <strong>Ehrenurkunde</strong> zu überreichen und einige persönliche Worte an die Mitglieder und Gäste zu richten. In meiner Rede blickte ich zurück auf das Gründungsjahr 1975 – eine Zeit voller gesellschaftlicher und kultureller Umbrüche – und würdigte die Entwicklung des Vereins zu einer festen Größe in der Modellflugszene.</p>
<p>Der MFC Saturn Kerken ist heute weit über die Grenzen der Region hinaus bekannt. Er steht für gelebte Gemeinschaft, technische Begeisterung und generationsübergreifenden Austausch. Besonders hervorheben möchte ich den erfolgreichen Heli-Workshop mit 24 Teilnehmern, den ich in diesem Jahr auf dem Vereinsgelände durchführen durfte – ein weiteres Beispiel für die lebendige Vereinsarbeit und den hohen Stellenwert des Modellflugsports.</p>
<p>Im Namen des DMFV danke ich allen Mitgliedern für ihr langjähriges Engagement und ihre Treue. Der MFC Saturn Kerken ist ein Vorbild für viele andere Vereine – und wir freuen uns auf viele weitere Jahre voller Höhenflüge und gemeinsamer Erlebnisse.</p>
<p><strong>Holm- und Rippenbruch!</strong></p>

		</div>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/50-jaehriges-jubilaeum-des-mfc-saturn-kerken/">50-jähriges Jubiläum des MFC Saturn Kerken</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Erster ESC-Teilwettbewerb 2025 in Bocholt</title>
		<link>https://www.dmfv.aero/sportreferate/erster-esc-teilwettbewerb-2025-in-bocholt/</link>
		
		<dc:creator><![CDATA[Jan Schnare]]></dc:creator>
		<pubDate>Wed, 16 Jul 2025 14:39:39 +0000</pubDate>
				<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Nordrhein-Westfalen II]]></category>
		<category><![CDATA[Nordrhein-Westfalen III]]></category>
		<category><![CDATA[Scale und Semi-Scale Motormodelle und ESC]]></category>
		<category><![CDATA[Sport]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=137637</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/erster-esc-teilwettbewerb-2025-in-bocholt/">Erster ESC-Teilwettbewerb 2025 in Bocholt</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Pokalfieber</h2>
<p><span style="font-weight: 400">Am zweiten Mai-Wochenende dieses Jahres fand der erste ESC-Wettbewerb für Semi-Scale- und Scale-Motorflugmodelle statt. Ausrichtender Verein war der 1964 gegründete MBG Bocholt. Bocholt liegt nahe an der niederländischen Grenze im westlichen Münsterland. Nach langer Saisonpause trafen sich hier, erstmals in 2025, die Freunde und ESC-Wettbewerbspiloten, um hier den ersten Wettbewerb zum ESC-Pokal auszufliegen.</span></p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="640" height="480" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_01-1024x768.jpg" class="vc_single_image-img attachment-large" alt="ESC 01" title="ESC_01" srcset="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_01-1024x768.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_01-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_01-768x576.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_01-1536x1152.jpg 1536w, https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_01-scaled.jpg 2048w" sizes="auto, (max-width: 640px) 100vw, 640px"></div>
		</figure>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h4>Abflug</h4>
<h4><span style="font-weight: 400">Am Samstagmorgen startete dann gegen 10 Uhr, direkt nach dem Pilotenbriefing, der erste Durchgang in der Sportklasse. Gut organisiert und in Abstimmung mit den Teilnehmern wurden nun im Wechsel Flüge der Expert- und der Sportklasse durchgeführt. Mit einer kurzen Unterbrechung für die Mittagspause, konnten so alle drei Durchgänge der Sportklasse und zwei Durchgänge der Expertklasse absolviert werden. Der dritte Expertdurchgang bildete dann am Sonntagvormittag den fliegerischen Abschluss des ersten ESC-Wettbewerbs 2025.</span></h4>
<p><span style="font-weight: 400">Nach der Auswertung, dem Druck der Urkunden und Wertungsbögen für die Starter, fand dann gegen 13 Uhr die Siegerehrung statt. In der Sportklasse setzte sich Stefan Wilting vor Michael Bechtluft auf Platz 2 und dem erst elfjährigen Konrad Lange auf Position 3 durch. Bei den Expertpiloten siegte Dennis Otte vor Martin Bock und Thomas Brandt. Es war ein rundum gelungener Auftakt zur ESC-Saison 2025. </span></p>
<p><span style="font-weight: 400">Martin Bock<br />
</span><span style="font-weight: 400">Andreas Wagner</span></p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_gallery wpb_content_element vc_clearfix wpb_content_element" ><div class="wpb_wrapper"><div class="wpb_gallery_slides wpb_image_grid" data-interval="3"><ul class="wpb_image_grid_ul"><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_02-768x1024.jpg" data-lightbox="lightbox[rel-137637-2653437678]"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_02-150x150.jpg" class="attachment-thumbnail" alt="ESC 02" title="ESC_02"></a></li><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_03-1024x768.jpg" data-lightbox="lightbox[rel-137637-2653437678]"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_03-150x150.jpg" class="attachment-thumbnail" alt="ESC 03" title="ESC_03"></a></li><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_04-768x1024.jpg" data-lightbox="lightbox[rel-137637-2653437678]"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_04-150x150.jpg" class="attachment-thumbnail" alt="ESC 04" title="ESC_04"></a></li><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_05-768x1024.jpg" data-lightbox="lightbox[rel-137637-2653437678]"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_05-150x150.jpg" class="attachment-thumbnail" alt="ESC 05" title="ESC_05"></a></li><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_06-1024x768.jpg" data-lightbox="lightbox[rel-137637-2653437678]"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_06-150x150.jpg" class="attachment-thumbnail" alt="ESC 06" title="ESC_06"></a></li><li class="isotope-item"><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_07-1024x768.jpg" data-lightbox="lightbox[rel-137637-2653437678]"><img loading="lazy" decoding="async" width="150" height="150" src="https://www.dmfv.aero/wp-content/uploads/2025/07/ESC_07-150x150.jpg" class="attachment-thumbnail" alt="ESC 07" title="ESC_07"></a></li></ul></div></div></div></div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/erster-esc-teilwettbewerb-2025-in-bocholt/">Erster ESC-Teilwettbewerb 2025 in Bocholt</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
