<?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>UFSK-International OSYS GmbH</title>
	<atom:link href="https://www.ufsk-osys.com/en/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ufsk-osys.com</link>
	<description>Operating chairs, operating tables, surgeon&#039;s chairs, patient transport</description>
	<lastBuildDate>Tue, 28 Jul 2026 14:59:04 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

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

					<description><![CDATA[<p>The World Ophthalmology Congress in Prague was a valuable opportunity for UFSK-OSYS to present our solutions to an international audience of experts. We were represented at the event with a 21 m² booth and were able to have numerous interesting conversations. We were particularly pleased to reconnect with our existing international partners and customers from Africa, Asia, South America, and Europe. Together, we were able to compare our proven models with the latest developments and specifically address the newest updates and improvements.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/trade-fair-review-of-woc-2026/">Trade fair review of 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">Trade fair review</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">International connections, new ideas, and productive discussions</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							The World Ophthalmology Congress in Prague was a valuable opportunity for UFSK-OSYS to present our solutions to an international audience of experts. We were represented at the event with a 21 m² booth and were able to have numerous interesting conversations.						</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>We were particularly pleased to reconnect with our existing international partners and customers from <b>Africa, Asia, South America, and Europe</b>. Together, we were able to compare our proven models with the latest developments and specifically address the newest updates and improvements.</p>
<p>&nbsp;</p>
<p>Many of our customers are continuing to grow successfully—and we’re delighted that some of our operational sites are looking to expand their capacity. This makes it all the more rewarding for us to be able to support them through these next steps. Long-standing partnerships and shared growth mean a great deal to us and reaffirm our commitment to providing practical and reliable solutions for everyday operating room work.</p>
<p>&nbsp;</p>
<p>In addition to large, high-cost equipment, the often-underestimated “little things” in the operating room also generated a great deal of interest. In particular, we were able to showcase products such as our <b>assistant chairs</b>, <b>linens and waste collectors</b>, and <b>instrument tables</b> to our international partners. These products demonstrate how important well-thought-out details are for efficient workflows, hygiene, and comfort in daily use.</p>
<p>&nbsp;</p>
<p>Furthermore, the WOC provided an excellent opportunity to lay the groundwork for new partnerships with international distributors. The in-person exchanges at the event were particularly valuable and provided us with important insights for future collaborations.</p>
<p>&nbsp;</p>
<p>Overall, the WOC in Prague was a smaller but highly international and successful conference held in the Czech capital. We would like to extend our sincere thanks to all visitors, partners, and interested parties for the open discussions, the trust, and the great interest in our products.</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="1854318905-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="1854318905" 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(){  
											$("#1854318905 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1854318905-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/trade-fair-review-of-woc-2026/">Trade fair review of 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/en/doc-2026/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 11:04:22 +0000</pubDate>
				<category><![CDATA[Trade fair review]]></category>
		<category><![CDATA[DOC]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=50900</guid>

					<description><![CDATA[<p>A successful DOC 2026: Personal interactions, loyal customers, and the debut of the new pure series delighted visitors and users. Learn more about it!</p>
<p>The post <a href="https://www.ufsk-osys.com/en/doc-2026/">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">Trade fair review</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 presents new solutions for ophthalmology and everyday practice</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Once again, DOC 2026 served as an important platform for UFSK-OSYS to engage in personal exchanges with ophthalmologists, practice teams, and long-standing customers. In addition to valuable discussions about treatment chairs, instrument tables, and ergonomic workplace solutions, the company’s exhibition presence focused in particular on the new models in the supportLine pure series and the new assistPure assistant’s chair.						</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">Personal interactions and long-standing customer relationships at DOC 2026</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>The International Congress of German Ophthalmic Surgery (DOC) is a particularly important event for UFSK-OSYS every year. It gives us the opportunity to meet new customers, maintain existing relationships, and further develop our products through direct dialogue with users.</p>
<p>&nbsp;</p>
<p>This year, we were especially pleased to meet many of our long-standing and loyal customers in person again. Some existing customers chose our treatment chairs again after many years and worked with us to carry out the necessary equipment replacement. This means a great deal to us, as it shows that our products have proven themselves in daily use over many years.</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">From practice—for practice: Valuable feedback as a driver of innovation</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Equally valuable to us were the open discussions with customers who also raised critical points. We always take feedback very seriously—in keeping with our motto: <b>From practice—for practice.</b> Through these discussions, we were able to find solutions and gain important insights for the further development of our products and services.</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">
					                </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 and supportLine pure M – new instrument tables for everyday practice use</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>A special highlight of the trade show was the successful launch of our new instrument tables, the <b>supportLine pure S</b> and <b>supportLine pure M</b>. Both models represent simple, practical, and reliable solutions for everyday work. The <b>supportLine pure S</b> is ideal for <a title="IVI treatment sets" href="https://www.ufsk-osys.com/en/concepts/surgical-specialties/i-v-i-treatment/" target="_blank" rel="noopener">IVI treatment sets</a>, while the <b>supportLine pure M</b> offers a budget-friendly alternative to the classic <em><a title="supportLine" href="https://www.ufsk-osys.com/en/products/instrument-tables/supportline/" target="_blank" rel="noopener">supportLine</a></em>.</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 – the new assistant&#8217;s chair for ergonomic work</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>Our new assistant’s chair, <b>assistPure</b>, was also unveiled for the first time and fits perfectly into the new pure series. Its strength lies in its simplicity: foot and hand controls, a large, comfortable backrest, and a sleek seat with contoured surfaces in the thigh area ensure practical and comfortable use. We were particularly pleased that even the prototype made a strong impression at the trade show and that the first customers have already placed pre-orders.</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">A successful trade show appearance and a look to the future</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p>We would like to sincerely thank all visitors for their trust, the honest discussions, and the great interest in our new products. DOC has once again shown us how important personal encounters and direct exchange are for our work.</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="476746048-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="476746048" 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(){  
											$("#476746048 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#476746048-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

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

					<description><![CDATA[<p>We proudly presented our solutions for the ophthalmic surgery at AAD 2026 in Düsseldorf with a completely new and spacious booth design.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/trade-fair-review-of-aad-2026-2/">Trade fair review of 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">Trade fair review</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">Successful Trade Show Presence at AAD 2026 in Dusseldorf</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							At AAD 2026 in Dusseldorf, UFSK-OSYS showcased its comprehensive portfolio of solutions for the ophthalmic operating room using a completely new and modern exhibition system.						</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>The redesigned, open booth layout attracted numerous visitors and created the perfect environment to highlight both established product lines and exciting new innovations.</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">Product Highlights at AAD 2026</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Treatment Chairs – Precision, Comfort, Reliability</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<div>
<ul>
<li><a title="to eyeForce treatment chair" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/eyeforce/" target="_blank" rel="noopener"><strong>eyeForce</strong></a> – our high‑performance premium treatment chair designed for demanding and high‑volume surgical environments.</li>
<li><a title="to 500 XLE treatment chair" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/500-xle/" target="_blank" rel="noopener"><strong>500 XLE</strong></a> – a versatile and powerful solution for advanced ophthalmic procedures.</li>
<li><a title="to 500 ECO treatment chair" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/500-eco/" target="_blank" rel="noopener"><strong>500 ECO</strong></a> – the cost‑effective entry model with dependable UFSK‑OSYS quality.</li>
</ul>
<ul>
<li></li>
</ul>
</div>
                        </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">Surgeon´s Chairs – Outstanding Ergonomics for Every Procedure</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="to surgiForce surgeon´s chair" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/surgiforce/" target="_blank" rel="noopener"><strong>surgiForce</strong></a> – a premium-class surgical chair with ergonomic armrests, linear guidance options, and one-hand release for stable, precise positioning.</li>
</ul>
<ul>
<li><a title="to surgiForce light surgeon´s chair" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/surgiforce-light/" target="_blank" rel="noopener"><strong>surgiForce light</strong></a> – the lightweight and highly flexible version with a seat adjustment mechanism and foot release for dynamic workflows.</li>
<li><a title="to surgiTrend surgeon´s chair" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/surgitrend/" target="_blank" rel="noopener"><strong>surgiTrend</strong> </a>– our ergonomically optimized surgical chair for outpatient operating rooms and rotation systems, equipped with fully adjustable armrests.</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">Assistant´s Chairs – Support for Your OR Team</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="to assistPro assistant´s chair" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/assistpro/" target="_blank" rel="noopener"><strong>assistPro F </strong></a>– the convenient all-around assistant chair for your operating room.</li>
</ul>
<ul>
<li><a title="to easyLine assistant´s chair" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/easyline/" target="_blank" rel="noopener"><strong>easyLine R</strong></a> – a smooth-running and compact assistant chair that offers outstanding mobility and comfort.</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">Additional OR Solutions to Enhance Workflow</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<ul>
<li><a title="to supportLine instrument table" href="https://www.ufsk-osys.com/en/products/instrument-tables/supportline/" target="_blank" rel="noopener"><strong>supportLine</strong></a> – a stable, ergonomic Mayo table for optimized tray and instrument management.</li>
</ul>
<ul>
<li><a title="to stayClean collector" href="https://www.ufsk-osys.com/en/products/care-cleaning/stayclean-collector/" target="_blank" rel="noopener"><strong>stayClean collector</strong></a> – an efficient laundry and waste management solution for the operating room.</li>
<li><a title="to stayClean kick bucket" href="https://www.ufsk-osys.com/en/products/care-cleaning/stayclean-kick-bucket/" target="_blank" rel="noopener"><strong>stayClean kick bucket</strong></a> – a mobile and easy‑to‑maneuver kick bucket for routine surgical use.</li>
<li></li>
</ul>
<p>In addition, several new products were introduced for the first time at AAD 2026</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-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>The <strong>AAD 2026</strong> proved to be a great success for UFSK‑OSYS. The new exhibition system, the strong interest from attendees, and the valuable discussions with ophthalmic professionals once again highlighted the importance of ergonomic, workflow‑optimized solutions in modern ophthalmic surgery.</p>
<div>
<p>&nbsp;</p>
<p>We sincerely thank all visitors for their interest and look forward to upcoming events!</p>
</div>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

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

					<description><![CDATA[<p>UFSK-OSYS participated in EPOMEC 2025 in Dubai for the first time this year—and our debut was a resounding success! Our booth was consistently busy, and the positive feedback from trade visitors exceeded our expectations. The focus was on our innovative solutions for ophthalmology: 500 XLE – the versatile treatment chair with various components for maximum flexibility. surgiLine – the surgeon’s chair for precise and comfortable work. assistPro F – the assistant’s chair with armrests for optimal support. supportLine – our instrument table for perfect organization in the OR.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/trade-fair-review-of-epomec-2025/">Trade fair review of 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="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">UFSK‑OSYS achieves strong debut at 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-center" 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">Trade fair review EPOMEC 2025</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Successful debut at EPOMEC 2025 in Dubai</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p><b>UFSK-OSYS</b> participated in <b>EPOMEC 2025</b> in Dubai for the first time this year—and our debut was a resounding success! Our booth was consistently busy, and the positive feedback from trade visitors exceeded our expectations.</p>
<p>&nbsp;</p>
<p>The focus was on our innovative solutions for ophthalmology:</p>
<ul>
<li><a title="500 XLE" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/500-xle/" target="_blank" rel="noopener"><b><i>500 XLE</i></b></a> – the versatile treatment chair with various components for maximum flexibility.</li>
<li><a title="surgiLine" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/surgiline/" target="_blank" rel="noopener"><b><i>surgiLine</i></b></a> – the surgeon’s chair for precise and comfortable work.</li>
<li><a title="assistPro F" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/assistpro/" target="_blank" rel="noopener"><b><i>assistPro F</i></b></a> – the assistant’s chair with armrests for optimal support.</li>
<li><a title="supportLine" href="https://www.ufsk-osys.com/en/products/instrument-tables/supportline/" target="_blank" rel="noopener"><b><i>supportLine</i></b></a> – our instrument table for perfect organization in the OR.</li>
</ul>
<p>&nbsp;</p>
<p>EPOMEC 2025 provided us with an excellent platform to present our products to an international audience and establish valuable contacts. We would like to sincerely thank all visitors for the inspiring conversations and are already looking forward to the next <a href="https://www.epomec.ae/"><i>EPOMEC</i></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="1137324071-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">UFSK-OSYS booth at EPOMEC 2025 in Dubai</h3>
																						<div id="1137324071" 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/EPOMEC_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/EPOMEC_2025_UFSK-OSYS_3-1280x853.jpg" alt="Booth of UFSK-International OSYS on EPOMEC 2025" />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/EPOMEC_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/EPOMEC_2025_UFSK-OSYS_2-1280x853.jpg" alt="Booth of UFSK-International OSYS on EPOMEC 2025" />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#1137324071 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1137324071-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/trade-fair-review-of-epomec-2025/">Trade fair review of EPOMEC 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Festive end</title>
		<link>https://www.ufsk-osys.com/en/festive-end/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Fri, 19 Dec 2025 08:39:31 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51205</guid>

					<description><![CDATA[<p>As the year draws to a close, we at UFSK-OSYS can look back with pride on an eventful and successful year. Our Christmas party at the historic Wurstkuchl in Regensburg provided the perfect setting to celebrate our successes, show our gratitude and strengthen our sense of togetherness. We are now looking forward to the coming year with joy and confidence. &#x1f384;&#x2728;</p>
<p>The post <a href="https://www.ufsk-osys.com/en/festive-end/">Festive end</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">
																<h1 id="product-headline" style="" class="text-gray-700 text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold mb-3">A festive end to the year at UFSK-OSYS</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							As the year draws to a close, we at UFSK-OSYS can look back with pride on an eventful and successful year.						</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/UFSK-OSYS_Weihnachtsfeier-2024.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/UFSK-OSYS_Weihnachtsfeier-2024-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/UFSK-OSYS_Weihnachtsfeier-2024-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/UFSK-OSYS_Weihnachtsfeier-2024.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/UFSK-OSYS_Weihnachtsfeier-2024-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/UFSK-OSYS_Weihnachtsfeier-2024-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">Team spirit and tradition in festive harmony</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>Our Christmas party at the historic Wurstkuchl in Regensburg provided the perfect setting to celebrate our successes, show our gratitude and strengthen our sense of togetherness. We are now looking forward to the coming year with joy and confidence. &#x1f384;&#x2728;</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/festive-end/">Festive end</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/en/eans-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 16 Oct 2025 06:16:50 +0000</pubDate>
				<category><![CDATA[Trade fair review]]></category>
		<category><![CDATA[EANS]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51179</guid>

					<description><![CDATA[<p>At this year’s EANS 2025 in Vienna, UFSK-OSYS showcased its latest innovations at a newly designed exhibition booth – and the response was outstanding. Our booth attracted a high number of visitors, including international guests from Australia and Korea, highlighting the global interest in our ergonomic solutions for neurosurgery.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/eans-2025/">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">Trade fair review</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">Successful Trade Show Appearance at EANS 2025 in Vienna</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							At this year’s EANS 2025 in Vienna, UFSK-OSYS showcased its latest innovations at a newly designed exhibition booth – and the response was outstanding. Our booth attracted a high number of visitors, including international guests from Australia and Korea, highlighting the global interest in our ergonomic solutions for neurosurgery.						</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>The focus was on our innovative products for neurosurgery:</p>
<p><a title="go to premiumLine bundle 1 for neurosurgery" href="https://www.ufsk-osys.com/en/concepts/surgical-specialties/neurosurgery/#premiumLine-neurosurgery-1" target="_blank" rel="noopener"><strong>surgiForce</strong> – the surgeon’s chair with armrests for neurosurgery (with linear guide and one-hand release), and foot switch plate for precise and comfortable operation.</a></p>
<ul>
<li><a title="go to premiumLine bundle 2 for neurosurgery" href="https://www.ufsk-osys.com/en/concepts/surgical-specialties/neurosurgery/#premiumLine-neurosurgery-2" target="_blank" rel="noopener"><strong>surgiForce light</strong> – the lightweight version with seat shift and foot release for maximum flexibility.</a></li>
<li><a title="go to assistPro assistant´s chair" href="https://www.ufsk-osys.com/en/products/surgeon-chairs-assistant-chairs/assistpro/" target="_blank" rel="noopener"><strong>assistPro F</strong> – the assistant’s chair designed for optimal support in the OR.</a></li>
<li><a title="go to supportLine instrument table" href="https://www.ufsk-osys.com/en/products/instrument-tables/supportline/" target="_blank" rel="noopener"><strong>supportLine</strong> – our versatile instrument table for efficient workflow.</a></li>
</ul>
<p>&nbsp;</p>
<p>The new stand design reflects our brand identity and effectively showcases our products. We are grateful for the many inspiring conversations and the strong interest in our products – and we’re already looking forward to the next 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="1939018485-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="1939018485" 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(){  
											$("#1939018485 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1939018485-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/eans-2025/">EANS 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Novelties 2025</title>
		<link>https://www.ufsk-osys.com/en/novelties-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Mon, 13 Oct 2025 07:02:20 +0000</pubDate>
				<category><![CDATA[Novelties]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51191</guid>

					<description><![CDATA[<p>Over the course of the year, we have expanded our portfolio to include two practical components: the multifunctional foot keypad for the 500 ECO treatment chair and the battery capacity expansion for the eyeForce treatment chair.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/novelties-2025/">Novelties 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">Novelties</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">What´s new in 2025?</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							Over the course of the year, we have expanded our portfolio to include two practical components: the multifunctional foot keypad for the 500 ECO treatment chair and the battery capacity expansion for the eyeForce treatment chair.						</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/Neuheiten-2025_UFSK-OSYS_EN.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/Neuheiten-2025_UFSK-OSYS_EN-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/Neuheiten-2025_UFSK-OSYS_EN-640x427.jpg" alt="What´s new in 2024? Novelties." />
					</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 id='Productinnovationsfrom2025'  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/Neuheiten-2025_UFSK-OSYS_EN2.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/Neuheiten-2025_UFSK-OSYS_EN2-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/Neuheiten-2025_UFSK-OSYS_EN2-640x427.jpg" alt="New. Multifunctional foot keypad. Component for 500 ECO treatment chair." />
						</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">Component</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Multifunctional foot keypad</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p data-start="0" data-end="88">Since September 2025, the <a title="Components for 500 ECO" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/500-eco/#500ECOcomponents" target="_blank" rel="noopener"><strong>multifunctional foot keypad</strong> (Item No.: 3351 1053) has been available as a component for the <em>500 ECO</em> treatment chair.</a> Offering numerous adjustment options – including backrest, seat, and height adjustment, three memory positions, a reset button, auto-run function, and on/off switch – it allows for comfortable control while ensuring consistently sterile operation. This addition is particularly recommended for use in dental surgery.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div id='Productinnovationsfrom2025'  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/Neuheiten-2025_UFSK-OSYS_EN3.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/Neuheiten-2025_UFSK-OSYS_EN3-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/Neuheiten-2025_UFSK-OSYS_EN3-640x427.jpg" alt="New. Battery capacity extension 26Ah. Component for eyeForce treatment chair." />
						</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">Component</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">Battery capacity extension 26Ah</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p data-start="90" data-end="550">To increase endurance in everyday practice, the <a title="Components for eyeForce" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/eyeforce/#eyeforce-components" target="_blank" rel="noopener"><strong>26Ah battery capacity extension</strong> (Item No.: 3351 1047) is now available for the <em>eyeForce</em> treatment chair.</a> It includes a charger and a 3 m charging cable, providing longer operating times without increasing charging times. Permanently integrated into the chassis, it replaces the previous drawer-style battery exchange and makes workflows even more efficient.</p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/novelties-2025/">Novelties 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Product upgrades 2025</title>
		<link>https://www.ufsk-osys.com/en/product-upgrades-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Thu, 09 Oct 2025 07:19:51 +0000</pubDate>
				<category><![CDATA[Product upgrade]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51198</guid>

					<description><![CDATA[<p>True to our motto, “From practice—for practice,” we have consistently refined our products in close collaboration with surgeons and ophthalmologists and implemented improvements to the 500 ECO treatment chair and the supportLine instrument table.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/product-upgrades-2025/">Product upgrades 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">Product upgrades</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">What´s new in 2025?</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							True to our motto, “From practice—for practice,” we have consistently refined our products in close collaboration with surgeons and ophthalmologists and implemented improvements to the 500 ECO treatment chair and the supportLine instrument table.						</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/Produktverbesserungen-2025_UFSK-OSYS_EN.jpg" media="(min-width: 1280px)" />
						<source srcset="https://www.ufsk-osys.com/wp-content/uploads/Produktverbesserungen-2025_UFSK-OSYS_EN-1280x854.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/Produktverbesserungen-2025_UFSK-OSYS_EN-640x427.jpg" alt="What´s new in 2025? Product upgrades." />
					</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="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="1507492984-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/Produktverbesserungen-2025_UFSK-OSYS_EN5-1280x853.jpg" alt="Product upgrades. 500 ECO treatment chair" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class=" md:pl-6 lg:pl-12  py-12">
																													<div id="1507492984" 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/Produktverbesserungen-2025_UFSK-OSYS_EN2-1280x854.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/Produktverbesserungen-2025_UFSK-OSYS_EN2-1280x854.jpg" alt="Product upgrade. 500 ECO. Back part - shortened in height and shoulder width." />
											</a>
																																								<a class="single-picture" href="https://www.ufsk-osys.com/wp-content/uploads/Produktverbesserungen-2025_UFSK-OSYS_EN3-1280x854.jpg" style="cursor: zoom-in !important;">
												<img decoding="async" class="w-full" src="https://www.ufsk-osys.com/wp-content/uploads/Produktverbesserungen-2025_UFSK-OSYS_EN3-1280x854.jpg" alt="Product upgrade. 500 ECO. Headrest - optimally adjusted." />
											</a>
																											</div>
								<script>
									(function ($) {
										$(document).ready(function(){  
											$("#1507492984 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1507492984-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div>



<div id='Productupgrades2025'  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">Product upgrade</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">500 ECO treatment chair</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p data-start="0" data-end="203">The <em>500 ECO</em> has been specifically enhanced: the<strong> shortened backrest in height and shoulder width,</strong> along with the newly <strong>adapted headrest,</strong> allows for even more precise patient positioning. At the same time, surgeons benefit from an ergonomically improved access to the operative field &#8211; providing greater comfort and efficiency in daily use. More information about the <em>500 ECO</em> can be found <a title="500 ECO" href="https://www.ufsk-osys.com/en/products/surgical-tables-treatment-chairs/500-eco/" target="_blank" rel="noopener"><em>here.</em></a></p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div>



<div id='Productupgrades2025'  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/Produktverbesserungen-2025_UFSK-OSYS_EN4.jpg" media="(min-width: 1280px)" /> -->
							<source srcset="https://www.ufsk-osys.com/wp-content/uploads/Produktverbesserungen-2025_UFSK-OSYS_EN4-1280x854.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/Produktverbesserungen-2025_UFSK-OSYS_EN4-640x427.jpg" alt="Product upgrade. supportLine. Double castors with larger diameter." />
						</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">Product upgrade</h4>
                            <h2 class="text-lg lg:text-3xl text-dunkelgrau tracking-wide font-medium">supportLine instrument table</h2>
                        </div>
                        <div class="text-sm text-textgrau font-normal leading-6">
							<p data-start="0" data-end="203">The supportLine Majo table is now available with <strong>double castors in a new, high-quality design</strong> (ø 65 mm). The change only affects the castors-handling remains the same as usual. You can find more information about the <em><a title="supportLine" href="https://www.ufsk-osys.com/en/products/instrument-tables/supportline/" target="_blank" rel="noopener">supportLine here.</a></em></p>
                        </div>
						<!-- button -->
						                    </div>
                </div>
            </div>
        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/product-upgrades-2025/">Product upgrades 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/en/escrs-2025-2/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Fri, 19 Sep 2025 06:36:15 +0000</pubDate>
				<category><![CDATA[Trade fair review]]></category>
		<category><![CDATA[ESCRS]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=51185</guid>

					<description><![CDATA[<p>We look back on a successful participation at ESCRS 2025 in Copenhagen. The international leading trade fair for ophthalmology once again provided an excellent platform to showcase our products and innovations to a broad professional audience while establishing valuable contacts.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/escrs-2025-2/">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">Trade fair review</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 at the ESCRS 2025 in Copenhagen</h1>
																<p id="product-description" style="" class="text-gray-700 text-base md:text-lg xl:text-2xl lg:max-w-md">
							We look back on a successful participation at ESCRS 2025 in Copenhagen. The international leading trade fair for ophthalmology once again provided an excellent platform to showcase our products and innovations to a broad professional audience while establishing valuable contacts.						</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>A particular highlight was the introduction of the <strong data-start="386" data-end="397">500 ECO</strong> treatment chair with its facelift. The model now features a newly designed backrest and headrest, enhancing both patient comfort and ergonomic handling for users. Visitors had the opportunity to experience the updated <em>500 ECO</em> firsthand at our booth – and the response was overwhelmingly positive.</p>
<p>&nbsp;</p>
<p>ESCRS 2025 was a great success for us. We thank all visitors for their interest and look forward to continuing the conversations and connections at the next 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="1718361393-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="1718361393" 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(){  
											$("#1718361393 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1718361393-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/escrs-2025-2/">ESCRS 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Trade fair review of AAD 2025</title>
		<link>https://www.ufsk-osys.com/en/review-of-aad-2025/</link>
		
		<dc:creator><![CDATA[Christoph Nissler]]></dc:creator>
		<pubDate>Wed, 02 Apr 2025 11:26:51 +0000</pubDate>
				<category><![CDATA[Trade fair review]]></category>
		<category><![CDATA[25th anniversary]]></category>
		<category><![CDATA[AAD]]></category>
		<category><![CDATA[UFSK-OSYS]]></category>
		<guid isPermaLink="false">https://www.ufsk-osys.com/?p=44134</guid>

					<description><![CDATA[<p>We are pleased to report on our participation in the AAD 2025 in Düsseldorf – a special year in which the 25th anniversary of the trade fair was celebrated. We are particularly proud of the fact that we have been an exhibitor at this important professional event for 25 years. In recognition of our long-standing presence, we received a small award from the trade fair organizer, which was a great honor for us. This year, we once again took the opportunity to present our latest product developments, hold valuable discussions with colleagues and make numerous new contacts. The anniversary celebrations gave the trade fair a special atmosphere and provided an ideal opportunity to look back on the developments of the past few years.</p>
<p>The post <a href="https://www.ufsk-osys.com/en/review-of-aad-2025/">Trade fair review of 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">Trade fair review</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: Our joint trade fair anniversary</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">Review 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>We are pleased to report on our participation in the <a title="To the website of the Augenärztliche Akademie Deutschland" href="https://aad-kongress.de/" target="_blank" rel="noopener"><em>AAD 2025</em></a> in Düsseldorf – a special year in which the 25th anniversary of the trade fair was celebrated. We are particularly proud of the fact that we have been an exhibitor at this important professional event for 25 years. In recognition of our long-standing presence, we received a small award from the trade fair organizer, which was a great honor for us.</p>
<p>&nbsp;</p>
<p>This year, we once again took the opportunity to present our latest product developments, hold valuable discussions with colleagues and make numerous new contacts. The anniversary celebrations gave the trade fair a special atmosphere and provided an ideal opportunity to look back on the developments of the past few years.</p>
<p>&nbsp;</p>
<p>We would like to thank all visitors for their interest and look forward to continuing to be part of the AAD in the years to come and to jointly shaping the future of ophthalmology.</p>
<p>&nbsp;</p>
<p>Further trade fairs where you can see our products for yourself can be found <a title="Events &amp; Exhibitions" href="https://www.ufsk-osys.com/en/ufsk-osys-en/events-exhibitions/" target="_blank" rel="noopener"><b><i>here.</i></b></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="1945318261-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_EN-1280x853.jpg" alt="" />
											</div>
                    <div class="md:flex-1 flex items-center">
                        <div class="  md:pr-6 lg:pr-12 py-12">
																													<div id="1945318261" 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(){  
											$("#1945318261 .single-picture img").mouseover(function(){ 
												let imgsource = $(this).data('src');
												$("#1945318261-active img").attr('src',imgsource);
											})
										}); 
									}(jQuery));
								</script>
							                        </div>
                    </div>
                </div>
            </div>
			        </div>

	
</div><p>The post <a href="https://www.ufsk-osys.com/en/review-of-aad-2025/">Trade fair review of AAD 2025</a> first appeared on <a href="https://www.ufsk-osys.com">UFSK-International OSYS GmbH</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
