<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="de" lang="de" class="no-webp">
	<head>
		<meta charset="UTF-8" />
		<meta name="content­language" content="de" />
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<meta http-equiv="pragma" content="no-cache" />
		<script data-wpfc-render="false">
			function calcHeight(iframeElement){
				var the_height =  iframeElement.contentWindow.document.body.scrollHeight;
				iframeElement.height =  the_height + 20;
				var iframeDiv = iframeElement.contentWindow.document.querySelectorAll("td>div");
				for(var i=0; i < iframeDiv.length; i++){
					iframeDiv[i].style.width = "100%";
				}
				/* jQuery("#calcheight").contents().find("td > div").css('width', '100%'); */
			}
		</script>
		
		<!--CookieBot-->
<script> 
	/* PO-2052 */
	function initCookieObserver() {
		const observer = new MutationObserver(() => {
			let button = document.getElementById("CybotCookiebotDialogBodyButtonDecline");
			let footer = document.getElementById("CybotCookiebotDialogFooter");

			if (!footer) return; // Exit if the footer isn't in the DOM yet
			if(!document.querySelector('.chatboot_href')) {
			let newElement = document.createElement("div");
			newElement.className = "chatboot_link";
			newElement.innerHTML = `
				<div class="chatboot_href"><a href="/datenschutz/">Datenschutzerklärung</a></div>
				<div class="right_border"></div>
				<div class="chatboot_href"><a href="/impressum/">Impressum</a></div>
			`;

			footer.appendChild(newElement);
			}

			document.querySelectorAll(".CybotCookiebotDialogNavItemLink").forEach(button => {
				button.addEventListener("click", function () {
					const h1Text = this.innerText;
					if (h1Text === 'Zustimmung') {
						footer.classList.remove("button_active");
					} else {
						footer.classList.add("button_active");
					}
				});
			});

			document.querySelectorAll(".button_toggle li").forEach(button => {
				if (!button.dataset.bound) { // only bind if not already bound
					button.dataset.bound = "true";
					button.addEventListener("click", function () {
						this.classList.toggle("active");
					});
				}
			});

			let customizeButton = document.getElementById("CybotCookiebotDialogBodyLevelButtonCustomize");
			if (customizeButton) {
				customizeButton.addEventListener("click", function () {
					footer.classList.add("button_active");
				});
			}

			observer.disconnect(); // Stop observing after change
		});

		observer.observe(document.documentElement, { childList: true, subtree: true });
	}

	// Run when DOM is fully loaded
	document.addEventListener("DOMContentLoaded", () => {
		initCookieObserver();
	});
	/* -/ PO-2052 */
</script>
<style>
	#CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {font-size: 13px !important;}
	button#CybotCookiebotDialogBodyButtonDecline {display: none !important;}
	.button_active button#CybotCookiebotDialogBodyButtonDecline {display: block !important;}
	/* button#CybotCookiebotDialogBodyLevelButtonCustomize {display: block !important;} */
	.CybotCookiebotDialogDetailBodyContentCookieTypeIntro.fade-in {opacity: 1;transition: opacity 0.5s ease-in-out;}
	.CybotCookiebotDialogDetailBodyContentCookieTypeIntro.fade-out {opacity: 0;}
	div#CybotCookiebotDialogHeader, a#CybotCookiebotDialogPoweredbyCybot, span.CybotCookiebotDialogDetailBulkConsentCount {display: none !important;}
	#CybotCookiebotDialog {font-family: Roboto, sans-serif !important; font-weight: 300;}
	.CybotCookiebotDialogNavItemLink, div#CybotCookiebotDialogBodyContentText a {font-weight: 400 !important;}
	button#CybotCookiebotDialogBodyButtonDecline {border-color: #dddddd !important;}
	button#CybotCookiebotDialogBodyLevelButtonCustomize, button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, button#CybotCookiebotDialogBodyButtonDecline {font-weight: 400 !important;color: #999 !important;border-width: 1px !important;}
	h2#CybotCookiebotDialogBodyContentTitle {font-weight: 400 !important;font-size: 18px; border-bottom: 2px solid #085186; display: inline-block;}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {border: none !important;font-weight: 400;}
	/* li.CybotCookiebotDialogNavItem:last-child {display: none;} */
	/* #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{border: 2px solid #dddddd !important;}
	#CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {background: #085186 !important;}
	#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {background-color: #d6d6d6 !important;} */
	#CybotCookiebotDialog p {font-family: Roboto, sans-serif !important;	font-weight: 300 !important; }
	ul#CybotCookiebotDialogNavList li:last-child {    display: none; }
	.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {display: grid;grid-template-columns: 1fr 1fr;width: 60%;margin: 0 auto;gap: 10px; flex: none;}
	.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter.button_active #CybotCookiebotDialogBodyButtonsWrapper {display: grid;grid-template-columns: 1fr 1fr 1fr;width: 100%;margin: 0 auto;gap: 10px; flex: none;}
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow {border-color: #ed7d31 !important;font-weight: 400;display: none !important; }
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize {background-color: #ffffff;border-color: #ed7d31 !important;color: #ed7d31 !important;font-weight: 400; }
	#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {    background-color: #ffffff;    border: 2px solid #ed7d31 !important;    color: #ed7d31 !important; padding: 10px !important;}
	 #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {    color: #ffffff !important; font-weight: 400; }
	 #CybotCookiebotDialogBodyContentText p { padding-bottom: 10px;}
	 .chatboot_link {padding: 15px !important;}
	 .chatboot_link a {font-size: 13px !important;}
	 .chatboot_link .right_border {border-right: 1px solid #d2d2d2;height: 12px;position: relative;left: -3px;top: 7px;}
	 .button_active .chatboot_link .right_border {left: 10px;}
	 /* .CybotCookiebotDialogBodyLevelButtonSliderWrapper {display: none !important;} */
	 /* .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {display: none;opacity: 0;transition: opacity 0.5s ease-in-out;} */
	 .CybotCookiebotDialogBodyButton {width: 100% !important;}
	 .chatboot_link {display: grid;grid-template-columns: 1fr 7px 1fr;width: 360px;margin: 0 auto !important;gap: 30px;}
	 .button_active .chatboot_link {display: grid;grid-template-columns: 1fr 7px 1fr;width: 280px;margin: 0 auto !important;gap: 0px;text-align: center;}
	 .button_toggle .div_hide {font-size:14px;display: none;text-align: left;transition: color 0.5s ease, transform 0.5s ease;   position: relative;left: 23px;}
	 .button_toggle .active .div_hide {display: block}
	 .button_toggle span {position: relative;left: 23px;}
	 ul.button_toggle li.active:before { transform: rotate(-45deg);top:9px}
	 ul.button_toggle li:before {border-style: solid;border-width: .15em .15em 0 0;content: "";display: inline-block;height: .5em;position: absolute;top: 5px;transform: rotate(134deg);vertical-align: top;width: .5em;left: 0;}
	 .button_toggle li {position: relative;cursor: pointer;    list-style: none;}
	 div#CybotCookiebotDialogFooter.CybotCookiebotScrollContainer {display: block;}
	 div#CybotCookiebotDialogFooter.CybotCookiebotScrollContainer .CybotCookiebotScrollArea {height: auto;padding-bottom: 0;}
	 @media screen and (min-width: 1280px) {
		body #CybotCookiebotDialog #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
			max-height: 54.5em;
		} 

		body #CybotCookiebotDialog {
			max-height: 95vh;
    	}
	}

	/* @media screen and (min-width: 601px) {
		body #CybotCookiebotDialog {
			max-width: 90%;
		}
	} */

	@media screen and (max-width: 682px) {
		body .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
			display: block; /* or flex if you want buttons side by side */
			width: 100%;
		}

		.CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter.button_active #CybotCookiebotDialogBodyButtonsWrapper {
			width: 100%;
			display: block;
		}

		body .chatboot_link {
			grid-template-columns: 1fr 0.2fr 1fr;
			width: 100%;
			gap: 20px;
			text-align: center;
		}

		#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    		margin-bottom: .5em !important;
		}
	}
</style>		
				<title>School Nurses: Pilotprojekt wird ausgeweitet</title>		<!-- Favicon -->
		<link rel="apple-touch-icon" sizes="57x57" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-57x57.png?ver=1737955644">
<link rel="apple-touch-icon" sizes="60x60" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-60x60.png?ver=1737955644">
<link rel="apple-touch-icon" sizes="72x72" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-72x72.png?ver=1737955645">
<link rel="apple-touch-icon" sizes="76x76" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-76x76.png?ver=1737955645">
<link rel="apple-touch-icon" sizes="114x114" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-114x114.png?ver=1737955641">
<link rel="apple-touch-icon" sizes="120x120" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-120x120.png?ver=1737955642">
<link rel="apple-touch-icon" sizes="144x144" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-144x144.png?ver=1737955642">
<link rel="apple-touch-icon" sizes="152x152" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-152x152.png?ver=1737955643">
<link rel="apple-touch-icon" sizes="180x180" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/apple-icon-180x180.png?ver=1737955643">
<link rel="icon" type="image/png" sizes="192x192" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/android-icon-192x192.png?ver=1737955639">
<link rel="icon" type="image/png" sizes="512x512" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/android-icon-512x512.png?ver=1737955641">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/favicon-32x32.png?ver=1737955647">
<link rel="icon" type="image/png" sizes="96x96" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/favicon-96x96.png?ver=1737955647">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/favicon-16x16.png?ver=1737955646">
<link rel="manifest" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/manifest.json?ver=1737955649">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/ms-icon-144x144.png?ver=1737955649">
<meta name="theme-color" content="#085186">
<meta name="apple-mobile-web-app-title" content="Medi-Karriere"> <!-- iOS specific title -->
<!--<link rel="mask-icon" href="/favicons/favicon_icon.svg" color="red">--> 
<link rel="shortcut icon" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/favicon.ico?ver=1737955648" type="image/x-icon">
<link rel="icon" type="image/svg+xml" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/favicons/favicon.svg?ver=1737955648">		<!-- /Favicon -->
		
									<style>
			@media (max-width: 767.5px){
				.logo img {	padding: 0;	z-index: 99; margin-top: 15px !important; margin-bottom: 16px;}
			}
			</style>
				<!-- PO-1821 Font Awesome Font -->
		<link rel="preload" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/css/fontawesome-pro-6.6.0-web/css/all.css?v=1774355026" as="style" onload="this.onload=null;this.rel='stylesheet'"/>
		<noscript><link href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/css/fontawesome-pro-6.6.0-web/css/all.css?v=1774355026" rel="stylesheet" type="text/css" /></noscript>
		<!-- / PO-1821 Font Awesome Font -->
		
		<!-- Roboto Font -->
		<link rel="preconnect" href="https://www.medi-karriere.at" crossorigin>
		<link rel="preload" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/font/roboto/roboto-v30-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
		<link rel="preload" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/font/roboto/roboto-v30-latin-500.woff2" as="font" type="font/woff2" crossorigin>
		<link rel="preload" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/font/roboto/roboto-v30-latin-700.woff2" as="font" type="font/woff2" crossorigin>
		<link rel="preload" href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/font/roboto.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
		<noscript><link href="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/font/roboto.css" rel="stylesheet" type="text/css" /></noscript>
		<!-- /Roboto Font -->
		
		<script rel="preload" as="script" type="text/javascript" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/popper.min.js?ver=1774355026"></script>
		
		<!--PO-1598-->
				<!---/PO-1598-->
		
		<link rel="pingback" href="https://www.medi-karriere.at/xmlrpc.php" />
				<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v28.0) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<meta name="description" content="School Nurses: Alle Infos zum Pilotprojekt, Aufgaben im Schulalltag, geplante Ausweitung sowie Voraussetzungen und berufliche Perspektiven." />
	<link rel="canonical" href="https://www.medi-karriere.at/magazin/school-nurses/" />
	<meta property="og:locale" content="de_DE" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="School Nurses: Pilotprojekt wird ausgeweitet" />
	<meta property="og:description" content="School Nurses: Alle Infos zum Pilotprojekt, Aufgaben im Schulalltag, geplante Ausweitung sowie Voraussetzungen und berufliche Perspektiven." />
	<meta property="og:url" content="https://www.medi-karriere.at/magazin/school-nurses/" />
	<meta property="og:site_name" content="Medi-Karriere" />
	<meta property="article:publisher" content="https://www.facebook.com/MediKarriere/" />
	<meta property="article:published_time" content="2025-06-18T06:00:28+00:00" />
	<meta property="article:modified_time" content="2026-02-26T10:37:14+00:00" />
	<meta property="og:image" content="https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses.jpg" />
	<meta property="og:image:width" content="1600" />
	<meta property="og:image:height" content="1000" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="author" content="Antonia Knobel" />
	<meta name="twitter:label1" content="Verfasst von" />
	<meta name="twitter:data1" content="Antonia Knobel" />
	<meta name="twitter:label2" content="Geschätzte Lesezeit" />
	<meta name="twitter:data2" content="5 Minuten" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#article","isPartOf":{"@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/"},"author":{"name":"Antonia Knobel","@id":"https:\/\/www.medi-karriere.at\/#\/schema\/person\/25dc92149d9a1497bdb3702c6e62c68f"},"headline":"School Nurses: Pilotprojekt wird ausgeweitet","datePublished":"2025-06-18T06:00:28+00:00","dateModified":"2026-02-26T10:37:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/"},"wordCount":760,"publisher":{"@id":"https:\/\/www.medi-karriere.at\/#organization"},"image":{"@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#primaryimage"},"thumbnailUrl":"https:\/\/www.medi-karriere.at\/wp-content\/uploads\/2025\/06\/School-Nurses.jpg","articleSection":["Alle Themengebiete","DGKP","Pflege"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/","url":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/","name":"School Nurses: Pilotprojekt wird ausgeweitet","isPartOf":{"@id":"https:\/\/www.medi-karriere.at\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#primaryimage"},"image":{"@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#primaryimage"},"thumbnailUrl":"https:\/\/www.medi-karriere.at\/wp-content\/uploads\/2025\/06\/School-Nurses.jpg","datePublished":"2025-06-18T06:00:28+00:00","dateModified":"2026-02-26T10:37:14+00:00","description":"School Nurses: Alle Infos zum Pilotprojekt, Aufgaben im Schulalltag, geplante Ausweitung sowie Voraussetzungen und berufliche Perspektiven.","breadcrumb":{"@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#primaryimage","url":"https:\/\/www.medi-karriere.at\/wp-content\/uploads\/2025\/06\/School-Nurses.jpg","contentUrl":"https:\/\/www.medi-karriere.at\/wp-content\/uploads\/2025\/06\/School-Nurses.jpg","width":1600,"height":1000,"caption":"School Nurses"},{"@type":"BreadcrumbList","@id":"https:\/\/www.medi-karriere.at\/magazin\/school-nurses\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Medi-Karriere","item":"https:\/\/www.medi-karriere.at\/"},{"@type":"ListItem","position":2,"name":"Magazin","item":"https:\/\/www.medi-karriere.at\/magazin\/"},{"@type":"ListItem","position":3,"name":"School Nurses: Pilotprojekt wird ausgeweitet"}]},{"@type":"WebSite","@id":"https:\/\/www.medi-karriere.at\/#website","url":"https:\/\/www.medi-karriere.at\/","name":"Medi-Karriere","description":"Medi-Karriere | Die medizinische Jobbörse","publisher":{"@id":"https:\/\/www.medi-karriere.at\/#organization"},"alternateName":"\"medi Karriere\", \"Medi Karriere\", \"medi-Karriere\", \"Medi-Karriere\"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.medi-karriere.at\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.medi-karriere.at\/#organization","name":"Medi-Karriere","url":"https:\/\/www.medi-karriere.at\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.medi-karriere.at\/#\/schema\/logo\/image\/","url":"https:\/\/www.medi-karriere.at\/wp-content\/uploads\/2019\/10\/Medi-Karriere-logo-2019-white-w-blue-bg.jpg","contentUrl":"https:\/\/www.medi-karriere.at\/wp-content\/uploads\/2019\/10\/Medi-Karriere-logo-2019-white-w-blue-bg.jpg","width":350,"height":75,"caption":"Medi-Karriere"},"image":{"@id":"https:\/\/www.medi-karriere.at\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MediKarriere\/","https:\/\/www.instagram.com\/medi_karriere\/"]},{"@type":"Person","@id":"https:\/\/www.medi-karriere.at\/#\/schema\/person\/25dc92149d9a1497bdb3702c6e62c68f","name":"Antonia Knobel","description":"Antonia Knobel studiert Geographie und Kommunikationswissenschaft an der Otto-Friedrich-Universität in Bamberg. Ihr Interesse für redaktionelles Schreiben und Journalismus kombiniert sie mit ihrem ehrenamtlichen Engagement in einer sozialen Einrichtung. Diese Erfahrungen wecken ihr Interesse an sozialen Themen, das sie in ihre Arbeiten einfließen lässt.","url":"https:\/\/www.medi-karriere.at\/autor\/antonia-knobel\/"}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.medi-karriere.at/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.medi-karriere.at%2Fmagazin%2Fschool-nurses%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.medi-karriere.at/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.medi-karriere.at%2Fmagazin%2Fschool-nurses%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="wp-block-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
</style>
<style id="wp-global-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */
</style>
<link rel='stylesheet' id='cleverreach_style-css' href='https://www.medi-karriere.at/wp-content/plugins/cleverreach/resources/css/frontend.css?ver=b2dd17b3c25cf9ffb744c915c84949e7' media='all' />
<link rel='stylesheet' id='duplica-css' href='https://www.medi-karriere.at/wp-content/plugins/duplica/assets/css/front.min.css?ver=0.16' media='all' />
<link rel='stylesheet' id='fancybox2-css' href='https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/fancybox2/jquery.fancybox.css?ver=1774355026' media='all' />
<link rel='stylesheet' id='custom-css' href='https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/css/custom.css?ver=1774355026' media='all' />
<link rel='stylesheet' id='bootstrap-css' href='https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/css/bootstrap.min.css?ver=1774355026' media='all' />
<link rel='stylesheet' id='style-css' href='https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/style.css?ver=1784281296' media='all' />
<link rel='stylesheet' id='login_popup-css' href='https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/css/login_popup.css?ver=1774355026' media='all' />
<link rel='stylesheet' id='common-f-css' href='https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/css/common.css?ver=1774355026' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://www.medi-karriere.at/wp-includes/css/dashicons.min.css?ver=b2dd17b3c25cf9ffb744c915c84949e7' media='all' />
<script id="jquery-js" src="https://www.medi-karriere.at/wp-content/themes/jobengine/js/jquery.min.js?ver=1774355026"></script>
<link rel="https://api.w.org/" href="https://www.medi-karriere.at/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.medi-karriere.at/wp-json/wp/v2/posts/96942" />
<link rel='shortlink' href='https://www.medi-karriere.at/?p=96942' />
<script type="application/ld+json">{"@context":"http:\/\/schema.org\/","@type":"Organization","url":"https:\/\/www.medi-karriere.at","logo":"https:\/\/www.medi-karriere.at\/wp-content\/themes\/praktischArzt-theme\/img\/Medi-Karriere-Blue-Logo.png"}</script><style type='text/css'> 

</style>		
		<!------------------------------ Google js ------------------------------------>
		 <!--PO-1192 -->		
		<!------------------------------ - /Google js --------------------------------->
		
				
		
		
		
		
		<!-- PO-2062 -->
			
		<!-- /- PO-2062 -->
		
		<!-- START Save Remove Job Function -->
		<script type="text/javascript">
					</script>
		<!-- END Save Remove Job Function -->
			</head>
	<body class="wp-singular post-template-default single single-post postid-96942 single-format-standard wp-theme-jobengine wp-child-theme-praktischArzt-theme two-column right-sidebar">
							<header class="header"> <div class="new_header">
	<div class="container">
        <div class="logo">
			<a href="https://www.medi-karriere.at" class="navbar-brand">								
				<img class="" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/img/Medi-Karriere-Logo.svg?ver=1774355026" alt="/www.medi-karriere.at" width="140px" height="26px"/>
			</a>
		</div>

					<ul class="nav navbar-nav navbar-right" id="new_header_menu_right">
				<li class="mobile_login">													 
															<span href="javascript:void(0)" data-redirect-url="/bewerber-dashboard/" onclick="return pal.openLoginRegister(this);" id="jobseeker_Bewerber_login">
									<div class="anmelden">
										<i class="fa fa-light fa-lock"></i> Login									</div>
								</span>
				
														
							</li>
				<li class="mobile_register">
					<div class="register_btn_header">
											<!-- PO-1967 -->
						<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false"><i class="fal fa-user"></i> Registrieren <i aria-hidden="true" class="fa fa-light fa-chevron-down" id="chevronIcon_up_down"></i> </button>
						  <ul class="dropdown-menu">
							<li><span data-redirect-url="/bewerber-dashboard/" onclick="return pal.openLoginRegisterJS(this);"><!--<i class="fal fa-user"></i>--> Bewerber </span></li>
							<li><span data-redirect-url="/dashboard/" onclick="return pal.openLoginRegisterCO(this);"><!--<i class="fal fa-user"></i>--> Arbeitgeber </span>	</li>
						  </ul>
						  <!-- -/ PO-1967 -->
					</div>
				</li>
			</ul>
					
	</div>		
</div>

<script>
  $(document).ready(function () {
    const $chevron = $('#chevronIcon_up_down');

    $('.register_btn_header').on('show.bs.dropdown', function () {
      $chevron.removeClass('fa-chevron-down').addClass('fa-chevron-up');
    });

    $('.register_btn_header').on('hide.bs.dropdown', function () {
      $chevron.removeClass('fa-chevron-up').addClass('fa-chevron-down');
    });
  });
</script>

<div class="navbar navbar-light navbar-expand-md">
	<div class="container">
		<div class="logo mobile_logo">
			<a href="https://www.medi-karriere.at" class="navbar-brand">								
			<img class="" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/img/Medi-Karriere-Logo.svg" alt="Medi-Karriere" width="160px" height="29px"/>
			</a>
		</div>
				<div>
									<a href="javascript:void(0)" data-redirect-url="/bewerber-dashboard/" onclick="return pal.openLoginRegister(this);" title="Anmelden" class="menu_icon_login">
				<i class="fa fa-light fa-user"></i>
			</a>
						<button type="button" class="navbar-toggler" id="navbar_toggler_btn" data-toggle="collapse" data-target=".navbar-collapse" aria-label="mobile bar">
				<i class="fa fa-light fa-bars"></i>
			</button>
		</div>
		<div class="navbar-collapse collapse">
							
			<ul class="nav navbar-nav navbar-right mobile_login_register" id="new_header_menu_right">
				<li class="mobile_login">
																									<span href="javascript:void(0)" data-redirect-url="/bewerber-dashboard/" onclick="return pal.openLoginRegister(this);" id="jobseeker_Bewerber_login">
						<div class="anmelden">
							<i class="fa fa-light fa-lock"></i> Login						</div>
					</span>
												
									</li>
				<li class="mobile_register">
					<div class="register_btn_header">
						<!-- PO-1967 -->
												<!--<span href="javascript:void(0)" data-redirect-url="" onclick="return pal.openLoginRegisterCO(this);" title="Registrieren"><i class="fa fa-light fa-user"></i> Arbeitgeber Registrierung</span>--> <!-- PO-1731 -->
												<span href="javascript:void(0)" data-redirect-url="/bewerber-dashboard/" onclick="return pal.openLoginRegisterJS(this);"><i class="fa fa-light fa-user"></i> Bewerber Registrierung</span> <!-- PO-1731 -->
						<span href="javascript:void(0)" data-redirect-url="/dashboard/" onclick="return pal.openLoginRegisterCO(this);"><i class="fa fa-light fa-user"></i> Arbeitgeber Registrierung</span> <!-- PO-1731 -->
												<!-- -/ PO-1967 -->
					</div>
				</li>
			</ul>
												<ul class="nav navbar-nav nav_left_menu 2" id="secondary_header_jobseeker_login">
												<li class="dropdown menu-large nav-item ">
										<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown"  id="Stellenangebote">Stellenangebote</a>
																								<ul class="dropdown-menu megamenu" aria-labelledby="Stellenangebote">
						<li class="dropdown-item">
							<div class="container">
								<div class="row">
									<div class="col-md-3 col-lg-3"><span>Stellenangebote</span></div>
									 <!-- MEDI-276 -->
																																													<div class="col-md-9 col-lg-9">
										<ul class="row">
																						<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/arzt-jobs/" class="title">Arzt / Ärztin Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/ordinationsassistent-jobs/" class="title">Ordinationsassistenz Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/pflege-jobs/" class="title">Pflege Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/therapie-jobs/" class="title">Therapie Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/dgkp-jobs/" class="title">DGKP Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/rettungsdienst-jobs/" class="title">Rettungsdienst Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/pflegeassistent-jobs/" class="title">Pflegeassistenz Jobs</a></li>
																															<li class="col-md-4 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/verwaltung-jobs/" class="title">Verwaltung Jobs</a></li>
																					</ul>
									</div>
								</div>
							</div>
						</li>
					</ul>
														</li>
																<li class=" menu-large nav-item ">
					<a href="javascript:void(0)" class="dropdown-toggle nav-link" data-toggle="dropdown" data-redirect-url="/lebenslauf/" onclick="return pal.openLoginRegister(this);" id="Mein Lebenslauf">Mein Lebenslauf</a>
																			</li>
																<li class="dropdown menu-large nav-item ">
										<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown"  id="Arbeitgeber entdecken">Arbeitgeber entdecken</a>
																								<ul class="dropdown-menu megamenu" aria-labelledby="Arbeitgeber entdecken">
						<li class="dropdown-item">
							<div class="container">
								<div class="row">
									<div class="col-md-3 col-lg-3"><span>Arbeitgeber entdecken</span></div>
									 <!-- MEDI-276 -->
																																													<div class="col-md-9 col-lg-9">
										<ul class="row">
																						<li class="col-md-3 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/arbeitgeber-liste/" class="title">Alle Arbeitgeber</a></li>
																															<li class="col-md-3 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/kliniken/" class="title">Kliniken</a></li>
																															<li class="col-md-3 col-lg-3 dsk_menu "><a class="nav-link" href="https://www.medi-karriere.at/pflegeeinrichtung/" class="title">Pflegeeinrichtungen</a></li>
																															<li class="col-md-3 col-lg-3 dsk_menu "><a class="nav-link" href="https://www.medi-karriere.at/oed/" class="title">Öffentlicher Dienst</a></li>
																															<li class="col-md-3 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/unternehmen/" class="title">Unternehmen</a></li>
																															<li class="col-md-3 col-lg-3  "><a class="nav-link" href="https://www.medi-karriere.at/praxen/" class="title">Arztpraxen und MVZ</a></li>
																															<li class="col-md-3 col-lg-3 mob_menu "><a class="nav-link" href="https://www.medi-karriere.at/sdv/" class="title">Soziale Dienste / Verbände</a></li>
																															<li class="col-md-3 col-lg-3 mob_menu "><a class="nav-link" href="https://www.medi-karriere.at/oed/" class="title">Öffentlicher Dienst</a></li>
																															<li class="col-md-3 col-lg-3 mob_menu "><a class="nav-link" href="https://www.medi-karriere.at/pflegeeinrichtung/" class="title">Pflegeeinrichtungen</a></li>
																															<li class="col-md-3 col-lg-3 dsk_menu "><a class="nav-link" href="https://www.medi-karriere.at/sdv/" class="title">Soziale Dienste / Verbände</a></li>
																					</ul>
									</div>
								</div>
							</div>
						</li>
					</ul>
														</li>
																<li class="dropdown menu-large nav-item ">
										<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown"  id="Beruf und Karriere">Beruf und Karriere</a>
																								<ul class="dropdown-menu megamenu" aria-labelledby="Beruf und Karriere">
						<li class="dropdown-item">
							<div class="container">
								<div class="row">
									<div class="col-md-3 col-lg-3"><span>Beruf und Karriere</span></div>
									 <!-- MEDI-276 -->
																																													<div class="col-md-9 col-lg-9">
										<ul class="row">
																						<li class="col-md-4 col-lg-4  "><a class="nav-link" href="https://www.medi-karriere.at/berufsfelder/" class="title">Berufsfelder</a></li>
																															<li class="col-md-4 col-lg-4  "><a class="nav-link" href="https://www.medi-karriere.at/medizinische-berufe/" class="title">Ausbildung & Berufe</a></li>
																															<li class="col-md-4 col-lg-4  "><a class="nav-link" href="https://www.medi-karriere.at/medizinische-berufe/gehalt/" class="title">Gehalt</a></li>
																															<li class="col-md-4 col-lg-4  "><a class="nav-link" href="https://www.medi-karriere.at/weiterbildung/" class="title">Weiterbildung</a></li>
																															<li class="col-md-4 col-lg-4  "><a class="nav-link" href="https://www.medi-karriere.at/bewerbung/" class="title">Bewerbung</a></li>
																					</ul>
									</div>
								</div>
							</div>
						</li>
					</ul>
														</li>
																<li class=" menu-large nav-item ">
										<a href="https://www.medi-karriere.at/magazin/" class="dropdown-toggle nav-link"   id="Magazin">Magazin</a>
																			</li>
											</ul>
									<ul class="nav navbar-nav nav_left_menu new_header_right_menu">
								
				<li class="dropdown menu-large nav-item " id="secondary_header_employer_login_heading1">
					<i class="fa fa-light fa-pipe"></i><a href="/arbeitgeber/" class="dropdown-toggle nav-link" id="Für Arbeitgeber">Für Arbeitgeber</a>
				</li>
							</ul>
					
		</div>
	</div>
</div></header>
			<div class="inner_layer"></div>
			<div class="mobile_bg_layer"></div>
		<div class="container sidebar-300">
	<div class="row">
		<div class="col-md-12 col-sm-12 col-xs-12">
			<div class="breadcrumb_new">
				<p id="breadcrumbs"><span><span><a href="https://www.medi-karriere.at/">Medi-Karriere</a></span> <i class="fa-solid fa-chevron-right"></i> <span><a href="https://www.medi-karriere.at/magazin/">Magazin</a></span> <i class="fa-solid fa-chevron-right"></i> <span class="breadcrumb_last" aria-current="page">School Nurses: Pilotprojekt wird ausgeweitet</span></span></p>	
			</div>
		</div>
		 <!-- -/ PO-2003 -->
				<div class="col-md-12 col-sm-12 col-xs-12 col-12 blog_post_title">  <!-- PO-1880 -->
			<div class="heading"><h1 class="title_new" >School Nurses: Pilotprojekt wird ausgeweitet </h1></div>
		</div>
		<div class="col-md-3 col-sm-12 col-xs-12 col-12">
		</div>
	</div>
			
	<div class="row content-top-gap" id="main-content"> <!-- PO-1880 -->			
		<div class="col-md-9 col-sm-12 col-xs-12">			
			<div class="content single-entry">
												<div class="image">
												<img src="https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="School Nurses: Pilotprojekt wird ausgeweitet" width="800" height="500">
					</div>
								
							
				
				<div class="description tinymce-style">					
					<div class="toc default_blog mob"><div class="toc_header mob">
								<h3>Inhaltsverzeichnis</h3>
								<div class="toggle"><i class="fas fa-chevron-down"></i></div>			
								</div>
								<div class="toc_body mob" style="display: none;">
								<ol>
<li><a href="#wie-funktioniert-das-projekt-school-nurses">Wie funktioniert das Projekt? </a></li>
<li><a href="#positive-bilanz-was-die-evaluation-des-projekts-zeigt">Positive Bilanz</a></li>
<li><a href="#ausbau-in-ganz-oesterreich-geplant">Ausbau in ganz Österreich geplant</a></li>
<li><a href="#herausforderungen-bei-der-flaechendeckenden-umsetzung">Herausforderungen</a></li>
<li><a href="#passende-jobs-im-gesundheitswesen">Passende Jobs</a></li>
</ol>

								</div></div><p style="font-weight: 400;">Kinder und Jugendliche verbringen einen Großteil ihrer Zeit in der Schule. Doch was passiert, wenn gesundheitliche Probleme auftreten? Genau hier setzt das Konzept der School Nurses an. In einem dreijährigen Pilotprojekt wurde in Wien getestet, wie sich der Einsatz von diplomierten Pflegefachkräften an Schulen auswirken. Das Ergebnis: Durchwegs positiv. Nun soll das Modell in ganz Österreich etabliert werden.</p>
<p><span id="wie-funktioniert-das-projekt-school-nurses"></span></p>
<div class="toc default_blog desk">
<div class="toc_header">
<h3>Inhaltsverzeichnis</h3>
<div class="toggle"><i class="fas fa-chevron-up"></i></div>
</p></div>
<div class="toc_body toc_sec">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 col-secd">
<ol>
<li><a href="#wie-funktioniert-das-projekt-school-nurses">Wie funktioniert das Projekt? </a></li>
<li><a href="#positive-bilanz-was-die-evaluation-des-projekts-zeigt">Positive Bilanz</a></li>
<li><a href="#ausbau-in-ganz-oesterreich-geplant">Ausbau in ganz Österreich geplant</a></li>
<li><a href="#herausforderungen-bei-der-flaechendeckenden-umsetzung">Herausforderungen</a></li>
<li><a href="#passende-jobs-im-gesundheitswesen">Passende Jobs</a></li>
</ol></div>
</p></div>
</p></div>
</div>
<h2 style="font-weight: 400;"><strong>Wie funktioniert das Projekt School Nurses? </strong></h2>
<p style="font-weight: 400;">Das Projekt School Nurses startete im Schuljahr 2022/23 in Kooperation zwischen der Stadt Wien, dem Fonds Soziales Wien und der Österreichischen Gesundheitskasse (ÖGK). Insgesamt 17 diplomierte Pflegefachkräfte waren an 26 Schulstandorten im Einsatz, verteilt über alle Wiener Bezirke. Sie betreuten Volks- und Mittelschulen und standen Schülern, Lehrkräften, sowie Eltern beratend und unterstützend zur Seite.</p>
<p style="font-weight: 400;" data-start="663" data-end="1051">Die Arbeit erfolgte in enger Abstimmung mit der Schulleitung, häufig in Zusammenarbeit mit Schulärzten, Sozialarbeitern oder externen Beratungsstellen. Die School Nurses waren nicht nur medizinische Ansprechpartner, sondern bauten durch ihre ständige Präsenz auch eine vertrauensvolle Beziehung zur gesamten Schulgemeinschaft auf. Das ist ein zentraler Faktor für erfolgreiche präventive Arbeit.</p>
<h3 style="font-weight: 400;"><strong>Welche Aufgaben übernehmen School Nurses an Schulen?</strong></h3>
<p style="font-weight: 400;">Zu den wichtigsten Tätigkeiten der School Nurses zählt die medizinische Erstversorgung. Kleine Verletzungen, plötzliche Beschwerden oder Unwohlsein wurden direkt vor Ort professionell behandelt. Dies bedeutet eine deutliche Entlastung für das Lehrpersonal und eine beruhigende Anlaufstelle für die Schüler. Darüber hinaus lag ein starker Fokus auf der Gesundheitsförderung im Schulalltag. Die Pflegefachkräfte führten Informationsgespräche, gaben individuelle Ratschläge und unterstützten bei der Entwicklung gesunder Routinen.</p>
<p style="font-weight: 400;">Ein weiterer Schwerpunkt war die Durchführung von Workshops. Altersgerecht und praxisnah vermittelten die School Nurses Wissen zu Themen wie Ernährung, Körperpflege, psychischer Gesundheit oder Suchtprävention. Diese Angebote wurden von Schülern ebenso wie von Eltern und Lehrkräften als wertvolle Ergänzung wahrgenommen.</p>
<p style="font-weight: 400;">In psychosozial belastenden Situationen fungierten die School Nurses als niedrigschwellige Anlaufstelle. Sie erkannten frühzeitig Warnsignale, unterstützten bei der Einleitung weiterführender Hilfen und standen auch bei akuten Krisen wie Angstzuständen oder Mobbing beratend zur Seite. Durch ihre kontinuierliche Präsenz vor Ort konnten sie rasch und deeskalierend eingreifen und damit ein sicheres Umfeld für die Schüler schaffen.</p>
<h3 class="heading_job_in_cont"> Stellenangebote</h3>
<div class="job_in_content">
<div class="carousel">
<div id="job-187257" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/" aria-label="Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/" aria-label="Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie">Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wien
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Österreichische Gesundheitskasse (ÖGK)
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>09.09.2026</div>
</p></div>
</div>
<div id="job-187591" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/" aria-label="Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/" aria-label="Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)">Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Kittsee
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Gesundheit Burgenland – Burgenländische Krankenanstalten GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>09.09.2026</div>
</p></div>
</div>
<div id="job-187838" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/" aria-label="Biomedizinische:r Analytiker:in"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/" aria-label="Biomedizinische:r Analytiker:in">Biomedizinische:r Analytiker:in</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Bad Schallerbach
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Versicherungsanstalt öffentlich Bediensteter, Eisenbahnen und Bergbau (BVAEB)
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>08.09.2026</div>
</p></div>
</div>
<div id="job-187709" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/fachaerztin-facharzt-oder-oberaerztin-oberarzt-konsiliarpsychiatrie-2026-8-25/" aria-label="Fachärztin/Facharzt oder Oberärztin/Oberarzt Konsiliarpsychiatrie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/fachaerztin-facharzt-oder-oberaerztin-oberarzt-konsiliarpsychiatrie-2026-8-25/" aria-label="Fachärztin/Facharzt oder Oberärztin/Oberarzt Konsiliarpsychiatrie">Fachärztin/Facharzt oder Oberärztin/Oberarzt Konsiliarpsychiatrie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Schaffhausen
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Spitäler Schaffhausen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>08.09.2026</div>
</p></div>
</div>
<div id="job-187574" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-fuer-unseren-bereich-akutgeriatrie-remobilisation/" aria-label="Diplomierte:r Gesundheits- und Krankenpfleger:in für unseren Bereich Akutgeriatrie / Remobilisation"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-fuer-unseren-bereich-akutgeriatrie-remobilisation/" aria-label="Diplomierte:r Gesundheits- und Krankenpfleger:in für unseren Bereich Akutgeriatrie / Remobilisation">Diplomierte:r Gesundheits- und Krankenpfleger:in für unseren Bereich Akutgeriatrie / Remobilisation</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Braunau am Inn
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>A.ö. Krankenhaus St. Josef Braunau GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>08.09.2026</div>
</p></div>
</div>
<div id="job-187569" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-m-w-d-60-100-ambulatorium-kompetenzzentrum-forensik/" aria-label="Oberärztin / Oberarzt (m/w/d) 60 – 100 % Ambulatorium Kompetenzzentrum Forensik"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-m-w-d-60-100-ambulatorium-kompetenzzentrum-forensik/" aria-label="Oberärztin / Oberarzt (m/w/d) 60 – 100 % Ambulatorium Kompetenzzentrum Forensik">Oberärztin / Oberarzt (m/w/d) 60 – 100 % Ambulatorium Kompetenzzentrum Forensik</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wil
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>07.09.2026</div>
</p></div>
</div>
<div id="job-187479" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-60-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 60 - 100 % Ambulatorium Erwachsenenpsychiatrie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-60-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 60 - 100 % Ambulatorium Erwachsenenpsychiatrie">Assistenzärztin / Assistenzarzt 60 - 100 % Ambulatorium Erwachsenenpsychiatrie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Sargans
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187556" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/radiologietechnologen-innen-20260807/" aria-label="Radiologietechnologen/innen"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/radiologietechnologen-innen-20260807/" aria-label="Radiologietechnologen/innen">Radiologietechnologen/innen</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wien
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Radiologicum Margareten
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187216" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-20260626/" aria-label="DIPLOMIERTE:R GESUNDHEITS- UND KRANKENPFLEGER:IN"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-20260626/" aria-label="DIPLOMIERTE:R GESUNDHEITS- UND KRANKENPFLEGER:IN">DIPLOMIERTE:R GESUNDHEITS- UND KRANKENPFLEGER:IN</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Braunau am Inn
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>A.ö. Krankenhaus St. Josef Braunau GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187475" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-60-100-10126004/" aria-label="Oberärztin / Oberarzt 60 – 100 %"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-60-100-10126004/" aria-label="Oberärztin / Oberarzt 60 – 100 %">Oberärztin / Oberarzt 60 – 100 %</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wil
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187477" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-80-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 80 - 100 % Ambulatorium Erwachsenenpsychiatrie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-80-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 80 - 100 % Ambulatorium Erwachsenenpsychiatrie">Assistenzärztin / Assistenzarzt 80 - 100 % Ambulatorium Erwachsenenpsychiatrie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wil
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187665" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/hebamme-w-m-d-kreisssaal-perinatalzentrum-level-1-21127056-446d-4c87-bfa2-122c558f184a/" aria-label="Hebamme (w/m/d) Kreißsaal Perinatalzentrum Level 1"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/hebamme-w-m-d-kreisssaal-perinatalzentrum-level-1-21127056-446d-4c87-bfa2-122c558f184a/" aria-label="Hebamme (w/m/d) Kreißsaal Perinatalzentrum Level 1">Hebamme (w/m/d) Kreißsaal Perinatalzentrum Level 1</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Hamburg
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Asklepios Klinik Altona
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187459" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/orthoptistin-m-w-d-20260723/" aria-label="ORTHOPTIST:IN (M/W/D)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/orthoptistin-m-w-d-20260723/" aria-label="ORTHOPTIST:IN (M/W/D)">ORTHOPTIST:IN (M/W/D)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Braunau am Inn
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>A.ö. Krankenhaus St. Josef Braunau GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187173" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/stationsleitung-orthopaedie-20260625/" aria-label="Stationsleitung* Orthopädie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/stationsleitung-orthopaedie-20260625/" aria-label="Stationsleitung* Orthopädie">Stationsleitung* Orthopädie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wien
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Herz Jesu Krankenhaus Wien
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187662" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/stellvertretung-pflegedirektorin-m-w-d-20260820/" aria-label="Stellvertretung Pflegedirektor*in (m/w/d)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/stellvertretung-pflegedirektorin-m-w-d-20260820/" aria-label="Stellvertretung Pflegedirektor*in (m/w/d)">Stellvertretung Pflegedirektor*in (m/w/d)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Puch
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Hilfswerk Salzburg
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187466" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/operationstechnische-assistenz-m-w-d-3/" aria-label="Operationstechnische Assistenz (m/w/d)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/operationstechnische-assistenz-m-w-d-3/" aria-label="Operationstechnische Assistenz (m/w/d)">Operationstechnische Assistenz (m/w/d)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>AUVA-Rehabilitationszentrum Meidling
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187460" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/gehobener-dienst-der-gesundheits-und-krankenpflege-flexible-dienstzeitmodelle-und-einsatzmoeglichkeiten-3/" aria-label="Gehobener Dienst* der Gesundheits- und Krankenpflege (flexible Dienstzeitmodelle und Einsatzmöglichkeiten)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/gehobener-dienst-der-gesundheits-und-krankenpflege-flexible-dienstzeitmodelle-und-einsatzmoeglichkeiten-3/" aria-label="Gehobener Dienst* der Gesundheits- und Krankenpflege (flexible Dienstzeitmodelle und Einsatzmöglichkeiten)">Gehobener Dienst* der Gesundheits- und Krankenpflege (flexible Dienstzeitmodelle und Einsatzmöglichkeiten)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Ordensklinikum Linz GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187462" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/logopaedelogopaedin-21h-woche/" aria-label="Logopäde*Logopädin* (21h/Woche)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/logopaedelogopaedin-21h-woche/" aria-label="Logopäde*Logopädin* (21h/Woche)">Logopäde*Logopädin* (21h/Woche)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Ordensklinikum Linz GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187464" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/op-assistenz-30-40h-woche/" aria-label="OP-Assistenz* (30-40h/Woche)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/op-assistenz-30-40h-woche/" aria-label="OP-Assistenz* (30-40h/Woche)">OP-Assistenz* (30-40h/Woche)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Ordensklinikum Linz GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187172" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/pflegefachkraft-m-w-d-onkologie-38061591/" aria-label="Pflegefachkraft (m/w/d) Onkologie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/pflegefachkraft-m-w-d-onkologie-38061591/" aria-label="Pflegefachkraft (m/w/d) Onkologie">Pflegefachkraft (m/w/d) Onkologie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Garmisch-Partenkirchen
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Klinikum Garmisch-Partenkirchen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
</div>
<p><a href="https://www.medi-karriere.at/jobs/" class="job_type_all_3_btn">Alle Jobs ansehen</a></div>
<p><span id="positive-bilanz-was-die-evaluation-des-projekts-zeigt"></span></p>
<h2 style="font-weight: 400;"><strong>Positive Bilanz: Was die Evaluation des Projekts zeigt</strong></h2>
<p style="font-weight: 400;">Die wissenschaftliche Begleitung des Projekts ergab eine durchwegs erfolgreiche Bilanz. Besonders hervorzuheben sind:</p>
<ul style="font-weight: 400;">
<li>6.000 individuelle Gesundheitskontakte innerhalb eines Schuljahres</li>
<li>1.315 Stunden präventiver Gesundheitsförderung</li>
<li>Hohe Zufriedenheit bei Lehrern, Eltern und Schülern</li>
<li>Frühzeitige Intervention bei psychischen Belastungen</li>
<li>Entlastung des pädagogischen Personals bei gesundheitlichen Fragen</li>
</ul>
<p style="font-weight: 400;">School Nurses wirkten nicht nur unterstützend bei physischen Beschwerden, sondern auch als Vertrauenspersonen in belastenden Lebenslagen. Das niedrigschwellige Angebot erleichterte den Zugang zu Gesundheitsleistungen – besonders für sozial benachteiligte Familien. Die Erkenntnisse aus dem Wiener Modell machen deutlich: Mit School Nurses an Schulen wird medizinisches Fachwissen genau dorthin gebracht, wo es gebraucht wird: In die Lebenswelt junger Menschen. Damit leistet das Konzept nicht nur einen Beitrag zur Gesundheitsförderung, sondern auch zur sozialen Teilhabe.</p>
<p><span id="ausbau-in-ganz-oesterreich-geplant"></span></p>
<h2 style="font-weight: 400;"><strong>School Nurses &#8211; Ausbau in ganz Österreich geplant</strong></h2>
<p style="font-weight: 400;">Auf Basis der positiven Ergebnisse wird das Projekt ab dem Schuljahr 2025/26 bundesweit ausgerollt. Derzeit arbeiten Gesundheitsministerium, Sozialversicherungsträger und Bundesländer gemeinsam an einem flächendeckenden Konzept. Ziel ist ein langfristiges, rechtlich geregeltes Modell für alle Bundesländer. Der Österreichische Gesundheits- und Krankenpflegeverband (ÖGKV) fordert dabei eine klare gesetzliche Verankerung und ausreichend Ressourcen für Ausbildung und Anstellung. Denn: Der Bedarf an Fachkräften im Bereich Schulgesundheit ist hoch, gleichzeitig fehlen vielerorts ausgebildete Pflegepersonen mit speziellem Know-how für den Schulalltag.</p>
<p style="font-weight: 400;">Zudem braucht es klare Ausbildungsstandards. Denkbar wären spezialisierte Weiterbildungen oder eigene Module in Pflegelehrgängen, die auf den Schulkontext zugeschnitten sind. Auch rechtliche Fragen wie Schweigepflicht, Datenschutz oder der Umgang mit Notfällen müssen bundeseinheitlich geregelt werden.</p>
<p style="font-weight: 400;">
<div class="info-box-3">
<div class="box_header">
<div class="icon"><i class="fas fa-lightbulb"></i></div>
<h3>Zahlen aus Wien im Überblick</h3>
</p></div>
<p>                • 17 School Nurses an 26 Schulen<br />
• Rund 6.000 Gesundheitskontakte<br />
• Über 1.300 Stunden Gesundheitsförderung<br />
• Projektzeitraum: 2022 bis 2024<br />
• 98 Prozent positive Rückmeldungen von Lehrkräften
            </div>
</p>
<h3 class="heading_job_in_cont"> Stellenangebote</h3>
<div class="job_in_content">
<div class="carousel">
<div id="job-187257" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/" aria-label="Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/" aria-label="Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie">Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wien
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Österreichische Gesundheitskasse (ÖGK)
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>09.09.2026</div>
</p></div>
</div>
<div id="job-187591" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/" aria-label="Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/" aria-label="Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)">Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Kittsee
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Gesundheit Burgenland – Burgenländische Krankenanstalten GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>09.09.2026</div>
</p></div>
</div>
<div id="job-187838" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/" aria-label="Biomedizinische:r Analytiker:in"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/" aria-label="Biomedizinische:r Analytiker:in">Biomedizinische:r Analytiker:in</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Bad Schallerbach
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Versicherungsanstalt öffentlich Bediensteter, Eisenbahnen und Bergbau (BVAEB)
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>08.09.2026</div>
</p></div>
</div>
<div id="job-187709" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/fachaerztin-facharzt-oder-oberaerztin-oberarzt-konsiliarpsychiatrie-2026-8-25/" aria-label="Fachärztin/Facharzt oder Oberärztin/Oberarzt Konsiliarpsychiatrie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/fachaerztin-facharzt-oder-oberaerztin-oberarzt-konsiliarpsychiatrie-2026-8-25/" aria-label="Fachärztin/Facharzt oder Oberärztin/Oberarzt Konsiliarpsychiatrie">Fachärztin/Facharzt oder Oberärztin/Oberarzt Konsiliarpsychiatrie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Schaffhausen
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Spitäler Schaffhausen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>08.09.2026</div>
</p></div>
</div>
<div id="job-187574" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-fuer-unseren-bereich-akutgeriatrie-remobilisation/" aria-label="Diplomierte:r Gesundheits- und Krankenpfleger:in für unseren Bereich Akutgeriatrie / Remobilisation"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-fuer-unseren-bereich-akutgeriatrie-remobilisation/" aria-label="Diplomierte:r Gesundheits- und Krankenpfleger:in für unseren Bereich Akutgeriatrie / Remobilisation">Diplomierte:r Gesundheits- und Krankenpfleger:in für unseren Bereich Akutgeriatrie / Remobilisation</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Braunau am Inn
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>A.ö. Krankenhaus St. Josef Braunau GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>08.09.2026</div>
</p></div>
</div>
<div id="job-187569" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-m-w-d-60-100-ambulatorium-kompetenzzentrum-forensik/" aria-label="Oberärztin / Oberarzt (m/w/d) 60 – 100 % Ambulatorium Kompetenzzentrum Forensik"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-m-w-d-60-100-ambulatorium-kompetenzzentrum-forensik/" aria-label="Oberärztin / Oberarzt (m/w/d) 60 – 100 % Ambulatorium Kompetenzzentrum Forensik">Oberärztin / Oberarzt (m/w/d) 60 – 100 % Ambulatorium Kompetenzzentrum Forensik</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wil
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>07.09.2026</div>
</p></div>
</div>
<div id="job-187479" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-60-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 60 - 100 % Ambulatorium Erwachsenenpsychiatrie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-60-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 60 - 100 % Ambulatorium Erwachsenenpsychiatrie">Assistenzärztin / Assistenzarzt 60 - 100 % Ambulatorium Erwachsenenpsychiatrie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Sargans
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187556" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/radiologietechnologen-innen-20260807/" aria-label="Radiologietechnologen/innen"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/radiologietechnologen-innen-20260807/" aria-label="Radiologietechnologen/innen">Radiologietechnologen/innen</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wien
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Radiologicum Margareten
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187216" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-20260626/" aria-label="DIPLOMIERTE:R GESUNDHEITS- UND KRANKENPFLEGER:IN"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/diplomierter-gesundheits-und-krankenpflegerin-20260626/" aria-label="DIPLOMIERTE:R GESUNDHEITS- UND KRANKENPFLEGER:IN">DIPLOMIERTE:R GESUNDHEITS- UND KRANKENPFLEGER:IN</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Braunau am Inn
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>A.ö. Krankenhaus St. Josef Braunau GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187475" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-60-100-10126004/" aria-label="Oberärztin / Oberarzt 60 – 100 %"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/oberaerztin-oberarzt-60-100-10126004/" aria-label="Oberärztin / Oberarzt 60 – 100 %">Oberärztin / Oberarzt 60 – 100 %</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wil
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187477" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-80-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 80 - 100 % Ambulatorium Erwachsenenpsychiatrie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/assistenzaerztin-assistenzarzt-80-100-ambulatorium-erwachsenenpsychiatrie-2026-7-24/" aria-label="Assistenzärztin / Assistenzarzt 80 - 100 % Ambulatorium Erwachsenenpsychiatrie">Assistenzärztin / Assistenzarzt 80 - 100 % Ambulatorium Erwachsenenpsychiatrie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wil
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Psychiatrie St.Gallen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>04.09.2026</div>
</p></div>
</div>
<div id="job-187665" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/hebamme-w-m-d-kreisssaal-perinatalzentrum-level-1-21127056-446d-4c87-bfa2-122c558f184a/" aria-label="Hebamme (w/m/d) Kreißsaal Perinatalzentrum Level 1"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/hebamme-w-m-d-kreisssaal-perinatalzentrum-level-1-21127056-446d-4c87-bfa2-122c558f184a/" aria-label="Hebamme (w/m/d) Kreißsaal Perinatalzentrum Level 1">Hebamme (w/m/d) Kreißsaal Perinatalzentrum Level 1</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Hamburg
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Asklepios Klinik Altona
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187459" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/orthoptistin-m-w-d-20260723/" aria-label="ORTHOPTIST:IN (M/W/D)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/orthoptistin-m-w-d-20260723/" aria-label="ORTHOPTIST:IN (M/W/D)">ORTHOPTIST:IN (M/W/D)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Braunau am Inn
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>A.ö. Krankenhaus St. Josef Braunau GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187173" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/stationsleitung-orthopaedie-20260625/" aria-label="Stationsleitung* Orthopädie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/stationsleitung-orthopaedie-20260625/" aria-label="Stationsleitung* Orthopädie">Stationsleitung* Orthopädie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Wien
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Herz Jesu Krankenhaus Wien
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187662" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/stellvertretung-pflegedirektorin-m-w-d-20260820/" aria-label="Stellvertretung Pflegedirektor*in (m/w/d)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/stellvertretung-pflegedirektorin-m-w-d-20260820/" aria-label="Stellvertretung Pflegedirektor*in (m/w/d)">Stellvertretung Pflegedirektor*in (m/w/d)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Puch
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Hilfswerk Salzburg
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187466" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/operationstechnische-assistenz-m-w-d-3/" aria-label="Operationstechnische Assistenz (m/w/d)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/operationstechnische-assistenz-m-w-d-3/" aria-label="Operationstechnische Assistenz (m/w/d)">Operationstechnische Assistenz (m/w/d)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>AUVA-Rehabilitationszentrum Meidling
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187460" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/gehobener-dienst-der-gesundheits-und-krankenpflege-flexible-dienstzeitmodelle-und-einsatzmoeglichkeiten-3/" aria-label="Gehobener Dienst* der Gesundheits- und Krankenpflege (flexible Dienstzeitmodelle und Einsatzmöglichkeiten)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/gehobener-dienst-der-gesundheits-und-krankenpflege-flexible-dienstzeitmodelle-und-einsatzmoeglichkeiten-3/" aria-label="Gehobener Dienst* der Gesundheits- und Krankenpflege (flexible Dienstzeitmodelle und Einsatzmöglichkeiten)">Gehobener Dienst* der Gesundheits- und Krankenpflege (flexible Dienstzeitmodelle und Einsatzmöglichkeiten)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Ordensklinikum Linz GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187462" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/logopaedelogopaedin-21h-woche/" aria-label="Logopäde*Logopädin* (21h/Woche)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/logopaedelogopaedin-21h-woche/" aria-label="Logopäde*Logopädin* (21h/Woche)">Logopäde*Logopädin* (21h/Woche)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Ordensklinikum Linz GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187464" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/op-assistenz-30-40h-woche/" aria-label="OP-Assistenz* (30-40h/Woche)"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/op-assistenz-30-40h-woche/" aria-label="OP-Assistenz* (30-40h/Woche)">OP-Assistenz* (30-40h/Woche)</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Linz
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Ordensklinikum Linz GmbH
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
<div id="job-187172" class="job box-job premium praktischarzt" data-sort="1">
					<a target="_blank" href="https://www.medi-karriere.at/job/pflegefachkraft-m-w-d-onkologie-38061591/" aria-label="Pflegefachkraft (m/w/d) Onkologie"></a></p>
<div class="sec_jobs_in_content">
<div class="ergebnis-titel">
							<a target="_blank" class="title-link title" href="https://www.medi-karriere.at/job/pflegefachkraft-m-w-d-onkologie-38061591/" aria-label="Pflegefachkraft (m/w/d) Onkologie">Pflegefachkraft (m/w/d) Onkologie</a>
						</div>
<div class="job_in_cont_icons">
							<span class="svg-location"><svg viewBox="0 0 16 16"><path d="M8.482 0a5.482 5.482 0 015.481 5.482c0 1.058-.608 2.692-1.68 4.792l-.336.644a68.928 68.928 0 01-2.766 4.7.83.83 0 01-1.399 0 68.829 68.829 0 01-2.765-4.7C3.737 8.508 3 6.646 3 5.482A5.482 5.482 0 018.482 0zm0 .997a4.485 4.485 0 00-4.485 4.485c0 1.608 1.843 5.171 4.192 8.915l.292.462.294-.462c2.28-3.637 4.08-7.091 4.187-8.764l.005-.151A4.485 4.485 0 008.482.997zm0 1.993a2.492 2.492 0 110 4.983 2.492 2.492 0 010-4.983zm0 .997a1.495 1.495 0 100 2.99 1.495 1.495 0 000-2.99z" fill-rule="evenodd"></path></svg></span>Garmisch-Partenkirchen
						</div>
<div class="employer-name">
							<i class="fa fa-building"></i>Klinikum Garmisch-Partenkirchen
						</div>
<div class="job_in_cont_icons">
							<span class="svg-calendar"><svg viewBox="0 0 16 16"><path d="M12.255 0c.246 0 .45.173.492.402l.008.088v.816h1.776a1.47 1.47 0 011.462 1.328l.007.142V14.53A1.47 1.47 0 0114.53 16H1.47A1.47 1.47 0 010 14.53V2.777c0-.812.658-1.47 1.47-1.47h1.795V.49c0-.27.224-.49.5-.49.246 0 .45.173.492.402l.008.088v.816h7.49V.49c0-.27.224-.49.5-.49zm2.765 5.571H.979v8.96c0 .24.174.44.402.482l.088.007h13.062a.49.49 0 00.49-.49l-.001-8.959zM3.75 11.5a.75.75 0 110 1.5.75.75 0 010-1.5zm4.25 0A.75.75 0 118 13a.75.75 0 010-1.5zm4.28.002a.746.746 0 01.72.749.751.751 0 01-1.5-.001.751.751 0 01.78-.748zM3.75 8a.75.75 0 110 1.5.75.75 0 010-1.5zM8 8a.75.75 0 110 1.5A.75.75 0 018 8zm4.25 0a.75.75 0 110 1.5.75.75 0 010-1.5zM3.265 2.285H1.469a.49.49 0 00-.49.49v1.796H15.02V2.776a.49.49 0 00-.401-.482l-.088-.008-1.776-.001v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47h-7.49v1.47c0 .27-.224.49-.5.49a.497.497 0 01-.492-.402l-.008-.088v-1.47z" fill-rule="evenodd"></path></svg></span>03.09.2026</div>
</p></div>
</div>
</div>
<p><a href="https://www.medi-karriere.at/jobs/" class="job_type_all_3_btn">Alle Jobs ansehen</a></div>
<p><span id="herausforderungen-bei-der-flaechendeckenden-umsetzung"></span></p>
<h2 style="font-weight: 400;"><strong>School Nurses &#8211; Herausforderungen bei der flächendeckenden Umsetzung</strong></h2>
<p style="font-weight: 400;">Trotz der positiven Pilotphase bestehen noch Hürden:</p>
<ul style="font-weight: 400;">
<li>Der Fachkräftemangel in der Pflege könnte den Ausbau bremsen.</li>
<li>Die Rolle der School Nurses muss rechtlich von Schulärzten und psychosozialem Personal abgegrenzt werden.</li>
<li>Eine gesicherte Finanzierung auf Bundesebene ist noch offen.</li>
</ul>
<p style="font-weight: 400;">Klar ist jedoch: Der politische Wille zur Umsetzung ist da. Auch Bildungs- und Elternvertretungen zeigen sich überzeugt vom Nutzen.</p>
<p><span id="passende-jobs-im-gesundheitswesen"></span></p>
<h2>Passende Jobs im Gesundheitswesen</h2>
<p><span>Passende Jobs im Gesundheitswesen findet man bei Medi-Karriere. Hier gibt es <a href="https://www.medi-karriere.at/fachkrankenpfleger-fachkrankenschwester-jobs/">Jobs als </a></span><a href="https://www.medi-karriere.at/fachkrankenpfleger-fachkrankenschwester-jobs/">Fachkrankenschwester</a><span>, <a href="https://www.medi-karriere.at/sozialassistent-in-jobs/">Jobs als Sozialassistent</a><a href="https://www.medi-karriere.at/kinderpflegerin-jobs/"> </a></span><span>und <a href="https://www.medi-karriere.at/gesundheits-und-kinderkrankenpflege-jobs/">Jobs als Gesundheits- und Kinderkrankenpfleger</a>.</span></p>
				</div>
			</div>
			<div class="related_articals_top_border">
		<h3>Mehr zum Thema</h3>
		<div class="row related_articals"><div class="col-md-4 col-sm-12 col-12"><div class="artical_sec_box" >		
							<div class="post-logo">
								<img width="278" height="174" src="https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-278x174.jpg" class="img-fluid wp-post-image" alt="School Nurses" decoding="async" srcset="https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-278x174.jpg 278w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-768x480.jpg 768w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-1536x960.jpg 1536w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-200x125.jpg 200w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-1x1.jpg 1w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses.jpg 1600w" sizes="(max-width: 278px) 100vw, 278px" />
							</div>	
							<!--<div class="meta-info_tag">
								<div class="alignleft"></div>
								<div class="alignright tag_date_info">
									<span class="updated">18.06.2025</span>
								</div>
							</div>-->
							<div class="post-title">
								<a href="https://www.medi-karriere.de/magazin/gesundheitsmanagement-kliniken-entlastet/">School Nurses: Pilotprojekt wird ausgeweitet</a>
							</div>							
							<!--<div class="link link--small-regular"><span class="link__line"></span><div class="link__text"> zum Artikel <span class="link__icon link__icon--small icon-link-arrow"></span><i class="fa fa-arrow-right" aria-hidden="true"></i></div></div>-->
							<div class="alignleft"><span class="updated">26.02.2026</span></div> <!--PO-2214-->
							<a href="https://www.medi-karriere.de/magazin/gesundheitsmanagement-kliniken-entlastet/" class="read-more">Weiterlesen <i class="fa-light fa-angle-right"></i></a>
						</div></div><div class="col-md-4 col-sm-12 col-12"><div class="artical_sec_box" >		
							<div class="post-logo">
								<img width="278" height="174" src="https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-278x174.jpg" class="img-fluid wp-post-image" alt="School Nurses" decoding="async" srcset="https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-278x174.jpg 278w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-768x480.jpg 768w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-1536x960.jpg 1536w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-200x125.jpg 200w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses-1x1.jpg 1w, https://www.medi-karriere.at/wp-content/uploads/2025/06/School-Nurses.jpg 1600w" sizes="(max-width: 278px) 100vw, 278px" />
							</div>	
							<!--<div class="meta-info_tag">
								<div class="alignleft"></div>
								<div class="alignright tag_date_info">
									<span class="updated">18.06.2025</span>
								</div>
							</div>-->
							<div class="post-title">
								<a href="https://www.medi-karriere.de/magazin/finanzielle-lage-pflege/">School Nurses: Pilotprojekt wird ausgeweitet</a>
							</div>							
							<!--<div class="link link--small-regular"><span class="link__line"></span><div class="link__text"> zum Artikel <span class="link__icon link__icon--small icon-link-arrow"></span><i class="fa fa-arrow-right" aria-hidden="true"></i></div></div>-->
							<div class="alignleft"><span class="updated">26.02.2026</span></div> <!--PO-2214-->
							<a href="https://www.medi-karriere.de/magazin/finanzielle-lage-pflege/" class="read-more">Weiterlesen <i class="fa-light fa-angle-right"></i></a>
						</div></div><div class="col-md-4 col-sm-12 col-12"><div class="artical_sec_box" >		
							<div class="post-logo">
								<img width="278" height="174" src="https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige-278x174.jpeg" class="img-fluid wp-post-image" alt="Pflegende Angehörige" decoding="async" srcset="https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige-278x174.jpeg 278w, https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige-768x480.jpeg 768w, https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige-1536x960.jpeg 1536w, https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige-200x125.jpeg 200w, https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige-1x1.jpeg 1w, https://www.medi-karriere.at/wp-content/uploads/2025/05/Pflegende-Angehoerige.jpeg 1600w" sizes="(max-width: 278px) 100vw, 278px" />
							</div>	
							<!--<div class="meta-info_tag">
								<div class="alignleft"></div>
								<div class="alignright tag_date_info">
									<span class="updated">18.06.2025</span>
								</div>
							</div>-->
							<div class="post-title">
								<a href="https://www.medi-karriere.at/magazin/pflegende-angehoerige/">Pflegende Angehörige: Können sie angestellt werden?</a>
							</div>							
							<!--<div class="link link--small-regular"><span class="link__line"></span><div class="link__text"> zum Artikel <span class="link__icon link__icon--small icon-link-arrow"></span><i class="fa fa-arrow-right" aria-hidden="true"></i></div></div>-->
							<div class="alignleft"><span class="updated">19.05.2025</span></div> <!--PO-2214-->
							<a href="https://www.medi-karriere.at/magazin/pflegende-angehoerige/" class="read-more">Weiterlesen <i class="fa-light fa-angle-right"></i></a>
						</div></div></div></div><div class="quellen_section"><div class="quellen_heading">Quellen</div><p>Österreichischer Gesundheits- und Krankenpflegeverband (ÖGKV)</p></div>			
			<div class="meta-info row">
				<div class="author-heaing col-md-12">Redaktion</div>
				<div class="author-details col-md-6 col-sm-6 col-12">
					<div class="author-picture"><a href="https://www.medi-karriere.at/autor/antonia-knobel/"><img src="https://www.medi-karriere.at/wp-content/uploads/2025/05/7A578941-D419-46BA-8F3D-5778BFB6ECFA-200x255.jpeg" class="img-fluid" width="73px" height="73px" alt="Antonia Knobel" /></a></div>
					<div class="author-name-title">
						<span>
							<a href="https://www.medi-karriere.at/autor/antonia-knobel/">Antonia Knobel</a><br/>
							Autorin						</span>
					</div>
				</div>
				<div class="post-dates col-md-6 col-sm-6 col-12">
					<span class="updated">
						<!--Veröffentlicht am: </br>
							-->
						Zuletzt aktualisiert: 26.02.2026					</span>
				</div>
			</div>
						<!--<div class="category__in">Themen: </div>-->
			<div class="category__in">		<div class="content-typs">
			<div class="page_heding arzt mg_top_spas"><h3>Themen</h3></div>																		
			<div class="archive_title_small mobile"><i class="fas fa-chevron-down" aria-hidden="true" id="thema_toogle_btn" style=""></i></div>
			<ul><li><a href="https://www.medi-karriere.at/berufsfelder/news/">News</a></li><li><span class="content_typ_toggle desktop" id="thema_toogle_btn_chevron_up" style="display: none;"><span id="mehr_anz">Weniger anzeigen</span> <i class="fa-chevron-up fas"></i></span></li></ul>			<div class="content_typ_toggle desktop" id="thema_toogle_btn_chevron" style="display: none;"><span id="mehr_anz">Mehr anzeigen</span> <i class="fa-chevron-down fas"></i></div>
		</div>
	 </div>
			<!--<div class="comments">
							</div>-->
			
			<div class="single-navigation">
				<a href="https://www.medi-karriere.at/magazin/ordinationsassistenz-weiterbildung/" rel="prev">< Vorheriger Artikel</a>				<a href="https://www.medi-karriere.at/magazin/nurses-4-vienna/" rel="next">Nächster Artikel ></a>			</div>
			
		</div>
		<!-- sitebar right -->
		<div class="col-md-3 col-sm-12 col-xs-12">   
			<div class="sidebar_right_new">
									<div class="blog-new-sidebar-desktop"><div id="text-87" class="widget widget_text"><h2 class="widgettitle">Neueste Stellenangebote</h2>
			<div class="textwidget"><div class="mt-30">
<div class="neueste-arztstellen neuest_sec_top_space">
<div class="neueste-arztstellen-header">
<h3 style="background: rgba(242, 242, 242, 0.8);"><span>Neueste Stellenangebote</span></h3>
</div>
<div class="neueste-arztstellen-body">
	
	<div class="row">	
	<div class="col-md-4 col-4">	
	<div class="logostartseite">	
		
		
	<a onClick="trackOutboundLink('Internal', 'StellenansehenMedi-Karriere', 'Medi-Karriere', 'https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/');"" target="_blank" href="https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/" ><img decoding="async" alt="Österreichische Gesundheitskasse (ÖGK)" src="https://www.medi-karriere.at/wp-content/uploads/2023/03/oegk_logo-200x50-1.png" id="company_logo_thumb" class="img-fluid" data="1" width="200" height="auto"/></a>	
	</div>	
	</div>	
	<div class="col-md-8 col-8">	
	<div class="ergebnis-titel" style="display: grid;">	
	<a class="title-link title" target="_blank"  href="https://www.medi-karriere.at/job/diplomierte-gesundheits-und-krankenpflegerin-mit-sonderausbildung-anaesthesie-20260701/" title="Mehr Details für Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie anzeigen">	
	Diplomierte Gesundheits- und Krankenpfleger*in mit Sonderausbildung Anästhesie	
	</a>	
	</div>	
	<!--<div class="employer-job-cat">	
		
	<span class="nline"></span>	
		
	</div>-->
	<div class="employer-address"> Wien</div>	
	</div>	
	</div>	
	
	
	<div class="row">	
	<div class="col-md-4 col-4">	
	<div class="logostartseite">	
		
		
	<a onClick="trackOutboundLink('Internal', 'StellenansehenMedi-Karriere', 'Medi-Karriere', 'https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/');"" target="_blank" href="https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/" ><img decoding="async" alt="Gesundheit Burgenland – Burgenländische Krankenanstalten GmbH" src="https://www.medi-karriere.at/wp-content/uploads/2024/01/Burgenland-200x59.jpg" id="company_logo_thumb" class="img-fluid" data="1" width="200" height="auto"/></a>	
	</div>	
	</div>	
	<div class="col-md-8 col-8">	
	<div class="ergebnis-titel" style="display: grid;">	
	<a class="title-link title" target="_blank"  href="https://www.medi-karriere.at/job/gehobener-dienst-fuer-gesundheits-und-krankenpflege-im-op-bereich-all-gender-1061176/" title="Mehr Details für Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender) anzeigen">	
	Gehobener Dienst für Gesundheits- und Krankenpflege im OP-Bereich (all gender)	
	</a>	
	</div>	
	<!--<div class="employer-job-cat">	
		
	<span class="nline"></span>	
		
	</div>-->
	<div class="employer-address"> Kittsee</div>	
	</div>	
	</div>	
	
	
	<div class="row">	
	<div class="col-md-4 col-4">	
	<div class="logostartseite">	
		
		
	<a onClick="trackOutboundLink('Internal', 'StellenansehenMedi-Karriere', 'Medi-Karriere', 'https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/');"" target="_blank" href="https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/" ><img decoding="async" alt="Versicherungsanstalt öffentlich Bediensteter, Eisenbahnen und Bergbau (BVAEB)" src="https://www.medi-karriere.at/wp-content/uploads/2024/08/Screenshot-2024-08-08-164845.png" id="company_logo_thumb" class="img-fluid" data="1" width="200" height="auto"/></a>	
	</div>	
	</div>	
	<div class="col-md-8 col-8">	
	<div class="ergebnis-titel" style="display: grid;">	
	<a class="title-link title" target="_blank"  href="https://www.medi-karriere.at/job/biomedizinischer-analytikerin-4/" title="Mehr Details für Biomedizinische:r Analytiker:in anzeigen">	
	Biomedizinische:r Analytiker:in	
	</a>	
	</div>	
	<!--<div class="employer-job-cat">	
		
	<span class="nline"></span>	
		
	</div>-->
	<div class="employer-address"> Bad Schallerbach</div>	
	</div>	
	</div>	
	<div align="right"><a href="https://www.medi-karriere.at/jobs/" class="all_arztstellen_ansehen">Alle Jobs ansehen >> </a></div></div>
</div>
</div>
</div>
		</div><div id="text-60" class="widget widget_text"><h2 class="widgettitle">First Ad</h2>
			<div class="textwidget">
</div>
		</div><div id="text-116" class="widget widget_text"><h2 class="widgettitle">Registrierung Newsletter</h2>
			<div class="textwidget"><div class="mt-30">
<div class="neueste-arztstellen newsletter">
<div class="registrierung-newsletter-header">
<h3><i class="fa-light fa-envelope"></i> Newsletter abonnieren</h3>
</div>
<div class="registrierung-newsletter-body">Mit dem Medi-Karriere Newsletter aktuelle Infos zu Pflege &amp; Medizin &amp; mehr erhalten.<br />
<label>E-Mail-Adresse</label><br />
		<div class="pa-newsletter-subscribe-wrapper" id="pa_newsletter_subscribe_wrapper">
			<div class="pa-newsletter-subscribe">
				<form action="" onsubmit="return pan.openNewsletterSubscribe(this);" name="pa_newsletter_subscribe" id="pa_newsletter_subscribe" autocomplete="off"> <!-- PO-1873 -->
									<div class="form-item"><input type="hidden" class="bg-default-input" name="role" id="role" value="jobseeker" placeholder="" required="" ><input type="hidden" name="event_name" id="event_name" value="NL Sidebar"> <!--PO-1708 --><input type="hidden" name="page_link" id="page_link" value="https://www.medi-karriere.at/magazin/school-nurses/"> <!--PO-1708 --><input type="email" class="bg-default-input" name="pa_newsletter_email" id="pa_newsletter_email" value="" placeholder="E-Mail-Adresse" required  pattern="[^@]+@[^@]+\.[a-zA-Z]{2,6}"><span class="pa-validation-error-message" style="display: none;">Bitte eine gültige E-Mail-Adresse eingeben</span>
					</div><div class="arzt_note_sec">Es gelten unsere <a target="_blank" href="https://www.medi-karriere.at/agb">AGB</a> und <a target="_blank" href="https://www.medi-karriere.at/datenschutz">Datenschutzerklärung</a>.</div>
					<div class="form-item"><!--/*PO-1707*/--><!--PO-1708 --><input type="submit" class="bg-btn-action border-radius" name="pa_newsletter_submit" id="pa_newsletter_submit" value="Jetzt anmelden"> <!--PO-1708 --> <!-- MEDI-284 -->
					<!--/*PO-1707*/-->
					</div>
									</form>
			</div>
			<div style="display:none;">
				<div id="pa_newsletter_subscribe_result" style="width: 410px;">
					<div id="pa_newsletter_message_success" class="alert alert-success" role="alert"><h2>E-Mail-Adresse bestätigen</h2></div>
					<div id="pa_newsletter_message_error" class="alert alert-warning" role="alert" style="display:none;"></div>
					<div class="content">
					<!--<p></p>-->
						<p class="a-center"><img decoding="async" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/img/ajax-loader.gif" alt=""></p>
					</div>
					<!-- PO-1852 -->
										<form id="register_complete_1click" action="" method="POST">
						<div class="button" style="display: flex;">
							<input type="submit" class="bg-btn-action border-radius" name="save_profile" value="Verstanden" id="submit_register_newsletter">
						</div>
					</form>
										<!-- PO-1852 -->
				</div>
			</div>
		
		<!-- PO-1852 -->
				<!-- PO-1852 -->
		<script> 
			jQuery(document).ready(function(){
				/* jQuery("#pa_newsletter_submit").click(function() { */
				jQuery(document).on('click', '#pa_newsletter_subscribe #pa_newsletter_submit', function() { // PO-1873
					var newsletter_email = jQuery('#pa_newsletter_email').val();
					var $regexemail=/([A-Z0-9a-z_-]{1,}[^@][a-zA-Z0-9]{1,})+?@[^$#<>?]+?\.[\w]{1,4}/;
					if (!jQuery('#pa_newsletter_email').val().match($regexemail)) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1873 Only for nl pop up
						newsletter_email = '';
					}
					if(newsletter_email == ''){
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1852 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1852 Only for nl pop up
					}
					var re = /([A-Z0-9a-z_-][^@])+?@[^$#<>?]+?\.[\w]{1,4}/.test(newsletter_email);
					if(!re) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
					}					
					if(newsletter_email) {
						setTimeout(function(){
							jQuery('.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap').addClass("newsletter");				
						}, 100);
											}
					
				});	
				/* jQuery("#pa_newsletter_subscribe").on("keyup","#pa_newsletter_email", function(){ */
				jQuery(document).on("keyup", "#pa_newsletter_email", function(){
						jQuery('.boxinner1 .label-text').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").hide();
						jQuery('#nl_mail_label').removeClass('error'); // PO-1852 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email').removeAttr('style'); // PO-1852 Only for nl pop up
				});
				document.getElementById("pa_newsletter_email").addEventListener('invalid', (function () {
					return function (e) {
						e.preventDefault();
						document.getElementById("pa_newsletter_email").focus();
					};
				})(), true);
			});
		</script>
		<script> 
			jQuery(document).ready(function(){
				jQuery(document).on('click', '#pa_newsletter_subscribe #pa_newsletter_submit1', function() {
					var newsletter_email = jQuery('#pa_newsletter_email1').val();
					var $regexemail=/([A-Z0-9a-z_-]{1,}[^@][a-zA-Z0-9]{1,})+?@[^$#<>?]+?\.[\w]{1,4}/;
					if (!jQuery('#pa_newsletter_email1').val().match($regexemail)) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email1').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1873 Only for nl pop up
						newsletter_email = '';
					}					
					if(newsletter_email == ''){
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email1').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1873 Only for nl pop up
					}
					var re = /([A-Z0-9a-z_-][^@])+?@[^$#<>?]+?\.[\w]{1,4}/.test(newsletter_email);
					if(!re) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
					}
					if(newsletter_email) {
						setTimeout(function(){
							jQuery('.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap').addClass("newsletter");				
						}, 100);
						/* PO-1840 PO-1873 */
												/* -/ PO-1840 */
					}					
				});	
				/* jQuery("#pa_newsletter_subscribe").on("keyup","#pa_newsletter_email", function(){ */
				jQuery(document).on("keyup", "#pa_newsletter_email1", function(){
						jQuery('.boxinner1 .label-text').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").hide();
						jQuery('#nl_mail_label').removeClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email1').removeAttr('style'); // PO-1873 Only for nl pop up
				});
				document.getElementById("pa_newsletter_email1").addEventListener('invalid', (function () {
					return function (e) {
						e.preventDefault();
						document.getElementById("pa_newsletter_email1").focus();
					};
				})(), true);
			});
		</script>
		</div>
	</div>
</div>
</div>
</div>
		</div><div id="text-63" class="widget widget_text"><h2 class="widgettitle">Second Ad</h2>
			<div class="textwidget">
</div>
		</div><div id="execphp-22" class="widget widget_execphp"><h2 class="widgettitle">Jobs nach Berufsgruppe</h2>
			<div class="execphpwidget"><div id="jobs_berufsgruppe_box">
<div class="jobs-berufsgruppe border">
<div class="jobs-berufsgruppe-header">
<h3 style="background: rgba(242, 242, 242, 0.8);">Jobs nach Berufsgruppe</h3>
</div>
<div class="jobs-berufsgruppe-body">
<ul>
<li><a href="https://www.medi-karriere.at/pflege-jobs/">Pflege (281)</a></li><li><a href="https://www.medi-karriere.at/arzt-jobs/">Arzt/Ärztin (192)</a></li><li><a href="https://www.medi-karriere.at/dgkp-jobs/">DGKP (132)</a></li><li><a href="https://www.medi-karriere.at/krankenpflege-jobs/">Krankenpflege (108)</a></li><li><a href="https://www.medi-karriere.at/psychologie-jobs/">Psychologie (54)</a></li><li><a href="https://www.medi-karriere.at/therapie-jobs/">Therapie (54)</a></li><div id="collapse_Two_Berufsgruppe" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample1"><li><a href="https://www.medi-karriere.at/verwaltung-jobs/">Verwaltung (22)</a></li><li><a href="https://www.medi-karriere.at/altenpflege-jobs/">Altenpflege (1)</a></li><li><a href="https://www.medi-karriere.at/rettungsdienst-jobs/">Rettungsdienst (0)</a></li></div><button id="collapseTwo_down_Berufsgruppe" type="button" class="btn btn-link" data-toggle="collapse" data-target="#collapse_Two_Berufsgruppe" aria-expanded="false"> 
Mehr ansehen >>
</button>
<button id="collapseTwo_up_Berufsgruppe" type="button" class="btn btn-link" data-toggle="collapse" data-target="#collapse_Two_Berufsgruppe" aria-expanded="false" style="display: none;"> 
<< Weniger ansehen 
</button>
</ul>
</div>
</div>
</div></div>
		</div><div id="execphp-32" class="widget widget_execphp"><h2 class="widgettitle">Jobs per Mail erhalten</h2>
			<div class="execphpwidget"><div class="mt-30">
<div class="activate-job-alert-sidebar" id="">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">			
<h3><i class="fa-light fa-bell"></i> Jobs per Mail erhalten</h3>
<p>Erhalte die neuesten Jobs für jede Suchanfrage kostenlos per E-Mail.</p>
<a class="to-email-inbox" href="https://www.medi-karriere.at/job-alert/">Jetzt aktivieren</a>
<p class="job_alert_t_and_c">
Es gelten unsere <a target="_blank" href="https://www.medi-karriere.at/agb/">AGB</a> und <a target="_blank" href="https://www.medi-karriere.at/datenschutz/">Datenschutzerklärung</a>. Abmeldung jederzeit möglich.
</p>
</div>
</div>
</div>
</div></div>
		</div></div>
							</div>
		</div>
	</div>
</div>
       
<script>
	$(document).ready(function() {
		$(".social-networks li a").hover(function() {
			$(this).next().show();
		}, function() {
			$(this).next().hide();
		});
		
		$("a").on('click', function(event) {
			// Make sure this.hash has a value before overriding default behavior
			if (this.hash !== "") {
				// Prevent default anchor click behavior
				event.preventDefault();

				// Store hash
				var hash = this.hash;

				// Using jQuery's animate() method to add smooth page scroll
				// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
				$('html, body').animate({
					scrollTop: $(hash).offset().top
				}, 800, function() {

					// Add hash (#) to URL when done scrolling (default click behavior)
					//window.location.hash = hash;
				});
			} // End if
		});
	
		
		$('.toc_header.mob').on('click', function() {
			$('.toc_body.mob').slideToggle('medium', function() {
				$('.toggle i').toggleClass('fas fa-chevron-up fas fa-chevron-down');
			});
		});
		
		jQuery("#collapseTwo_down_Berufsgruppe").click(function() {
		jQuery('#collapseTwo_down_Berufsgruppe').hide();
		jQuery('#collapseTwo_up_Berufsgruppe').show();
		/***********set the height of sidebar************/
			var sidebar_Height = jQuery('.sidebar_right_new').height() + 120;
			jQuery('.sidebar-300 #main-content .col-md-9').css('min-height' , sidebar_Height); 
			jQuery('#jobs_berufsgruppe_box').css('min-height' , '586px');
		});
		jQuery("#collapseTwo_up_Berufsgruppe").click(function() {		
			jQuery('#collapseTwo_up_Berufsgruppe').hide();
			jQuery('#collapseTwo_down_Berufsgruppe').show();
			/***********set the height of sidebar************/
			var sidebar_Height = jQuery('.sidebar_right_new').height() - 120;
			jQuery('.sidebar-300 #main-content .col-md-9').css('min-height' , sidebar_Height);
			jQuery('#jobs_berufsgruppe_box').css('min-height' , '492px');
		});
		
	});
</script>
<!--WPFC_FOOTER_START-->	<script type="text/javascript">
			jQuery(document).ready(function($) {
				function show_login_message() {
					jQuery('div.notification').remove();
					jQuery('body').prepend('<div class="notification autohide error-bg">Bitte loggen Sie sich ein<div class="main-center"></div></div>');
					jQuery('div.notification').hide()
							.fadeIn('fast')
							.delay(1000)
							.fadeOut(3000, function() {
						jQuery(this).remove();
					});
				}
								jQuery('li a[title="Stellenverwaltung"]').attr('href', '')
						.click(function(event) {
					event.preventDefault();
					pal.openLoginRegister(this);
				});
			});
		</script>	
</div>
<script type="application/json" id="latest_jobs_data">[]</script>
	<div class="mt-3">&nbsp;</div> 
	<footer class="bg-footer-new">
		<div class="container">
			<div class="row"><div class="col-12 col-sm-6 col-md-3 padd-r-0">	<!-- Start MEDI-277 -->
		<span class="footer_menu_title footer_logo_sec">
		<a href="https://www.medi-karriere.at">
			<img src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/img/Medi-Karriere-Logo.svg?ver=1774355026" alt="footer_logo">
		</a>
	</span>
	<span class="footer_social_icons">
					<a target="_blank" href="https://www.youtube.com/@medi-karriere" aria-label="youtube"><i class="fa-brands fa-youtube"></i></a>
			<a target="_blank" href="https://www.instagram.com/medi_karriere/" aria-label="instagram"><i class="fa-brands fa-instagram"></i></a>
			<a target="_blank" href="https://www.facebook.com/MediKarriere/" aria-label="facebook"><i class="fa-brands fa-facebook-f"></i></a>
			<a target="_blank" href="https://www.linkedin.com/company/11783433/" aria-label="linkedin"><i class="fa-brands fa-linkedin-in"></i></a>
			</span>
	<ul class="footer_nav_menu contact_menu">
				<li><a href="tel:+4962118064150"><i class="fa-thin fa-phone"></i> +49 621 180 64 150</a></li>
				<li class="mail-icon"><a href="mailto:kontakt@medi-karriere.at"><i class="fa-thin fa-envelope"></i> kontakt@medi-karriere.at</a></li>
	</ul>
	<!-- End MEDI-277 -->
</div>
<div class="col-6 col-sm-6 col-md-3 padd-r-0"><span class="footer_menu_title">Arbeitgeber</span>
	<ul id="menu-footer-menu-1" class="footer_nav_menu"><li id="menu-item-63842" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63842"><a href="https://www.medi-karriere.at/arbeitgeber/arbeitgeber-vorteile/">Warum Medi-Karriere?</a></li>
<li id="menu-item-50813" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50813"><a href="https://www.medi-karriere.at/arbeitgeber/stelle-schalten/">Stelle schalten</a></li>
<li id="menu-item-50814" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50814"><a href="https://www.medi-karriere.at/arbeitgeber/preisliste/">Preise</a></li>
<li id="menu-item-95185" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-95185"><a href="https://www.medi-karriere.at/wp-content/uploads/Mediadaten_Medi-Karriere.pdf">Mediadaten</a></li>
</ul></div>
<div class="col-6 col-sm-6 col-md-3"><span class="footer_menu_title">Direktsuche Pflege</span>
	<ul id="menu-footer-menu-2" class="footer_nav_menu"><li id="menu-item-87872" class="menu-item menu-item-type-taxonomy menu-item-object-job_berufsgruppe menu-item-87872"><a href="https://www.medi-karriere.at/dgkp-jobs/">DGKP Jobs</a></li>
<li id="menu-item-87873" class="menu-item menu-item-type-taxonomy menu-item-object-job_type menu-item-87873"><a href="https://www.medi-karriere.at/pflegeassistent-jobs/">Pflegeassistenz Jobs</a></li>
<li id="menu-item-87875" class="menu-item menu-item-type-taxonomy menu-item-object-job_type menu-item-87875"><a href="https://www.medi-karriere.at/pflegefachassistent-jobs/">Pflegefachassistenz Jobs</a></li>
<li id="menu-item-87874" class="menu-item menu-item-type-taxonomy menu-item-object-job_type menu-item-87874"><a href="https://www.medi-karriere.at/pflegedienstleitung-jobs/">Pflegedienstleitung Jobs</a></li>
</ul></div>
<div class="col-6 col-sm-6 col-md-3 padd-r-0"><span class="footer_menu_title">Direktsuche Arzt</span>
	<ul id="menu-footer-menu-3" class="footer_nav_menu"><li id="menu-item-87877" class="menu-item menu-item-type-taxonomy menu-item-object-job_type menu-item-87877"><a href="https://www.medi-karriere.at/ordinationsassistent-jobs/">Ordinationsassistenz Jobs</a></li>
<li id="menu-item-87878" class="menu-item menu-item-type-taxonomy menu-item-object-job_type menu-item-87878"><a href="https://www.medi-karriere.at/physiotherapeut-jobs/">Physiotherapie Jobs</a></li>
<li id="menu-item-87876" class="menu-item menu-item-type-taxonomy menu-item-object-job_type menu-item-87876"><a href="https://www.medi-karriere.at/operationsassistent-jobs/">Operationsassistent/in Jobs</a></li>
<li id="menu-item-87879" class="menu-item menu-item-type-taxonomy menu-item-object-job_berufsgruppe menu-item-87879"><a href="https://www.medi-karriere.at/arzt-jobs/">Arzt / Ärztin Jobs</a></li>
</ul></div>

<!--<div class="col-12 col-sm-6 col-md-2"><span class="footer_menu_title">Fachwissen</span>
	</div>--></div>
		</div>
		
		<div class="container-fluid bg-footer-copy">
			<div class="container">
				<div class="row"><!-- MEDI-277 -->
					<div class="col-12 col-sm-12 col-md-12">
						<hr><!-- MEDI-277 -->
						<div class="row">			
							<div class="col-12 col-sm-12 col-md-4 col-lg-3"> &copy; 2026 Medi-Karriere</div>
							<div class="col-12 col-sm-12 col-md-8 col-lg-9">
								<ul id="menu-footer-bar-menu4" class="footer_menu-bar"><li id="menu-item-50825" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50825"><a href="https://www.medi-karriere.at/impressum/">Impressum</a></li>
<li id="menu-item-50827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50827"><a href="https://www.medi-karriere.at/kontakt/">Kontakt</a></li>
<li id="menu-item-50824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50824"><a href="https://www.medi-karriere.at/agb/">AGB</a></li>
<li id="menu-item-95568" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-95568"><a href="https://www.medi-karriere.at/datenschutz/">Datenschutz</a></li>
<li id="menu-item-89549" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89549"><a href="https://www.medi-karriere.at/gender-hinweis/">Gender-Hinweis</a></li>
</ul>							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</footer>	
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/praktischArzt-theme/*","/wp-content/themes/jobengine/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
			<script type="text/javascript">
				/* <![CDATA[ */
				var ajax_file_upload = {
					create_event: function(name, data) {
						if( "object" !== typeof data ) { data = []; }
						var e = document.createEvent('Event');
						e.initEvent(name, true, true);
						e.data = data;
						document.dispatchEvent(e);
					},
					"ajax_path": "https://www.medi-karriere.at/wp-admin/admin-ajax.php"
				}
				/* ]]> */
			</script>
		
		<div id="duplica-modal" style="display: none">
			<img id="duplica-modal-loader" src="https://www.medi-karriere.at/wp-content/plugins/duplica/assets/img/loader.gif" />
		</div><script src="https://www.google.com/recaptcha/api.js" async defer></script><script id="cleverreach_script-js-extra">
var haet_cr_ajax = {"ajax_url":"https://www.medi-karriere.at/wp-admin/admin-ajax.php"};
//# sourceURL=cleverreach_script-js-extra
</script>
<script id="cleverreach_script-js" src="https://www.medi-karriere.at/wp-content/plugins/cleverreach/resources/js/form.js?ver=b2dd17b3c25cf9ffb744c915c84949e7"></script>
<script id="duplica-js-extra">
var DUPLICA = {"ajaxurl":"https://www.medi-karriere.at/wp-admin/admin-ajax.php","_wpnonce":"e9e92e404e","post_id":"96942"};
//# sourceURL=duplica-js-extra
</script>
<script id="duplica-js" src="https://www.medi-karriere.at/wp-content/plugins/duplica/assets/js/front.min.js?ver=0.16"></script>
<script id="et-underscore-js" src="https://www.medi-karriere.at/wp-content/themes/jobengine/js/lib/underscore-min.js?ver=b2dd17b3c25cf9ffb744c915c84949e7"></script>
<script id="et-backbone-js" src="https://www.medi-karriere.at/wp-content/themes/jobengine/js/lib/backbone-min.js?ver=b2dd17b3c25cf9ffb744c915c84949e7"></script>
<script id="job_engine-js-extra">
var et_globals = {"ajaxURL":"https://www.medi-karriere.at/wp-admin/admin-ajax.php","homeURL":"https://www.medi-karriere.at","imgURL":"https://www.medi-karriere.at/wp-content/themes/jobengine/img","jsURL":"https://www.medi-karriere.at/wp-content/themes/jobengine/js","dashboardURL":"https://www.medi-karriere.at/dashboard/","logoutURL":"https://www.medi-karriere.at/logout","msg_login_ok":"Sie sind sich als eingeloggt \u003C%= company %\u003E!","msg_logout":"Logout","err_field_required":"Dieses Feld darf nicht leer sein!","err_invalid_email":"Ung\u00fcltige E-Mail-Adresse!","err_invalid_username":"Invalid username!","err_pass_not_matched":"Die Passw\u00f6rter stimmen nicht \u00fcberein","plupload_config":{"max_file_size":"3mb","url":"https://www.medi-karriere.at/wp-admin/admin-ajax.php","flash_swf_url":"https://www.medi-karriere.at/wp-content/themes/jobengine/js/plupload/plupload.flash.swf","silverlight_xap_url":"https://www.medi-karriere.at/wp-content/themes/jobengine/js/plupload/plupload.silverlight.xap"},"is_enable_feature":"1","loading":"Wird geladen","txt_ok":"OK","txt_cancel":"Abbrechen","no_job_found":"Leider konnten keine Stellen zur aktuellen Suche gefunden werden. Versuchen Sie es mit anderen Suchkriterien erneut.","form_valid_msg":"Bitte f\u00fcllen Sie sich alle Pflichtfelder aus.","anywhere":"Irgendwo","view_map":"View map","page_template":"","is_single_job":null};
//# sourceURL=job_engine-js-extra
</script>
<script id="job_engine-js" src="https://www.medi-karriere.at/wp-content/themes/jobengine/js/job_engine.js?ver=1774355026"></script>
<script id="fancybox2-js" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/fancybox2/jquery.fancybox.js?ver=1774355026"></script>
<script id="pa_main-js-extra">
var pa_globals = {"ajaxurl":"/wp-admin/admin-ajax.php","PA_LOGIN_ERROR_COMMON":"Es ist ein Fehler aufgetreten, bitte versuchen Sie es nocheinmal","PA_FORGOT_PASS_MAIL_SENT":"Eine E-Mail mit Anweisungen zum Zur\u00fccksetzen des Passworts wurde versendet."};
//# sourceURL=pa_main-js-extra
</script>
<script id="pa_main-js" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/pa_main.js?ver=1774355026"></script>
<script id="pa_login-js" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/pa_login.js?ver=1774355026"></script>
<script id="pa_newsletter-js" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/pa_newsletter.js?ver=1774355026"></script>
<script id="jquery_ui-js" src="https://www.medi-karriere.at/wp-content/themes/jobengine/js/lib/jquery-ui.js?ver=b2dd17b3c25cf9ffb744c915c84949e7"></script>
<script id="jquery_validator-js" src="https://www.medi-karriere.at/wp-content/themes/jobengine/js/lib/jquery.validate.min.js?ver=b2dd17b3c25cf9ffb744c915c84949e7"></script>
<script id="slickjs-js" defer src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/slick.js?ver=1774355026"></script>
            <script type="text/javascript">
                (function ($) {
                $.extend($.validator.messages, {
                required: "Dies ist ein Pflichtfeld.",
                email: "Bitte geben Sie eine gültige E-Mail-Adresse ein.",
                url: "Bitte geben Sie eine gültige URL ein.",
                number: "Bitte geben Sie eine gültige Nummer ein.",
                digits: "Bitte geben Sie nur Ziffern ein.",
                equalTo: "Bitte geben Sie denselben Wert erneut ein"
                });
                })(jQuery);
            </script>
            <script type="text/javascript">
	$(document).ready(function() {
		$(".reset_password_popup").fancybox({
			  helpers   : {
					  overlay : {closeClick: false}
					}
		});
		 	});
	
</script>

<script>
jQuery(document).ready(function(){
	jQuery("#reset_popup_password").on("click","#resetpassform .wp-pwd .resetpass_input", function(){
		jQuery(this).parent().parent().addClass('form-group_focussed');
	});	
});

var specialCharRegex = /[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/;

jQuery("#reset_popup_password").on("focusout","#resetpassform .wp-pwd #pass1", function(){
  var login_value = jQuery(this).val();
	if(login_value == '') {
		jQuery(this).parent().parent().removeClass('form-group_focussed');
		jQuery(this).parent().parent().addClass('error');
		jQuery(this).parent().find(".pa-validation-error-message").show();
		jQuery(this).parent().find(".pa-validation-error-message").text('Bitte ein gültiges Passwort eingeben');
	} else if(login_value.length < 6 || !specialCharRegex.test(login_value)) {
		jQuery(this).parent().parent().addClass('error');
		jQuery(this).parent().find(".pa-validation-error-message").show();
		/* jQuery(this).parent().find(".pa-validation-error-message").text('Passwort muss mindestens 6 Zeichen lang sein'); */
		jQuery(this).parent().find(".pa-validation-error-message").text('Bitte ein gültiges Passwort eingeben');
	} else {
		jQuery(this).parent().parent().removeClass('error');
		jQuery(this).parent().parent().removeClass('pa-validate-error');
		jQuery(this).parent().find(".pa-validation-error-message").hide();
	}
});

jQuery("#reset_popup_password").on("focusout","#resetpassform .wp-pwd #pass2", function(){
  var login_value = jQuery(this).val();
	if(login_value == ''){
		jQuery(this).parent().parent().removeClass('form-group_focussed');
		jQuery(this).parent().parent().addClass('error');
		jQuery(this).parent().find(".pa-validation-error-message").show();
		jQuery(this).parent().find(".pa-validation-error-message").text('Bitte Passwort bestätigen');
	} else {
		jQuery(this).parent().parent().removeClass('error');
		jQuery(this).parent().parent().removeClass('pa-validate-error');
		jQuery(this).parent().find(".pa-validation-error-message").hide();
	}
});

jQuery("#reset_popup_password").on("keyup","#resetpassform .wp-pwd #pass1", function(){
	var pass1Value = jQuery('#pass1').val();
	if(pass1Value.length > 6 && specialCharRegex.test(pass1Value)){
		jQuery(this).parent().parent().removeClass('error');
		jQuery(this).parent().parent().removeClass('pa-validate-error');
		jQuery(this).parent().find(".pa-validation-error-message").hide();
	}
});

jQuery("#reset_popup_password").on("click",".toggle-password1", function(){
  jQuery(this).toggleClass("fa-eye-slash fa-eye");
  var input = jQuery(jQuery(this).attr("toggle"));
  if (input.attr("type") == "password") {
    input.attr("type", "text");
	jQuery('#reset_popup_password #pass1').attr("type", "text");
  } else {
    input.attr("type", "password");
	jQuery('#reset_popup_password #pass1').attr("type", "password");
  }
});
jQuery("#reset_popup_password").on("click",".toggle-password2", function(){
  jQuery(this).toggleClass("fa-eye-slash fa-eye");
  var input = jQuery(jQuery(this).attr("toggle"));
  if (input.attr("type") == "password") {
    input.attr("type", "text");
	jQuery('#reset_popup_password #pass2').attr("type", "text");
  } else {
    input.attr("type", "password");
	jQuery('#reset_popup_password #pass2').attr("type", "password");
  }
});

function validateForm() {
	var pass1Value = jQuery('#pass1').val();
	if( jQuery('#pass1').val() == '' || jQuery('#pass2').val() == '' || (jQuery('#pass2').val() != jQuery('#pass1').val())  || !specialCharRegex.test(pass1Value) ){
		if(jQuery('#pass1').val() == ''){
			jQuery('#pass1').parent().parent().addClass('error');
			jQuery('#pass1').parent().find(".pa-validation-error-message").show();
			jQuery('#pass1').parent().find(".pa-validation-error-message").text('Bitte ein gültiges Passwort eingeben');
		} else if (pass1Value.length < 6 || !specialCharRegex.test(pass1Value)) {
            jQuery('#pass1').parent().parent().addClass('error');
			jQuery('#pass1').parent().find(".pa-validation-error-message").show();
			/* jQuery('#pass1').parent().find(".pa-validation-error-message").text('Passwort muss mindestens 6 Zeichen lang sein'); */
			jQuery('#pass1').parent().find(".pa-validation-error-message").text('Bitte ein gültiges Passwort eingeben');
        }		
		if(jQuery('#pass2').val() != jQuery('#pass1').val()){
			jQuery('#pass2').parent().parent().addClass('error');
			jQuery('#pass2').parent().find(".pa-validation-error-message").show();
			jQuery('#pass2').parent().find(".pa-validation-error-message").text('Passwort und Bestätigung stimmen nicht überein');
		}
		if(jQuery('#pass2').val() == ''){
			jQuery('#pass2').parent().parent().addClass('error');
			jQuery('#pass2').parent().find(".pa-validation-error-message").show();
			jQuery('#pass2').parent().find(".pa-validation-error-message").text('Bitte Passwort bestätigen');
		}
		return false;
	}
}
</script><script rel="preload" as="script" type="text/javascript" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/bootstrap.min.js?ver=1774355026"></script>

<!--PO-1598-->
<!---/PO-1598-->

	<script src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/hierarchy-select.min.js?ver=1774355026"></script>

<script>

/* PO-1709 for change company logo and remove it */
/* /- PO-1709 */


	/*
	 * Add Sidebar Click Ad tracking to the database
	 */
	jQuery('.sidebar-ad, .incontent-ad, .atf-ad').click(function(){
		var tracking_code = jQuery(this).attr('data-tracking-code');
		if(!tracking_code) return;
		var point_url = jQuery(this).find('a:last').attr('href');
		jQuery.get('https://ipinfo.io', function (response) {
			var user_country = response.country;
						var internal_url = '/magazin/school-nurses/';
			var ajax_url = 'https://www.medi-karriere.at/wp-admin/admin-ajax.php?action=add_click_ad_tracking&external_url='+point_url+'&internal_url='+internal_url+'&tracking_code='+tracking_code+'&user_country='+user_country;
			jQuery.ajax({
				context: document.body,
				cache : false,
				url: ajax_url,
				type: 'GET',
				success: function(data) {
					return true;
				},
				error: function(xhr, ajaxOptions, thrownError) {
					/* alert('error'); */
				}
			});
		}, 'jsonp');
	});

	jQuery(document).ready(function(){
		jQuery('.sidebar-ad, .incontent-ad, .atf-ad').on('load',function(){
			jQuery(this).contents().on('mousedown, mouseup, click', function(){
				var tracking_code = jQuery(this).contents().find('.sidebar-ad, .incontent-ad, .atf-ad').attr('data-tracking-code');
				var point_url = jQuery(this).contents().find('a:last').attr('href');
				jQuery.get('https://ipinfo.io', function (response) {
					var user_country = response.country;
										var internal_url = '/magazin/school-nurses/';
					var ajax_url = 'https://www.medi-karriere.at/wp-admin/admin-ajax.php?action=add_click_ad_tracking&external_url='+point_url+'&internal_url='+internal_url+'&tracking_code='+tracking_code+'&user_country='+user_country;
					jQuery.ajax({
						context: document.body,
						cache : false,
						url: ajax_url,
						type: 'GET',
						success: function(data) {
							return true;
						},
						error: function(xhr, ajaxOptions, thrownError) {}
					});
				}, 'jsonp');
			});
		});
	});

	/*
	 * Add Sidebar View Ad tracking count daily to the database
	 */
	jQuery(document).ready(function(){
		setTimeout(function() {			
			jQuery('.sidebar-ad, .incontent-ad, .atf-ad').each(function(){
				var text_width = jQuery(this).find('iframe').attr('width');
				jQuery(this).find('.advertising-text').css('width', text_width+'px');
				if(jQuery(this).find('div').css('margin-left').length>0) {
					jQuery(this).find('.advertising-text').css('margin-left', jQuery(this).find('div').css('margin-left'));
				}
				jQuery(this).find('.advertising-text').not('.sidebar-ad .advertising-text').css('color', '#9c9c9c');				
				var tracking_code = jQuery(this).attr('data-tracking-code');
				if(!tracking_code) return;
								var internal_url = '/magazin/school-nurses/';
				var ajax_url = 'https://www.medi-karriere.at/wp-admin/admin-ajax.php?action=daily_view_ad_tracking_count&internal_url='+internal_url+'&tracking_code='+tracking_code;
				jQuery.ajax({
					context: document.body,
					cache : false,
					url: ajax_url,
					type: 'GET',
					success: function(data) {
						return true;
					},
					error: function(xhr, ajaxOptions, thrownError) {
						
					}
				});
			});
		}, 1000*2);
	});
	
	function set_sidebar_Height() {
		var sidebar_Height = jQuery('.sidebar_right_new').height();
		jQuery('.sidebar-300 #main-content .col-md-9').css('min-height' , sidebar_Height);
	}
	set_sidebar_Height();
	jQuery(window).resize(function() {
		set_sidebar_Height();
	});
	
	jQuery(document).ready(function() {
		jQuery(window).scroll(function() {
			sidebar_Height = jQuery('.sidebar_right_new').height();
			sidebar_Height_fix = jQuery('.sidebar-300 #main-content .col-md-9').height();			
			if( sidebar_Height > sidebar_Height_fix ){
				var sidebar_Height = jQuery('.sidebar_right_new').height() + 30;
				jQuery('.sidebar-300 #main-content .col-md-9').css('min-height' , sidebar_Height);
			}		  
		});
	});




	/*
	 * Track Post/Job Views
	 * @ID int
	 */
	jQuery(document).ready(function() {
		var ajax_url = 'https://www.medi-karriere.at/wp-admin/admin-ajax.php?action=count_post_views&post_id=96942';
		
		jQuery.ajax({
			context: document.body,
			cache : false,
			url: ajax_url,
			type: 'GET',
			success: function(data) {
				return true;
			},
			error: function(xhr, ajaxOptions, thrownError) {
				/* alert('error'); */
			}
		});
		
	});


	/*
	 * Track Job Hits
	 * @ID int
	 */
	jQuery(document).ready(function() {
			var ajax_url = 'https://www.medi-karriere.at/wp-admin/admin-ajax.php?action=count_page_hits';
			jQuery.ajax({
				context: document.body,
				cache : false,
				url: ajax_url,
				type: 'GET',
				success: function(data) {
					return true;
				},
				error: function(xhr, ajaxOptions, thrownError) {}
			});
	});
	


	

	
	
	
	


	/* jQuery(document).ready(function() {
		jQuery( '.dropdown-menu' )
		.mouseenter(function() {
			jQuery(this).parent('li').addClass('active');
		})
		.mouseleave(function() {
			jQuery(this).parent('li').removeClass('active');
		});
	 
	});	
	jQuery('.navbar .navbar-nav .nav-item  a').click(function(){
		var attr = jQuery(this).attr('id');
		jQuery('.navbar .navbar-nav .nav-item.active').addClass('RemovedActive');
		jQuery('.navbar .navbar-nav .nav-item.active').removeClass('active');
		jQuery('.dropdown-menu.desktop').each(function(){
			var that = jQuery(this).attr('aria-labelledby');
			if(that != attr ) {
				jQuery(this).hide();
			} else {
				jQuery(this).slideToggle('fast', function() {
					jQuery('.inner_layer').toggleClass('inner_layer_bg', jQuery(this).is(':visible'));
				});			
			}
		});
	}); */
	
	jQuery('.navbar-collapse .navbar-nav .nav-item  a').click(function(){
		var attr = jQuery(this).attr('id');
		jQuery('.navbar .navbar-nav .nav-item.removeactive').removeClass('active');
		jQuery('.dropdown-menu.megamenu').each(function(){
			var that = jQuery(this).attr('aria-labelledby');
			if(that != attr ) {
				jQuery(this).hide();
			} else {
				jQuery(this).slideToggle('fast', function() {
					jQuery('.inner_layer').toggleClass('inner_layer_bg', jQuery(this).is(':visible'));
				});			
			}
		});		
	});
	
	jQuery(window).click(function () {
		jQuery('.navbar-collapse .navbar-nav .nav-item.removeactive').addClass('active');
		jQuery('.inner_layer').removeClass('inner_layer_bg');
		jQuery('.dropdown-menu.megamenu').hide();
		jQuery('.navbar-collapse.collapse.show').removeClass('show');
	});
	
	jQuery('#magaz').click(function(){	/*MEDI-276*/
		jQuery('.dropdown.menu-large.removeactive').removeClass('active');
		jQuery('.dropdown.menu-large.removeactive').removeClass('removeactive');
	});
	
	/*MEDI-2778*/
	jQuery('.dropdown-menu.megamenu .dropdown-item .nav-link').click(function(){	
		jQuery('.dropdown.menu-large.removeactive').removeClass('removeactive');
		jQuery('.dropdown.menu-large.nav-item.show').addClass('active');
	}); 
	jQuery('#navbar_toggler_btn').click(function(){
		jQuery('.mobile_bg_layer').toggleClass('inner_layer_bg');
	});
	jQuery('.mobile_bg_layer').click(function(){
		jQuery('.mobile_bg_layer').removeClass('inner_layer_bg');
	});
	/*-/MEDI-2778*/
	
	$('.bildnachweis_heading').on('click', function() {
		$('.bildnachweis_body').slideToggle('medium', function() {
			$('.toggle i').toggleClass('fas fa-chevron-up fas fa-chevron-down');
		});
	});

	jQuery("#collapseOne_down").click(function() {
		jQuery('#collapseOne_down').hide();
		jQuery('#collapseOne_up').show();
	});
	jQuery("#collapseOne_up").click(function() {
		jQuery('html, body').animate({
			scrollTop: $(".arzt_job_nach_section").offset().top
		}, 500);
		jQuery('#collapseOne_up').hide();
		jQuery('#collapseOne_down').show();
	});

	jQuery("#collapseTwo_down").click(function() {
		jQuery('#collapseTwo_down').hide();
		jQuery('#collapseTwo_up').show();
	});
	jQuery("#collapseTwo_up").click(function() {
		jQuery('html, body').animate({
			scrollTop: $(".arzt_job_nach_section").offset().top
		}, 500);
		jQuery('#collapseTwo_up').hide();
		jQuery('#collapseTwo_down').show();
	});
	
	if (window.matchMedia('(max-width: 767px)').matches) {
		jQuery('#job_location').click(function() {
			jQuery('html, body').animate({
				scrollTop: $("#jobsearch").offset().top
			}, 500);
		});
		jQuery('#search_term').click(function() {
			jQuery('html, body').animate({
				scrollTop: $("#jobsearch").offset().top
			}, 500);
		});
	}
</script>


<script type="text/javascript" src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/js/sticky-sidebar/theia-sticky-sidebar/ResizeSensor.min.js?v=1774355026"></script>
<script>!function(i){i.fn.theiaStickySidebar=function(t){function e(t,e){var a=o(t,e);a||(console.log("TSS: Body width smaller than options.minWidth. Init is delayed."),i(document).on("scroll."+t.namespace,function(t,e){return function(a){var n=o(t,e);n&&i(this).unbind(a)}}(t,e)),i(window).on("resize."+t.namespace,function(t,e){return function(a){var n=o(t,e);n&&i(this).unbind(a)}}(t,e)))}function o(t,e){return t.initialized===!0||!(i("body").width()<t.minWidth)&&(a(t,e),!0)}function a(t,e){t.initialized=!0;var o=i("#theia-sticky-sidebar-stylesheet-"+t.namespace);0===o.length&&i("head").append(i('<style id="theia-sticky-sidebar-stylesheet-'+t.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>')),e.each(function(){function e(){a.fixedScrollTop=0,a.sidebar.css({"min-height":"1px"}),a.stickySidebar.css({position:"static",width:"",transform:"none"})}function o(t){var e=t.height();return t.children().each(function(){e=Math.max(e,i(this).height())}),e}var a={};if(a.sidebar=i(this),a.options=t||{},a.container=i(a.options.containerSelector),0==a.container.length&&(a.container=a.sidebar.parent()),a.sidebar.parents().css("-webkit-transform","none"),a.sidebar.css({position:a.options.defaultPosition,overflow:"visible","-webkit-box-sizing":"border-box","-moz-box-sizing":"border-box","box-sizing":"border-box"}),a.stickySidebar=a.sidebar.find(".theiaStickySidebar"),0==a.stickySidebar.length){var s=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;a.sidebar.find("script").filter(function(i,t){return 0===t.type.length||t.type.match(s)}).remove(),a.stickySidebar=i("<div>").addClass("theiaStickySidebar").append(a.sidebar.children()),a.sidebar.append(a.stickySidebar)}a.marginBottom=parseInt(a.sidebar.css("margin-bottom")),a.paddingTop=parseInt(a.sidebar.css("padding-top")),a.paddingBottom=parseInt(a.sidebar.css("padding-bottom"));var r=a.stickySidebar.offset().top,d=a.stickySidebar.outerHeight();a.stickySidebar.css("padding-top",1),a.stickySidebar.css("padding-bottom",1),r-=a.stickySidebar.offset().top,d=a.stickySidebar.outerHeight()-d-r,0==r?(a.stickySidebar.css("padding-top",0),a.stickySidebarPaddingTop=0):a.stickySidebarPaddingTop=1,0==d?(a.stickySidebar.css("padding-bottom",0),a.stickySidebarPaddingBottom=0):a.stickySidebarPaddingBottom=1,a.previousScrollTop=null,a.fixedScrollTop=0,e(),a.onScroll=function(a){if(a.stickySidebar.is(":visible")){if(i("body").width()<a.options.minWidth)return void e();if(a.options.disableOnResponsiveLayouts){var s=a.sidebar.outerWidth("none"==a.sidebar.css("float"));if(s+50>a.container.width())return void e()}var r=i(document).scrollTop(),d="static";if(r>=a.sidebar.offset().top+(a.paddingTop-a.options.additionalMarginTop)){var c,p=a.paddingTop+t.additionalMarginTop,b=a.paddingBottom+a.marginBottom+t.additionalMarginBottom,l=a.sidebar.offset().top,f=a.sidebar.offset().top+o(a.container),h=0+t.additionalMarginTop,g=a.stickySidebar.outerHeight()+p+b<i(window).height();c=g?h+a.stickySidebar.outerHeight():i(window).height()-a.marginBottom-a.paddingBottom-t.additionalMarginBottom;var u=l-r+a.paddingTop,S=f-r-a.paddingBottom-a.marginBottom,y=a.stickySidebar.offset().top-r,m=a.previousScrollTop-r;"fixed"==a.stickySidebar.css("position")&&"modern"==a.options.sidebarBehavior&&(y+=m),"stick-to-top"==a.options.sidebarBehavior&&(y=t.additionalMarginTop),"stick-to-bottom"==a.options.sidebarBehavior&&(y=c-a.stickySidebar.outerHeight()),y=m>0?Math.min(y,h):Math.max(y,c-a.stickySidebar.outerHeight()),y=Math.max(y,u),y=Math.min(y,S-a.stickySidebar.outerHeight());var k=a.container.height()==a.stickySidebar.outerHeight();d=(k||y!=h)&&(k||y!=c-a.stickySidebar.outerHeight())?r+y-a.sidebar.offset().top-a.paddingTop<=t.additionalMarginTop?"static":"absolute":"fixed"}if("fixed"==d){var v=i(document).scrollLeft();a.stickySidebar.css({position:"fixed",width:n(a.stickySidebar)+"px",transform:"translateY("+y+"px)",left:a.sidebar.offset().left+parseInt(a.sidebar.css("padding-left"))-v+"px",top:"0px"})}else if("absolute"==d){var x={};"absolute"!=a.stickySidebar.css("position")&&(x.position="absolute",x.transform="translateY("+(r+y-13-a.sidebar.offset().top-a.stickySidebarPaddingTop-a.stickySidebarPaddingBottom)+"px)",x.top="0px"),x.width=n(a.stickySidebar)+"px",x.left="",a.stickySidebar.css(x)}else"static"==d&&e();"static"!=d&&1==a.options.updateSidebarHeight&&a.sidebar.css({"min-height":a.stickySidebar.outerHeight()+a.stickySidebar.offset().top-a.sidebar.offset().top+a.paddingBottom}),a.previousScrollTop=r}},a.onScroll(a),i(document).on("scroll."+a.options.namespace,function(i){return function(){i.onScroll(i)}}(a)),i(window).on("resize."+a.options.namespace,function(i){return function(){i.stickySidebar.css({position:"static"}),i.onScroll(i)}}(a)),"undefined"!=typeof ResizeSensor&&new ResizeSensor(a.stickySidebar[0],function(i){return function(){i.onScroll(i)}}(a))})}function n(i){var t;try{t=i[0].getBoundingClientRect().width}catch(i){}return"undefined"==typeof t&&(t=i.width()),t}var s={containerSelector:"",additionalMarginTop:0,additionalMarginBottom:0,updateSidebarHeight:!0,minWidth:0,disableOnResponsiveLayouts:!0,sidebarBehavior:"modern",defaultPosition:"relative",namespace:"TSS"};return t=i.extend(s,t),t.additionalMarginTop=parseInt(t.additionalMarginTop)||0,t.additionalMarginBottom=parseInt(t.additionalMarginBottom)||0,e(t,this),this}}(jQuery);</script><script type="text/javascript">
				$(document).ready(function() {
					var main_content = $("#main-content .col-md-9").height();
					var sidebar = $(".sidebar_right_new, .page-sidebar").height() + 31;
					if(main_content > sidebar) {
						$(".sidebar_right_new, .page-sidebar").theiaStickySidebar({
							containerSelector: "#main-content",
							additionalMarginTop: 15,
							additionalMarginBottom: 50,
							defaultPosition: "absolute"
						});
					}
				});
			</script><script>
jQuery(document).ready(function() {
	jQuery('.top3_job_listing .box-job').on('click', function(event) {
		if (window.matchMedia('(max-width: 767px)').matches) {
			window.location = jQuery(this).find('a').attr('href');
		} else {
			window.open($(this).find('a').attr('href'), '_blank');
		}
	});
});
</script>
<script type="text/javascript">
				$(document).ready(function(){
				  $(".carousel").slick({
					speed: 500,
					slidesToShow: 3,
					slidesToScroll: 1,
					autoplay: true,
					autoplaySpeed: 8000,
					dots:true,
					infinite: true,
					responsive: [{
					  breakpoint: 1024,
					  settings: {
						slidesToShow: 3,
						slidesToScroll: 1,
					}

					}, {
					  breakpoint: 800,
					  settings: {
						slidesToShow: 2,
						slidesToScroll: 2,
						dots: true,
						infinite: true,

					  }
					},  {
					  breakpoint: 480,
					  settings: {
						slidesToShow: 1,
						slidesToScroll: 1,
						dots: true,
						infinite: true,
						autoplay: true,
						autoplaySpeed: 2000,
					  }
					}]
				  });
				});
			</script>	
<script>
/* Enter on Search */
  /* jQuery(document).ready(function() {
	$('#job_location').keypress(function(e) {
			if(e.which == 10 || e.which == 13) {
				event.preventDefault();
				var job_location_html = jQuery('.pac-container div.pac-item:first').html();
				var job_location_val = $(job_location_html).text()			
				if(job_location_val){
					//alert(job_location_val);
					$('#job_location').val(job_location_val);
				}
				$('.finden-jobs, .btn-select button').click();
			}
		});		
    });*/
/* MEDI-341 */
	jQuery(document).ready(function() {
		jQuery('#job_location').keydown(function(e) {
			/* Enter pressed? */
			if (e.which == 13 || e.which == 10) { 
				e.preventDefault(); // Prevent form submission if inside a form

				var job_location_val = jQuery('.pac-container .pac-item:first').text().trim();

				if (job_location_val) {
					//alert(job_location_val); // Debugging output
					jQuery('#job_location').val(job_location_val);
					jQuery('.finden-jobs, .btn-select button').click();
				}
			}
		});
	});
/* -/ MEDI-341 */
	/* / Enter on Search */
</script>
<!-- PO-1839 -->
<!-- -/ PO-1839 -->


<script>


/*  PO-1760 */
/* /- PO-1760 */

/* PO-1584 AI Engine*/
/*END PO-1584 AI Engine*/


// PO-1708 Start
// PO-1708 End


/*Start MEDI-286*/
$(document).ready(function() {
	var url = window.location.href;
    
    // Find the position of the # character
    var hashIndex = url.indexOf('#');
    
    // If # is found, extract the text after it
    if (hashIndex !== -1) {
        var fragment = url.substring(hashIndex + 1);
		$('html, body').animate({
			scrollTop: $('#'+fragment).offset().top
		}, 1000); // Adjust the duration (1000ms) as needed
    }	
});
/*End MEDI-286*/

</script>

	<!-- PO-1751  PO-1798 -->

<script>
/******** Start MEDI-276 **********/
	jQuery(document).ready(function() {
		jQuery("#secondary_header_jobseeker_login_heading").click(function() {
			jQuery("#secondary_header_jobseeker_login_heading").hide();
			jQuery("#secondary_header_jobseeker_login").hide();
			jQuery("#secondary_header_employer_login_heading").show();
			jQuery("#secondary_header_employer_login").show();
			jQuery("#jobseeker_Bewerber_login").hide();
			jQuery("#jobseeker_Arbeitgeber_login").show();
		});
		jQuery("#secondary_header_employer_login_heading").click(function() {
			jQuery("#secondary_header_employer_login_heading").hide();
			jQuery("#secondary_header_employer_login").hide();
			jQuery("#secondary_header_jobseeker_login_heading").show();
			jQuery("#secondary_header_jobseeker_login").show();
			jQuery("#jobseeker_Arbeitgeber_login").hide();
			jQuery("#jobseeker_Bewerber_login").show();
		});
		jQuery("#top_right_menu_btn").click(function() {
			jQuery("#top_right_menu").toggle();
			jQuery("#top_right_menu_btn").toggleClass('b_r');	/*****PO-1666 border-radius redesign******/
		});
		jQuery(document).mouseup(function(e) {
			var popup4 = $("#menu_right_side_account");
			if (!$('#top_right_menu').is(e.target) && !popup4.is(e.target) && popup4.has(e.target).length == 0) {
				jQuery("#top_right_menu").hide();
				jQuery("#top_right_menu_btn").removeClass('b_r');	/*****PO-1666 border-radius redesign******/
			}
		});
	});
/******** End MEDI-276 **********/

/*************Show Password on click eye icon********************/
jQuery(document).on("click","#pa_form_login_wrapper .toggle-password", function(){
	jQuery(this).toggleClass("fa-eye-slash fa-eye");
	var inputType = jQuery('#log_pass').attr("type");
	if(inputType == 'text') {
		jQuery('#log_pass').attr("type", "password");
		console.log(inputType,"inputp");
		
	}
	else{
		jQuery('#log_pass').attr("type", "text");
		console.log(inputType,"inputT");
	}
});

jQuery(document).on("keyup","input#log_pass, input#pass1, input#pass2, input#user_new_pass, input#user_pass_again, input#register_pass, input#register_re_pass", function(){
	// Check if the input field is of type password
	if ($(this).attr('type') === 'password') {
		if($(this).val()){
			if (!$(this).hasClass('big_dots')){
				$(this).addClass('big_dots');
			}
		} else {
			$(this).removeClass('big_dots');
		}			
	} 
});

/******** Start PO-1666 **** MEDI-354 ***** PO-1823 ***/
/********* End PO-1666 // -/ MEDI-354 ***********/
</script>

<!--START PO-1873 Change Pop-Up specification NL sign-up -->
        <div class="container">
            <div class="row">
                <div class="col-md-12 news_letter">
                    <div class="modal fade newsletter_modal" id="myModal" role="dialog">
                        <div class="modal-dialog">
                            <div class="newsletter-popup">
                                <div class="modal-content">
                                    <div class="modal-footer nl_close">
                                        <button data-dismiss="modal" class="nl-close-btn"><!-- <i class="fa fa-times" aria-hidden="true"></i> -->&times;</button>
                                    </div>
                                    <div class="nl_content-area">
                                        <div class="nl_pop_up_heading">
                                            <!-- JETZT den  Newsletter abonnieren -->
											JETZT den Medi-Karriere Newsletter abonnieren                                        </div>
																					<div class="newsletter-listings">
												<p>Erhalte alle 14 Tage</p>
												<ul class="newsletter-info">
													<li><i class="fa fa-light fa-check"></i>Aktuelle Karriere-Informationen</li>
													<li><i class="fa fa-light fa-check"></i>Neueste Jobangebote</li>
													<li><i class="fa fa-light fa-check"></i>News aus Gesundheit, Pflege & Medizin</li>												</ul>
											</div>
										                                        <label for="email" id="nl_mail_label">E-Mail-Adresse</label>
                                        		<div class="pa-newsletter-subscribe-wrapper" id="pa_newsletter_subscribe_wrapper">
			<div class="pa-newsletter-subscribe">
				<form action="" onsubmit="return pan.openNewsletterSubscribe(this);" name="pa_newsletter_subscribe" id="pa_newsletter_subscribe" autocomplete="off"> <!-- PO-1873 -->
									<div class="form-item"><input type="hidden" class="bg-default-input" name="role" id="role" value="jobseeker" placeholder="" required="" ><input type="hidden" name="event_name" id="event_name" value="NL Sticky Banner"> <!--PO-1708 --><input type="hidden" name="page_link" id="page_link" value="https://www.medi-karriere.at/magazin/school-nurses/"> <!--PO-1708 --><input type="email" class="bg-default-input" name="pa_newsletter_email" id="pa_newsletter_email1" value="" placeholder="E-Mail-Adresse" required  pattern="[^@]+@[^@]+\.[a-zA-Z]{2,6}"><span class="pa-validation-error-message" style="display: none;">Bitte eine gültige E-Mail-Adresse eingeben</span>
					</div><div class="arzt_note_sec">Es gelten unsere <a target="_blank" href="https://www.medi-karriere.at/agb">AGB</a> und <a target="_blank" href="https://www.medi-karriere.at/datenschutz">Datenschutzerklärung</a>.</div>
					<div class="form-item"><!--/*PO-1707*/--><!--PO-1708 --><input type="submit" class="bg-btn-action border-radius" name="pa_newsletter_submit" id="pa_newsletter_submit1" value="Jetzt anmelden"> <!--PO-1708 --> <!-- MEDI-284 -->
					<!--/*PO-1707*/-->
					</div>
									</form>
			</div>
			<div style="display:none;">
				<div id="pa_newsletter_subscribe_result" style="width: 410px;">
					<div id="pa_newsletter_message_success" class="alert alert-success" role="alert"><h2>E-Mail-Adresse bestätigen</h2></div>
					<div id="pa_newsletter_message_error" class="alert alert-warning" role="alert" style="display:none;"></div>
					<div class="content">
					<!--<p></p>-->
						<p class="a-center"><img src="https://www.medi-karriere.at/wp-content/themes/praktischArzt-theme/img/ajax-loader.gif" alt=""></p>
					</div>
					<!-- PO-1852 -->
											<div class="button" style="display: flex;">
							<input type="button" class="bg-btn-action border-radius nl_newsletter_popup" name="save_profile" value="Verstanden" id="submit_register_newsletter_nl">
						</div>
										<!-- PO-1852 -->
				</div>
			</div>
		
		<!-- PO-1852 -->
					<script>
				jQuery(document).ready(function(){
					$(document).on('click','.fancybox-item.fancybox--closed', function() {
						jQuery.fancybox.close();
						$('#pa_newsletter_message_error').hide();
						$('.caution_content').hide();
						$('#pa_newsletter_subscribe_result .content').show();
						setTimeout(function () {
							$('.news_letter').show();
							$('#myModal').modal({
								backdrop: 'static', // Prevent closing on outside click
								keyboard: false // Prevent closing with ESC key
							});
							
						}, 250); // 2000 milliseconds = 2 seconds
					});

					$(document).on('click', '.nl_newsletter_popup', function() {
						jQuery.fancybox.close();
						$('#pa_newsletter_message_error').hide();
						$('.caution_content').hide();
						$('#pa_newsletter_subscribe_result .content').show();
						$(".nl_content-area #pa_newsletter_email1").val(''); // PO-1873
						setTimeout(function () {
							$('.news_letter').show();
							$('#myModal').modal({
								backdrop: 'static', // Prevent closing on outside click
								keyboard: false // Prevent closing with ESC key
							});
						}, 250); // 2000 milliseconds = 2 seconds
					})

					$(document).on('click', '.success_nl_newsletter', function() {
						$('#myModal').modal('hide');
						jQuery.fancybox.close();
					})
					$(document).on('click', '.fancybox-item.fancybox---closed', function() {
						$('#myModal').modal('hide');
						//window.location.reload();
					})
				});
			</script>
				<!-- PO-1852 -->
		<script> 
			jQuery(document).ready(function(){
				/* jQuery("#pa_newsletter_submit").click(function() { */
				jQuery(document).on('click', '#pa_newsletter_subscribe #pa_newsletter_submit', function() { // PO-1873
					var newsletter_email = jQuery('#pa_newsletter_email').val();
					var $regexemail=/([A-Z0-9a-z_-]{1,}[^@][a-zA-Z0-9]{1,})+?@[^$#<>?]+?\.[\w]{1,4}/;
					if (!jQuery('#pa_newsletter_email').val().match($regexemail)) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1873 Only for nl pop up
						newsletter_email = '';
					}
					if(newsletter_email == ''){
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1852 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1852 Only for nl pop up
					}
					var re = /([A-Z0-9a-z_-][^@])+?@[^$#<>?]+?\.[\w]{1,4}/.test(newsletter_email);
					if(!re) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
					}					
					if(newsletter_email) {
						setTimeout(function(){
							jQuery('.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap').addClass("newsletter");				
						}, 100);
													jQuery('#myModal').modal('hide');
							jQuery('#options').modal('hide');
							$("#submit_register_newsletter_nl").hide();
							// Use setTimeout to show the button after 1 second
							setTimeout(function() {
								$("#submit_register_newsletter_nl").show();
							}, 300);
											}
					
				});	
				/* jQuery("#pa_newsletter_subscribe").on("keyup","#pa_newsletter_email", function(){ */
				jQuery(document).on("keyup", "#pa_newsletter_email", function(){
						jQuery('.boxinner1 .label-text').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").hide();
						jQuery('#nl_mail_label').removeClass('error'); // PO-1852 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email').removeAttr('style'); // PO-1852 Only for nl pop up
				});
				document.getElementById("pa_newsletter_email").addEventListener('invalid', (function () {
					return function (e) {
						e.preventDefault();
						document.getElementById("pa_newsletter_email").focus();
					};
				})(), true);
			});
		</script>
		<script> 
			jQuery(document).ready(function(){
				jQuery(document).on('click', '#pa_newsletter_subscribe #pa_newsletter_submit1', function() {
					var newsletter_email = jQuery('#pa_newsletter_email1').val();
					var $regexemail=/([A-Z0-9a-z_-]{1,}[^@][a-zA-Z0-9]{1,})+?@[^$#<>?]+?\.[\w]{1,4}/;
					if (!jQuery('#pa_newsletter_email1').val().match($regexemail)) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email1').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1873 Only for nl pop up
						newsletter_email = '';
					}					
					if(newsletter_email == ''){
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
						jQuery('#nl_mail_label').addClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email1').attr('style', 'margin-bottom: 4px; border-color: #c00 !important;'); // PO-1873 Only for nl pop up
					}
					var re = /([A-Z0-9a-z_-][^@])+?@[^$#<>?]+?\.[\w]{1,4}/.test(newsletter_email);
					if(!re) {
						jQuery('.boxinner1 .label-text').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').addClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").show();
					}
					if(newsletter_email) {
						setTimeout(function(){
							jQuery('.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap').addClass("newsletter");				
						}, 100);
						/* PO-1840 PO-1873 */
													jQuery('#myModal').modal('hide');
							jQuery('#options').modal('hide');
							$("#submit_register_newsletter_nl").hide();
							// Use setTimeout to show the button after 1 second
							setTimeout(function() {
								$("#submit_register_newsletter_nl").show();
							}, 300);
												/* -/ PO-1840 */
					}					
				});	
				/* jQuery("#pa_newsletter_subscribe").on("keyup","#pa_newsletter_email", function(){ */
				jQuery(document).on("keyup", "#pa_newsletter_email1", function(){
						jQuery('.boxinner1 .label-text').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').removeClass('error');
						jQuery('#pa_newsletter_subscribe .form-item').find(".pa-validation-error-message").hide();
						jQuery('#nl_mail_label').removeClass('error'); // PO-1873 Only for nl pop up
						jQuery('.nl_content-area input#pa_newsletter_email1').removeAttr('style'); // PO-1873 Only for nl pop up
				});
				document.getElementById("pa_newsletter_email1").addEventListener('invalid', (function () {
					return function (e) {
						e.preventDefault();
						document.getElementById("pa_newsletter_email1").focus();
					};
				})(), true);
			});
		</script>
		</div>
													<script>
													$(document).ready(function() {
														let $newsletterWrapper = $('.blog-new-sidebar-desktop #pa_newsletter_subscribe_wrapper');
														let sectionHtml = $newsletterWrapper.prop('outerHTML');

														$(document).on('click', "#submit_register_newsletter_nl", function(event) {	
															if (!$(this).hasClass("nl_newsletter_popup")) {
																setTimeout(function() {
																	$('#myModal #pa_newsletter_subscribe_wrapper').remove();
																	$newsletterWrapper.append(sectionHtml);
																	sectionHtml = ''; // Reset only after ensuring it was appended
																}, 500); 	/* MEDI-386 */
															}
														});

														$(document).on('click', ".nl_close, .fancybox-item.fancybox---closed", function() {	
															setTimeout(function() {
																$newsletterWrapper.append(sectionHtml);
																$('#myModal #pa_newsletter_subscribe_wrapper').remove();
																sectionHtml = ''; // Reset only after ensuring it was appended
															}, 500);	/* MEDI-386 */
														});
													});
												</script>
											                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>            			
			jQuery(document).ready(function () {
				const $modal = $('#myModal');
				let isInteracting = false;
				let interactionTimeout;

				function getCookie(name) {
					const value = `; ${document.cookie}`;
					const parts = value.split(`; ${encodeURIComponent(name)}=`);
					return parts.length === 2 ? parts.pop().split(";").shift() : null;
				}

				function setCookie(name, value, days) {
					let expires = "";
					if (days) {
						const date = new Date();
						date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
						expires = `; expires=${date.toUTCString()}`;
					}
					document.cookie = `${encodeURIComponent(name)}=${value}${expires}; path=/; SameSite=Lax` + 
						(window.location.protocol === "https:" ? "; secure" : "");
				}

				function showNLPopup() {
					if (jQuery.fancybox.isOpen) {
						//console.log("FancyBox is open, modal will not appear.");
						return;
					}

					if (isInteracting) {
						//console.log("User is interacting with the form, delaying popup.");
						setTimeout(showNLPopup, 10000); // Recheck in 3 seconds
						return;
					}

					if (!getCookie("newsletter_popup_closed")) {
						$modal.modal({
							backdrop: 'static',
							keyboard: false
						});
						jQuery('.blog-new-sidebar-desktop #pa_newsletter_subscribe_wrapper').empty();
					} else {
						$modal.remove();
					}
				}

				// Detect user interaction (typing, dropdown selection, or focus inside a form)
				jQuery(document).on("keydown input focus change click", "input, textarea, select, #example a, #example1 a, #example-two-button, #example-two-button1", function () {
					isInteracting = true;
					clearTimeout(interactionTimeout);
					interactionTimeout = setTimeout(() => {
						isInteracting = false;
					}, 10000); // Reset after 5 seconds of inactivity
				});
				
				$modal.remove();	/* PO-1957 because after set the cookie page content hold the "#pa_newsletter_subscribe_result" as hidden.*/

				setTimeout(showNLPopup, 20000);

				jQuery(document).on("click", '.newsletter_modal .nl-close-btn', function () {
					setCookie("newsletter_popup_closed", "true", 1);
				});
			});			
        </script>
    <!--END PO-1873 Change Pop-Up specification NL sign-up -->
<!-- PO-2052 -->
<!-- -/ PO-2052 --><!-- Google Analytics Tracking Code -->
		<script data-wpfc-render="false">
	<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Fehler]]></title>
    <message><![CDATA[&lt;p&gt;Es gab einen kritischen Fehler auf deiner Website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Mehr über die Problembehandlung in WordPress erfahren (engl.).&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
