<?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>Akro-Hubschrauber &#8211; Deutscher Modellflieger Verband e.V.</title>
	<atom:link href="https://www.dmfv.aero/category/sportreferate/akro-hubschrauber-sportreferate/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=6.9.4</generator>

<image>
	<url>https://www.dmfv.aero/wp-content/uploads/2019/07/cropped-favicon-32x32.png</url>
	<title>Akro-Hubschrauber &#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>Finale der Deutschen Meisterschaft F3C/F3N 2025 – Spannende Flüge in Kleinenbroich</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/finale-der-deutschen-meisterschaft-f3c-f3n-2025-spannende-fluege-in-kleinenbroich/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 10:06:02 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[F3C]]></category>
		<category><![CDATA[F3N]]></category>
		<category><![CDATA[Hubschrauberkunstflug]]></category>
		<category><![CDATA[Wettbewerb]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=139025</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/finale-der-deutschen-meisterschaft-f3c-f3n-2025-spannende-fluege-in-kleinenbroich/">Finale der Deutschen Meisterschaft F3C/F3N 2025 – Spannende Flüge in Kleinenbroich</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="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055612-1.jpg" class="vc_single_image-img attachment-full" alt="P1055612 1" title="P1055612" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055612-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055612-1-225x300.jpg 225w" sizes="auto, (max-width: 769px) 100vw, 769px"></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/P1055575.jpg" class="vc_single_image-img attachment-full" alt="P1055575" title="P1055575" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575-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="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710.jpg" class="vc_single_image-img attachment-full" alt="P1055710" title="P1055710" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710-768x432.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/P1055693-1.jpg" class="vc_single_image-img attachment-full" alt="P1055693 1" title="P1055693" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1-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="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055668-1.jpg" class="vc_single_image-img attachment-full" alt="P1055668 1" title="P1055668" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055668-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055668-1-225x300.jpg 225w" sizes="auto, (max-width: 769px) 100vw, 769px"></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="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-scaled.jpg" class="vc_single_image-img attachment-full" alt="P1055532 scaled" title="P1055532" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></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="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1.jpg" class="vc_single_image-img attachment-full" alt="P1055832 1" title="P1055832" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1-768x432.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="768" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055644-Kopie-1.jpg" class="vc_single_image-img attachment-full" alt="P1055644 Kopie 1" title="P1055644 (Kopie)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055644-Kopie-1.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055644-Kopie-1-225x300.jpg 225w" sizes="auto, (max-width: 768px) 100vw, 768px"></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">
			<p>Am 6. und 7. September 2025 fand in <strong>Kleinenbroich</strong>  der dritte und letzte Teilwettbewerb zur <strong>Deutschen Meisterschaft im Hubschrauber-Kunstflug</strong> statt. In den Klassen <strong>F3C</strong> und <strong>F3N</strong> zeigten die Teilnehmer trotz teils kräftigem Wind beeindruckende Leistungen und fliegerisches Können.</p>
<p>Der <strong>Flug Modellsport Verein Kleinenbroich (FMSVK)</strong> sorgte für eine perfekte Organisation und herzliche Atmosphäre. Neben spannenden Wertungsflügen gab es reichlich Gelegenheit zum Austausch – ob beim gemeinsamen BBQ, an der langen Tischreihe oder beim Fachsimpeln über Technik und Flugfiguren.</p>
<h4><strong>Technik, Präzision und Leidenschaft</strong></h4>
<p>Die Teilnehmer brachten ihre Helis an den Start – ausgestattet mit fein abgestimmten <strong>Flybarless-Systemen</strong>, <strong>12S-Antriebskonfigurationen</strong>, <strong>leistungsstarken Brushless-Motoren</strong> und individuell programmierten <strong>Stromversorgungs- und Telemetrieeinheiten</strong>. Besonders interessant waren die selbstgebauten <strong>Ladekoffer</strong>, die mit aktiver Kühlung und Hochleistungs-Ladegeräten für eine effiziente Energieversorgung sorgten – ein Paradebeispiel für die technische Kreativität der Szene.</p>
<p>In der Klasse <strong>F3C</strong> ging es um Präzision und Wiederholbarkeit: Figuren wie „Hovering PIE“, „UX with pushed Flips“ oder „Loop with 540Grad Tail Turns“ wurden mit chirurgischer Genauigkeit geflogen. In <strong>F3N</strong> hingegen dominierte die Dynamik – mit spektakulären 3D-Manövern wie „Tic-Tocs“, „Rainbows“, „Funnels“ und „Chaos“-Sequenzen, die das Publikum in Staunen versetzten.</p>
<p>Besonders eindrucksvoll: Während der Siegerehrung zog ein <strong>Airbus A380</strong> über das Gelände – ein symbolischer Höhepunkt für ein gelungenes Wochenende.</p>
<h4><strong>Ergebnisse des Wettbewerbs in Kleinenbroich</strong></h4>
<p><strong>F3C</strong></p>
<ol>
<li>Frieder Völkle – 1000,00 Punkte</li>
<li>Jörg Rößner – 941,57 Punkte</li>
<li>Maximilian Fuchs – 864,58 Punkte</li>
<li>Till Schmidt-Thieme – 739,60 Punkte</li>
</ol>
<p><strong>F3N</strong></p>
<ol>
<li>Tillmann Bäumener – 1000,00 Punkte</li>
<li>Marcel Schimanski – 967,33 Punkte</li>
<li>Matthias Wohlrab – 865,51 Punkte</li>
<li>Thomas Winand – 807,95 Punkte</li>
<li>Björn Hempel – 721,45 Punkte</li>
<li>Jochen Löffler – 704,59 Punkte</li>
<li>Robert Galitz – 667,56 Punkte</li>
</ol>
<h4><strong>Gesamtergebnis der Deutschen Meisterschaft 2025</strong></h4>
<p><strong>F3C</strong></p>
<ol>
<li>Frieder Völkle – 10.000,00 Punkte</li>
<li>Jörg Rößner – 9.332,89 Punkte</li>
<li>Maximilian Fuchs – 8.620,52 Punkte</li>
<li>Thomas Winand – 7668,45 Punkte</li>
<li>Till Schmidt-Thieme – 7329,60 Punkte</li>
</ol>
<p><strong>F3N</strong></p>
<ol>
<li>Tillmann Bäumener – 14.000,00 Punkte</li>
<li>Marcel Schimanski – 13.317,63 Punkte</li>
<li>Matthias Wohlrab – 11.960,43 Punkte</li>
<li>Thomas Winand – 11280,37 Punkte</li>
<li>Björn Hempel – 9849,32 Punkte</li>
<li>Jochen Löffler – 9066,04 Punkte</li>
<li>Robert Galitz – 4296,24 Punkte</li>
</ol>
<p>Die vollständigen Ergebnisse sind auf den Webseiten <strong>www.<a href="https://f3cn.de/" target="_blank" rel="noopener">F3CN</a>.de</strong> und <strong>F3-<a href="https://www.f3scoring.com/live/competition/1124" target="_blank" rel="noopener">Scoring</a>.com</strong> einsehbar.</p>
<h4><strong>Ausblick auf 2026</strong></h4>
<p>Auch im kommenden Jahr stehen wieder drei Teilwettbewerbe zur Deutschen Meisterschaft an:</p>
<ul>
<li><strong>30.–31. Mai 2026</strong> in Göttingen (MSV Condor Göttingen e.V.)</li>
<li><strong>25.–26. Juli 2026</strong> in Liebenwalde/Hammer (MFC Neuholland e.V.)</li>
<li><strong>12.–13. September 2026</strong> in Trebur (Hessen)</li>
</ul>
<p>Neben den etablierten Klassen <strong>F3C und F3N</strong> werden auch die <strong>Sportklassen F3C-/F3N-Sport</strong> angeboten – ideal für Einsteiger und Nachwuchspiloten.</p>
<p><strong>Impressionen vom Wettbewerb</strong><br />
Eine Fotogalerie mit Eindrücken vom Wettbewerb folgt unten.</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/P1055575.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575.jpg" class="attachment-full" alt="P1055575" title="P1055575" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055575-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/P1055704.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055704.jpg" class="attachment-full" alt="P1055704" title="P1055704" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055704.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055704-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055704-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/P1055832-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1.jpg" class="attachment-full" alt="P1055832 1" title="P1055832" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1-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/P1055803-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1.jpg" class="attachment-full" alt="P1055803 1" title="P1055803" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1-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/P1055781-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1.jpg" class="attachment-full" alt="P1055781 1" title="P1055781" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1-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/P1055774-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1.jpg" class="attachment-full" alt="P1055774 1" title="P1055774" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1-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/P1055764-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1.jpg" class="attachment-full" alt="P1055764 1" title="P1055764" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1-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/P1055745-1-e1777657998157.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="966" height="725" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-1-e1777657998157.jpg" class="attachment-full" alt="P1055745 1 e1777657998157" title="P1055745"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-1.jpg" class="attachment-full" alt="P1055728 1" title="P1055728" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-1-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/P1055718-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1.jpg" class="attachment-full" alt="P1055718 1" title="P1055718" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1-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/P1055712-1-e1758101543518.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="403" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1-e1758101543518.jpg" class="attachment-full" alt="P1055712 1 e1758101543518" title="P1055712" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1-e1758101543518.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1-e1758101543518-300x118.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1-e1758101543518-768x302.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710.jpg" class="attachment-full" alt="P1055710" title="P1055710" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055710-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/P1055696-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055696-1.jpg" class="attachment-full" alt="P1055696 1" title="P1055696" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055696-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055696-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055696-1-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/P1055693-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1.jpg" class="attachment-full" alt="P1055693 1" title="P1055693" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055693-1-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/P1055690-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055690-1.jpg" class="attachment-full" alt="P1055690 1" title="P1055690" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055690-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055690-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055690-1-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/P1055682-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055682-1.jpg" class="attachment-full" alt="P1055682 1" title="P1055682" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055682-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055682-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055682-1-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/P1055678-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055678-1.jpg" class="attachment-full" alt="P1055678 1" title="P1055678" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055678-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055678-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055678-1-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/P1055670-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055670-1.jpg" class="attachment-full" alt="P1055670 1" title="P1055670" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055670-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055670-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055670-1-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/P1055668-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055668-1.jpg" class="attachment-full" alt="P1055668 1" title="P1055668" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055668-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055668-1-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/P1055653-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055653-1.jpg" class="attachment-full" alt="P1055653 1" title="P1055653" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055653-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055653-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055653-1-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/P1055652-Kopie-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055652-Kopie-1.jpg" class="attachment-full" alt="P1055652 Kopie 1" title="P1055652 (Kopie)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055652-Kopie-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055652-Kopie-1-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/P1055647-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055647-1.jpg" class="attachment-full" alt="P1055647 1" title="P1055647" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055647-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055647-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055647-1-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/P1055645-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055645-1.jpg" class="attachment-full" alt="P1055645 1" title="P1055645" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055645-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055645-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055645-1-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/P1055644-Kopie-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="768" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055644-Kopie-1.jpg" class="attachment-full" alt="P1055644 Kopie 1" title="P1055644 (Kopie)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055644-Kopie-1.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055644-Kopie-1-225x300.jpg 225w" sizes="auto, (max-width: 768px) 100vw, 768px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055639-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055639-1.jpg" class="attachment-full" alt="P1055639 1" title="P1055639" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055639-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055639-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055639-1-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/P1055615-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055615-1.jpg" class="attachment-full" alt="P1055615 1" title="P1055615" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055615-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055615-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055615-1-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/P1055614-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055614-1.jpg" class="attachment-full" alt="P1055614 1" title="P1055614" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055614-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055614-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055614-1-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/P1055612-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055612-1.jpg" class="attachment-full" alt="P1055612 1" title="P1055612" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055612-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055612-1-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/P1055610-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055610-1.jpg" class="attachment-full" alt="P1055610 1" title="P1055610" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055610-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055610-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055610-1-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/P1055604-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055604-1.jpg" class="attachment-full" alt="P1055604 1" title="P1055604" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055604-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055604-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055604-1-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/P1055597-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055597-1.jpg" class="attachment-full" alt="P1055597 1" title="P1055597" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055597-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055597-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055597-1-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/P1055591-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055591-1.jpg" class="attachment-full" alt="P1055591 1" title="P1055591" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055591-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055591-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055591-1-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/P1055582-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055582-1.jpg" class="attachment-full" alt="P1055582 1" title="P1055582" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055582-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055582-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055582-1-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/P1055576-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="769" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055576-1.jpg" class="attachment-full" alt="P1055576 1" title="P1055576" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055576-1.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055576-1-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/P1055572-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055572-1.jpg" class="attachment-full" alt="P1055572 1" title="P1055572" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055572-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055572-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055572-1-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/P1055565-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055565-1.jpg" class="attachment-full" alt="P1055565 1" title="P1055565" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055565-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055565-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055565-1-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/P1055558-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055558-1.jpg" class="attachment-full" alt="P1055558 1" title="P1055558" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055558-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055558-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055558-1-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/P1055552-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055552-1.jpg" class="attachment-full" alt="P1055552 1" title="P1055552" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055552-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055552-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055552-1-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/P1055547-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055547-1.jpg" class="attachment-full" alt="P1055547 1" title="P1055547" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055547-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055547-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055547-1-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/P1055545.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055545.jpg" class="attachment-full" alt="P1055545" title="P1055545" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055545.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055545-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055545-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/P1055543-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055543-1.jpg" class="attachment-full" alt="P1055543 1" title="P1055543" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055543-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055543-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055543-1-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/P1055538-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055538-1.jpg" class="attachment-full" alt="P1055538 1" title="P1055538" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055538-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055538-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055538-1-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/P1055536-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055536-1.jpg" class="attachment-full" alt="P1055536 1" title="P1055536" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055536-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055536-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055536-1-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/P1055532-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-1.jpg" class="attachment-full" alt="P1055532 1" title="P1055532" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055532-1-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/P1055528-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055528-1.jpg" class="attachment-full" alt="P1055528 1" title="P1055528" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055528-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055528-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055528-1-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/P1055524-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="769" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055524-1.jpg" class="attachment-full" alt="P1055524 1" title="P1055524" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055524-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055524-1-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055524-1-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/20250907_111207-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1024" height="577" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250907_111207-1.jpg" class="attachment-full" alt="20250907 111207 1" title="20250907_111207" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250907_111207-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250907_111207-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250907_111207-1-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/20250906_182250-1.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="577" height="1024" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250906_182250-1.jpg" class="attachment-full" alt="20250906 182250 1" title="20250906_182250" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250906_182250-1.jpg 577w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250906_182250-1-169x300.jpg 169w" sizes="auto, (max-width: 577px) 100vw, 577px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-scaled.jpg" class="attachment-full" alt="P1055832 scaled" title="P1055832" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055832-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-scaled.jpg" class="attachment-full" alt="P1055803 scaled" title="P1055803" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055803-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-scaled.jpg" class="attachment-full" alt="P1055781 scaled" title="P1055781" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055781-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-scaled.jpg" class="attachment-full" alt="P1055774 scaled" title="P1055774" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055774-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-scaled.jpg" class="attachment-full" alt="P1055764 scaled" title="P1055764" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055764-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-scaled.jpg" class="attachment-full" alt="P1055745 scaled" title="P1055745" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055745-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-769x1024.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="1537" height="2048" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-scaled.jpg" class="attachment-full" alt="P1055728 scaled" title="P1055728" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-scaled.jpg 1537w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-225x300.jpg 225w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-769x1024.jpg 769w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-768x1023.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055728-1153x1536.jpg 1153w" sizes="auto, (max-width: 1537px) 100vw, 1537px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-scaled.jpg" class="attachment-full" alt="P1055718 scaled" title="P1055718" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055718-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li><li><a class="" href="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1024x769.jpg" data-lightbox="lightbox[rel-139025-2087007391]"><img loading="lazy" decoding="async" width="2048" height="1537" src="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-scaled.jpg" class="attachment-full" alt="P1055712 scaled" title="P1055712" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-scaled.jpg 2048w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-300x225.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1024x769.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-768x577.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/09/P1055712-1536x1153.jpg 1536w" sizes="auto, (max-width: 2048px) 100vw, 2048px"></a></li></ul></div></div></div></div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/finale-der-deutschen-meisterschaft-f3c-f3n-2025-spannende-fluege-in-kleinenbroich/">Finale der Deutschen Meisterschaft F3C/F3N 2025 – Spannende Flüge in Kleinenbroich</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Modellhelikopter im Fokus – Heli-Stammtisch mit Tradition</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/modellhelikopter-im-fokus-heli-stammtisch-mit-tradition/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 07:57:27 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Heli]]></category>
		<category><![CDATA[Heli Stammtisch]]></category>
		<category><![CDATA[Treffen]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=139019</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/modellhelikopter-im-fokus-heli-stammtisch-mit-tradition/">Modellhelikopter im Fokus – Heli-Stammtisch mit Tradition</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="577" src="https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221708.jpg" class="vc_single_image-img attachment-full" alt="20250711 221708" title="20250711_221708" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221708.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221708-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221708-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/20250711_221626.jpg" class="vc_single_image-img attachment-full" alt="20250711 221626" title="20250711_221626" srcset="https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221626.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221626-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/09/20250711_221626-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-9"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Am 11. Juli 2025 trafen sich <strong>11 begeisterte Modellhelikopter-Piloten</strong> aus den Regionen <strong>Köln, Mönchengladbach, Meerbusch, Kempen und Krefeld</strong> zum traditionellen <strong>DMFV Heli-Stammtisch</strong> im <strong>Willicher Hof</strong> in Willich.</p>
<p>Der Stammtisch, der seit mittlerweile <strong>10 Jahren</strong> überwiegend in der dunklen Jahreszeit stattfindet, bietet Raum für lockeren Austausch, Fachgespräche und geselliges Beisammensein. Vorgaben oder feste Themen gibt es bewusst nicht – stattdessen wird frei und leidenschaftlich <strong>rund um den Modellhelikopter</strong> gefachsimpelt.</p>
<p>Auch kulinarisch kam niemand zu kurz: Bei einem leckeren Schnitzel wurde diskutiert, gelacht und geplant. Die Resonanz war erneut sehr positiv – ein Zeichen dafür, wie wichtig solche Treffen für die Vernetzung und den Zusammenhalt innerhalb der Szene sind.</p>
<p>Der nächste Heli-Stammtisch ist bereits für <strong>Oktober</strong> geplant. Wir freuen uns auf viele bekannte und neue Gesichter!</p>

		</div>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/modellhelikopter-im-fokus-heli-stammtisch-mit-tradition/">Modellhelikopter im Fokus – Heli-Stammtisch mit Tradition</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>#tdm, #tdm25 Media Day</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/tdm-tdm25-media-day/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Wed, 04 Jun 2025 06:00:30 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[#tdm]]></category>
		<category><![CDATA[#tdm25]]></category>
		<category><![CDATA[mediaday]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=136495</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/tdm-tdm25-media-day/">#tdm, #tdm25 Media Day</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">
			<h3 style="text-align: left">Wir haben zum Tag des Modellflugs einen Media Day durchgeführt.</h3>
<p>Gerne teilen wir die Bilder mit euch.</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-4"><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">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054628-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054628-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1054628" title="P1054628" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054658-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054658-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1054658" title="P1054658" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054592-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054592-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1054592" title="P1054592" loading="lazy" /></a>
		</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-4"><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">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054073-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054073-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1054073" title="P1054073" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_center wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054017-768x1024.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1054017-scaled-150x170.jpg" width="150" height="170" alt="P1054017" title="P1054017" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1053827-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1053827-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1053827" title="P1053827" loading="lazy" /></a>
		</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-4"><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">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1052476-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1052476-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1052476" title="P1052476" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_center wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1052444_2-1024x551.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1052444_2-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1052444_2" title="P1052444_2" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1052353-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1052353-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1052353" title="P1052353" loading="lazy" /></a>
		</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-4"><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">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1038082-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1038082-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1038082" title="P1038082" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1037902-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1037902-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1037902" title="P1037902" loading="lazy" /></a>
		</figure>
	</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_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://www.dmfv.aero/wp-content/uploads/2025/06/P1037875-1024x576.jpg" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" class="vc_single_image-img " src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1037875-scaled-1920x1050.jpg" width="1920" height="1050" alt="P1037875" title="P1037875" loading="lazy" /></a>
		</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_single_image wpb_content_element vc_align_center 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="463" src="https://www.dmfv.aero/wp-content/uploads/2025/06/P1290469-1024x740.jpg" class="vc_single_image-img attachment-large" alt="P1290469" title="P1290469" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/P1290469-1024x740.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/06/P1290469-300x217.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/P1290469-768x555.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/06/P1290469-1536x1111.jpg 1536w, https://www.dmfv.aero/wp-content/uploads/2025/06/P1290469-scaled.jpg 2048w" sizes="auto, (max-width: 640px) 100vw, 640px"></div>
		</figure>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/tdm-tdm25-media-day/">#tdm, #tdm25 Media Day</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Volles Haus beim Heli-Workshop</title>
		<link>https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/volles-haus-beim-heli-workshop/</link>
		
		<dc:creator><![CDATA[Uwe Naujoks]]></dc:creator>
		<pubDate>Tue, 03 Jun 2025 12:55:23 +0000</pubDate>
				<category><![CDATA[Akro-Hubschrauber]]></category>
		<category><![CDATA[Nordrhein-Westfalen I]]></category>
		<category><![CDATA[Heli]]></category>
		<category><![CDATA[Hubschrauber]]></category>
		<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://www.dmfv.aero/?p=136381</guid>

					<description><![CDATA[<p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/volles-haus-beim-heli-workshop/">Volles Haus beim Heli-Workshop</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">
			<h2 style="text-align: left">Volles Haus beim Heli Workshop in Kerken</h2>

		</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-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center 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="839" height="473" src="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.10-4-1.jpg" class="vc_single_image-img attachment-full" alt="WhatsApp Image 2025 05 10 at 13.18.10 4 1" title="WhatsApp Image 2025-05-10 at 13.18.10 (4)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.10-4-1.jpg 839w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.10-4-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.10-4-1-768x433.jpg 768w" sizes="auto, (max-width: 839px) 100vw, 839px"></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><span data-contrast="auto">DMFV Heliworkshop 2025 – Theorie, Praxis, Coaching</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></h3>
<p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span><span data-contrast="auto">Am Freitag, dem 9. Mai 2025, begann ein außergewöhnliches Event, das die Modellbau-Szene nachhaltig begeisterte: Der Heliworkshop des MFC Saturn Kerken e.V. bot Hubschrauber-Piloten aller Erfahrungsstufen die Gelegenheit, ihre Flugkünste zu verfeinern, Neues zu lernen und an einem Tag voller Technik, Leidenschaft und Gemeinschaft zu wachsen. </span></p>
<p><span data-contrast="auto">Bereits ab 14:00 Uhr trafen die ersten Teilnehmer ein, um sich auf drei spannende Tage einzustimmen – begleitet von strahlendem Sonnenschein und warmen Temperaturen, die den idealen Rahmen für dieses Highlight im Modellbau-Flugsport bildeten.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </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-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center 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/06/WhatsApp-Image-2025-05-10-at-13.18.11-2.jpg" class="vc_single_image-img attachment-full" alt="WhatsApp Image 2025 05 10 at 13.18.11 2" title="WhatsApp Image 2025-05-10 at 13.18.11 (2)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-2.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-2-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-2-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><span data-contrast="auto">Ein maßgeschneidertes Programm für alle Piloten</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>
<p><span data-contrast="auto">Der Workshop richtete sich gleichermaßen an Einsteiger, Fortgeschrittene und Wettbewerbsteilnehmer. Nach einem kurzen Briefing startete der Theorieteil, der in einer Vorstellungsrunde noch persönlicher begann. Dabei wurden zentrale Themen besprochen, die sowohl den praktischen als auch den theoretischen Aspekt des Modellflugs berührten. So erfolgte eine differenzierte Darstellung der verschiedenen Fl</span><span data-contrast="auto">ug</span><span data-contrast="auto">stile: </span></p>
<p><span id="more-136381"></span></p>
<p><span data-contrast="auto">Vom präzisen Schweben über den Rundflug bis hin zum kunstvollen und spektakulären Showflug wurde der Übergang klar abgegrenzt. Besonderes Augenmerk lag dabei auf den Unterschieden der Flugstile F3N, F3C und 3D – ein Ansatz, der den Teilnehmern half, sich im umfangreichen FAI Figurenkatalog 2025 besser zurechtzufinden.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span><!--more--><!--more--></p>

		</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_single_image wpb_content_element vc_align_center 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/06/WhatsApp-Image-2025-05-10-at-13.18.11-1.jpg" class="vc_single_image-img attachment-full" alt="WhatsApp Image 2025 05 10 at 13.18.11 1" title="WhatsApp Image 2025-05-10 at 13.18.11 (1)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-1.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-1-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-1-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Trainingsflüge mit Coaching</p>
<p>&nbsp;</p>
<p><span data-contrast="auto">Unterstützt wurden die Teilnehmer anschließend bei gecoachten Trainingsflügen, bei denen erfahrene Wettbewerbspiloten und anwesende Punktwerter individuelles Feedback gaben. </span></p>
<p>&nbsp;</p>
<p><span data-contrast="auto">Diese persönliche Betreuung half dabei, die Figuren zu verfeinern und das eigene Flugverhalten noch gezielter zu optimieren – ein Gewinn für alle, die ihre Flugkünste auf das nächste Level heben wollten.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>

		</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_single_image wpb_content_element vc_align_center 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/06/WhatsApp-Image-2025-05-10-at-13.18.11-3.jpg" class="vc_single_image-img attachment-full" alt="WhatsApp Image 2025 05 10 at 13.18.11 3" title="WhatsApp Image 2025-05-10 at 13.18.11 (3)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-3.jpg 1024w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-3-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.11-3-768x433.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><span data-contrast="auto">Leckere Pausen </span></p>
<p>&nbsp;</p>
<p><span data-contrast="auto">Nach dem inspirierenden Theorieteil sorgte ein liebevoll organisierter Imbiss für neue Energie.</span></p>
<p><span data-contrast="auto"> Der Verein stellte nicht nur einen herzhaften Snacks-Service mit Steaks und Grillwurst zur Verfügung, sondern auch die nötigen infrastrukturellen Annehmlichkeiten wie Lademöglichkeiten für die Flugakkus. </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>
<p>Auch die Camping Möglichkeit am Flugfeld wurde von einigen Teilnehmer genutzt.</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-4"><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="300" height="169" src="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-300x169.jpg" class="vc_single_image-img attachment-medium" alt="WhatsApp Image 2025 05 10 at 13.18.13" title="WhatsApp Image 2025-05-10 at 13.18.13" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-768x433.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><span data-contrast="auto">Ein Ambiente der Gemeinschaft und des Lernens  </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>
<p><span data-contrast="auto">Über die fachlichen Inhalte hinaus war der Workshop ein Ort des Austauschs und der Begeisterung. Neben den 24 aktiven Piloten nahm eine rege Zuschauerschaft teil, die die Demonstrationen lebhaft verfolgte. Die offene Einladung – sei es als aktiver Teilnehmer, als interessierter Zuschauer oder gar in der Funktion eines angehenden Punktwerters – unterstrich den inklusiven Geist des Events. Auch die Möglichkeit, am Sonntag als Gastflieger frei zu fliegen, bot zusätzlichen Raum, um das Erlernte in entspannter Umgebung auszutesten.  </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>

		</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_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="169" src="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-6-300x169.jpg" class="vc_single_image-img attachment-medium" alt="WhatsApp Image 2025 05 10 at 13.18.13 6" title="WhatsApp Image 2025-05-10 at 13.18.13 (6)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-6-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-6-768x433.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-6.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px"></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><span data-contrast="auto">Fazit und Ausblick  </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>
<p><span data-contrast="auto">Der Heliworkshop 2025 war ein voller Erfolg und ein eindrucksvolles Beispiel dafür, wie Modellflugsport Menschen zusammenbringt. Mit einer gelungenen Kombination aus Theorie und Praxis, technischer Präzision und praktischer Anleitung bot das Event allen Beteiligten – ob Anfänger oder Profi – wertvolles Know-how und unvergessliche Momente. Der engagierte Einsatz des MFC Saturn Kerken e.V. zeigte einmal mehr, dass hinter den fliegenden Modellen nicht nur Technik, sondern vor allem Leidenschaft und Gemeinschaft stehen. Für zukünftige Workshops verspricht die Rückmeldung der Teilnehmer, dass noch mehr innovative Inhalte und spannende Herausforderungen auf alle zukommen.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>

		</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_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="169" src="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.15-300x169.jpg" class="vc_single_image-img attachment-medium" alt="WhatsApp Image 2025 05 10 at 13.18.15" title="WhatsApp Image 2025-05-10 at 13.18.15" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.15-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.15-768x433.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.15.jpg 1024w" 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="300" height="169" src="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.14-300x169.jpg" class="vc_single_image-img attachment-medium" alt="WhatsApp Image 2025 05 10 at 13.18.14" title="WhatsApp Image 2025-05-10 at 13.18.14" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.14-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.14-768x433.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.14.jpg 1024w" 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="300" height="169" src="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-4-300x169.jpg" class="vc_single_image-img attachment-medium" alt="WhatsApp Image 2025 05 10 at 13.18.13 4" title="WhatsApp Image 2025-05-10 at 13.18.13 (4)" srcset="https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-4-300x169.jpg 300w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-4-768x433.jpg 768w, https://www.dmfv.aero/wp-content/uploads/2025/06/WhatsApp-Image-2025-05-10-at-13.18.13-4.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px"></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">
			<p>Hier gehts zur Homepage des Vereins:</p>
<p><a href="https://www.mfc-saturn.de/vereinsinfo.html" target="_blank" rel="noopener">https://www.mfc-saturn.de/vereinsinfo.html</a></p>
<p>Hier gehts zu weiteren Bildern von Claudias kleiner Fliegerseite:</p>
<p><a href="https://eu.zonerama.com/Claudias-kleine-Fliegerseite/Album/13251529" target="_blank" rel="noopener">https://eu.zonerama.com/Claudias-kleine-Fliegerseite/Album/13251529</a></p>

		</div>
	</div>
</div></div></div></div>
</div><p>Der Beitrag <a rel="nofollow" href="https://www.dmfv.aero/sportreferate/akro-hubschrauber-sportreferate/volles-haus-beim-heli-workshop/">Volles Haus beim Heli-Workshop</a> erschien zuerst auf <a rel="nofollow" href="https://www.dmfv.aero">Deutscher Modellflieger Verband e.V.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
