<?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/"
	>

<channel>
	<title>Messerückblick - UFSK-International OSYS GmbH</title>
	<atom:link href="https://www.ufsk-osys.com/category/messerueckblick/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ufsk-osys.com</link>
	<description>OP-Stühle, OP-Tische, Operateurstühle, Patiententransport</description>
	<lastBuildDate>Tue, 28 Jul 2026 14:58:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://www.ufsk-osys.com/wp-content/uploads/cropped-ufsk-favicon-32x32.png</url>
	<title>Messerückblick - UFSK-International OSYS GmbH</title>
	<link>https://www.ufsk-osys.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Messerückblick WOC 2026</title>
		<link>https://www.ufsk-osys.com/messerueckblick-woc-2026/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 07:56:47 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<category><![CDATA[WOC]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51225</guid>

					<description><![CDATA[<p>Der World Ophthalmology Congress in Prag war für UFSK-OSYS eine wertvolle Gelegenheit, unsere Lösungen einem internationalen Fachpublikum zu präsentieren. Mit einem 21 m² großen Messestand waren wir vor Ort vertreten und konnten zahlreiche interessante Gespräche führen. Besonders gefreut haben wir uns über das Wiedersehen mit bestehenden internationalen Partnern und Kunden aus Afrika, Asien, Südamerika und Europa. Gemeinsam konnten wir unsere bewährten Modelle mit den aktuellen Weiterentwicklungen vergleichen und gezielt auf die neuesten Updates und Verbesserungen eingehen.</p>
<p>The post <a href="https://www.ufsk-osys.com/messerueckblick-woc-2026/">Messerückblick WOC 2026</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">Internationale Kontakte, neue Impulse und erfolgreiche Gespräche</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Der World Ophthalmology Congress in Prag war für UFSK-OSYS eine wertvolle Gelegenheit, unsere Lösungen einem internationalen Fachpublikum zu präsentieren. Mit einem 21 m² großen Messestand waren wir vor Ort vertreten und konnten zahlreiche interessante Gespräche führen.						</p>
								</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_1.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_1-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_1-640x427.jpg" alt="Messestand der UFSK-International OSYS" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_2.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_2-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_2-640x427.jpg" alt="Messestand der UFSK-International OSYS" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Besonders gefreut haben wir uns über das Wiedersehen mit bestehenden internationalen Partnern und Kunden aus <strong>Afrika, Asien, Südamerika und Europa</strong>. Gemeinsam konnten wir unsere bewährten Modelle mit den aktuellen Weiterentwicklungen vergleichen und gezielt auf die neuesten Updates und Verbesserungen eingehen.</p>
<p>&nbsp;</p>
<p>Viele unserer Kunden entwickeln sich erfolgreich weiter – und wir freuen uns, dass einige operative Standorte ihre Kapazitäten ausbauen möchten. Umso schöner ist es für uns, diese nächsten Schritte gemeinsam begleiten zu dürfen. Langjährige Partnerschaften und gemeinsames Wachstum bedeuten uns viel und bestätigen unseren Anspruch, praxisnahe und zuverlässige Lösungen für den OP-Alltag zu bieten.</p>
<p>&nbsp;</p>
<p>Neben den großen und kostenintensiven Geräten stießen auch die häufig unterschätzten „kleinen Dinge“ im OP auf großes Interesse. Gerade Produkte wie unsere <strong>Assistentenstühle</strong>, <strong>Wäsche- und Abfallsammler</strong> sowie <strong>Instrumententische</strong> konnten wir unseren internationalen Partnern näher vorstellen. Sie zeigen, wie wichtig durchdachte Details für effiziente Arbeitsabläufe, Hygiene und Komfort im täglichen Einsatz sind.</p>
<p>&nbsp;</p>
<p>Darüber hinaus bot die WOC eine hervorragende Möglichkeit, den Grundstein für neue Partnerschaften mit internationalen Händlern zu legen. Der persönliche Austausch vor Ort war dabei besonders wertvoll und hat uns wichtige Impulse für zukünftige Kooperationen gegeben.</p>
<p>&nbsp;</p>
<p>Insgesamt war die WOC in Prag ein kleinerer, aber sehr internationaler und erfolgreicher Kongress in der Hauptstadt Tschechiens. Wir bedanken uns herzlich bei allen Besuchern, Partnern und Interessenten für die offenen Gespräche, das Vertrauen und das große Interesse an unseren Produkten.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col md:flex-row  w-full bg-white">
										<div id="1201119537-active" class="hidden md:flex md:flex-1">
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class=" md:pl-6 lg:pl-12  py-12">
																													<div id="1201119537" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_1-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_1-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_3-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/WOC_2026_UFSK-OSYS_3-1280x853.jpg" alt="" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#1201119537 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1201119537-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/messerueckblick-woc-2026/">Messerückblick WOC 2026</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DOC 2026</title>
		<link>https://www.ufsk-osys.com/doc-2026-2/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 11:04:25 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[DOC]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=50890</guid>

					<description><![CDATA[<p>Erfolgreiche DOC 2026: Persönlicher Austausch, treue Kunden und die Premiere der neuen pure-Serie begeisterten Besucher und Anwender. Erfahren Sie mehr darüber!</p>
<p>The post <a href="https://www.ufsk-osys.com/doc-2026-2/">DOC 2026</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">DOC 2026: UFSK-OSYS präsentiert neue Lösungen für Ophthalmologie und Praxisalltag</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Die DOC 2026 war für UFSK-OSYS erneut eine bedeutende Plattform für den persönlichen Austausch mit Ophthalmologen, Praxisteams und langjährigen Kunden. Neben wertvollen Gesprächen über Behandlungsstühle, Instrumententische und ergonomische Arbeitsplatzlösungen standen insbesondere die neuen Modelle der supportLine pure-Serie sowie der neue assistPure Assistentenstuhl im Mittelpunkt des Messeauftritts.						</p>
								</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_3.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_3-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_3-640x427.jpg" alt="Messestand der UFSK-International OSYS" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_5.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_5-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_5-640x427.jpg" alt="Messestand der UFSK-International OSYS" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Persönlicher Austausch und langjährige Kundenbeziehungen auf der DOC 2026</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Der Internationale Kongress der Deutschen Ophthalmochirurgie (DOC) ist für UFSK-OSYS jedes Jahr eine besonders wichtige Veranstaltung. Sie bietet uns die Gelegenheit, neue Kunden kennenzulernen, bestehende Kontakte zu pflegen und unsere Produkte im direkten Austausch mit Anwendern weiterzuentwickeln.</p>
<p>&nbsp;</p>
<p>In diesem Jahr haben wir uns besonders gefreut, viele langjährige und treue Kunden wieder persönlich zu treffen. Einige Bestandskunden haben sich nach vielen Jahren erneut für unsere Behandlungsstühle entschieden und den notwendigen Geräteaustausch gemeinsam mit uns durchgeführt. Das bedeutet uns sehr viel, denn es zeigt, dass unsere Produkte über viele Jahre hinweg im täglichen Einsatz überzeugen konnten.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Aus der Praxis – für die Praxis: Wertvolles Feedback als Motor für Innovation</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Ebenso wertvoll waren für uns die offenen Gespräche mit Kunden, die auch kritische Punkte angesprochen haben. Feedback nehmen wir immer sehr ernst – ganz nach unserem Motto: <strong>Aus der Praxis – für die Praxis.</strong> Im gemeinsamen Austausch konnten wir Lösungen finden und wichtige Impulse für die Weiterentwicklung unserer Produkte und unseres Services mitnehmen.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">supportLine pure S und supportLine pure M – neue Instrumententische für den Praxisalltag</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Ein besonderes Highlight der Messe war die erfolgreiche Vorstellung unserer neuen Instrumententische <strong>supportLine pure S</strong> und <strong>supportLine pure M</strong>. Beide Modelle stehen für einfache, praktische und zuverlässige Lösungen im Arbeitsalltag. Der <strong>supportLine pure S</strong> eignet sich ideal für <em><a title="IVOM-Sets" href="https://www.ufsk-osys.com/konzepte/fuer-fachbereiche/ivom-behandlung/" target="_blank" rel="noopener">IVOM-Sets</a></em>, während der <strong>supportLine pure M</strong> eine budgetfreundliche Alternative zum klassischen <em><a title="supportLine" href="https://www.ufsk-osys.com/produkte/instrumententische/supportline/" target="_blank" rel="noopener">supportLine</a> </em>darstellt.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">assistPure – der neue Assistentenstuhl für ergonomisches Arbeiten</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Auch unser neuer Assistentenstuhl <strong>assistPure</strong> wurde erstmals präsentiert und fügt sich perfekt in die neue pure-Serie ein. Seine Stärke liegt in der Einfachheit: Fuß- und Handauslösung, ein großes komfortables Rückenteil sowie ein schlichtes Sitzteil mit abgeschrägten Flächen im Oberschenkelbereich sorgen für eine praxisnahe und komfortable Anwendung. Besonders gefreut hat uns, dass bereits der Prototyp auf der Messe überzeugen konnte und erste Kunden Vorbestellungen getätigt haben.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Erfolgreicher Messeauftritt und Blick in die Zukunft</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Wir bedanken uns herzlich bei allen Besucherinnen und Besuchern für das Vertrauen, die ehrlichen Gespräche und das große Interesse an unseren neuen Produkten. Die DOC 2026 hat uns erneut gezeigt, wie wichtig persönliche Begegnungen und direkter Austausch für unsere Arbeit sind.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col  md:flex-row-reverse w-full bg-white">
										<div id="940247302-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_6-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class="  md:pr-6 lg:pr-12 py-12">
																													<div id="940247302" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_1-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_1-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_4-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_4-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_3-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_3-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_7-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_7-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_6-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_6-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_2-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2026_UFSK-OSYS_2-1280x853.jpg" alt="Messestand der UFSK-International OSYS" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#940247302 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#940247302-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/doc-2026-2/">DOC 2026</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Messerückblick AAD 2026</title>
		<link>https://www.ufsk-osys.com/trade-fair-review-of-aad-2026/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Wed, 18 Mar 2026 17:34:47 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[AAD]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=49612</guid>

					<description><![CDATA[<p>Auf der AAD 2026 in Düsseldorf haben wir stolz unsere Lösungen für die Augenchirurgie mit einem völlig neuen und großzügigen Standkonzept präsentiert.</p>
<p>The post <a href="https://www.ufsk-osys.com/trade-fair-review-of-aad-2026/">Messerückblick AAD 2026</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">Erfolgreicher Messeauftritt auf der AAD 2026 in Düsseldorf</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Auf der AAD 2026 in Düsseldorf präsentierte UFSK-OSYS sein umfassendes Portfolio an Lösungen für den ophthalmologischen Operationssaal mit einem völlig neuen und modernen Messesystem.						</p>
								</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_1.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_1-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-top" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_1-640x427.jpg" alt="Booth of UFSK-International OSYS at AAD 2026, Dusseldorf" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_4.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_4-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_4-640x427.jpg" alt="Booth of UFSK-International OSYS at AAD 2026, Dusseldorf" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Das neu gestaltete, offene Standkonzept zog zahlreiche Besucher an und schuf den perfekten Rahmen, um sowohl etablierte Produktlinien als auch spannende Innovationen in den Vordergrund zu rücken.</p>
<p>&nbsp;</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_2.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_2-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_2-640x427.jpg" alt="Booth of UFSK-International OSYS at AAD 2026, Dusseldorf" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3">Produkt-Highlights auf der AAD 2026:</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Behandlungsstühle – Präzision, Komfort, Zuverlässigkeit</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="zum Behandlungsstuhl eyeForce" href="https://www.ufsk-osys.com/produkte/operationsliegen-und-behandlungsstuehle/eyeforce/" target="_blank" rel="noopener"><b>eyeForce</b></a> – unser leistungsstarker Premium-Behandlungsstuhl, entwickelt für anspruchsvolle und hochfrequentierte Operationsumgebungen.</li>
<li><a title="zum Behandlungsstuhl 500 XLE" href="https://www.ufsk-osys.com/produkte/operationsliegen-und-behandlungsstuehle/500-xle/" target="_blank" rel="noopener"><b>500 XLE</b></a> – eine vielseitige und leistungsstarke Lösung für fortgeschrittene ophthalmologische Eingriffe.</li>
<li><a title="zum Behandlungsstuhl 500 ECO" href="https://www.ufsk-osys.com/produkte/operationsliegen-und-behandlungsstuehle/500-eco/" target="_blank" rel="noopener"><b>500 ECO</b></a> – das kostengünstige Einstiegsmodell mit bewährter UFSK-OSYS-Qualität.</li>
</ul>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Operateurstühle – Hervorragende Ergonomie für jeden Eingriff</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="zum Operateurstuhl surgiForce" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/surgiforce/" target="_blank" rel="noopener"><b>surgiForce</b></a> – ein Operateurstuhl der premium-Klasse mit ergonomischen Armlehnen, linearen Führungsoptionen und Einhandentriegelung für eine stabile, präzise Positionierung.</li>
</ul>
<ul>
<li><a title="zum Operateurstuhl surgiForce light" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/surgiforce-light/" target="_blank" rel="noopener"><b>surgiForce light</b></a> – die leichte und äußerst flexible Version mit Sitzverschiebemechanismus und Fußentriegelung für dynamische Arbeitsabläufe.</li>
<li><a title="zum Operateurstuhl surgiTrend" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/surgitrend/" target="_blank" rel="noopener"><b>surgiTrend</b></a> – unser ergonomisch optimierter Chirurgenstuhl für ambulante OP-Säle und Rotationssysteme, ausgestattet mit voll beweglichen Armlehnen.</li>
</ul>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Assistentenstühle – Unterstützung für Ihr OP-Team</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="zum Assistentenstuhl assistPro" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/assistpro/" target="_blank" rel="noopener"><b>assistPro F</b></a> – der komfortable Assistenz-Allrounder für Ihren OP.</li>
<li><a title="zum Assistentenstuhl easyLine" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/easyline/" target="_blank" rel="noopener"><b>easyLine R</b></a> – ein leichtgängiger und kompakter Assistentenstuhl, der hervorragende Mobilität und Komfort bietet.</li>
</ul>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Weitere OP-Lösungen zur Optimierung Ihres Arbeitsablaufs</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="zum Instrumententisch supportLine" href="https://www.ufsk-osys.com/produkte/instrumententische/supportline/" target="_blank" rel="noopener"><b>supportLine</b></a> – ein stabiler, ergonomischer Instrumententisch für ein optimiertes Instrumentenmanagement.</li>
</ul>
<ul>
<li><a title="zum Wäsche- und Abfallsammler stayClean collector" href="https://www.ufsk-osys.com/produkte/pflege-und-reinigung/stayclean-collector/" target="_blank" rel="noopener"><b>stayClean collector</b></a> – eine effiziente Wäsche- und Abfalllösung für den OP.</li>
<li><a title="zum Abwurfgestell stayClean kick bucket" href="https://www.ufsk-osys.com/produkte/pflege-und-reinigung/stayclean-kick-bucket/" target="_blank" rel="noopener"><b>stayClean kick bucket</b></a> – ein mobiler und leicht zu manövrierender Auffangeimer für den routinemäßigen chirurgischen Einsatz.</li>
<li></li>
<li>Dazu kamen mehrere neue Produkte, die erstmals auf der AAD 2026 vorgestellt wurden.</li>
</ul>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col  md:flex-row-reverse">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_1.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_1-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2026_UFSK-OSYS_1-640x427.jpg" alt="Booth of UFSK-International OSYS at AAD 2026, Dusseldorf" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Die <b>AAD 2026</b> war für UFSK‑OSYS ein großer Erfolg. Das neue Ausstellungssystem, das große Interesse der Besucher und die wertvollen Gespräche mit Fachleuten aus der Augenheilkunde haben einmal mehr gezeigt, wie wichtig ergonomische, arbeitsablaufoptimierte Lösungen in der modernen Augenchirurgie sind.</p>
<p>&nbsp;</p>
<p>Wir bedanken uns herzlich bei allen Besuchern für ihr Interesse und freuen uns auf die kommenden Veranstaltungen!</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/trade-fair-review-of-aad-2026/">Messerückblick AAD 2026</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Messerückblick EPOMEC 2025</title>
		<link>https://www.ufsk-osys.com/messerueckblick-epomec-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Wed, 07 Jan 2026 10:19:54 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[EPOMEC]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=49790</guid>

					<description><![CDATA[<p>UFSK-OSYS nahm in diesem Jahr erstmals an der EPOMEC 2025 in Dubai teil – und unser Debüt war ein voller Erfolg! Der Messestand war durchgehend stark besucht, und die positive Resonanz der Fachbesucher hat unsere Erwartungen übertroffen. Im Mittelpunkt standen unsere innovativen Lösungen für die Ophthalmologie: 500 XLE – der vielseitige Behandlungsstuhl mit verschiedenen Komponenten für maximale Flexibilität. surgiLine– der Operateurstuhl für präzises und komfortables Arbeiten.<br />
assistPro F – der Assistentenstuhl mit Armauflagen für optimale Unterstützung.<br />
supportLine – unser Instrumententisch für perfekte Organisation im OP. Die EPOMEC 2025 bot uns eine hervorragende Plattform, um unsere Produkte einem internationalen Publikum vorzustellen und wertvolle Kontakte zu knüpfen. Wir bedanken uns herzlich bei allen Besuchern für die inspirierenden Gespräche und freuen uns schon jetzt auf die nächste EPOMEC!</p>
<p>The post <a href="https://www.ufsk-osys.com/messerueckblick-epomec-2025/">Messerückblick EPOMEC 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">EPOMEC 2025</h2>
																<h1 id="product-headline" style="color:#3d3d3c;" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">UFSK‑OSYS feiert erfolgreiches Debüt auf der EPOMEC 2025 in Dubai</h1>
													</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_2.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_2-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-bottom" src="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_2-640x427.jpg" alt="Booth of UFSK-International OSYS on EPOMEC 2025" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_1.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_1-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_1-640x427.jpg" alt="EPOMEC 2025 in Dubai, United Arab Emirates" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3">Rückblick EPOMEC 2025</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Erfolgreicher Messeauftritt auf der EPOMEC 2025 in Dubai</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p><strong>UFSK-OSYS</strong> nahm in diesem Jahr erstmals an der <strong>EPOMEC 2025</strong> in Dubai teil – und unser Debüt war ein voller Erfolg! Der Messestand war durchgehend stark besucht, und die positive Resonanz der Fachbesucher hat unsere Erwartungen übertroffen.</p>
<p>&nbsp;</p>
<div>
<p>Im Mittelpunkt standen unsere innovativen Lösungen für die Ophthalmologie:</p>
<ul>
<li><em><a title="Behandlungsstuhl 500 XLE" href="https://www.ufsk-osys.com/produkte/operationsliegen-und-behandlungsstuehle/500-xle/" target="_blank" rel="noopener"><strong>500 XLE</strong></a></em> – der vielseitige Behandlungsstuhl mit verschiedenen Komponenten für maximale Flexibilität.</li>
<li><em><a title="Operateurstuhl surgiLine" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/surgiline/" target="_blank" rel="noopener"><strong>surgiLine</strong></a></em>– der Operateurstuhl für präzises und komfortables Arbeiten.</li>
<li><em><a title="Assistentenstuhl assistPro F" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/assistpro/" target="_blank" rel="noopener"><strong>assistPro F</strong></a></em> – der Assistentenstuhl mit Armauflagen für optimale Unterstützung.</li>
<li><em><a title="Instrumententisch supportLine" href="https://www.ufsk-osys.com/produkte/instrumententische/supportline/" target="_blank" rel="noopener"><strong>supportLine</strong></a></em> – unser Instrumententisch für perfekte Organisation im OP.</li>
</ul>
</div>
<p>&nbsp;</p>
<p>Die EPOMEC 2025 bot uns eine hervorragende Plattform, um unsere Produkte einem internationalen Publikum vorzustellen und wertvolle Kontakte zu knüpfen. Wir bedanken uns herzlich bei allen Besuchern für die inspirierenden Gespräche und freuen uns schon jetzt auf die nächste <a title="https://www.epomec.ae/" href="https://www.epomec.ae/" target="_blank" rel="noopener"><em>EPOMEC</em></a>!</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col  md:flex-row-reverse w-full bg-white">
										<div id="1460585407-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_2-1280x853.jpg" alt="Booth of UFSK-International OSYS on EPOMEC 2025" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class="  md:pr-6 lg:pr-12 py-12">
														                            	<h3 class="font-roboto font-semibold text-lg text-gray-700 leading-6 tracking-wide mb-6">Messestand der UFSK-OSYS auf der EPOMEC 2025 in Dubai</h3>
																						<div id="1460585407" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_3-1280x853.jpg" alt="Booth of UFSK-International OSYS on EPOMEC 2025" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_2025_UFSK-OSYS_2-1280x853.jpg" alt="Booth of UFSK-International OSYS on EPOMEC 2025" />
											</div>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#1460585407 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1460585407-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/messerueckblick-epomec-2025/">Messerückblick EPOMEC 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>EANS 2025</title>
		<link>https://www.ufsk-osys.com/eans-2025-2/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 16 Oct 2025 06:06:36 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[EANS]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51174</guid>

					<description><![CDATA[<p>Mit einem komplett neu gestalteten Messestand präsentierte sich UFSK-OSYS auf der diesjährigen EANS 2025 in Wien – und das mit großem Erfolg. Unser Stand erfreute sich reger Besucherzahlen und zog internationales Fachpublikum an, darunter auch Gäste aus Australien und Korea.</p>
<p>The post <a href="https://www.ufsk-osys.com/eans-2025-2/">EANS 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">Erfolgreicher Messeauftritt auf der EANS 2025 in Wien</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Mit einem komplett neu gestalteten Messestand präsentierte sich UFSK-OSYS auf der diesjährigen EANS 2025 in Wien – und das mit großem Erfolg. Unser Stand erfreute sich reger Besucherzahlen und zog internationales Fachpublikum an, darunter auch Gäste aus Australien und Korea.						</p>
								</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS-640x427.jpg" alt="" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS_3.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS_3-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS_3-640x427.jpg" alt="" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Im Mittelpunkt standen unsere innovativen Produkte für die Neurochirurgie:</p>
<ul>
<li><a title="zum premiumLine Bundle 1 für die Neurochirurgie" href="https://www.ufsk-osys.com/konzepte/fuer-fachbereiche/neurochirurgie/#premiumLine-neurochirurgie-1" target="_blank" rel="noopener"><strong>surgiForce</strong> – der Operateurstuhl mit Armauflagen für die Neurochirurgie (mit Linearführung und Einhandauslöser) und Fußschalterplatte für höchste Präzision und Ergonomie.</a></li>
<li><a title="zum premiumLine Bundle 2 für die Neurochirurgie" href="https://www.ufsk-osys.com/konzepte/fuer-fachbereiche/neurochirurgie/#premiumLine-neurochirurgie-2" target="_blank" rel="noopener"><strong>surgiForce light</strong> – die leichte Variante mit Sitzverschiebung und Fußauslöser für maximale Bewegungsfreiheit.</a></li>
<li><a title="zum Assistentenstuhl assistPro" href="https://www.ufsk-osys.com/produkte/operateurstuhle-und-assistentenstuhle/assistpro/" target="_blank" rel="noopener"><strong>assistPro F</strong> – der Assistentenstuhl für optimale Unterstützung im OP.</a></li>
<li><a title="zum Instrumententisch supportLine" href="https://www.ufsk-osys.com/produkte/instrumententische/supportline/" target="_blank" rel="noopener"><strong>supportLine</strong> – unser flexibler Instrumententisch für effiziente Arbeitsabläufe.</a></li>
</ul>
<p>&nbsp;</p>
<p>Das neue Standdesign spiegelt unsere Markenidentität wider und setzt unsere Produkte wirkungsvoll in Szene. Die zahlreichen Gespräche mit Anwendern und Interessenten haben uns wertvolle Impulse gegeben und unser Engagement für praxisnahe Lösungen bestätigt.</p>
<p>&nbsp;</p>
<p>Wir bedanken uns herzlich bei allen Besuchern für das große Interesse – und freuen uns schon jetzt auf die nächste EANS!</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col  md:flex-row-reverse w-full bg-white">
										<div id="618243433-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS_2-1280x853.jpg" alt="" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class="  md:pr-6 lg:pr-12 py-12">
																													<div id="618243433" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS_2-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS_2-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/EANS_2025_UFSK-OSYS-1280x853.jpg" alt="" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#618243433 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#618243433-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/eans-2025-2/">EANS 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ESCRS 2025</title>
		<link>https://www.ufsk-osys.com/escrs-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Fri, 19 Sep 2025 06:29:50 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[ESCRS]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51183</guid>

					<description><![CDATA[<p>Wir blicken auf eine erfolgreiche Teilnahme an der ESCRS 2025 in Kopenhagen zurück. Die internationale Leitmesse der Augenheilkunde bot erneut eine hervorragende Plattform, um unsere Produkte und Neuheiten einem breiten Fachpublikum zu präsentieren und wertvolle Kontakte zu knüpfen.</p>
<p>The post <a href="https://www.ufsk-osys.com/escrs-2025/">ESCRS 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">UFSK-OSYS auf der ESCRS 2025 in Kopenhagen</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Die DOC 2026 war für UFSK-OSYS erneut eine bedeutende Plattform für den persönlichen Austausch mit Ophthalmologen, Praxisteams und langjährigen Kunden. Neben wertvollen Gesprächen über Behandlungsstühle, Instrumententische und ergonomische Arbeitsplatzlösungen standen insbesondere die neuen Modelle der supportLine pure-Serie sowie der neue assistPure Assistentenstuhl im Mittelpunkt des Messeauftritts.						</p>
								</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_2.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_2-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_2-640x427.jpg" alt="" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col  md:flex-row-reverse">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_5.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_5-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_5-640x427.jpg" alt="" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3"></h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p data-start="49" data-end="334">Ein besonderes Highlight war die Vorstellung des Facelifts des Behandlungsstuhls <em><a title="500 ECO" href="https://www.ufsk-osys.com/produkte/operationsliegen-und-behandlungsstuehle/500-eco/" target="_blank" rel="noopener"><strong data-start="385" data-end="396">500 ECO</strong></a></em>. Das Modell wurde mit einem neu entwickelten Rücken- und Kopfteil ausgestattet, die sowohl den Komfort für Patienten als auch die ergonomische Handhabung für Anwender weiter verbessern. Die Besucher hatten Gelegenheit, den überarbeiteten <em>500 ECO</em> direkt am Stand zu erleben – und die Resonanz fiel durchweg positiv aus.</p>
<p>&nbsp;</p>
<p data-start="49" data-end="334">Die ESCRS 2025 war für uns damit ein großer Erfolg. Wir danken allen Besucherinnen und Besuchern für das Interesse und freuen uns schon auf die kommenden Begegnungen und Gespräche auf der nächsten ESCRS.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col md:flex-row  w-full bg-white">
										<div id="2022233885-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_-1280x853.jpg" alt="" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class=" md:pl-6 lg:pl-12  py-12">
																													<div id="2022233885" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_2-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_6-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_1-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_3-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2025_UFSK-OSYS_4-1280x853.jpg" alt="" />
											</div>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#2022233885 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#2022233885-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/escrs-2025/">ESCRS 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Messerückblick AAD 2025</title>
		<link>https://www.ufsk-osys.com/messerueckblick-aad-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Wed, 02 Apr 2025 09:40:32 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[25. Jubiläum]]></category>
		<category><![CDATA[AAD]]></category>
		<category><![CDATA[Augenheilkunde]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=44125</guid>

					<description><![CDATA[<p>Wir freuen uns, von unserer Teilnahme an der AAD 2025 in Düsseldorf zu berichten – einem besonderen Jahr, in dem das 25. Jubiläum der Messe gefeiert wurde. Besonders stolz sind wir darauf, dass wir bereits seit 25 Jahren als Aussteller Teil dieser bedeutenden Fachveranstaltung sind. In Anerkennung unserer langjährigen Präsenz erhielten wir eine kleine Auszeichnung vom Messeveranstalter, was uns besonders geehrt hat. Auch in diesem Jahr nutzten wir die Gelegenheit, unsere neuesten Produktentwicklungen zu präsentieren, wertvolle Gespräche mit Fachkollegen zu führen und zahlreiche neue Kontakte zu knüpfen. Die Jubiläumsfeierlichkeiten verliehen der Messe eine besondere Atmosphäre und boten eine ideale Gelegenheit, auf die Entwicklungen der vergangenen Jahre zurückzublicken.</p>
<p>The post <a href="https://www.ufsk-osys.com/messerueckblick-aad-2025/">Messerückblick AAD 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">AAD 2025: Unser gemeinsames Messejubiläum</h1>
													</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS-640x427.jpg" alt="" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col md:flex-row ">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_1.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_1-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_1-640x427.jpg" alt="" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3">Rückblick AAD 2025</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Wir freuen uns, von unserer Teilnahme an der <em><a title="Zur Webseite der Augenärztlichen Akademie Deutschland" href="https://aad-kongress.de/" target="_blank" rel="noopener">AAD 2025</a></em> in Düsseldorf zu berichten – einem besonderen Jahr, in dem das 25. Jubiläum der Messe gefeiert wurde. Besonders stolz sind wir darauf, dass wir bereits seit 25 Jahren als Aussteller Teil dieser bedeutenden Fachveranstaltung sind. In Anerkennung unserer langjährigen Präsenz erhielten wir eine kleine Auszeichnung vom Messeveranstalter, was uns besonders geehrt hat.</p>
<p>&nbsp;</p>
<p>Auch in diesem Jahr nutzten wir die Gelegenheit, unsere neuesten Produktentwicklungen zu präsentieren, wertvolle Gespräche mit Fachkollegen zu führen und zahlreiche neue Kontakte zu knüpfen. Die Jubiläumsfeierlichkeiten verliehen der Messe eine besondere Atmosphäre und boten eine ideale Gelegenheit, auf die Entwicklungen der vergangenen Jahre zurückzublicken.</p>
<p>&nbsp;</p>
<p>Wir danken allen Besuchern für ihr Interesse und freuen uns darauf, auch in den kommenden Jahren Teil der AAD zu sein und gemeinsam die Zukunft der Augenheilkunde mitzugestalten.</p>
<p>&nbsp;</p>
<p>Weitere Messeveranstaltungen, auf denen Sie sich von unseren Produkten überzeugen lassen können, finden Sie <a title="Messen &amp; Kongresse" href="https://www.ufsk-osys.com/ufsk-osys/messen-und-kongresse/" target="_blank" rel="noopener"><em><strong>hier.</strong></em></a></p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col  md:flex-row-reverse w-full bg-white">
										<div id="869199490-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_6_DE-1280x853.jpg" alt="" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class="  md:pr-6 lg:pr-12 py-12">
							                            	<h4 class="font-roboto font-semibold text-xs text-blauton tracking-wider mb-2">Messestand der UFSK-OSYS auf der AAD 2025</h4>
																													<div id="869199490" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_5-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_5-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_4-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_4-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_2-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_2-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_3-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_3-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_6_DE-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/AAD_2025_UFSK-OSYS_6_DE-1280x853.jpg" alt="" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#869199490 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#869199490-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/messerueckblick-aad-2025/">Messerückblick AAD 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DOC 2024</title>
		<link>https://www.ufsk-osys.com/doc-2024/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Mon, 08 Jul 2024 13:14:00 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[DOC]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51061</guid>

					<description><![CDATA[<p>Wir freuen uns, von unserer erfolgreichen Teilnahme an der DOC 2024 in Nürnberg zu berichten. Als Aussteller auf dem 36. Internationalen Kongress der Deutschen Ophthalmochirurgie konnten wir zahlreiche spannende Erlebnisse und wertvolle Kontakte verzeichnen. Unser Stand erfreute sich eines regen Besucherandrangs. Zahlreiche Fachleute aus der Augenheilkunde nutzten die Gelegenheit, sich über unsere neuesten Produkte und Innovationen zu informieren. Erstmals stellten wir unseren Operateurstuhl surgiForce light mit neuer (gebogener) Armtraverse vor. Das positive Feedback darauf sowie das große Interesse der Besucher auf die ausgestellten Produkte bestätigten uns in unserer Arbeit und unserem Engagement für die Branche. Während der Messe knüpften wir zahlreiche wertvolle Kundenkontakte. Die Gespräche mit bestehenden und potenziellen Kunden ermöglichten es uns, wertvolle Einblicke in ihre Bedürfnisse und Anforderungen zu gewinnen. Diese Informationen werden uns helfen, unsere Produkte weiter zu verbessern und optimal auf die Bedürfnisse unserer Kunden abzustimmen. Die DOC 2024 in Nürnberg bot auch eine Vielzahl von Fachvorträgen und Diskussionen zu aktuellen Themen in der Augenheilkunde. Schwerpunkte der Konferenz waren unter anderem die neuesten Entwicklungen in der refraktiven Chirurgie, innovative Diagnoseverfahren und die Fortschritte in der Katarakt- und Glaukomchirurgie. Diese Themen wurden von renommierten Experten präsentiert und boten den Teilnehmern wertvolle Einblicke und Anregungen für ihre tägliche Praxis. Die DOC 2024 in Nürnberg war für unser Unternehmen ein voller Erfolg. Der rege Besucherandrang an unserem Stand, die positiven Rückmeldungen und die zahlreichen wertvollen Kundenkontakte haben die Veranstaltung für uns zu einem bedeutenden Ereignis gemacht. Wir freuen uns bereits auf die nächste DOC (15.-17. Mai 2025) und darauf, weiterhin innovative Lösungen für die Augenheilkunde zu entwickeln und zu präsentieren.</p>
<p>The post <a href="https://www.ufsk-osys.com/doc-2024/">DOC 2024</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">DOC 2024: UFSK-OSYS auf der DOC 2024 in Nürnberg</h1>
													</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_2.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_2-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_2-640x427.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col  md:flex-row-reverse">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_11.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_11-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_11-640x427.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3">DOC 2024 in Nürnberg</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Wir freuen uns, von unserer erfolgreichen Teilnahme an der DOC 2024 in Nürnberg zu berichten. Als Aussteller auf dem 36. Internationalen Kongress der Deutschen Ophthalmochirurgie konnten wir zahlreiche spannende Erlebnisse und wertvolle Kontakte verzeichnen.</p>
<p>&nbsp;</p>
<p>Unser Stand erfreute sich eines regen Besucherandrangs. Zahlreiche Fachleute aus der Augenheilkunde nutzten die Gelegenheit, sich über unsere neuesten Produkte und Innovationen zu informieren. Erstmals stellten wir unseren Operateurstuhl surgiForce light mit neuer (gebogener) Armtraverse vor. Das positive Feedback darauf sowie das große Interesse der Besucher auf die ausgestellten Produkte bestätigten uns in unserer Arbeit und unserem Engagement für die Branche.</p>
<p>&nbsp;</p>
<p>Während der Messe knüpften wir zahlreiche wertvolle Kundenkontakte. Die Gespräche mit bestehenden und potenziellen Kunden ermöglichten es uns, wertvolle Einblicke in ihre Bedürfnisse und Anforderungen zu gewinnen. Diese Informationen werden uns helfen, unsere Produkte weiter zu verbessern und optimal auf die Bedürfnisse unserer Kunden abzustimmen.</p>
<p>&nbsp;</p>
<p>Die DOC 2024 in Nürnberg bot auch eine Vielzahl von Fachvorträgen und Diskussionen zu aktuellen Themen in der Augenheilkunde. Schwerpunkte der Konferenz waren unter anderem die neuesten Entwicklungen in der refraktiven Chirurgie, innovative Diagnoseverfahren und die Fortschritte in der Katarakt- und Glaukomchirurgie. Diese Themen wurden von renommierten Experten präsentiert und boten den Teilnehmern wertvolle Einblicke und Anregungen für ihre tägliche Praxis.</p>
<p>&nbsp;</p>
<p>Die DOC 2024 in Nürnberg war für unser Unternehmen ein voller Erfolg. Der rege Besucherandrang an unserem Stand, die positiven Rückmeldungen und die zahlreichen wertvollen Kundenkontakte haben die Veranstaltung für uns zu einem bedeutenden Ereignis gemacht. Wir freuen uns bereits auf die nächste DOC (15.-17. Mai 2025) und darauf, weiterhin innovative Lösungen für die Augenheilkunde zu entwickeln und zu präsentieren.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col md:flex-row  w-full bg-white">
										<div id="1561567080-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_9-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class=" md:pl-6 lg:pl-12  py-12">
							                            	<h4 class="font-roboto font-semibold text-xs text-blauton tracking-wider mb-2">Rückblick DOC 2024</h4>
																													<div id="1561567080" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_10-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_10-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_2-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_2-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_3-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_3-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_8-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_8-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_5-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_5-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_1-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOC_2024_UFSK-OSYS_1-1280x853.jpg" alt="Messestand der UFSK-OSYS auf der DOC 2024" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#1561567080 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1561567080-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/doc-2024/">DOC 2024</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DOG 2023</title>
		<link>https://www.ufsk-osys.com/dog-2023/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 09:43:00 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[DOG]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51022</guid>

					<description><![CDATA[<p>Wir haben uns gefreut, an der diesjährigen Tagung und Messe der Deutschen Ophthalmologischen Gesellschaft (DOG) in Berlin teilzunehmen. Die Veranstaltung, die vom 19. bis 22. Oktober im Berliner Messegelände stattfand, bot eine ausgezeichnete Gelegenheit, unsere hochwertigen Behandlungsstühle und Operateurstühle zu präsentieren. Wir nutzten die DOG-Messe, um unsere neuesten Entwicklungen im Bereich der Behandlungsstühle und Operateurstühle vorzustellen. Unsere Stühle sind speziell entworfen, um den hohen Anforderungen in der Augenheilkunde gerecht zu werden, indem sie Komfort und Präzision bei medizinischen Eingriffen sicherstellen. Auf der Messe konnten die Besucher unsere Stühle aus nächster Nähe erleben und sich von ihrer Qualität und Innovation überzeugen.</p>
<p>The post <a href="https://www.ufsk-osys.com/dog-2023/">DOG 2023</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">DOG 2023: Unser Unternehmen auf der DOG-Messe in Berlin</h1>
													</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_3.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_3-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_3-640x427.jpg" alt="" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col  md:flex-row-reverse">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_1.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_1-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_1-640x427.jpg" alt="" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3">DOG 2023 in Berlin</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Wir haben uns gefreut, an der diesjährigen Tagung und Messe der Deutschen Ophthalmologischen Gesellschaft (DOG) in Berlin teilzunehmen. Die Veranstaltung, die vom 19. bis 22. Oktober im Berliner Messegelände stattfand, bot eine ausgezeichnete Gelegenheit, unsere hochwertigen Behandlungsstühle und Operateurstühle zu präsentieren.</p>
<p>&nbsp;</p>
<p>Wir nutzten die DOG-Messe, um unsere neuesten Entwicklungen im Bereich der Behandlungsstühle und Operateurstühle vorzustellen. Unsere Stühle sind speziell entworfen, um den hohen Anforderungen in der Augenheilkunde gerecht zu werden, indem sie Komfort und Präzision bei medizinischen Eingriffen sicherstellen. Auf der Messe konnten die Besucher unsere Stühle aus nächster Nähe erleben und sich von ihrer Qualität und Innovation überzeugen.</p>
<p>&nbsp;</p>
<p>Die DOG-Messe in Berlin war eine bedeutende Veranstaltung für unsere Firma. Unsere Teilnahme unterstreicht unser Engagement für die Augenheilkunde und unsere hochwertigen Behandlungsstühle und Operateurstühle, die auf Präzision und Komfort ausgerichtet sind. Wir freuen uns darauf, in Zukunft noch mehr innovative Lösungen anzubieten.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col md:flex-row  w-full bg-white">
										<div id="816273015-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_1-1280x853.jpg" alt="" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class=" md:pl-6 lg:pl-12  py-12">
							                            	<h4 class="font-roboto font-semibold text-xs text-blauton tracking-wider mb-2">Rückblick DOG 2023</h4>
																													<div id="816273015" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_2-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_2-1280x853.jpg" alt="" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_3-1280x853.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/DOG_2023_UFSK-OSYS_3-1280x853.jpg" alt="" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#816273015 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#816273015-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/dog-2023/">DOG 2023</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ESCRS 2023</title>
		<link>https://www.ufsk-osys.com/escrs-2023/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 19 Oct 2023 09:36:00 +0000</pubDate>
				<category><![CDATA[Messerückblick]]></category>
		<category><![CDATA[ESCRS]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51015</guid>

					<description><![CDATA[<p>Als ein führendes Unternehmen in der Augenheilkundebranche ist es unser ständiges Bestreben, an der diesjährigen ESCRS Messe in Wien teilzunehmen, um unsere Innovationen und Entwicklungen mit der weltweiten Gemeinschaft von Fachleuten zu teilen. Unser Stand auf der ESCRS-Messe war ein zentraler Anlaufpunkt für Augenchirurgen, die sich für die neuesten Fortschritte in der Augenheilkunde interessierten. Wir präsentierten stolz unsere breite Palette von Produkten, darunter unsere hochmodernen Behandlungsstühle und Operateurstühle. Diese Stühle sind speziell entwickelt, um den Anforderungen von Augenärzten und Chirurgen gerecht zu werden und einen optimalen Arbeitskomfort und Präzision bei augenchirurgischen Eingriffen zu gewährleisten.</p>
<p>The post <a href="https://www.ufsk-osys.com/escrs-2023/">ESCRS 2023</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></description>
										<content:encoded><![CDATA[<div  class="konzept-header">

	
	
        <div id="product-header-container" class="relative w-full overflow-hidden">
            <div class="w-full h-28 lg:h-36"><!-- spacer --></div>
			<div class="w-full max-w-screen-xl m-auto px-6 pt-16 lg:pt-28 xl:pt-36 pb-20 lg:pb-40 xl:pb-48 relative z-20 font-roboto">
											<h2 id="product-subheadline" style="color:#009dea;" class="text-gray-400 text-sm md:text-base lg:text-lg tracking-wider font-semibold uppercase mb-3">Messerückblick</h2>
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">ESCRS 2023: Unsere Teilnahme an der ESCRS-Messe in Wien</h1>
													</div>
            <div id="product-background-overlay" class="absolute w-full h-full top-0 left-0 bg-white bg-opacity-80 z-10"></div>
            <div id="product-background-image" class="absolute w-full h-full top-0 left-0 z-0">
									<picture class="w-full">
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_7.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_7-1280x853.jpg" media="(min-width: 768px)" />
						<img decoding="async" class="w-full h-full object-cover object-center" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_7-640x427.jpg" alt="" />
					</picture>
				            </div>
        </div>

				<script>
		(function(){
			/* On load */

			const backgroundImage = document.querySelector('#product-background-image');
			if (!backgroundImage || typeof TimelineMax === 'undefined') return;
			const backgroundOverlay = document.querySelector('#product-background-overlay');
			const headline = document.querySelector('#product-headline');
			const subheadline = document.querySelector('#product-subheadline');
			const description = document.querySelector('#product-description');

			const ph = new TimelineMax();

			ph
			.fromTo(backgroundImage, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut })
			.fromTo(backgroundOverlay, 3, { opacity: "0" }, { opacity: "1", ease: Power4.easeInOut }, "-=3")
			.fromTo(headline, 1.5, { y: "-50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(subheadline, 1.5, { y: "50", opacity: "0" }, { y: "0", opacity: "1", ease: Power4.easeInOut }, "-=2")
			.fromTo(description, 1, { x: "50", opacity: "0", scale: "1.3" }, { x: "0", opacity: "1", scale: "1", ease: Power4.easeInOut }, "-=1.2")
			.fromTo(backgroundImage, 1, { webkitFilter: 'blur(10px)', filter: 'blur(10px)' }, { webkitFilter: 'blur(0px)', filter: 'blur(0px)'}, "-=1.2" )
			;
		})();
		</script>
		
				
	
</div>



<div   class="text-bild-kombination">

	
	
        <div class="w-full max-w-screen-xl m-auto my-12">
            <div class="flex flex-col  md:flex-row-reverse">
                
                <div class="md:flex-1 flex items-center px-6">
											<picture class="w-full mb-6 lg:mb-0">
							<!-- <source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_0.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_0-1280x853.jpg" media="(min-width: 1280px)" />
							<img decoding="async" class="w-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_0-640x427.jpg" alt="" />
						</picture>
					                </div> 
				
                <!-- text -->
                <div class="md:flex-1 flex items-center px-6 font-roboto">
                    <div>
                        <div class="mb-6">
                            <h4 class="text-xs tracking-wider text-hellgrau font-semibold uppercase mb-3">ESCRS 2023 in Wien </h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium"></h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Als ein führendes Unternehmen in der Augenheilkundebranche ist es unser ständiges Bestreben, an der diesjährigen ESCRS Messe in Wien teilzunehmen, um unsere Innovationen und Entwicklungen mit der weltweiten Gemeinschaft von Fachleuten zu teilen.</p>
<p>&nbsp;</p>
<p>Unser Stand auf der ESCRS-Messe war ein zentraler Anlaufpunkt für Augenchirurgen, die sich für die neuesten Fortschritte in der Augenheilkunde interessierten. Wir präsentierten stolz unsere breite Palette von Produkten, darunter unsere hochmodernen Behandlungsstühle und Operateurstühle. Diese Stühle sind speziell entwickelt, um den Anforderungen von Augenärzten und Chirurgen gerecht zu werden und einen optimalen Arbeitskomfort und Präzision bei augenchirurgischen Eingriffen zu gewährleisten.</p>
<p>&nbsp;</p>
<p>Die Besucher hatten die Gelegenheit, unsere erstklassigen Behandlungs- und Operateurstühle aus nächster Nähe zu erleben. Unsere Experten standen den Besuchern zur Verfügung, um Fragen zu beantworten und einen detaillierten Einblick in die Funktionalität und die Vorteile unserer Produkte zu bieten.</p>
<p>Unsere Teilnahme an der ESCRS-Messe in Wien unterstreicht unser Engagement für kontinuierliche Innovation und Fortschritt in der Augenheilkunde. Wir sind stolz darauf, einen Beitrag zur Vielfalt und Qualität der Aussteller auf dieser wichtigen Veranstaltung geleistet zu haben und freuen uns auf die weiteren Chancen zur Zusammenarbeit und zum Wissensaustausch mit der Augenheilkunde-Gemeinschaft.</p>
<p>&nbsp;</p>
<p>Die ESCRS-Messe war für uns ein unverzichtbares Ereignis, und wir sind zuversichtlich, dass unsere hochwertigen Behandlungs- und Operateurstühle einen positiven Beitrag zur Verbesserung der Arbeitsumgebung und der Behandlungsergebnisse unserer Kunden leisten werden.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div   class="bilder-galerie">

	
	
        <div class="bg-white relative w-full overflow-hidden my-12">
            <div class="w-full max-w-screen-xl m-auto px-6  relative z-20">
                <div class="flex flex-col md:flex-row  w-full bg-white">
										<div id="1361529645-active" class="hidden md:flex md:flex-1">
													<img decoding="async" class="object-cover object-center w-full h-full rounded-tr-xl rounded-bl-xl" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_7-1280x853.jpg" alt="" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class=" md:pl-6 lg:pl-12  py-12">
							                            	<h4 class="font-roboto font-semibold text-xs text-blauton tracking-wider mb-2">Rückblick ESCRS 2023</h4>
																													<div id="1361529645" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
																														<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_5-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_2-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_1-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_3-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_4-1280x853.jpg" alt="" />
											</div>
																																								<div class="single-picture" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/ESCRS_2023_UFSK-OSYS_7-1280x853.jpg" alt="" />
											</div>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#1361529645 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1361529645-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/escrs-2023/">ESCRS 2023</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
